{ "info": { "_postman_id": "3a72ac16-3d61-47d4-afee-e6f1c8f1c46b", "name": "Developers_APN_PM_Collection", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "https://api2.shop.com/AffiliatePublisherNetwork/v2/sites", "event": [ { "listen": "prerequest", "script": { "id": "499c2a43-5d2e-4556-9586-e6f96775a12e", "exec": [ "", "" ], "type": "text/javascript" } } ], "request": { "method": "GET", "header": [ { "key": "api_key", "value": "XXX" } ], "url": { "raw": "https://api2.shop.com/AffiliatePublisherNetwork/v2/sites", "protocol": "https", "host": [ "api2", "shop", "com" ], "path": [ "AffiliatePublisherNetwork", "v2", "sites" ] } }, "response": [] }, { "name": "https://api2.shop.com/AffiliatePublisherNetwork/v2/sites/:site/locales", "event": [ { "listen": "prerequest", "script": { "id": "4f6c98b3-87d7-4d23-be56-3e70c1c50f59", "exec": [ "", "" ], "type": "text/javascript" } } ], "request": { "method": "GET", "header": [ { "key": "api_key", "value": "XXX" } ], "url": { "raw": "https://api2.shop.com/AffiliatePublisherNetwork/v2/sites/:site/locales", "protocol": "https", "host": [ "api2", "shop", "com" ], "path": [ "AffiliatePublisherNetwork", "v2", "sites", ":site", "locales" ], "variable": [ { "id": "13cf6586-b820-4b65-acf8-54ee4bcf2d29", "key": "site", "value": "shop", "type": "string" } ] } }, "response": [] }, { "name": "https://api2.shop.com/AffiliatePublisherNetwork/v2/categories?locale=en_US&publisherId=abc1234567", "event": [ { "listen": "prerequest", "script": { "id": "458e415f-74f2-46c2-9857-9f915bb9c6ae", "exec": [ "console.log(pm.variables.get(\"variable_key\"));" ], "type": "text/javascript" } } ], "request": { "method": "GET", "header": [ { "key": "api_key", "value": "XXX" } ], "url": { "raw": "https://api2.shop.com/AffiliatePublisherNetwork/v2/categories?locale=en_US&publisherId=abc1234567", "protocol": "https", "host": [ "api2", "shop", "com" ], "path": [ "AffiliatePublisherNetwork", "v2", "categories" ], "query": [ { "key": "locale", "value": "en_US" }, { "key": "publisherId", "value": "abc1234567" }, { "key": "categoryId", "value": "1-32866", "disabled": true }, { "key": "term", "value": "lego", "disabled": true } ] } }, "response": [] }, { "name": "https://api2.shop.com/AffiliatePublisherNetwork/v2/products/?locale=en_US&publisherId=abc1234567&term=laundry", "request": { "method": "GET", "header": [ { "key": "api_key", "value": "XXX", "type": "text" } ], "url": { "raw": "https://api2.shop.com/AffiliatePublisherNetwork/v2/products/?locale=en_US&publisherId=abc1234567&term=laundry", "protocol": "https", "host": [ "api2", "shop", "com" ], "path": [ "AffiliatePublisherNetwork", "v2", "products", "" ], "query": [ { "key": "locale", "value": "en_US" }, { "key": "publisherId", "value": "abc1234567" }, { "key": "term", "value": "laundry" }, { "key": "api_key", "value": "0eac674b17d14f54bf07d7e1552eeb2d", "disabled": true } ] } }, "response": [] }, { "name": "https://api2.shop.com/AffiliatePublisherNetwork/v2/products/603139941?locale=en_US&publisherId=abc1234567", "request": { "method": "GET", "header": [ { "key": "api_key", "value": "0eac674b17d14f54bf07d7e1552eeb2d" } ], "url": { "raw": "https://api2.shop.com/AffiliatePublisherNetwork/v2/products/603139941?locale=en_US&publisherId=abc1234567", "protocol": "https", "host": [ "api2", "shop", "com" ], "path": [ "AffiliatePublisherNetwork", "v2", "products", "603139941" ], "query": [ { "key": "locale", "value": "en_US" }, { "key": "publisherId", "value": "abc1234567" } ] } }, "response": [] } ], "protocolProfileBehavior": {} }