Get multiple products
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Headers
shipbob_channel_id
Channel Id for Operation
Query parameters
ReferenceIds
Comma separated list of reference ids to filter by
Page
Page of products to get - Valid Range is 0 to integer max with a default of 1
Limit
Amount of products per page to request - Valid Range is 1 to 250 with a default of 50
IDs
Comma separated list of product ids to filter by
Search
Search is available for 2 fields of the inventory record related to the product: Inventory ID and Name -
1. Expected behavior for search by Inventory ID is exact match
2. 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.
ActiveStatus
Status filter for products:
- Any: Include both active and inactive
- Active: Filter products that are Active
- Inactive: Filter products that are Inactive",
BundleStatus
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 headers
Page-Number
Number of the current page
Total-Pages
Total number of pages of results
Total-Count
Total number of results
Page-Size
Number of results per page
Next-Page
The href of the next page of results, if there is a next page
Response
Success
barcode
Barcode for the product
bundle_root_information
channel
Information about a store channel
created_date
Date the product was created
fulfillable_inventory_items
The inventory that this product will resolve to when packing a shipment
fulfillable_quantity_by_fulfillment_center
Fulfillable quantity of this product broken down by fulfillment center location
gtin
Global Trade Item Number - unique and internationally recognized identifier assigned to item by company GS1.
id
Unique identifier of the product
name
The name of the product
reference_id
Unique reference identifier of the product
sku
Stock keeping unit for the product
total_committed_quantity
Total committed quantity of this product
total_fulfillable_quantity
Total fulfillable quantity of this product
total_onhand_quantity
Total on hand quantity of this product
unit_price
The price of one unit
upc
Universal Product Code - Unique external identifier

