{ "opencollection": "1.0.0", "info": { "name": "Amazon Selling Partner API (SP-API) Authentication Pricing API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-amz-access-token", "value": "{{x-amz-access-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Pricing", "type": "folder" }, "items": [ { "info": { "name": "Get pricing", "type": "http" }, "http": { "method": "GET", "url": "https://sellingpartnerapi-na.amazon.com/products/pricing/v0/price", "params": [ { "name": "MarketplaceId", "value": "", "type": "query" }, { "name": "ItemType", "value": "", "type": "query" } ] }, "docs": "Get pricing" } ] } ], "bundled": true }