Returns the inventory level of skus within the fulfillment provider warehouses. Pagination is available in the next_request fields. Return the next expected request in the next_request response field. Pagination ends when the next_request response field is empty.
OK
{- "transaction_id": "8e4e3181-2a7e-4153-ba6a-f2d6e121500b",
- "auth": {
- "access_token": "0cbf28e21b84443b9a9b31c4067d4771",
- "fulfillment_provider_api_code": "test"
}, - "skus": [
- "sku-123"
], - "next_request": null
}
{- "inventory": {
- "sku": "sku-123",
- "warehouse_id": "26d29491",
- "available_quantity": "1",
- "committed_quantity": "0",
- "on_hand_quantity": "1",
- "additional_quantities": [
- {
- "additional_quantity": "42",
- "type": "BLANK_BOX",
- "label": "Amazon MCF Blank Box"
}
]
}, - "next_request": {
- "next_page": "0289ef4c"
}
}