Get Inventory by Location

Securityaccess_auth
Request
path Parameters
crb_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

CRB Id

location_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

Location Id

query Parameters
limit
integer <int32> [ 1 .. 100 ]
Default: 100

The page size

offset
integer <int32> >= 0
Default: 0

The page offset

date
string^\d{4}\-(0?[1-9]|1[012])\-(0?[1-9]|[12][0-9]|...

Inventory snapshot date: yyyy-MM-dd

expand
boolean

Expands the response by including product data related to this resource

Responses
200

Ok

401

Unauthorized

403

Forbidden

404

Not Found

422

Validation Failed

get/crbs/{crb_id}/inventory-locations/{location_id}/inventory
Response samples
application/json
{
  • "data": [
    ],
  • "metadata": {
    }
}