{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Inventory Levels API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Inventory Levels", "type": "folder" }, "items": [ { "info": { "name": "Shopify Retrieve inventory levels", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/inventory_levels.json", "params": [ { "name": "inventory_item_ids", "value": "", "type": "query", "description": "Comma-separated inventory item IDs" }, { "name": "location_ids", "value": "", "type": "query", "description": "Comma-separated location IDs" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results (max 250, default 50)" } ] }, "docs": "Retrieves inventory levels for items at locations. Filter by inventory_item_ids or location_ids." }, { "info": { "name": "Shopify Set inventory level for an item at a location", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/inventory_levels/set.json", "body": { "type": "json", "data": "{}" } }, "docs": "Sets the inventory level for an inventory item at a location." }, { "info": { "name": "Shopify Retrieve inventory levels for a location", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/locations/:location_id/inventory_levels.json", "params": [ { "name": "location_id", "value": "", "type": "path", "description": "The ID of the location" } ] }, "docs": "Retrieves all inventory levels at a specific location." } ] } ], "bundled": true }