List store product inventory
Lists the current on-hand quantity for each store product. Filter by updated_at to retrieve only the products counted since a previous request.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Return records that precede the record with this ID, in list order.
^[0-9]+$Maximum number of records to return.
1 <= x <= 100Return records that follow the record with this ID, in list order.
^[0-9]+$The department the product belongs to. Repeat to match any of up to 20 values.
The store the product belongs to. Repeat to match any of up to 20 values.
When the on-hand quantity was last written. Pair a lower bound with a page size to poll for products counted since the previous request. UTC unless the value carries an offset.
When the on-hand quantity was last written. Pair a lower bound with a page size to poll for products counted since the previous request. UTC unless the value carries an offset.
When the on-hand quantity was last written. Pair a lower bound with a page size to poll for products counted since the previous request. UTC unless the value carries an offset.
When the on-hand quantity was last written. Pair a lower bound with a page size to poll for products counted since the previous request. UTC unless the value carries an offset.
When the on-hand quantity was last written. Pair a lower bound with a page size to poll for products counted since the previous request. UTC unless the value carries an offset.