Get Location Inventory
GET {{baseUrl}}/v1/:location_id/inventory?limit=<integer>&batch_token=<string>
Provides inventory information for all of a merchant's inventory-enabled item variations.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | The maximum integer number of employee entities to return in a single response. Default 100, maximum 200. | |
batch_token | string | A pagination cursor to retrieve the next set of results for your | |
original query to the endpoint. |