...
Name | Value | Description | Data type | Default |
---|---|---|---|---|
businessunitids | businessunitids=4,54 | Only products for specified business unit/facility | ID-list | Alla |
producttype | producttype=groupActivity | Only products of specified product type | Product type |
|
bookablefrominternet | bookablefrominternet=true | Only products available on the Internet. Have setting "Internet" activated. | Boolean |
|
productlabel | productlabel=cafe | Filter using product lable. If the specified label is not found no resultst will be returned. | String |
|
groupid | groupid=2 | Filter products by product group. | ID |
|
stockid | stockid=2 | If specified the amount in stock for the specified wharehouse location will be included. Valid only for stock items. | ID | |
includeOnlyUsedAsPackageParts | includeOnlyUsedAsPackageParts=true | Includes products that may only be booked as part of a package deal. Is ignored when listing individual products by ID. | Boolean | false |
includeassociatedbusinessunits | includeassociatedbusinessunits=true | Includes information about all businessunits that has the product. NOTE: Default true due to backward compability. Set to false if the information is not used, since the response-size can be very large otherwise. | Boolean | true |
Example:
Code Block |
---|
GET:APIURL/products.xml?apikey=338934897438&producttype=groupActivity |
...