GET /inventory.json
Get the inventory tables for a given product so you know if it is in stock, out of stock or low in stock.
Inventory
GET
https://app.reserveinstore.com/api/v1/inventory.json
Get a map of inventory levels (with words) for each location for the current store.
Query Parameters
Name
Type
Description
product_id
string
ID of the product you want to pull inventory for. This is the platform (Shopify) product ID.
Headers
Name
Type
Description
public_key
string
Your store's public API key.
Last updated
Was this helpful?