Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
Array of objects |
{- "updates": [
- {
- "warehouseId": 120,
- "warehouseProductId": "House24",
- "stockQuantity": 26,
- "status": "expired"
}
]
}
{- "status": "ok"
}
Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
Stock information for all (relevant) products.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
[- {
- "productId": "CO27409",
- "stockQuantity": 100,
- "status": "instock"
}, - {
- "productId": "29452",
- "stockQuantity": 200,
- "status": "expired"
}
]
Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
Stock information for a single product.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
[- {
- "productId": "CO27409",
- "stockQuantity": 100,
- "status": "instock"
}, - {
- "productId": "29452",
- "stockQuantity": 200,
- "status": "expired"
}
]