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

KeyDatatypeRequiredDescription
limitstringThe maximum integer number of employee entities to return in a single response. Default 100, maximum 200.
batch_tokenstringA pagination cursor to retrieve the next set of results for your
original query to the endpoint.