Skip to main content
POST
Check inventory

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
products
object[]
required
warehouse_id
string[]

Optional: Provide array of warehouse id to check inventory for a specific warehouses.

Response

200 - application/json

OK

message
string
success
boolean
content
InventoryCheckResponse · object