{ "opencollection": "1.0.0", "info": { "name": "ShipStation V1 Accounts Products API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://ssapi.shipstation.com/products", "params": [ { "name": "sku", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "productCategoryId", "value": "", "type": "query" }, { "name": "productTypeId", "value": "", "type": "query" }, { "name": "tagId", "value": "", "type": "query" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "sortDir", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "showInactive", "value": "", "type": "query" } ] }, "docs": "Obtains a list of products that match the specified criteria." }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://ssapi.shipstation.com/products/:productId", "params": [ { "name": "productId", "value": "", "type": "path" } ] }, "docs": "Retrieves the product specified by the system-generated identifier." }, { "info": { "name": "Update Product", "type": "http" }, "http": { "method": "PUT", "url": "https://ssapi.shipstation.com/products/:productId", "params": [ { "name": "productId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified product." } ] } ], "bundled": true }