{"info":{"_postman_id":"8091d0de-9f92-46ec-a1db-82d6857c8146","name":"IntelligentReach API","description":"<html><head></head><body><p>Welcome to the Intelligent Reach API documentation. These APIs allow authorized clients to manage and access product information, inventories, pricing, and more.</p>\n<h3 id=\"getting-started\">Getting Started</h3>\n<p>To begin using the Intelligent Reach APIs, follow these steps:</p>\n<ol>\n<li><p><strong>Generate Credentials</strong>: Within the Developer API Admin screen of the application, create your credentials. You will receive a <strong>Client ID</strong> and <strong>Client Secret</strong>. Be sure to keep these credentials secure, as they allow access to API endpoints.</p>\n</li>\n<li><p><strong>Assign Permissions</strong>: Assign read or write permissions to specific scopes, such as <code>Ir.Pim</code>, based on your access needs. These scopes govern the level of access each client has within the PIM API suite.</p>\n</li>\n<li><p><strong>Authenticate via OAuth2</strong>: Use the <code>client_credentials</code> grant type to obtain an access token. Make an HTTP POST request to the following authentication endpoint:<br> <a href=\"https://api.intelligentreach.io/security-auth/oauth2\">https://api.intelligentreach.io/security-auth/oauth2</a><br> Include your <strong>Client ID</strong> and <strong>Client Secret</strong> in the request body. This will return an access token, which you’ll include in the authentication header of subsequent API requests to authenticate.</p>\n</li>\n<li><p><strong>Begin Using Intelligent Reach APIs</strong>: With a valid access token, you can now access the APIs described in this documentation. Use these APIs to manage and retrieve product data, inventory details, and pricing information.</p>\n</li>\n</ol>\n<blockquote>\n<p><strong>Note</strong>: Each API endpoint may require specific permissions, so ensure that the necessary permissions are assigned to your client in the Developer API Admin screen. </p>\n</blockquote>\n<blockquote>\n<p><strong>Note</strong>: These Credentials Expire within one year and will need to be renewed periodically. </p>\n</blockquote>\n<h2 id=\"rate-limits\">Rate Limits</h2>\n<p>There are two types of rate limits that our APIs can have - requests and bandwidth quota.</p>\n<p>In the response header the API will return:</p>\n<ul>\n<li>RateLimit-Policy: the number of calls and bandiwdth quote (if any). i.e. response of \"50;w=1, bandwidth=102400;w=300\" implies 50 calls/s and 100MB/300s</li>\n</ul>\n<h4 id=\"requests\">Requests</h4>\n<p>When calls are exceeded the API will return \"429 Too Many Requests\". In the response header the API will return:</p>\n<ul>\n<li><p>RateLimit-Reset: will contain the seconds to wait before making a new call</p>\n</li>\n<li><p>RateLimit-Limit: the number of calls that can be made in the time</p>\n</li>\n<li><p>RateLimit-Remaining: the number of calls that are remaining</p>\n</li>\n</ul>\n<h4 id=\"bandwidth-quota\">Bandwidth Quota</h4>\n<p>When bandwidth quotas are exceeded the API will return \"403 Quota Exceeded\". In the response header the API will return:</p>\n<ul>\n<li>Retry-After: will contain the seconds to wait before before making a new call</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1773013","collectionId":"8091d0de-9f92-46ec-a1db-82d6857c8146","publishedId":"U16bxpKi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-19T00:38:36.000Z"},"item":[{"name":"Authentication","item":[{"name":"Get Token","event":[{"listen":"test","script":{"id":"1332b7df-25f4-4c5a-943f-a165afe57ad4","exec":["pm.globals.set(\"token\", pm.response.json().accessToken);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e39cb6a2-ad97-489a-8262-082fa9e272f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"","type":"text"},{"key":"client_secret","value":"","type":"text"}]},"url":"https://api.intelligentreach.io/security-auth/oauth2","description":"<p>This endpoint performs an HTTP POST request to obtain an OAuth2 access token for authentication. The request body is sent as <code>x-www-form-urlencoded</code> and includes the following parameters:</p>\n<ul>\n<li><p><strong>grant_type</strong> (string): Specifies the grant type, <code>\"client_credentials\"</code>.</p>\n</li>\n<li><p><strong>client_id</strong> (string): The application's client ID.</p>\n</li>\n<li><p><strong>client_secret</strong> (string): The application's client secret.</p>\n</li>\n</ul>\n<h6 id=\"rate-limits\">Rate Limits</h6>\n<p>2 requests per second</p>\n<blockquote>\n<p><strong>Note</strong>: These credentials expire within one year and will need to be renewed periodically.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["security-auth","oauth2"],"host":["api","intelligentreach","io"],"query":[],"variable":[]}},"response":[{"id":"c4f02487-53e0-49ad-ba3b-ca5e51b03314","name":"200","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"{clientId}","type":"text"},{"key":"client_secret","value":"{client_secret}","type":"text"}]},"url":"https://api.intelligentreach.io/security-auth/oauth2"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhb......\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3600\n}"},{"id":"80d53526-f700-466f-b88e-2704117e35b4","name":"401","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"{client_id}","type":"text"},{"key":"client_secret","value":"{client_secret}","type":"text"}]},"url":"https://api.intelligentreach.io/security-auth/oauth2"},"code":401,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"unauthorized\",\n    \"reference\": \"0HMSUPT0D4FF1:00000003\"\n}"},{"id":"032d2047-d458-489b-948c-971e8574b868","name":"400","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"{client_id}","type":"text"},{"key":"client_secret","value":"{client_secret}","type":"text"}]},"url":"https://api.intelligentreach.io/security-auth/oauth2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"invalidData\",\n    \"message\": \"The grant_type is not supported.\",\n    \"reference\": \"0HMSUPT0D4FF1:00000004\"\n}"}],"_postman_id":"e39cb6a2-ad97-489a-8262-082fa9e272f4"}],"id":"71f4ab74-6375-4966-b30d-832ae8b744e3","_postman_id":"71f4ab74-6375-4966-b30d-832ae8b744e3","description":""},{"name":"PIM Sync","item":[{"name":"Create Products","id":"d144ad99-ad2f-4bab-a772-3cc9e1cc126f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"uniqueId\": \"108883\",\r\n        \"meta\": {\r\n            \"productCode\": \"108883\",\r\n            \"parentProductCode\": \"108883\",\r\n            \"productType\": \"Sales Inventory\",\r\n            \"productStructure\": \"Product\",\r\n            \"productName\": \"My Family Backpack Space Monkey\",\r\n            \"productPageURL\": \"https://www.babybunting.com.au/product/108883\",\r\n            \"priceDetails\": {\r\n                \"retailPrice\": \"39.95\",\r\n                \"taxable\": \"true\"\r\n            },\r\n            \"brandDetails\": {\r\n                \"referenceId\": \"MY FAMILY\",\r\n                \"brandName\": \"MY FAMILY\"\r\n            },\r\n            \"supplierDetails\": {\r\n                \"referenceId\": \"605\",\r\n                \"productCode\": \"amyfambpmonkey\"\r\n            },\r\n            \"promotionDetails\": [\r\n                {\r\n                    \"referenceId\": \"8141\",\r\n                    \"promotionName\": \"Price Promotion\",\r\n                    \"promotionPrice\": \"29.860000\",\r\n                    \"promotionStartDate\": \"2019-06-28\",\r\n                    \"promotionEndDate\": \"2020-12-31\"\r\n                }\r\n            ],\r\n            \"attributeFlags\": {\r\n                \"availability\": {\r\n                    \"web\": \"true\",\r\n                    \"erp\": \"true\",\r\n                    \"app\": \"true\",\r\n                    \"pos\": \"true\",\r\n                    \"oms\": \"true\",\r\n                    \"digitalFeed\": \"true\"\r\n                },\r\n                \"visibility\": {\r\n                    \"web\": \"false\",\r\n                    \"search\": \"false\",\r\n                    \"catalogue\": \"false\",\r\n                    \"giftRegistry\": \"false\"\r\n                },\r\n                \"fulfilment\": {\r\n                    \"dropShip\": \"false\"\r\n                },\r\n                \"callout\": {\r\n                    \"exclusive\": \"false\",\r\n                    \"bestBuy\": \"false\",\r\n                    \"privateLabel\": \"false\",\r\n                    \"clearance\": \"false\"\r\n                },\r\n                \"productState\": {\r\n                    \"outOfStock\": \"false\",\r\n                    \"purchasable\": \"true\",\r\n                    \"stocked\": \"true\",\r\n                    \"sellableInStore\": \"true\",\r\n                    \"returnableInStore\": \"true\",\r\n                    \"archived\": \"false\",\r\n                    \"discontinued\": \"false\",\r\n                    \"enriched\": \"false\"\r\n                }\r\n            },\r\n            \"productIdentification\": {\r\n                \"primaryBarcode\": \"9351395000351\",\r\n                \"productLookupCode\": \"1000000778144\"\r\n            },\r\n            \"dateDetails\": [\r\n                {\r\n                    \"dateCode\": \"LaunchedDate\",\r\n                    \"dateValue\": \"2017-10-18T13:00:00\"\r\n                },\r\n                {\r\n                    \"dateCode\": \"LastUpdatedDate\",\r\n                    \"dateValue\": \"2019-05-24T00:23:43\"\r\n                }\r\n            ],\r\n            \"packDetails\": {\r\n                \"packageType\": null,\r\n                \"packLabel\": \"EACH\",\r\n                \"packQuantity\": \"1.000000\",\r\n                \"dimensionDetails\": {\r\n                    \"unitLengthInCentimetre\": \"14\",\r\n                    \"unitWidthInCentimetre\": \"27\",\r\n                    \"unitHeightInCentimetre\": \"32\",\r\n                    \"unitWeightInKilogram\": \"0.34\",\r\n                    \"unitVolumeInCubicMetre\": \"0.012100\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products","description":"<p>This endpoint allows for creating and updating product information for a specific company via an HTTP PUT request.</p>\n<p>with a payload containing a JSON array with the details of the products to be upserted.</p>\n<p>The request payload should be a JSON array containing product objects to be upserted. Each object in the array should have:</p>\n<ul>\n<li><p><strong>uniqueId</strong> (string): A unique identifier for the product.</p>\n</li>\n<li><p><strong>meta</strong> (object): Contains all product-specific information, including but not limited to:</p>\n<ul>\n<li>productName, productPageURL, priceDetails, brandDetails, supplierDetails</li>\n</ul>\n</li>\n</ul>\n<blockquote>\n<p><strong>Note</strong>: If a product with the same <code>uniqueId</code> already exists, it will be overwritten with the new data provided in this request.</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products"],"host":["api","intelligentreach","io"],"query":[],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"}]}},"response":[{"id":"d5ce4586-9133-44fc-b583-d16073fffc67","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"uniqueId\": \"108883\",\r\n        \"meta\": {\r\n            \"productCode\": \"108883\",\r\n            \"parentProductCode\": \"108883\",\r\n            \"productType\": \"Sales Inventory\",\r\n            \"productStructure\": \"Product\",\r\n            \"productName\": \"My Family Backpack Space Monkey\",\r\n            \"productPageURL\": \"https://www.babybunting.com.au/product/108883\",\r\n            \"priceDetails\": {\r\n                \"retailPrice\": \"39.95\",\r\n                \"taxable\": \"true\"\r\n            },\r\n            \"brandDetails\": {\r\n                \"referenceId\": \"MY FAMILY\",\r\n                \"brandName\": \"MY FAMILY\"\r\n            },\r\n            \"supplierDetails\": {\r\n                \"referenceId\": \"605\",\r\n                \"productCode\": \"amyfambpmonkey\"\r\n            },\r\n            \"promotionDetails\": [\r\n                {\r\n                    \"referenceId\": \"8141\",\r\n                    \"promotionName\": \"Price Promotion\",\r\n                    \"promotionPrice\": \"29.860000\",\r\n                    \"promotionStartDate\": \"2019-06-28\",\r\n                    \"promotionEndDate\": \"2020-12-31\"\r\n                }\r\n            ],\r\n            \"attributeFlags\": {\r\n                \"availability\": {\r\n                    \"web\": \"true\",\r\n                    \"erp\": \"true\",\r\n                    \"app\": \"true\",\r\n                    \"pos\": \"true\",\r\n                    \"oms\": \"true\",\r\n                    \"digitalFeed\": \"true\"\r\n                },\r\n                \"visibility\": {\r\n                    \"web\": \"false\",\r\n                    \"search\": \"false\",\r\n                    \"catalogue\": \"false\",\r\n                    \"giftRegistry\": \"false\"\r\n                },\r\n                \"fulfilment\": {\r\n                    \"dropShip\": \"false\"\r\n                },\r\n                \"callout\": {\r\n                    \"exclusive\": \"false\",\r\n                    \"bestBuy\": \"false\",\r\n                    \"privateLabel\": \"false\",\r\n                    \"clearance\": \"false\"\r\n                },\r\n                \"productState\": {\r\n                    \"outOfStock\": \"false\",\r\n                    \"purchasable\": \"true\",\r\n                    \"stocked\": \"true\",\r\n                    \"sellableInStore\": \"true\",\r\n                    \"returnableInStore\": \"true\",\r\n                    \"archived\": \"false\",\r\n                    \"discontinued\": \"false\",\r\n                    \"enriched\": \"false\"\r\n                }\r\n            },\r\n            \"productIdentification\": {\r\n                \"primaryBarcode\": \"9351395000351\",\r\n                \"productLookupCode\": \"1000000778144\"\r\n            },\r\n            \"dateDetails\": [\r\n                {\r\n                    \"dateCode\": \"LaunchedDate\",\r\n                    \"dateValue\": \"2017-10-18T13:00:00\"\r\n                },\r\n                {\r\n                    \"dateCode\": \"LastUpdatedDate\",\r\n                    \"dateValue\": \"2019-05-24T00:23:43\"\r\n                }\r\n            ],\r\n            \"packDetails\": {\r\n                \"packageType\": null,\r\n                \"packLabel\": \"EACH\",\r\n                \"packQuantity\": \"1.000000\",\r\n                \"dimensionDetails\": {\r\n                    \"unitLengthInCentimetre\": \"14\",\r\n                    \"unitWidthInCentimetre\": \"27\",\r\n                    \"unitHeightInCentimetre\": \"32\",\r\n                    \"unitWeightInKilogram\": \"0.34\",\r\n                    \"unitVolumeInCubicMetre\": \"0.012100\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Wed, 30 Oct 2024 16:50:50 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"2b0330ad-9ad8-4d61-b357-2c5bc60717e3","name":"400 - InvalidData","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"InvalidData\",\r\n    \"message\": \"Request data is not in the right format.\",\r\n    \"reference\": \"\"\r\n}"},{"id":"3857118c-fe99-459c-8c66-c51d70935bd3","name":"400 - DuplicateData","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"DuplicateData\",\r\n    \"message\": \"\",\r\n    \"reference\": \"\"\r\n}"},{"id":"446e03b8-21b3-48e0-aa40-6f52802b2659","name":"401","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"uniqueId\": \"108883\",\r\n        \"meta\": {\r\n            \"productCode\": \"108883\",\r\n            \"parentProductCode\": \"108883\",\r\n            \"productType\": \"Sales Inventory\",\r\n            \"productStructure\": \"Product\",\r\n            \"productName\": \"My Family Backpack Space Monkey\",\r\n            \"productPageURL\": \"https://www.babybunting.com.au/product/108883\",\r\n            \"priceDetails\": {\r\n                \"retailPrice\": \"39.95\",\r\n                \"taxable\": \"true\"\r\n            },\r\n            \"brandDetails\": {\r\n                \"referenceId\": \"MY FAMILY\",\r\n                \"brandName\": \"MY FAMILY\"\r\n            },\r\n            \"supplierDetails\": {\r\n                \"referenceId\": \"605\",\r\n                \"productCode\": \"amyfambpmonkey\"\r\n            },\r\n            \"promotionDetails\": [\r\n                {\r\n                    \"referenceId\": \"8141\",\r\n                    \"promotionName\": \"Price Promotion\",\r\n                    \"promotionPrice\": \"29.860000\",\r\n                    \"promotionStartDate\": \"2019-06-28\",\r\n                    \"promotionEndDate\": \"2020-12-31\"\r\n                }\r\n            ],\r\n            \"attributeFlags\": {\r\n                \"availability\": {\r\n                    \"web\": \"true\",\r\n                    \"erp\": \"true\",\r\n                    \"app\": \"true\",\r\n                    \"pos\": \"true\",\r\n                    \"oms\": \"true\",\r\n                    \"digitalFeed\": \"true\"\r\n                },\r\n                \"visibility\": {\r\n                    \"web\": \"false\",\r\n                    \"search\": \"false\",\r\n                    \"catalogue\": \"false\",\r\n                    \"giftRegistry\": \"false\"\r\n                },\r\n                \"fulfilment\": {\r\n                    \"dropShip\": \"false\"\r\n                },\r\n                \"callout\": {\r\n                    \"exclusive\": \"false\",\r\n                    \"bestBuy\": \"false\",\r\n                    \"privateLabel\": \"false\",\r\n                    \"clearance\": \"false\"\r\n                },\r\n                \"productState\": {\r\n                    \"outOfStock\": \"false\",\r\n                    \"purchasable\": \"true\",\r\n                    \"stocked\": \"true\",\r\n                    \"sellableInStore\": \"true\",\r\n                    \"returnableInStore\": \"true\",\r\n                    \"archived\": \"false\",\r\n                    \"discontinued\": \"false\",\r\n                    \"enriched\": \"false\"\r\n                }\r\n            },\r\n            \"productIdentification\": {\r\n                \"primaryBarcode\": \"9351395000351\",\r\n                \"productLookupCode\": \"1000000778144\"\r\n            },\r\n            \"dateDetails\": [\r\n                {\r\n                    \"dateCode\": \"LaunchedDate\",\r\n                    \"dateValue\": \"2017-10-18T13:00:00\"\r\n                },\r\n                {\r\n                    \"dateCode\": \"LastUpdatedDate\",\r\n                    \"dateValue\": \"2019-05-24T00:23:43\"\r\n                }\r\n            ],\r\n            \"packDetails\": {\r\n                \"packageType\": null,\r\n                \"packLabel\": \"EACH\",\r\n                \"packQuantity\": \"1.000000\",\r\n                \"dimensionDetails\": {\r\n                    \"unitLengthInCentimetre\": \"14\",\r\n                    \"unitWidthInCentimetre\": \"27\",\r\n                    \"unitHeightInCentimetre\": \"32\",\r\n                    \"unitWeightInKilogram\": \"0.34\",\r\n                    \"unitVolumeInCubicMetre\": \"0.012100\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:26:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"d144ad99-ad2f-4bab-a772-3cc9e1cc126f"},{"name":"List Products","id":"ae6fc8ae-faf0-4a3c-a3ab-184ff51a44d4","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products","description":"<p>This endpoint retrieves all product information for a specified company via an HTTP GET request.</p>\n<h6 id=\"query-parameters\">Query Parameters</h6>\n<ul>\n<li><p><strong>lastUpdatedDate</strong> (string): Filters products updated on or after the specified date.</p>\n</li>\n<li><p><strong>uniqueIds</strong> (array of strings): Filters results to include only products with specific unique IDs.</p>\n</li>\n<li><p><strong>fields</strong> (array of strings): Limits the response to only the specified product fields, reducing the payload size.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products"],"host":["api","intelligentreach","io"],"query":[],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"}]}},"response":[{"id":"d8d9a346-39fc-4c83-9be4-d46fe716ae60","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Wed, 30 Oct 2024 16:51:18 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uniqueId\": \"108883\",\n        \"meta\": {\n            \"productCode\": \"108883\",\n            \"parentProductCode\": \"108883\",\n            \"productType\": \"Sales Inventory\",\n            \"productStructure\": \"Product\",\n            \"productName\": \"My Family Backpack Space Monkey\",\n            \"productPageURL\": \"https://www.babybunting.com.au/product/108883\",\n            \"priceDetails\": {\n                \"retailPrice\": \"39.95\",\n                \"taxable\": \"true\"\n            },\n            \"brandDetails\": {\n                \"referenceId\": \"MY FAMILY\",\n                \"brandName\": \"MY FAMILY\"\n            },\n            \"supplierDetails\": {\n                \"referenceId\": \"605\",\n                \"productCode\": \"amyfambpmonkey\"\n            },\n            \"promotionDetails\": [\n                {\n                    \"referenceId\": \"8141\",\n                    \"promotionName\": \"Price Promotion\",\n                    \"promotionPrice\": \"29.860000\",\n                    \"promotionStartDate\": \"2019-06-28\",\n                    \"promotionEndDate\": \"2020-12-31\"\n                }\n            ],\n            \"attributeFlags\": {\n                \"availability\": {\n                    \"web\": \"true\",\n                    \"erp\": \"true\",\n                    \"app\": \"true\",\n                    \"pos\": \"true\",\n                    \"oms\": \"true\",\n                    \"digitalFeed\": \"true\"\n                },\n                \"visibility\": {\n                    \"web\": \"false\",\n                    \"search\": \"false\",\n                    \"catalogue\": \"false\",\n                    \"giftRegistry\": \"false\"\n                },\n                \"fulfilment\": {\n                    \"dropShip\": \"false\"\n                },\n                \"callout\": {\n                    \"exclusive\": \"false\",\n                    \"bestBuy\": \"false\",\n                    \"privateLabel\": \"false\",\n                    \"clearance\": \"false\"\n                },\n                \"productState\": {\n                    \"outOfStock\": \"false\",\n                    \"purchasable\": \"true\",\n                    \"stocked\": \"true\",\n                    \"sellableInStore\": \"true\",\n                    \"returnableInStore\": \"true\",\n                    \"archived\": \"false\",\n                    \"discontinued\": \"false\",\n                    \"enriched\": \"false\"\n                }\n            },\n            \"productIdentification\": {\n                \"primaryBarcode\": \"9351395000351\",\n                \"productLookupCode\": \"1000000778144\"\n            },\n            \"dateDetails\": [\n                {\n                    \"dateCode\": \"LaunchedDate\",\n                    \"dateValue\": \"2017-10-18T13:00:00\"\n                },\n                {\n                    \"dateCode\": \"LastUpdatedDate\",\n                    \"dateValue\": \"2019-05-24T00:23:43\"\n                }\n            ],\n            \"packDetails\": {\n                \"packageType\": null,\n                \"packLabel\": \"EACH\",\n                \"packQuantity\": \"1.000000\",\n                \"dimensionDetails\": {\n                    \"unitLengthInCentimetre\": \"14\",\n                    \"unitWidthInCentimetre\": \"27\",\n                    \"unitHeightInCentimetre\": \"32\",\n                    \"unitWeightInKilogram\": \"0.34\",\n                    \"unitVolumeInCubicMetre\": \"0.012100\"\n                }\n            }\n        }\n    }\n]"},{"id":"3252a6a8-20f3-4a83-94b2-cad4dfbf918f","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:25:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"ae6fc8ae-faf0-4a3c-a3ab-184ff51a44d4"},{"name":"Delete Product","id":"1c76a396-35df-4070-9c90-aa96379ae168","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/:uniqueId","description":"<p>This endpoint allows for the deletion of a specific product by unique ID via an HTTP DELETE request.  </p>\n<p>Issuing this request for a specified <code>uniqueId</code> will permanently delete all associated data for that product, including:</p>\n<ul>\n<li><p><strong>Product details</strong></p>\n</li>\n<li><p><strong>Pricing information</strong></p>\n</li>\n<li><p><strong>Store inventory data</strong></p>\n</li>\n<li><p><strong>Online inventory data</strong></p>\n</li>\n</ul>\n<blockquote>\n</blockquote>\n<p><strong>Note</strong>: This operation is irreversible. Ensure you want to remove all data associated with the specified product before proceeding.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products",":uniqueId"],"host":["api","intelligentreach","io"],"query":[],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"},{"type":"any","value":"","key":"uniqueId"}]}},"response":[{"id":"e0b32726-dc5b-4ee1-a1e7-c56dea589cd0","name":"200","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"uniqueId\": \"108883\",\r\n        \"meta\": {\r\n            \"productCode\": \"108883\",\r\n            \"parentProductCode\": \"108883\",\r\n            \"productType\": \"Sales Inventory\",\r\n            \"productStructure\": \"Product\",\r\n            \"productName\": \"My Family Backpack Space Monkey\",\r\n            \"productPageURL\": \"https://www.babybunting.com.au/product/108883\",\r\n            \"priceDetails\": {\r\n                \"retailPrice\": \"39.95\",\r\n                \"taxable\": \"true\"\r\n            },\r\n            \"brandDetails\": {\r\n                \"referenceId\": \"MY FAMILY\",\r\n                \"brandName\": \"MY FAMILY\"\r\n            },\r\n            \"supplierDetails\": {\r\n                \"referenceId\": \"605\",\r\n                \"productCode\": \"amyfambpmonkey\"\r\n            },\r\n            \"promotionDetails\": [\r\n                {\r\n                    \"referenceId\": \"8141\",\r\n                    \"promotionName\": \"Price Promotion\",\r\n                    \"promotionPrice\": \"29.860000\",\r\n                    \"promotionStartDate\": \"2019-06-28\",\r\n                    \"promotionEndDate\": \"2020-12-31\"\r\n                }\r\n            ],\r\n            \"attributeFlags\": {\r\n                \"availability\": {\r\n                    \"web\": \"true\",\r\n                    \"erp\": \"true\",\r\n                    \"app\": \"true\",\r\n                    \"pos\": \"true\",\r\n                    \"oms\": \"true\",\r\n                    \"digitalFeed\": \"true\"\r\n                },\r\n                \"visibility\": {\r\n                    \"web\": \"false\",\r\n                    \"search\": \"false\",\r\n                    \"catalogue\": \"false\",\r\n                    \"giftRegistry\": \"false\"\r\n                },\r\n                \"fulfilment\": {\r\n                    \"dropShip\": \"false\"\r\n                },\r\n                \"callout\": {\r\n                    \"exclusive\": \"false\",\r\n                    \"bestBuy\": \"false\",\r\n                    \"privateLabel\": \"false\",\r\n                    \"clearance\": \"false\"\r\n                },\r\n                \"productState\": {\r\n                    \"outOfStock\": \"false\",\r\n                    \"purchasable\": \"true\",\r\n                    \"stocked\": \"true\",\r\n                    \"sellableInStore\": \"true\",\r\n                    \"returnableInStore\": \"true\",\r\n                    \"archived\": \"false\",\r\n                    \"discontinued\": \"false\",\r\n                    \"enriched\": \"false\"\r\n                }\r\n            },\r\n            \"productIdentification\": {\r\n                \"primaryBarcode\": \"9351395000351\",\r\n                \"productLookupCode\": \"1000000778144\"\r\n            },\r\n            \"dateDetails\": [\r\n                {\r\n                    \"dateCode\": \"LaunchedDate\",\r\n                    \"dateValue\": \"2017-10-18T13:00:00\"\r\n                },\r\n                {\r\n                    \"dateCode\": \"LastUpdatedDate\",\r\n                    \"dateValue\": \"2019-05-24T00:23:43\"\r\n                }\r\n            ],\r\n            \"packDetails\": {\r\n                \"packageType\": null,\r\n                \"packLabel\": \"EACH\",\r\n                \"packQuantity\": \"1.000000\",\r\n                \"dimensionDetails\": {\r\n                    \"unitLengthInCentimetre\": \"14\",\r\n                    \"unitWidthInCentimetre\": \"27\",\r\n                    \"unitHeightInCentimetre\": \"32\",\r\n                    \"unitWeightInKilogram\": \"0.34\",\r\n                    \"unitVolumeInCubicMetre\": \"0.012100\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/:uniqueId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products",":uniqueId"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""},{"key":"uniqueId","value":"108883"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Wed, 30 Oct 2024 16:51:53 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"9328ce0e-e897-4102-b2dc-93254c5fc83b","name":"401","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/:uniqueId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products",":uniqueId"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""},{"key":"uniqueId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:26:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"1c76a396-35df-4070-9c90-aa96379ae168"},{"name":"Get Product","id":"ef491187-0ec3-4719-806d-70e1ddcc0cc6","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/:uniqueId","description":"<p>This endpoint retrieves details of a specific product by its <code>uniqueId</code> via an HTTP GET request.  </p>\n<p>Calling this endpoint with a specific <code>uniqueId</code> will return all available product level data.</p>\n<blockquote>\n<p><strong>Note:</strong> This will not return additional details such as Store Inventory or Online Inventory</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products",":uniqueId"],"host":["api","intelligentreach","io"],"query":[],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"},{"type":"any","value":"","key":"uniqueId"}]}},"response":[{"id":"027cbc55-94db-43e8-9a3a-7f1ecb7121fb","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/:uniqueId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products",":uniqueId"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""},{"key":"uniqueId","value":"108883"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Wed, 30 Oct 2024 16:51:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"uniqueId\": \"108883\",\n    \"meta\": {\n        \"productCode\": \"108883\",\n        \"parentProductCode\": \"108883\",\n        \"productType\": \"Sales Inventory\",\n        \"productStructure\": \"Product\",\n        \"productName\": \"My Family Backpack Space Monkey\",\n        \"productPageURL\": \"https://www.babybunting.com.au/product/108883\",\n        \"priceDetails\": {\n            \"retailPrice\": \"39.95\",\n            \"taxable\": \"true\"\n        },\n        \"brandDetails\": {\n            \"referenceId\": \"MY FAMILY\",\n            \"brandName\": \"MY FAMILY\"\n        },\n        \"supplierDetails\": {\n            \"referenceId\": \"605\",\n            \"productCode\": \"amyfambpmonkey\"\n        },\n        \"promotionDetails\": [\n            {\n                \"referenceId\": \"8141\",\n                \"promotionName\": \"Price Promotion\",\n                \"promotionPrice\": \"29.860000\",\n                \"promotionStartDate\": \"2019-06-28\",\n                \"promotionEndDate\": \"2020-12-31\"\n            }\n        ],\n        \"attributeFlags\": {\n            \"availability\": {\n                \"web\": \"true\",\n                \"erp\": \"true\",\n                \"app\": \"true\",\n                \"pos\": \"true\",\n                \"oms\": \"true\",\n                \"digitalFeed\": \"true\"\n            },\n            \"visibility\": {\n                \"web\": \"false\",\n                \"search\": \"false\",\n                \"catalogue\": \"false\",\n                \"giftRegistry\": \"false\"\n            },\n            \"fulfilment\": {\n                \"dropShip\": \"false\"\n            },\n            \"callout\": {\n                \"exclusive\": \"false\",\n                \"bestBuy\": \"false\",\n                \"privateLabel\": \"false\",\n                \"clearance\": \"false\"\n            },\n            \"productState\": {\n                \"outOfStock\": \"false\",\n                \"purchasable\": \"true\",\n                \"stocked\": \"true\",\n                \"sellableInStore\": \"true\",\n                \"returnableInStore\": \"true\",\n                \"archived\": \"false\",\n                \"discontinued\": \"false\",\n                \"enriched\": \"false\"\n            }\n        },\n        \"productIdentification\": {\n            \"primaryBarcode\": \"9351395000351\",\n            \"productLookupCode\": \"1000000778144\"\n        },\n        \"dateDetails\": [\n            {\n                \"dateCode\": \"LaunchedDate\",\n                \"dateValue\": \"2017-10-18T13:00:00\"\n            },\n            {\n                \"dateCode\": \"LastUpdatedDate\",\n                \"dateValue\": \"2019-05-24T00:23:43\"\n            }\n        ],\n        \"packDetails\": {\n            \"packageType\": null,\n            \"packLabel\": \"EACH\",\n            \"packQuantity\": \"1.000000\",\n            \"dimensionDetails\": {\n                \"unitLengthInCentimetre\": \"14\",\n                \"unitWidthInCentimetre\": \"27\",\n                \"unitHeightInCentimetre\": \"32\",\n                \"unitWeightInKilogram\": \"0.34\",\n                \"unitVolumeInCubicMetre\": \"0.012100\"\n            }\n        }\n    }\n}"},{"id":"962c0739-bacd-48fb-82e9-0a0e821a1739","name":"404","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/:uniqueId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products",":uniqueId"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""},{"key":"uniqueId","value":"108883"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Wed, 30 Oct 2024 16:52:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"NotFound\",\n    \"message\": \"Product could not be found.\",\n    \"reference\": \"0HN7K7AKB78IA:00000050\"\n}"},{"id":"6dcc979c-508e-4a66-b3a3-a2a03c375286","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/:uniqueId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products",":uniqueId"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""},{"key":"uniqueId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:26:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"ef491187-0ec3-4719-806d-70e1ddcc0cc6"},{"name":"Create OnlineInventories","id":"e41a6d3a-d405-449c-8546-43223e69228d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uniqueId\": \"108883\",\r\n    \"quantity\": 5,\r\n    \"price\": 99.99\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/OnlineInventories","description":"<p>This endpoint updates online inventory details for specific products via an HTTP PUT request.</p>\n<p>The request body should be a JSON array where each object represents an individual product’s online inventory update. Each object should include:</p>\n<ul>\n<li><p><strong>uniqueId</strong> (string): The unique identifier of the product.</p>\n</li>\n<li><p><strong>quantity</strong> (integer): The updated quantity available online.</p>\n</li>\n<li><p><strong>price</strong> (decimal): The updated online price for the product.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products","OnlineInventories"],"host":["api","intelligentreach","io"],"query":[],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"}]}},"response":[{"id":"87375316-5ed9-4fc1-8d9b-29f565daecd8","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uniqueId\": \"0\",\r\n    \"quantity\": 5,\r\n    \"price\": 99.99\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/OnlineInventories","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","OnlineInventories"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Thu, 31 Oct 2024 14:48:28 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"0250e90d-9251-4550-9721-f323f4fab276","name":"400 - InvalidData","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uniqueId\": \"0\",\r\n    \"quantity\": 5,\r\n    \"price\": 99.99\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/OnlineInventories","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","OnlineInventories"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Thu, 31 Oct 2024 14:48:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"InvalidData\",\r\n    \"message\": \"Request data is not in the right format.\",\r\n    \"reference\": \"\"\r\n}"},{"id":"c5111668-fb31-448b-89df-7da864a220d9","name":"400 - DuplicateData","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uniqueId\": \"0\",\r\n    \"quantity\": 5,\r\n    \"price\": 99.99\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/OnlineInventories","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","OnlineInventories"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Thu, 31 Oct 2024 14:48:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"code\": \"DuplicateData\",\r\n    \"message\": \"\",\r\n    \"reference\": \"\"\r\n}"},{"id":"fb197860-9f9a-458f-9537-bd6d3b6d38eb","name":"401","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uniqueId\": \"108883\",\r\n    \"quantity\": 5,\r\n    \"price\": 99.99\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/OnlineInventories","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","OnlineInventories"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:26:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"e41a6d3a-d405-449c-8546-43223e69228d"},{"name":"List OnlineInventories","id":"46787b06-c1a0-431f-84d9-90b8e4f5d071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/OnlineInventories","description":"<p>This endpoint retrieves online inventory information for products via an HTTP GET request.  </p>\n<p>Calling this endpoint will return a JSON array with online inventory details for all products. Each product object in the response may include fields such as <code>uniqueId</code>, <code>quantity</code>, and <code>price</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products","OnlineInventories"],"host":["api","intelligentreach","io"],"query":[],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"}]}},"response":[{"id":"792e4cc4-7ee4-4104-a7cf-063a693c4c13","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/OnlineInventories","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","OnlineInventories"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Thu, 31 Oct 2024 14:48:56 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uniqueId\": \"108883\",\n        \"quantity\": 5,\n        \"price\": 99.99\n    }\n]"},{"id":"06c3e75c-832d-435d-99d9-04ef3a90dde4","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/OnlineInventories","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","OnlineInventories"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:26:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"46787b06-c1a0-431f-84d9-90b8e4f5d071"},{"name":"Create StoreInventories  - GroupedByUniqueId","id":"8f922134-b68e-4fa3-81bf-f267581c9637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"uniqueId\": \"108883\",\n        \"storeQuantities\": {\n            \"500\": 5,\n            \"600\": -2\n        },\n        \"storePrices\": {\n            \"500\": 39.95,\n            \"600\": 41.95\n        },\n        \"storeLeadTimes\": {\n            \"500\": \"1\",\n            \"600\": \"3\"\n        }\n    },\n    {\n        \"uniqueId\": \"108884\",\n        \"storeQuantities\": {\n            \"500\": 10,\n            \"600\": -13\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByUniqueId","description":"<p>This endpoint is used to update store-specific inventory details for products, grouped by <code>uniqueId</code>, via an HTTP PUT request.</p>\n<p>The request body should be a JSON array where each object represents a product's store inventory details. Each object includes:</p>\n<ul>\n<li><p><strong>uniqueId</strong> (string): The unique identifier for the product.</p>\n</li>\n<li><p><strong>storeQuantities</strong> (object, optional): Maps store IDs to their respective inventory quantities.</p>\n</li>\n<li><p><strong>storePrices</strong> (object, optional): Maps store IDs to their respective prices.</p>\n</li>\n<li><p><strong>storeLeadTimes</strong> (object, optional): Maps store IDs to lead times.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByUniqueId"],"host":["api","intelligentreach","io"],"query":[],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"}]}},"response":[{"id":"2cd120a7-a8ae-471d-89e3-005989b032b1","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"uniqueId\": \"108883\",\n        \"storeQuantities\": {\n            \"500\": 3,\n            \"600\": 22\n        },\n        \"StorePrices\": {\n            \"500\": 39.95,\n            \"600\": 41.95\n        },\n        \"StoreLeadTimes\": {\n            \"500\": \"1\",\n            \"600\": \"3\"\n        }\n    },\n    {\n        \"uniqueId\": \"108884\",\n        \"storeQuantities\": {\n            \"500\": 12\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByUniqueId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByUniqueId"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Thu, 31 Oct 2024 15:02:48 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"eb92dffa-e8e0-4921-bfde-f59a62bb7599","name":"401","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"uniqueId\": \"108883\",\n        \"storeQuantities\": {\n            \"500\": 5,\n            \"600\": -2\n        },\n        \"storePrices\": {\n            \"500\": 39.95,\n            \"600\": 41.95\n        },\n        \"storeLeadTimes\": {\n            \"500\": \"1\",\n            \"600\": \"3\"\n        }\n    },\n    {\n        \"uniqueId\": \"108884\",\n        \"storeQuantities\": {\n            \"500\": 10,\n            \"600\": -13\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByUniqueId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByUniqueId"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:26:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"8f922134-b68e-4fa3-81bf-f267581c9637"},{"name":"Create  StoreInventories - GroupedByStoreId","id":"19565dda-313d-45bd-8f83-1ba327420d66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"storeId\": \"500\",\n        \"uniqueIdQuantities\": {\n            \"108883\": 5,\n            \"108884\": 10\n        },\n        \"uniqueIdPrices\": {\n            \"108883\": 39.95\n        },\n        \"uniqueIdLeadTimes\": {\n            \"108883\": \"1\"\n        }\n    },\n    {\n        \"storeId\": \"600\",\n        \"uniqueIdQuantities\": {\n            \"108883\": -2,\n            \"108884\": -13\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByStoreId","description":"<p>This endpoint is used to update store-specific inventory details for products, grouped by <code>storeId</code>, via an HTTP PUT request.</p>\n<p>The request body should be a JSON array where each object represents a store's inventory details. Each object includes:</p>\n<ul>\n<li><p><strong>storeId</strong> (string): The unique identifier for the store.</p>\n</li>\n<li><p><strong>uniqueIdQuantities</strong> (object, optional): Maps product IDs to their respective inventory quantities.</p>\n</li>\n<li><p><strong>uniqueIdPrices</strong> (object, optional): Maps product IDs to their respective prices.</p>\n</li>\n<li><p><strong>uniqueIdLeadTimes</strong> (object, optional): Maps product IDs to lead times.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByStoreId"],"host":["api","intelligentreach","io"],"query":[],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"}]}},"response":[{"id":"bdcce443-5523-4d5f-8929-060e75fb877c","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"storeId\": \"500\",\n        \"uniqueIdQuantities\": {\n            \"108883\": 5,\n            \"108884\": 10\n        }\n    },\n    {\n        \"storeId\": \"600\",\n        \"uniqueIdQuantities\": {\n            \"108883\": -2,\n            \"108884\": -13\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByStoreId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByStoreId"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Thu, 31 Oct 2024 15:04:33 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"4ed4e946-ee01-4348-8dcd-889f38a96860","name":"401","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"storeId\": \"500\",\n        \"uniqueIdQuantities\": {\n            \"108883\": 5,\n            \"108884\": 10\n        },\n        \"uniqueIdPrices\": {\n            \"108883\": 39.95\n        },\n        \"uniqueIdLeadTimes\": {\n            \"108883\": \"1\"\n        }\n    },\n    {\n        \"storeId\": \"600\",\n        \"uniqueIdQuantities\": {\n            \"108883\": -2,\n            \"108884\": -13\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByStoreId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByStoreId"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:26:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"19565dda-313d-45bd-8f83-1ba327420d66"},{"name":"List StoreInventories - GroupedByUniqueId","id":"d49c0180-0d6f-4d13-a26c-11c840ed2063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByUniqueId","description":"<p>This endpoint retrieves store-specific inventory details for products, grouped by <code>uniqueId</code>, via an HTTP GET request.  </p>\n<p>Query Parameters</p>\n<ul>\n<li><p><strong>uniqueIds</strong> (array of strings, optional): Filters the response to include only the specified product unique IDs.</p>\n</li>\n<li><p><strong>storeIds</strong> (array of strings, optional): Filters the response to include only the specified store IDs.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByUniqueId"],"host":["api","intelligentreach","io"],"query":[],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"}]}},"response":[{"id":"c364cc6e-33e3-4364-8d57-e7e237d6c847","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByUniqueId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByUniqueId"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Thu, 31 Oct 2024 15:02:53 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uniqueId\": \"108883\",\n        \"storeQuantities\": {\n            \"500\": 3,\n            \"600\": 22\n        },\n        \"storePrices\": {\n            \"500\": 39.95,\n            \"600\": 41.95\n        },\n        \"storeLeadTimes\": {\n            \"500\": \"1\",\n            \"600\": \"3\"\n        }\n    },\n    {\n        \"uniqueId\": \"108884\",\n        \"storeQuantities\": {\n            \"500\": 12\n        },\n        \"storePrices\": {},\n        \"storeLeadTimes\": {}\n    },\n    {\n        \"uniqueId\": \"112209-WHT00\",\n        \"storeQuantities\": {\n            \"500\": -2,\n            \"600\": 1111\n        },\n        \"storePrices\": {},\n        \"storeLeadTimes\": {}\n    }\n]"},{"id":"a2a6f611-beb3-47b5-b97e-1afb31eee1bc","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByUniqueId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByUniqueId"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:27:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"d49c0180-0d6f-4d13-a26c-11c840ed2063"},{"name":"List StoreInventories - GroupedByStoreId","id":"66379821-66ec-47e1-bfcf-f0eccd3b5396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByStoreId","description":"<p>This endpoint retrieves store-specific inventory details for products, grouped by <code>storeId</code>, via an HTTP GET request.  </p>\n<p>Query Parameters</p>\n<ul>\n<li><p><strong>uniqueIds</strong> (array of strings, optional): Filters the response to include only the specified product unique IDs.</p>\n</li>\n<li><p><strong>storeIds</strong> (array of strings, optional): Filters the response to include only the specified store IDs.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByStoreId"],"host":["api","intelligentreach","io"],"query":[{"disabled":true,"key":"","value":""}],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"}]}},"response":[{"id":"0e9b8f1a-4a75-40e2-9af1-7bb88f70ede2","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByStoreId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByStoreId"],"query":[{"key":"","value":"","disabled":true}],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Thu, 31 Oct 2024 15:06:22 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"storeId\": \"500\",\n        \"uniqueIdQuantities\": {\n            \"108883\": 5,\n            \"108884\": 10\n        },\n        \"uniqueIdPrices\": {\n            \"108883\": 39.95\n        },\n        \"uniqueIdLeadTimes\": {\n            \"108883\": \"1\"\n        }\n    },\n    {\n        \"storeId\": \"600\",\n        \"uniqueIdQuantities\": {\n            \"108883\": -2,\n            \"108884\": -13\n        },\n        \"uniqueIdPrices\": {\n            \"108883\": 41.95\n        },\n        \"uniqueIdLeadTimes\": {\n            \"108883\": \"3\"\n        }\n    }\n]"},{"id":"d770dad7-e41b-4008-9435-060cbeafe429","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/StoreInventories/GroupedByStoreId","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","StoreInventories","GroupedByStoreId"],"query":[{"key":"","value":"","disabled":true}],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:27:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"66379821-66ec-47e1-bfcf-f0eccd3b5396"},{"name":"Create Prices","id":"37874b78-ee0c-4523-baf2-76959f3b7c90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uniqueId\": \"108883\",\r\n    \"price\": 123,\r\n    \"startDate\": \"2024-11-30T00:24:55.803Z\",\r\n    \"endDate\": \"2025-01-30T00:24:55.803Z\"\r\n  },\r\n  {\r\n    \"uniqueId\": \"108884\",\r\n    \"price\": 123\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/Prices","description":"<p>This endpoint updates the pricing information for specific products via an HTTP PUT request.  </p>\n<p>The request body should be a JSON array where each object represents a product price update. Each object includes:</p>\n<ul>\n<li><p><strong>uniqueId</strong> (string): The unique identifier for the product.</p>\n</li>\n<li><p><strong>price</strong> (decimal): The price to be set for the product.</p>\n</li>\n<li><p><strong>startDate</strong> (string, optional): The date and time from which the new price becomes effective (ISO 8601 format).</p>\n</li>\n<li><p><strong>endDate</strong> (string, optional): The date and time when the price expires (ISO 8601 format).</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products","Prices"],"host":["api","intelligentreach","io"],"query":[],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"}]}},"response":[{"id":"da83d8db-656b-4003-b886-5ec9fae4334a","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uniqueId\": \"108883\",\r\n    \"price\": 123,\r\n    \"startDate\": \"2018-11-30T00:24:55.803Z\"\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/Prices","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","Prices"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Thu, 31 Oct 2024 15:09:14 GMT"}],"cookie":[],"responseTime":null,"body":null},{"id":"d41d4494-901d-44f9-a628-d7d7ac265df1","name":"401","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"uniqueId\": \"108883\",\r\n    \"price\": 123,\r\n    \"startDate\": \"2024-11-30T00:24:55.803Z\",\r\n    \"endDate\": \"2025-01-30T00:24:55.803Z\"\r\n  },\r\n  {\r\n    \"uniqueId\": \"108884\",\r\n    \"price\": 123\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/Prices","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","Prices"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:27:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"37874b78-ee0c-4523-baf2-76959f3b7c90"},{"name":"List Prices","id":"f8f7a53e-dba3-4820-b3c9-1f42b3babbd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/Prices","description":"<p>This endpoint retrieves pricing information for specific products via an HTTP GET request.  </p>\n<p>Query Parameters</p>\n<ul>\n<li><p><strong>uniqueIds</strong> (array of strings, optional): Filters the response to include only the specified product unique IDs.</p>\n</li>\n<li><p><strong>lastUpdatedDate</strong> (DateTimeOffset, optional): Filters the response to include only products with prices updated on or after the specified date and time (ISO 8601 format).</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","name":"PIM Sync","type":"folder"}},"urlObject":{"protocol":"https","path":["pim",":companyId","Pims",":pimId","Products","Prices"],"host":["api","intelligentreach","io"],"query":[],"variable":[{"type":"any","value":"","key":"companyId"},{"type":"any","value":"","key":"pimId"}]}},"response":[{"id":"ee946197-258f-479a-a8d5-7996d70dc55b","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/Prices","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","Prices"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"br"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"RateLimit-Policy","value":"50;w=1, bandwidth=102400;w=300\""},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Date","value":"Thu, 31 Oct 2024 15:10:52 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uniqueId\": \"108883\",\n        \"price\": 123,\n        \"startDate\": \"2024-11-30T00:24:55.803\",\n        \"endDate\": \"2025-01-30T00:24:55.803\"\n    },\n    {\n        \"uniqueId\": \"108884\",\n        \"price\": 123,\n        \"startDate\": null,\n        \"endDate\": null\n    }\n]"},{"id":"e88d703f-f2f0-4e11-90b6-81b7ce7d159a","name":"401","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.intelligentreach.io/pim/:companyId/Pims/:pimId/Products/Prices","protocol":"https","host":["api","intelligentreach","io"],"path":["pim",":companyId","Pims",":pimId","Products","Prices"],"variable":[{"key":"companyId","value":""},{"key":"pimId","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json"},{"key":"RateLimit-Remaining","value":"49"},{"key":"RateLimit-Limit","value":"50"},{"key":"Request-Context","value":"appId=cid-v1:a07e9694-d602-4c75-bd53-8981f8f5ffc4"},{"key":"Date","value":"Wed, 22 Jan 2025 09:27:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"Invalid JWT.\"\n}"}],"_postman_id":"f8f7a53e-dba3-4820-b3c9-1f42b3babbd0"}],"id":"776a79bb-34a5-4081-8bc1-e2cc75f07040","description":"<h1 id=\"overview\">Overview</h1>\n<p>The PIM Sync resource is used to create and store an online catalog of products and product information. The PIM Sync can be used once a merchant has and account and created API Credentials in the Developer API Admin page.</p>\n<p>Merchants are required to abide by the rate limits defined.</p>\n<h4 id=\"rate-limits\">Rate Limits</h4>\n<h6 id=\"requests\">Requests</h6>\n<p>50 requests per second</p>\n<h6 id=\"bandwidth-quota\">Bandwidth Quota</h6>\n<p>100 MB per 300 seconds</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"50f290f2-f0d2-46de-82ee-000c558c94fb","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"239987aa-6148-4121-ba33-903ea4a5115c","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"776a79bb-34a5-4081-8bc1-e2cc75f07040"}],"event":[{"listen":"prerequest","script":{"id":"a767597f-9516-49a4-a28f-48ade9de99c1","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"b60f6400-4cb4-4b5e-8566-38c731e2a623","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"clientId","value":"","type":"default"},{"key":"clientSecret","value":"","type":"default"},{"key":"companyId","value":"","type":"default"},{"key":"pimId","value":"","type":"default"},{"key":"uniqueId","value":"","type":"default"}]}