Store Products
Retrieves a paged list of store products with stock, optionally including locations.
GET/api/v2/public/storeproducts/stock
Retrieves stock for a single product at a store, optionally including locations.
GET/api/v2/public/stores/{store_number}/products/{product_number}/stock
Retrieves aggregate surrounding stock for a product across nearby stores/warehouses.
GET/api/v2/public/stores/{store_number}/storeproducts/{product_number}/surrounding
Updates store product properties (min/max, prices, forecast, attention codes, replenishment, etc.) for one or more products at a store.
PUT/api/v2/public/stores/{store_number}/storeproducts
Create Store Products
POST/api/v2/public/stores/{store_number}/storeproducts
ModelsExpand Collapse
StoreProductListStoreProductsStockResponse object { id, is_replenishment, is_stock, 52 more } Store product entry returned by the public store products list endpoint, with stock and optional location breakdown.
StoreProductListStoreProductsStockResponse object { id, is_replenishment, is_stock, 52 more }
Store product entry returned by the public store products list endpoint, with stock and optional location breakdown.
StoreProductRetrieveStoreProductStockResponse object { products } Wrapper containing a list of store product stock entries.
StoreProductRetrieveStoreProductStockResponse object { products }
Wrapper containing a list of store product stock entries.