Locations
Retrieves locations for a specific store.
locations.list_locations(strstore_number, LocationListLocationsParams**kwargs) -> SyncCursorPage[LocationListLocationsResponse]
GET/api/v2/public/stores/{store_number}/locations
Retrieves products at a specific store location.
locations.list_location_products(strlocation_code, LocationListLocationProductsParams**kwargs) -> SyncCursorPage[LocationListLocationProductsResponse]
GET/api/v2/public/stores/{store_number}/locations/{location_code}/products
Retrieves products across one or more locations resolved by location code or jsonTag.
locations.list_locations_products(strstore_number, LocationListLocationsProductsParams**kwargs) -> SyncCursorPage[LocationListLocationsProductsResponse]
GET/api/v2/public/stores/{store_number}/locations/products