curl --request GET \
--url https://gateway-dev.shipbob.dev/1.0/product \
--header 'Authorization: Bearer <token>'[
{
"barcode": "123456789012",
"bundle_root_information": {
"id": 0,
"name": "string"
},
"channel": {
"id": 0,
"name": "House of Slippers"
},
"created_date": "2019-08-24T14:15:22Z",
"fulfillable_inventory_items": [
{
"id": 0,
"name": "Medium Blue T-Shirt",
"quantity": 0
}
],
"fulfillable_quantity_by_fulfillment_center": [
{
"committed_quantity": 0,
"fulfillable_quantity": 0,
"id": 0,
"name": "Cicero",
"onhand_quantity": 0
}
],
"gtin": "012345678905",
"id": 0,
"name": "Medium Blue T-Shirt",
"reference_id": "TShirtBlueM",
"sku": "TShirtBlueM",
"total_committed_quantity": 0,
"total_fulfillable_quantity": 0,
"total_onhand_quantity": 0,
"unit_price": 20.32,
"upc": "012345678912"
}
]curl --request GET \
--url https://gateway-dev.shipbob.dev/1.0/product \
--header 'Authorization: Bearer <token>'[
{
"barcode": "123456789012",
"bundle_root_information": {
"id": 0,
"name": "string"
},
"channel": {
"id": 0,
"name": "House of Slippers"
},
"created_date": "2019-08-24T14:15:22Z",
"fulfillable_inventory_items": [
{
"id": 0,
"name": "Medium Blue T-Shirt",
"quantity": 0
}
],
"fulfillable_quantity_by_fulfillment_center": [
{
"committed_quantity": 0,
"fulfillable_quantity": 0,
"id": 0,
"name": "Cicero",
"onhand_quantity": 0
}
],
"gtin": "012345678905",
"id": 0,
"name": "Medium Blue T-Shirt",
"reference_id": "TShirtBlueM",
"sku": "TShirtBlueM",
"total_committed_quantity": 0,
"total_fulfillable_quantity": 0,
"total_onhand_quantity": 0,
"unit_price": 20.32,
"upc": "012345678912"
}
]Authentication using Personal Access Token (PAT) token
Channel Id for Operation
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
0 <= x <= 2147483647Amount of products per page to request - Valid Range is 1 to 250 with a default of 50
1 <= x <= 250Comma 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 -
Status filter for products:
Bundle filter for products:
Success
Barcode for the product
"123456789012"
Show child attributes
Information about a store channel
Show child attributes
Date the product was created
The inventory that this product will resolve to when packing a shipment
Show child attributes
Fulfillable quantity of this product broken down by fulfillment center location
Show child attributes
Global Trade Item Number - unique and internationally recognized identifier assigned to item by company GS1.
"012345678905"
Unique identifier of the product
The name of the product
"Medium Blue T-Shirt"
Unique reference identifier of the product
"TShirtBlueM"
Stock keeping unit for the product
"TShirtBlueM"
Total committed quantity of this product
Total fulfillable quantity of this product
Total on hand quantity of this product
The price of one unit
20.32
Universal Product Code - Unique external identifier
"012345678912"