Check Inventory
Discover how to retrieve stock details for products at specific locations with the 'Check Inventory' subcategory.
Last updated
Was this helpful?
Was this helpful?
{
"filters": {
"sku": ["<sku1>", "<sku2>", "<sku3>"],
"sku_op": "in",
"facilityId": "<facilityId>"
}
}{
"filters": {
"sku": "MSH02-32-Black",
"facilityId": "STORE_7"
}
}{
"count": "1",
"docs": [
{
"facilityId": "STORE_7",
"atp": 1.000000
}
]
}