Products
Get multiple products
GET
Authorizations
Authentication using Personal Access Token (PAT) token
Headers
Channel Id for Operation
Query Parameters
Comma separated list of reference ids to filter by
Page of products to get - Valid Range is 0 to integer max with a default of 1
Required range:
0 <= x <= 2147483647
Amount of products per page to request - Valid Range is 1 to 250 with a default of 50
Required range:
1 <= x <= 250
Comma separated list of product ids to filter by
Search is available for 2 fields of the inventory record related to the product: Inventory ID and Name -
- Expected behavior for search by Inventory ID is exact match
- Expected behavior for search by Inventory Name is partial match, i.e. does not have to be start of word, but must be consecutive characters. This is not case sensitive.
Status filter for products:
- Any: Include both active and inactive
- Active: Filter products that are Active
- Inactive: Filter products that are Inactive",
Bundle filter for products:
- Any: Don't filter and consider products that are bundles or not bundles
- Bundle: Filter by products that are bundles
- NotBundle: Filter by products that are not bundles"
Response
200
application/json
Success
The response is of type object[]
.