{ "opencollection": "1.0.0", "info": { "name": "MarketMan API V3 Accounts Inventory API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "AUTH_TOKEN", "value": "{{AUTH_TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Inventory", "type": "folder" }, "items": [ { "info": { "name": "Get catalog/inventory items", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/buyers/inventory/GetItems", "body": { "type": "json", "data": "{}" } }, "docs": "Get catalog/inventory items" }, { "info": { "name": "Get inventory items for a buyer", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/buyers/inventory/GetInventoryItems", "body": { "type": "json", "data": "{}" } }, "docs": "Get inventory items for a buyer" }, { "info": { "name": "Submit an inventory count", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/buyers/inventory/SetInventoryCount", "body": { "type": "json", "data": "{}" } }, "docs": "Submit an inventory count" }, { "info": { "name": "Get units of measure", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/buyers/inventory/GetUOMTypes", "body": { "type": "json", "data": "{}" } }, "docs": "Get units of measure" } ] } ], "bundled": true }