Locations
Retrieves locations for a specific store.
GET/api/v2/public/stores/{store_number}/locations
Retrieves products at a specific store location.
GET/api/v2/public/stores/{store_number}/locations/{location_code}/products
Retrieves products across one or more locations resolved by location code or jsonTag.
GET/api/v2/public/stores/{store_number}/locations/products
ModelsExpand Collapse
LocationListLocationsResponse object { id, counter, created_on, 7 more } Represents a location within a store, including stock and product data.
LocationListLocationsResponse object { id, counter, created_on, 7 more }
Represents a location within a store, including stock and product data.