Channels
Receiving
Inventories
Products
- PUTUpdate specific channel metadata record from a variant by channel metadata ID
- DELUsed to delete a specific channel metadata record from a variant by channel metadata ID
- POSTCreate a new Channel Metadata Entry for a given Variant
- POSTMigrates existing variants to a new product
- GETGets Packaging Requirement
- GETGets Taxonomy by Id
- GETGets Taxonomy
- POSTMigrates variants to existing product
- POSTAdd new product variants to a product
- GETGets Product by Id
- DELDeletes Bundle and removes associations to related products
- PATCHUpdate a single product with Json Merge Patch functionality
- POSTUsed to merge two or more variants together
- GETGets Taxonomy Parent
- GETGets multiple product variants
- POSTAdds new product variants to a product
- PATCHUpdates multiple product variants
- GETRetrieves List of Products based on filters provided
- POSTCreate single product to the store
Inventories
Get Inventory Levels Grouped By Lot
Inventories
Get Inventory Levels Grouped By Lot
GET
/
inventory-levels
/
{inventoryId}
/
lots
curl --request GET \
--url https://api.shipbob.com/experimental/inventory-levels/{inventoryId}/lots \
--header 'Authorization: <api-key>'
{
"inventory_id": 0,
"lots": [
{
"awaiting_quantity": 0,
"committed_quantity": 0,
"fulfillable_quantity": 0,
"internal_transfer_quantity": 0,
"locations": [
{
"awaiting_quantity": 0,
"committed_quantity": 0,
"fulfillable_quantity": 0,
"internal_transfer_quantity": 0,
"location_id": 0,
"name": "string",
"on_hand_quantity": 0
}
],
"lot_date": "2019-08-24T14:15:22Z",
"lot_number": "string",
"on_hand_quantity": 0
}
],
"name": "string",
"sku": "string"
}
Authorizations
Provide your personal access token in the format 'Bearer {your_personal_access_token}'
Path Parameters
Response
200
application/json
OK
Was this page helpful?
curl --request GET \
--url https://api.shipbob.com/experimental/inventory-levels/{inventoryId}/lots \
--header 'Authorization: <api-key>'
{
"inventory_id": 0,
"lots": [
{
"awaiting_quantity": 0,
"committed_quantity": 0,
"fulfillable_quantity": 0,
"internal_transfer_quantity": 0,
"locations": [
{
"awaiting_quantity": 0,
"committed_quantity": 0,
"fulfillable_quantity": 0,
"internal_transfer_quantity": 0,
"location_id": 0,
"name": "string",
"on_hand_quantity": 0
}
],
"lot_date": "2019-08-24T14:15:22Z",
"lot_number": "string",
"on_hand_quantity": 0
}
],
"name": "string",
"sku": "string"
}