{"info":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","description":"<html><head></head><body><p>API BASE URL</p>\n<p><a href=\"https://production.channelapi.co.uk/api/v1/\">https://production.channelapi.co.uk/api/v1/</a></p>\n<p>Every request needs an authorization header as below</p>\n<p>'Authorization' =&gt; 'Bearer {api_key}'</p>\n<p>You can retrive your api key from the settings panel in Channel API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16240950","collectionId":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","publishedId":"2sA2xe5uHy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-06T11:35:51.000Z"},"item":[{"name":"Couriers","item":[{"name":"List","id":"7c9bfc42-122c-4855-8f07-beee2810db51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/couriers/list","description":"<p>List available couriers</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["couriers","list"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e272b6d7-817b-415a-b97c-c65505dc23d4","name":"Couriers.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{api_url}}/couriers/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 08:00:29 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 08:00:29 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Courier UUID }\",\n            \"name\": \"{ Courier Name }\"\n        }\n    ]\n}"}],"_postman_id":"7c9bfc42-122c-4855-8f07-beee2810db51"}],"id":"2c9c6ad3-83a9-49b8-8b1b-e9c7c13504f6","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"754d9ea3-ce85-4fb8-bf95-1a0c8297eae0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"42f2ea80-acc9-4d47-8fc6-a230e91e6920"}}],"_postman_id":"2c9c6ad3-83a9-49b8-8b1b-e9c7c13504f6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Stores","item":[{"name":"List","id":"c3dc3dea-0894-4119-b4b6-9f704c213817","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{api_url}}/stores/list","description":"<p>Lists all stores</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["stores","list"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c57d997e-129f-411c-b88f-7104bbf05f77","name":"Stores.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/stores/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 27 Mar 2020 08:54:48 GMT"},{"key":"Date","value":"Fri, 27 Mar 2020 08:54:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Store UUID }\",\n            \"name\": \"{ Store Name }\"\n        }\n    ]\n}"}],"_postman_id":"c3dc3dea-0894-4119-b4b6-9f704c213817"},{"name":"Create","id":"44e3aaf2-0813-4a4a-aef5-cbf06b6569b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{store_name}}","description":"<p>required: string - Channel API Store Name</p>\n<ul>\n<li>Store name must be unique for each company</li>\n</ul>\n","type":"text"}]},"url":"{{api_url}}/stores/create","description":"<p>Create new Store</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["stores","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d2824f6d-dfd5-4545-b7e6-14d25199e57e","name":"Stores.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"STORE_NAME","description":"required: string - Channel API Store Name\n\n* Store name must be unique for each company","type":"text"}]},"url":"{{api_url}}/stores/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 30 Mar 2020 08:10:13 GMT"},{"key":"Date","value":"Mon, 30 Mar 2020 08:10:13 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Store UUID }\",\n        \"name\": \"{ Store Name }\"\n    }\n}"}],"_postman_id":"44e3aaf2-0813-4a4a-aef5-cbf06b6569b0"},{"name":"Disable Channels","id":"419218bb-d896-4fa3-8c0a-5c99c3a931a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","type":"text"}]},"url":"{{api_url}}/stores/disableChannels","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["stores","disableChannels"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c1a10990-7530-405c-aa11-4725589b84da","name":"Disable Channels","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","type":"text"}]},"url":"{{api_url}}/stores/disableChannels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 06 Mar 2024 11:34:29 GMT"},{"key":"Date","value":"Wed, 06 Mar 2024 11:34:29 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"419218bb-d896-4fa3-8c0a-5c99c3a931a5"}],"id":"cef1e74c-d2a0-4886-b87e-9fcc4eacb1d8","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"36e1f594-0f9f-41b3-8d34-28cc431228f1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d29f8918-ab46-4510-914c-ca55f87ece82"}}],"_postman_id":"cef1e74c-d2a0-4886-b87e-9fcc4eacb1d8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Channels","item":[{"name":"Available","id":"27df81b4-28c6-436d-9dcf-825a17c4c979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{api_url}}/channels/available","description":"<p>Lists all channels</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","available"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0bedafac-4337-4a1f-b685-8b82f70a75a5","name":"Channels.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/channels/available"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{{ id }}\",\n            \"name\": \"{{ name }}\",\n            \"channel_group\": \"{{ Channel group type }}\",\n            \"logo\": \"{{ logo }}\",\n            \"type\": \"{{ Channel Type }}\"\n        }\n    ]\n}"}],"_postman_id":"27df81b4-28c6-436d-9dcf-825a17c4c979"},{"name":"Form Fields","id":"69feef94-909a-4aff-bb01-4e52eddce77a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{api_url}}/channels/available/{{channel_provider_id}}","description":"<p>Lists all channels</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","available","{{channel_provider_id}}"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"3c7775cd-6f88-44bd-9291-7c8e56eaa06c","name":"Form Fields","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{api_url}}/channels/available/{{channel_provider_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Feb 2022 07:51:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-channel-api-request-action","value":"list_available_channels"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-content-type-options","value":"nosniff"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=jslZyAoxRNgowbvrFG8BITudyNoraC4n5J8iS7y8CLC%2FX9Jtx83N2iSb%2F%2BGsP5kVyyOEB%2BPjTsdSQg6Mz8RzYGGmspsdg4iAY6%2F4EVeu1ZqgjjtRNw0a0SqzpU39SS%2Fyfb6a1v0tglGIk6L7yY4%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6db3c1233e307243-IST"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": {\n                \"type\": \"text\",\n                \"required\": \"true\",\n                \"default\": null\n            },\n            \"is_active\": {\n                \"type\": \"checkbox\",\n                \"required\": true,\n                \"default\": false\n            },\n            \"marketplace_id\": {\n                \"type\": \"select\",\n                \"multiple\": false,\n                \"required\": true,\n                \"default\": \"A1F83G8C2ARO7P\",\n                \"options\": [\n                    {\n                        \"text\": \"Brasil\",\n                        \"value\": \"A2Q3Y263D00KWC\"\n                    },\n                    {\n                        \"text\": \"Canada\",\n                        \"value\": \"A2EUQ1WTGCTBG2\"\n                    },\n                    {\n                        \"text\": \"Mexico\",\n                        \"value\": \"A1AM78C64UM0Y8\"\n                    },\n                    {\n                        \"text\": \"US\",\n                        \"value\": \"ATVPDKIKX0DER\"\n                    },\n                    {\n                        \"text\": \"United Arab Emirates (U.A.E.)\",\n                        \"value\": \"A2VIGQ35RCS4UG\"\n                    },\n                    {\n                        \"text\": \"Germany\",\n                        \"value\": \"A1PA6795UKMFR9\"\n                    },\n                    {\n                        \"text\": \"Egypt\",\n                        \"value\": \"ARBP9OOSHTCHU\"\n                    },\n                    {\n                        \"text\": \"Spain\",\n                        \"value\": \"A1RKKUPIHCS9HS\"\n                    },\n                    {\n                        \"text\": \"France\",\n                        \"value\": \"A13V1IB3VIYZZH\"\n                    },\n                    {\n                        \"text\": \"UK\",\n                        \"value\": \"A1F83G8C2ARO7P\"\n                    },\n                    {\n                        \"text\": \"India\",\n                        \"value\": \"A21TJRUUN4KGV\"\n                    },\n                    {\n                        \"text\": \"Italy\",\n                        \"value\": \"APJ6JRA9NG5V4\"\n                    },\n                    {\n                        \"text\": \"Netherlands\",\n                        \"value\": \"A1805IZSGTT6HS\"\n                    },\n                    {\n                        \"text\": \"Poland\",\n                        \"value\": \"A1C3SOZRARQ6R3\"\n                    },\n                    {\n                        \"text\": \"Saudi Arabia\",\n                        \"value\": \"A17E79C6D8DWNP\"\n                    },\n                    {\n                        \"text\": \"Sweden\",\n                        \"value\": \"A2NODRKZP88ZB9\"\n                    },\n                    {\n                        \"text\": \"Turkey\",\n                        \"value\": \"A33AVAJ2PDY3EV\"\n                    },\n                    {\n                        \"text\": \"Singapore\",\n                        \"value\": \"A19VAU5U5O7RUS\"\n                    },\n                    {\n                        \"text\": \"Australia\",\n                        \"value\": \"A39IBJ37TRP1C6\"\n                    },\n                    {\n                        \"text\": \"Japan\",\n                        \"value\": \"A1VC38T7YXB528\"\n                    }\n                ]\n            },\n            \"seller_id\": {\n                \"type\": \"text\",\n                \"required\": true,\n                \"default\": null\n            },\n            \"mws_auth_token\": {\n                \"type\": \"text\",\n                \"required\": true,\n                \"default\": null\n            },\n            \"use_dc_credentials\": {\n                \"type\": \"checkbox\",\n                \"required\": true,\n                \"default\": false\n            },\n            \"access_key_id\": {\n                \"type\": \"text\",\n                \"required\": {\n                    \"when\": {\n                        \"use_dc_credentials\": false\n                    }\n                },\n                \"default\": null\n            },\n            \"secret_access_key\": {\n                \"type\": \"text\",\n                \"required\": {\n                    \"when\": {\n                        \"use_dc_credentials\": false\n                    }\n                },\n                \"default\": null\n            },\n            \"use_fulfillment_latency\": {\n                \"type\": \"checkbox\",\n                \"required\": false,\n                \"default\": false\n            },\n            \"fulfillment_latency_interval\": {\n                \"type\": \"text\",\n                \"required\": {\n                    \"when\": {\n                        \"use_fulfillment_latency\": true\n                    }\n                },\n                \"default\": 0\n            },\n            \"fulfillment_channels\": {\n                \"type\": \"select\",\n                \"multiple\": true,\n                \"required\": true,\n                \"default\": null,\n                \"options\": [\n                    [\n                        {\n                            \"text\": \"AFN\",\n                            \"value\": \"AFN\"\n                        },\n                        {\n                            \"text\": \"MFN\",\n                            \"value\": \"MFN\"\n                        }\n                    ]\n                ]\n            },\n            \"order_statuses\": {\n                \"type\": \"select\",\n                \"multiple\": true,\n                \"required\": true,\n                \"default\": null,\n                \"options\": [\n                    [\n                        {\n                            \"text\": \"PendingAvailability\",\n                            \"value\": \"PendingAvailability\"\n                        },\n                        {\n                            \"text\": \"Pending\",\n                            \"value\": \"Pending\"\n                        },\n                        {\n                            \"text\": \"Unshipped\",\n                            \"value\": \"Unshipped\"\n                        },\n                        {\n                            \"text\": \"PartiallyShipped\",\n                            \"value\": \"PartiallyShipped\"\n                        },\n                        {\n                            \"text\": \"Shipped\",\n                            \"value\": \"Shipped\"\n                        },\n                        {\n                            \"text\": \"Canceled\",\n                            \"value\": \"Canceled\"\n                        },\n                        {\n                            \"text\": \"Unfulfillable\",\n                            \"value\": \"Unfulfillable\"\n                        }\n                    ]\n                ]\n            },\n            \"account_nominal_code\": {\n                \"type\": \"text\",\n                \"required\": false,\n                \"default\": null\n            },\n            \"get_orders_interval\": {\n                \"type\": \"integer\",\n                \"required\": {\n                    \"when\": {\n                        \"use_default_get_orders_interval\": false\n                    }\n                },\n                \"default\": 180\n            },\n            \"use_default_get_orders_interval\": {\n                \"type\": \"checkbox\",\n                \"required\": true,\n                \"default\": true\n            },\n            \"auto_sync_orders\": {\n                \"type\": \"checkbox\",\n                \"required\": true,\n                \"default\": false\n            },\n            \"manage_stock\": {\n                \"type\": \"checkbox\",\n                \"required\": true,\n                \"default\": false\n            },\n            \"download_products\": {\n                \"type\": \"checkbox\",\n                \"required\": true,\n                \"default\": false\n            },\n            \"add_to_products\": {\n                \"type\": \"checkbox\",\n                \"required\": true,\n                \"default\": false\n            },\n            \"set_initial_stock_levels\": {\n                \"type\": \"checkbox\",\n                \"required\": {\n                    \"when\": {\n                        \"download_products\": true\n                    }\n                },\n                \"default\": false\n            },\n            \"auto_sync_stock\": {\n                \"type\": \"checkbox\",\n                \"required\": true,\n                \"default\": false\n            },\n            \"push_stock_levels\": {\n                \"type\": \"checkbox\",\n                \"required\": true,\n                \"default\": false\n            }\n        }\n    ]\n}"}],"_postman_id":"69feef94-909a-4aff-bb01-4e52eddce77a"},{"name":"Show","id":"c9ce40d4-1829-47ac-935d-9429d781e628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/channels/detail?store_id={{store_id}}&channel_id={{channel_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","detail"],"host":["{{api_url}}"],"query":[{"key":"store_id","value":"{{store_id}}"},{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"cd46d45f-e20b-40ac-9bc4-88a6695f27a5","name":"Channel.Show","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{api_url}}/channels/detail?store_id={{store_id}}&channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","detail"],"query":[{"key":"store_id","value":"{{store_id}}"},{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Thu, 21 Apr 2022 07:36:19 GMT"},{"key":"Date","value":"Thu, 21 Apr 2022 07:36:19 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{{ Channel UUID }}\",\n        \"name\": \"{{ Channel Name }}\",\n        \"channel_type\": \"{{ Channel Type }}\",\n        \"marketplace_id\": \"{{ Amazon Marketplace ID}}\",\n        \"seller_id\": \"{{ Seller ID }}\",\n        \"mws_auth_token\": \"{{ MD5 MWS Auth Token }}\",\n        \"access_key_id\": \"{{ MD5 Access Key ID }}\",\n        \"secret_access_key\": \"{{ MD5 Secret Access Key }}\",\n        \"store_url\": \"{{ MD5 Store URI }}\",\n        \"consumer_key\": \"{{ MD5 Consumer Key }}\",\n        \"consumer_secret\": \"{{ MD5 Consumer Secret }}\",\n        \"interval\": 1800,\n        \"use_default_get_orders_interval\": true,\n        \"get_orders_interval\": 180,\n        \"use_external_shipment_modules\": true,\n        \"manage_stock\": true,\n        \"download_products\": true,\n        \"add_to_products\": false,\n        \"set_initial_stock_levels\": false,\n        \"auto_sync_stock\": false,\n        \"fetch_shipped_orders\": false,\n        \"auto_sync_orders\": false,\n        \"use_dc_credentials\": false,\n        \"download_product_images\": false,\n        \"download_product_dimensions\": false,\n        \"push_stock_levels\": 0,\n        \"account_nominal_code\": {{ Nominal code}},\n        \"type\": \"{{ Channel Type }}\",\n        \"redirect_url\": \"{ Channel Oauth redirect url }\",\n        \"is_active\": true,\n        \"channel_products\": {\n            \"total\": \"{{ total channel product count }}\",\n            \"empty_matched_sku\": {{ total empty mached sku }}\n        }\n    }\n}"}],"_postman_id":"c9ce40d4-1829-47ac-935d-9429d781e628"},{"name":"List","id":"067a718b-1ad6-4c51-834c-f807080fd070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/channels/list?store_id={{store_id}}","description":"<p>Lists all channels</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","list"],"host":["{{api_url}}"],"query":[{"key":"store_id","value":"{{store_id}}"}],"variable":[]}},"response":[{"id":"a998822d-d6d4-43c4-988b-bb5c47618282","name":"Channels.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{api_url}}/channels/list?store_id={{store_id}}","host":["{{api_url}}"],"path":["channels","list"],"query":[{"key":"store_id","value":"{{store_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{{ Channel UUID }}\",\n            \"name\": \"{{ Channel Name }}\",\n            \"channel_type\": \"amazon\",\n            \"marketplace_id\": \"{{ Amazon Marketplace ID}}\",\n            \"seller_id\": \"{{ Seller ID }}\",\n            \"mws_auth_token\": \"{{ MD5 MWS Auth Token }}\",\n            \"access_key_id\": \"{{ MD5 Access Key ID }}\",\n            \"secret_access_key\": \"{{ MD5 Secret Access Key }}\",\n            \"store_url\": \"{{ MD5 Store URI }}\",\n            \"consumer_key\": \"{{ MD5 Consumer Key }}\",\n            \"consumer_secret\": \"{{ MD5 Consumer Secret }}\",\n            \"interval\": 1800,\n            \"use_default_get_orders_interval\": true,\n            \"get_orders_interval\": 180,\n            \"use_external_shipment_modules\": true,\n            \"manage_stock\": true,\n            \"download_products\": true,\n            \"add_to_products\": false,\n            \"set_initial_stock_levels\": false,\n            \"auto_sync_stock\": false,\n            \"fetch_shipped_orders\": false,\n            \"auto_sync_orders\": false,\n            \"use_dc_credentials\": false,\n            \"download_product_images\": false,\n            \"download_product_dimensions\": false,\n            \"push_stock_levels\": 0,\n            \"account_nominal_code\": {{ Nominal code}},\n            \"type\": \"{{ Channel Type }}\",\n            \"is_active\": true,\n            \"channel_products\": {\n                \"total\": \"{{ total channel product count }}\",\n                \"empty_matched_sku\": {{ total empty mached sku }}\n            }\n        }\n    ]\n}"}],"_postman_id":"067a718b-1ad6-4c51-834c-f807080fd070"},{"name":"Delete channel","id":"47631fae-8f6c-408c-90a6-bad2e6a81b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","type":"text"}]},"url":"{{api_url}}/channels/delete","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","delete"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"11293db8-9876-412b-b986-91cb2354d8c9","name":"Channel.Delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"3372bd8d-801b-4647-b871-a345fb277a12","type":"text"}]},"url":"{{api_url}}/channels/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 15 Apr 2022 14:49:18 GMT"},{"key":"Date","value":"Fri, 15 Apr 2022 14:49:18 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"5f6aa985-c3db-4606-8019-6f66552c6e8e\"]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"delete_channel"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"3372bd8d-801b-4647-b871-a345fb277a12"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"47631fae-8f6c-408c-90a6-bad2e6a81b9f"},{"name":"Locations","id":"c224ebcb-c76b-443d-8a56-e2d02040577d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/channels/locations/{{channel_id}}","description":"<p>Lists all channels</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","locations","{{channel_id}}"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2b7da857-4e36-436b-9071-606415285a60","name":"Channels.Locations.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/channels/locations/{{channel_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{{ ID }}\",\n            \"channel_id\": \"{{ Channel ID }}\",\n            \"name\": \"{{ Location Name }}\",\n            \"remote_id\": \"{{ Location Remote ID }}\",\n            \"is_default\": false,\n            \"is_active\": true\n        }\n    ]\n}"}],"_postman_id":"c224ebcb-c76b-443d-8a56-e2d02040577d"},{"name":"Info","id":"6d140b7e-532b-44f3-a2af-cc05ca9838ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/channels/info?channel_id={{channel_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","info"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"ca0678ad-2493-4433-be5f-28ce9bb699ff","name":"Channel.Info","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{api_url}}/channels/info?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","info"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Thu, 21 Apr 2022 07:36:19 GMT"},{"key":"Date","value":"Thu, 21 Apr 2022 07:36:19 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{{ Channel UUID }}\",\n        \"store_id\": \"{{ Store UUID }}\",\n        \"name\": \"{{ Channel Name }}\",\n        \"channel_type\": \"{{ Channel Type }}\",\n        \"is_active\": true\n    }\n}"}],"_postman_id":"6d140b7e-532b-44f3-a2af-cc05ca9838ed"}],"id":"bf7f22ff-d49c-4cc4-8c25-6fc09788f320","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6af1c4de-e9c3-4532-8651-427332ef29d6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7b5a9423-a497-4672-8927-cb997c89c46d"}}],"_postman_id":"bf7f22ff-d49c-4cc4-8c25-6fc09788f320","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Amazon Channel","item":[{"name":"Create","id":"e9100c3c-dc81-42f2-917d-b8048af03cca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set true to use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"<p>required: string - Amazon SP Marketplace Id</p>\n<p>Please enter one of the following marketplace IDs.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Marketplace</th>\n<th>MarketPlace ID</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>United Kingdom</td>\n<td>A1F83G8C2ARO7P</td>\n</tr>\n<tr>\n<td>United States of America</td>\n<td>ATVPDKIKX0DER</td>\n</tr>\n<tr>\n<td>Germany</td>\n<td>A1PA6795UKMFR9</td>\n</tr>\n<tr>\n<td>Spain</td>\n<td>A1RKKUPIHCS9HS</td>\n</tr>\n<tr>\n<td>Italy</td>\n<td>APJ6JRA9NG5V4</td>\n</tr>\n<tr>\n<td>France</td>\n<td>A13V1IB3VIYZZH</td>\n</tr>\n<tr>\n<td>Australia</td>\n<td>A39IBJ37TRP1C6</td>\n</tr>\n<tr>\n<td>Brazil</td>\n<td>A2Q3Y263D00KWC</td>\n</tr>\n<tr>\n<td>Canada</td>\n<td>A2EUQ1WTGCTBG2</td>\n</tr>\n<tr>\n<td>Egypt</td>\n<td>ARBP9OOSHTCHU</td>\n</tr>\n<tr>\n<td>India</td>\n<td>A21TJRUUN4KGV</td>\n</tr>\n<tr>\n<td>Japan</td>\n<td>A1VC38T7YXB528</td>\n</tr>\n<tr>\n<td>Mexico</td>\n<td>A1AM78C64UM0Y8</td>\n</tr>\n<tr>\n<td>Netherlands</td>\n<td>A1805IZSGTT6HS</td>\n</tr>\n<tr>\n<td>Poland</td>\n<td>A1C3SOZRARQ6R3</td>\n</tr>\n<tr>\n<td>Saudi Arabia</td>\n<td>A17E79C6D8DWNP</td>\n</tr>\n<tr>\n<td>Sweden</td>\n<td>A2NODRKZP88ZB9</td>\n</tr>\n<tr>\n<td>Singapore</td>\n<td>A19VAU5U5O7RUS</td>\n</tr>\n<tr>\n<td>Turkey</td>\n<td>A33AVAJ2PDY3EV</td>\n</tr>\n<tr>\n<td>United Arab Emirates (U.A.E.)</td>\n<td>A2VIGQ35RCS4UG</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text"},{"key":"fulfillment_channels","value":"{{fulfillment_channels}}","description":"<p>required:string - Comma separated Amazon Fulfillment Channels</p>\n<p>Available Fullfilment Channels: AFN,MFN</p>\n","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"<p>required:string - Comma separated Amazon Order Statuses</p>\n<p>Available Order Statuses: PendingAvailability,Pending,Unshipped,PartiallyShipped,Shipped,Canceled,Unfulfillable</p>\n","type":"text"},{"key":"use_fulfillment_latency","value":"{{use_fulfillment_latency}}","description":"<p>required:boolean - Use fulfillment latency</p>\n","type":"text"},{"key":"fulfillment_latency_interval","value":"{{fulfillment_latency_interval}}","description":"<p>conditional:integer:milliseconds:default=0 - Sets Amazon SP Channel fulfillment latency interval time. Min:0</p>\n<ul>\n<li>Required if use_fulfillment_latency equals to false</li>\n</ul>\n","type":"text"},{"key":"use_asin_as_sku","value":"{{use_asin_as_sku}}","description":"<p>optional:boolean:default=true - Sets to use ASIN code as SKU on products</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"use_multiple_fulfillment_tracking_number","value":"{{use_multiple_fulfillment_tracking_number}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"use_click_and_collect","value":"{{use_click_and_collect}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>required if use_order_prefix is true|string</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>required if use_max_stock_level is true|integer</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>required if low_stock_buffer is true|integer</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|true,false</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/amazonsp","description":"<p>Creates a new Amazon Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","amazonsp"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0a923ab5-496d-4171-a6dc-7f54feecb2ed","name":"AmazonSPChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"required:boolean - Set true to use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"marketplace_id","value":"MARKETPLACE_ID","description":"required: string - Amazon SP Marketplace Id\nPlease enter one of the following marketplace IDs.\n| Marketplace | MarketPlace ID |\n| ------ | ------ |\n| United Kingdom | A1F83G8C2ARO7P |\n| United States of America | ATVPDKIKX0DER |\n| Germany | A1PA6795UKMFR9 |\n| Spain | A1RKKUPIHCS9HS |\n| Italy | APJ6JRA9NG5V4 |\n| France | A13V1IB3VIYZZH |\n| Australia | A39IBJ37TRP1C6 |\n| Brazil | A2Q3Y263D00KWC |\n| Canada | A2EUQ1WTGCTBG2 |\n| Egypt | ARBP9OOSHTCHU |\n| India | A21TJRUUN4KGV |\n| Japan | A1VC38T7YXB528 |\n| Mexico | A1AM78C64UM0Y8 |\n| Netherlands | A1805IZSGTT6HS |\n| Poland | A1C3SOZRARQ6R3 |\n| Saudi Arabia | A17E79C6D8DWNP |\n| Sweden | A2NODRKZP88ZB9 |\n| Singapore | A19VAU5U5O7RUS |\n| Turkey | A33AVAJ2PDY3EV |\n| United Arab Emirates (U.A.E.) | A2VIGQ35RCS4UG |","type":"text"},{"key":"fulfillment_channels","value":"FULFILLMENT_CHANNEL","description":"required:string - Comma separated Amazon Fulfillment Channels\n\nAvailable Fullfilment Channels: AFN,MFN","type":"text"},{"key":"order_statuses","value":"ORDER_STATUSES","description":"required:string - Comma separated Amazon Order Statuses\n\nAvailable Order Statuses: PendingAvailability,Pending,Unshipped,PartiallyShipped,Shipped,Canceled,Unfulfillable","type":"text"},{"key":"use_fulfillment_latency","value":"{{use_fulfillment_latency}}","description":"required:boolean - Use fulfillment latency","type":"text"},{"key":"fulfillment_latency_interval","value":"{{fulfillment_latency_interval}}","description":"conditional:integer:milliseconds:default=0 - Sets Amazon SP Channel fulfillment latency interval time. Min:0\n* Required if use_fulfillment_latency equals to false","type":"text"},{"key":"use_asin_as_sku","value":"USE_ASIN_AS_SKU","description":"optional:boolean:default=true - Sets to use ASIN code as SKU on products","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/amazonsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 27 Mar 2020 10:09:11 GMT"},{"key":"Date","value":"Fri, 27 Mar 2020 10:09:11 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"amazonsp\",\n        \"marketplace_id\": \"{ Marketplace Id }\",\n        \"fulfillment_channels\": \"{ Fulfillment Channels }\",\n        \"order_statuses\": \"{ Order Statuses }\",\n        \"use_asin_as_sku\": \"{ Use Asin As Sku }\",\n        \"use_fulfillment_latency\": \"{ Use Fulfillment Latency }\",\n        \"fulfillment_latency_interval\": \"{ Fulfillment Latency Interval }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_products_interval\": \"{ Use Default Get Products Interval }\",\n        \"get_products_interval\": \"{ Get Products Interval }\",\n        \"use_click_and_collect\": \"{ Use Click And Collect }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_multiple_fulfillment_tracking_number\": \"{ Use Multiple Fulfillment Tracking Number }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"e9100c3c-dc81-42f2-917d-b8048af03cca"},{"name":"Update","id":"5f9407ea-e8be-4e12-a156-8d2a0fba242c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set true to use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"<p>required: string - Amazon SP Marketplace Id</p>\n<p>Please enter one of the following marketplace IDs.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Marketplace</th>\n<th>MarketPlace ID</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>United Kingdom</td>\n<td>A1F83G8C2ARO7P</td>\n</tr>\n<tr>\n<td>United States of America</td>\n<td>ATVPDKIKX0DER</td>\n</tr>\n<tr>\n<td>Germany</td>\n<td>A1PA6795UKMFR9</td>\n</tr>\n<tr>\n<td>Spain</td>\n<td>A1RKKUPIHCS9HS</td>\n</tr>\n<tr>\n<td>Italy</td>\n<td>APJ6JRA9NG5V4</td>\n</tr>\n<tr>\n<td>France</td>\n<td>A13V1IB3VIYZZH</td>\n</tr>\n<tr>\n<td>Australia</td>\n<td>A39IBJ37TRP1C6</td>\n</tr>\n<tr>\n<td>Brazil</td>\n<td>A2Q3Y263D00KWC</td>\n</tr>\n<tr>\n<td>Canada</td>\n<td>A2EUQ1WTGCTBG2</td>\n</tr>\n<tr>\n<td>Egypt</td>\n<td>ARBP9OOSHTCHU</td>\n</tr>\n<tr>\n<td>India</td>\n<td>A21TJRUUN4KGV</td>\n</tr>\n<tr>\n<td>Japan</td>\n<td>A1VC38T7YXB528</td>\n</tr>\n<tr>\n<td>Mexico</td>\n<td>A1AM78C64UM0Y8</td>\n</tr>\n<tr>\n<td>Netherlands</td>\n<td>A1805IZSGTT6HS</td>\n</tr>\n<tr>\n<td>Poland</td>\n<td>A1C3SOZRARQ6R3</td>\n</tr>\n<tr>\n<td>Saudi Arabia</td>\n<td>A17E79C6D8DWNP</td>\n</tr>\n<tr>\n<td>Sweden</td>\n<td>A2NODRKZP88ZB9</td>\n</tr>\n<tr>\n<td>Singapore</td>\n<td>A19VAU5U5O7RUS</td>\n</tr>\n<tr>\n<td>Turkey</td>\n<td>A33AVAJ2PDY3EV</td>\n</tr>\n<tr>\n<td>United Arab Emirates (U.A.E.)</td>\n<td>A2VIGQ35RCS4UG</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text"},{"key":"fulfillment_channels","value":"{{fulfillment_channels}}","description":"<p>required:string - Comma separated Amazon Fulfillment Channels</p>\n<p>Available Fullfilment Channels: AFN,MFN</p>\n","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"<p>required:string - Comma separated Amazon Order Statuses</p>\n<p>Available Order Statuses: PendingAvailability,Pending,Unshipped,PartiallyShipped,Shipped,Canceled,Unfulfillable</p>\n","type":"text"},{"key":"use_fulfillment_latency","value":"{{use_fulfillment_latency}}","description":"<p>required:boolean - Use fulfillment latency</p>\n","type":"text"},{"key":"fulfillment_latency_interval","value":"{{fulfillment_latency_interval}}","description":"<p>conditional:integer:milliseconds:default=0 - Sets Amazon SP Channel fulfillment latency interval time. Min:0</p>\n<ul>\n<li>Required if use_fulfillment_latency equals to false</li>\n</ul>\n","type":"text"},{"key":"use_asin_as_sku","value":"{{use_asin_as_sku}}","description":"<p>optional:boolean:default=true - Sets to use ASIN code as SKU on products</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"use_multiple_fulfillment_tracking_number","value":"{{use_multiple_fulfillment_tracking_number}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"use_click_and_collect","value":"{{use_click_and_collect}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>required if use_order_prefix is true|string</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>required if use_max_stock_level is true|integer</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>required if low_stock_buffer is true|integer</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|true,false</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Creates a new Amazon Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"245f4d97-52bc-45ff-af98-709bb0d9c316","name":"AmazonSPChannel.Update","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set true to use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"required: string - Amazon SP Marketplace Id\nPlease enter one of the following marketplace IDs.\n| Marketplace | MarketPlace ID |\n| ------ | ------ |\n| United Kingdom | A1F83G8C2ARO7P |\n| United States of America | ATVPDKIKX0DER |\n| Germany | A1PA6795UKMFR9 |\n| Spain | A1RKKUPIHCS9HS |\n| Italy | APJ6JRA9NG5V4 |\n| France | A13V1IB3VIYZZH |\n| Australia | A39IBJ37TRP1C6 |\n| Brazil | A2Q3Y263D00KWC |\n| Canada | A2EUQ1WTGCTBG2 |\n| Egypt | ARBP9OOSHTCHU |\n| India | A21TJRUUN4KGV |\n| Japan | A1VC38T7YXB528 |\n| Mexico | A1AM78C64UM0Y8 |\n| Netherlands | A1805IZSGTT6HS |\n| Poland | A1C3SOZRARQ6R3 |\n| Saudi Arabia | A17E79C6D8DWNP |\n| Sweden | A2NODRKZP88ZB9 |\n| Singapore | A19VAU5U5O7RUS |\n| Turkey | A33AVAJ2PDY3EV |\n| United Arab Emirates (U.A.E.) | A2VIGQ35RCS4UG |","type":"text"},{"key":"fulfillment_channels","value":"{{fulfillment_channels}}","description":"required:string - Comma separated Amazon Fulfillment Channels\n\nAvailable Fullfilment Channels: AFN,MFN","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"required:string - Comma separated Amazon Order Statuses\n\nAvailable Order Statuses: PendingAvailability,Pending,Unshipped,PartiallyShipped,Shipped,Canceled,Unfulfillable","type":"text"},{"key":"use_fulfillment_latency","value":"{{use_fulfillment_latency}}","description":"required:boolean - Use fulfillment latency","type":"text"},{"key":"fulfillment_latency_interval","value":"{{fulfillment_latency_interval}}","description":"conditional:integer:milliseconds:default=0 - Sets Amazon SP Channel fulfillment latency interval time. Min:0\n* Required if use_fulfillment_latency equals to false","type":"text"},{"key":"use_asin_as_sku","value":"{{use_asin_as_sku}}","description":"optional:boolean:default=true - Sets to use ASIN code as SKU on products","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 27 Mar 2020 10:09:11 GMT"},{"key":"Date","value":"Fri, 27 Mar 2020 10:09:11 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"amazonsp\",\n        \"marketplace_id\": \"{ Marketplace Id }\",\n        \"fulfillment_channels\": \"{ Fulfillment Channels }\",\n        \"order_statuses\": \"{ Order Statuses }\",\n        \"use_asin_as_sku\": \"{ Use Asin As Sku }\",\n        \"use_fulfillment_latency\": \"{ Use Fulfillment Latency }\",\n        \"fulfillment_latency_interval\": \"{ Fulfillment Latency Interval }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_products_interval\": \"{ Use Default Get Products Interval }\",\n        \"get_products_interval\": \"{ Get Products Interval }\",\n        \"use_click_and_collect\": \"{ Use Click And Collect }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_multiple_fulfillment_tracking_number\": \"{ Use Multiple Fulfillment Tracking Number }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"5f9407ea-e8be-4e12-a156-8d2a0fba242c"}],"id":"70e95f27-b0e4-4876-8ac9-c742c668a431","description":"<ul>\n<li>You can find your <b>Marketplace Id</b> from the link below,</li>\n</ul>\n<p><a href=\"http://docs.developer.amazonservices.com/en_US/dev_guide/DG_Endpoints.html\">http://docs.developer.amazonservices.com/en_US/dev_guide/DG_Endpoints.html</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6802c4cf-9912-4863-919f-ecabd960a31c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"bc4537c4-7da9-4a9f-9178-d307c69f4751"}}],"_postman_id":"70e95f27-b0e4-4876-8ac9-c742c668a431","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Amazon Vendor Channel","item":[{"name":"Create","id":"bb7ce45d-c942-4608-bdbb-b9e721ff5355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"<p>required: string - Amazon Vendor Marketplace Id</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set true to use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","description":"<p>conditional: string - Amazon Vendor Refresh Token </p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required: string - Amazon Vendor Client ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required: string - Amazon Vendor Client Secret</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"access_key_id","value":"{{access_key_id}}","description":"<p>required: string - Amazon Vendor Access Key Id</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"<p>conditional: string - Amazon Vendor Secret Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>required if use_order_prefix is true|string</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>required if use_max_stock_level is true|integer</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>required if low_stock_buffer is true|integer</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|true,false</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/amazonvendor","description":"<p>Creates a new Amazon Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","amazonvendor"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"36ad342c-17f5-468d-836e-a00ac7cd088e","name":"AmazonVendorChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"marketplace_id","value":"MARKETPLACE_ID","description":"required: string - Amazon Vendor Marketplace Id","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"required:boolean - Set true to use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"client_id","value":"CLIENT_ID","description":"required: string - Amazon Vendor Client ID\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"client_secret","value":"CLIENT_SECRET","description":"required: string - Amazon Vendor Client Secret\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"access_key_id","value":"ACCESS_KEY_ID","description":"required: string - Amazon Vendor Access Key Id\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"conditional: string - Amazon Vendor Secret Key\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","description":"conditional: string - Amazon Vendor Refresh Token \n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/amazonvendor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 07:32:32 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 07:32:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"amazonvendor\",\n        \"marketplace_id\": \"{ Marketplace Id }\",\n        \"access_key_id\": \"{ Access Key Id }\",\n        \"secret_key\": \"{ Secret Key }\",\n        \"refresh_token\": \"{ Refresh Token }\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"bb7ce45d-c942-4608-bdbb-b9e721ff5355"},{"name":"Update","id":"76c1600c-1859-42a7-99e2-7a2101524590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"<p>required: uuid - Channel API Channel Id</p>\n","type":"text","disabled":true},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set true to use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to download products for this channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"<p>required: string - Amazon Vendor Marketplace ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","description":"<p>required: string - Amazon Vendor Refresh Token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required: string - Amazon Vendor Client ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required: string - Amazon Vendor Client Secret</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"access_key_id","value":"{{access_key_id}}","description":"<p>conditional: string - Amazon Vendor Secret Key ID</p>\n<ul>\n<li><p>Required if use_despatch_cloud_auth_token equals to false</p>\n</li>\n<li><p>Value will be md5 encrypted in response for verification only</p>\n</li>\n</ul>\n","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"<p>required: string - Amazon Vendor Secret Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>required if use_order_prefix is true|string</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>required if use_max_stock_level is true|integer</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>required if low_stock_buffer is true|integer</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required|boolean|default:false - Set true to update stock levels automatically on this channels</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Amazon Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"e5fef7bf-75c6-4259-9795-3607b46bb484","name":"AmazonVendorChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"CHANNEL_UUID","description":"required: uuid - Channel API Channel Id","type":"text","disabled":true},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"required:boolean - Set true to use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to download products for this channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"marketplace_id","value":"MARKETPLACE_ID","description":"required: string - Amazon Vendor Marketplace ID\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"refresh_token","value":"{{refresh_token}}","description":"required: string - Amazon Vendor Refresh Token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"client_id","value":"CLIENT_ID","description":"required: string - Amazon Vendor Client ID\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"client_secret","value":"CLIENT_SECRET","description":"required: string - Amazon Vendor Client Secret\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"access_key_id","value":"ACCESS_KEY_ID","description":"conditional: string - Amazon Vendor Secret Key ID\n* Required if use_despatch_cloud_auth_token equals to false\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"required: string - Amazon Vendor Secret Key\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 07:58:38 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 07:58:38 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"amazonvendor\",\n        \"marketplace_id\": \"{ Marketplace Id }\",\n        \"access_key_id\": \"{ Access Key Id }\",\n        \"secret_key\": \"{ Secret Key }\",\n        \"refresh_token\": \"{ Refresh Token }\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"76c1600c-1859-42a7-99e2-7a2101524590"}],"id":"32906415-917f-4f5a-8ca2-8345a5d2f1f4","description":"<ul>\n<li>You can find your <b>Marketplace Id</b> from the link below,</li>\n</ul>\n<p><a href=\"http://docs.developer.amazonservices.com/en_US/dev_guide/DG_Endpoints.html\">http://docs.developer.amazonservices.com/en_US/dev_guide/DG_Endpoints.html</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3e20607f-d83c-4d4d-a815-a744734966b1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"28898e26-6432-4e89-aad6-ea38b2984831"}}],"_postman_id":"32906415-917f-4f5a-8ca2-8345a5d2f1f4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"AliExpress Channel","item":[{"name":"Create","id":"8ea2bf0d-b777-46dd-95fd-c344e347e3c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set true to use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets AliExpress Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional:boolean:default=null Set push stock levels</p>\n","type":"text"},{"key":"fulfillment_country_iso_code","value":"{{fulfillment_country_iso_code}}","description":"<p>required:string The ISO code of the country of the fulfillment</p>\n","type":"text"},{"key":"notification_emails","value":"{{notification_emails}}","description":"<p>optional:array:email The life of the AliExpress channel connection is 1 year. After 1 year, it must be reconnected. A notification will be sent to the e-mail addresses you specified, close to the expiry of the connection time.</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>required if use_order_prefix is true|string</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>required if use_max_stock_level is true|integer</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>required if low_stock_buffer is true|integer</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|true,false</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/aliexpress","description":"<p>Creates a new Amazon Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","aliexpress"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ce9de773-bc97-4e00-96a1-ddb1ecfc26b1","name":"AliExpressChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"required:boolean - Set true to use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets AliExpress Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"push_stock_levels","value":"PUSH_STOCK_LEVELS","description":"optional:boolean:default=null Set push stock levels","type":"text"},{"key":"fulfillment_country_iso_code","value":"FULFILLMENT_COUNTRY_ISO_CODE","description":"required:string The ISO code of the country of the fulfillment","type":"text"},{"key":"notification_emails","value":"NOTIFICATION_EMAILS","description":"optional:array:email The life of the AliExpress channel connection is 1 year. After 1 year, it must be reconnected. A notification will be sent to the e-mail addresses you specified, close to the expiry of the connection time.","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/aliexpress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 27 Mar 2020 10:09:11 GMT"},{"key":"Date","value":"Fri, 27 Mar 2020 10:09:11 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"aliexpress\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"fulfillment_country_iso_code\": \"{ Fulfillment Country Iso Code }\",\n        \"notification_emails\": \"{ Notification Emails }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"8ea2bf0d-b777-46dd-95fd-c344e347e3c6"},{"name":"Update","id":"cc1ac6b1-60b5-421a-8b05-9cbe19ad9f4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"<p>required: uuid - Channel API Channel Id</p>\n","type":"text","disabled":true},{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets AliExpress Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set true to use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets AliExpress Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional:boolean Set reactive products</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional:boolean:default=null Set push stock levels</p>\n","type":"text"},{"key":"fulfillment_country_iso_code","value":"{{fulfillment_country_iso_code}}","description":"<p>required:string The ISO code of the country of the fulfillment</p>\n","type":"text"},{"key":"notification_emails","value":"{{notification_emails}}","description":"<p>optional:array:email The life of the AliExpress channel connection is 1 year. After 1 year, it must be reconnected. A notification will be sent to the e-mail addresses you specified, close to the expiry of the connection time.</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>required if use_order_prefix is true|string</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>required if use_max_stock_level is true|integer</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>required if low_stock_buffer is true|integer</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|true,false</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|true,false</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Amazon Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"88e54a4c-7f0f-43e5-8b60-93c1385325fe","name":"AliExpressChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"required: uuid - Channel API Channel Id","type":"text","disabled":true},{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets AliExpress Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set true to use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets AliExpress Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"optional:boolean Set reactive products","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"optional:boolean:default=null Set push stock levels","type":"text"},{"key":"fulfillment_country_iso_code","value":"{{fulfillment_country_iso_code}}","description":"required:string The ISO code of the country of the fulfillment","type":"text"},{"key":"notification_emails","value":"{{notification_emails}}","description":"optional:array:email The life of the AliExpress channel connection is 1 year. After 1 year, it must be reconnected. A notification will be sent to the e-mail addresses you specified, close to the expiry of the connection time.","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 31 Mar 2020 14:52:58 GMT"},{"key":"Date","value":"Tue, 31 Mar 2020 14:52:58 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"aliexpress\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"fulfillment_country_iso_code\": \"{ Fulfillment Country Iso Code }\",\n        \"notification_emails\": \"{ Notification Emails }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"cc1ac6b1-60b5-421a-8b05-9cbe19ad9f4d"}],"id":"4b3ed8c0-559b-450f-8680-6e1b9e2408c3","_postman_id":"4b3ed8c0-559b-450f-8680-6e1b9e2408c3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"BigCommerce Channel","item":[{"name":"Create","id":"4a14ba4c-f18a-4ced-8c74-bbe9df1f552f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string - BigCommerce Client ID</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string - BigCommerce Client Secret</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required:string - BigCommerce Access Token</p>\n","type":"text"},{"key":"store_hash","value":"{{store_hash}}","description":"<p>required:string - BigCommerce Store Hash</p>\n","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"<p>required:string - Comma separated BigCommerce Order Statuses\nAvailable Order Statuses: PendingAvailability,Pending,Unshipped,PartiallyShipped,Shipped,Canceled,Unfulfillable</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_multiple_fulfillment_requests","value":"{{allow_multiple_fulfillment_requests}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_partial_fulfillment","value":"{{use_partial_fulfillment}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_individual_stock_update","value":"{{use_individual_stock_update}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_personalisation_data","value":"{{get_personalisation_data}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_calculate_tax","value":"{{auto_calculate_tax}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_calculate_tax_rate","value":"{{auto_calculate_tax_rate}}","description":"<p>optional|integer</p>\n","type":"text"},{"key":"country_taxes","value":"{{country_taxes}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/bigcommerce","description":"<p>Creates a new BigCommerce Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","bigcommerce"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"59571f8e-84f4-4650-89f8-efb0a62e164f","name":"BigCommerceChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"CLIENT_ID","description":"required:string - BigCommerce Client ID","type":"text"},{"key":"client_secret","value":"CLIENT_SECRET","description":"required:string - BigCommerce Client Secret","type":"text"},{"key":"access_token","value":"ACCESS_TOKEN","description":"required:string - BigCommerce Access Token","type":"text"},{"key":"store_hash","value":"STORE_HASH","description":"required:string - BigCommerce Store Hash","type":"text"},{"key":"order_statuses","value":"ORDER_STATUSES","description":"required:string - Comma separated BigCommerce Order Statuses\nAvailable Order Statuses: PendingAvailability,Pending,Unshipped,PartiallyShipped,Shipped,Canceled,Unfulfillable","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/bigcommerce"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 26 Aug 2020 07:54:30 GMT"},{"key":"Date","value":"Wed, 26 Aug 2020 07:54:30 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"54"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"bigcommerce\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"access_token\": \"{ Access Token }\",\n        \"store_hash\": \"{ Store Hash }\",\n        \"order_statuses\": \"{ Order Statuses }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"allow_multiple_fulfillment_requests\": \"{ Allow Multiple Fulfillment Requests }\",\n        \"use_partial_fulfillment\": \"{ Use Partial Fulfillment }\",\n        \"use_individual_stock_update\": \"{ Use Individual Stock Update }\",\n        \"get_personalisation_data\": \"{ Get Personalisation Data }\",\n        \"auto_calculate_tax\": \"{ Auto Calculate Tax }\",\n        \"auto_calculate_tax_rate\": \"{ Auto Calculate Tax Rate }\",\n        \"country_taxes\": \"{ Country Taxes }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"4a14ba4c-f18a-4ced-8c74-bbe9df1f552f"},{"name":"Update","id":"1ae590d9-fb29-40aa-ba99-95504b9a2850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string - BigCommerce Client ID</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string - BigCommerce Client Secret</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required:string - BigCommerce Access Token</p>\n","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"<p>required:string - Comma separated BigCommerce Order Statuses\nAvailable Order Statuses: PendingAvailability,Pending,Unshipped,PartiallyShipped,Shipped,Canceled,Unfulfillable</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_hash","value":"{{store_hash}}","description":"<p>required|string</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_multiple_fulfillment_requests","value":"{{allow_multiple_fulfillment_requests}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_partial_fulfillment","value":"{{use_partial_fulfillment}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_individual_stock_update","value":"{{use_individual_stock_update}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_personalisation_data","value":"{{get_personalisation_data}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_calculate_tax","value":"{{auto_calculate_tax}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_calculate_tax_rate","value":"{{auto_calculate_tax_rate}}","description":"<p>optional|integer</p>\n","type":"text"},{"key":"country_taxes","value":"{{country_taxes}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates a BigCommerce Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"e6e7c421-4476-41f5-b0a2-bee19fa55abd","name":"BigCommerceChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"CLIENT_ID","description":"required:string - BigCommerce Client ID","type":"text"},{"key":"client_secret","value":"CLIENT_SECRET","description":"required:string - BigCommerce Client Secret","type":"text"},{"key":"access_token","value":"ACCESS_TOKEN","description":"required:string - BigCommerce Access Token","type":"text"},{"key":"order_statuses","value":"ORDER_STATUSES","description":"required:string - Comma separated BigCommerce Order Statuses\nAvailable Order Statuses: PendingAvailability,Pending,Unshipped,PartiallyShipped,Shipped,Canceled,Unfulfillable","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 26 Aug 2020 08:02:54 GMT"},{"key":"Date","value":"Wed, 26 Aug 2020 08:02:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"bigcommerce\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"access_token\": \"{ Access Token }\",\n        \"store_hash\": \"{ Store Hash }\",\n        \"order_statuses\": \"{ Order Statuses }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"allow_multiple_fulfillment_requests\": \"{ Allow Multiple Fulfillment Requests }\",\n        \"use_partial_fulfillment\": \"{ Use Partial Fulfillment }\",\n        \"use_individual_stock_update\": \"{ Use Individual Stock Update }\",\n        \"get_personalisation_data\": \"{ Get Personalisation Data }\",\n        \"auto_calculate_tax\": \"{ Auto Calculate Tax }\",\n        \"auto_calculate_tax_rate\": \"{ Auto Calculate Tax Rate }\",\n        \"country_taxes\": \"{ Country Taxes }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"1ae590d9-fb29-40aa-ba99-95504b9a2850"}],"id":"eeada4ca-2b68-46e8-a6df-809c1824bccd","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f3031bd1-e873-4965-b1a4-ca5ca71bd136"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"be64fbbb-70b6-4722-a375-29685680bbbf"}}],"_postman_id":"eeada4ca-2b68-46e8-a6df-809c1824bccd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"eBay Channel","item":[{"name":"Create","id":"6a8b7cc9-9436-4eff-9b98-c88edb5af40e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"site_id","value":"{{site_id}}","description":"<p>required:integer - eBay Site ID</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"add_ref_number_to_shipping_address","value":"{{add_ref_number_to_shipping_address}}","description":"<p>optional|boolean:default=false Add reference number to shipping address</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_partial_fulfillment","value":"{{use_partial_fulfillment}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_calculate_tax","value":"{{auto_calculate_tax}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_calculate_tax_rate","value":"{{auto_calculate_tax_rate}}","description":"<p>optional|integer</p>\n","type":"text"},{"key":"country_taxes","value":"{{country_taxes}}","description":"<p>optional|string</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/ebay","description":"<p>Creates a new eBay Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","ebay"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"394ae17c-694b-4f67-bcd6-c3b55e5393f5","name":"EbayChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"site_id","value":"SITE_ID","description":"required:integer - eBay Site ID","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"add_ref_number_to_shipping_address","value":"{{add_ref_number_to_shipping_address}}","description":"optional|boolean:default=false Add reference number to shipping address","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/ebay"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 28 Aug 2020 06:13:54 GMT"},{"key":"Date","value":"Fri, 28 Aug 2020 06:13:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"ebay\",\n        \"site_id\": \"{ Site Id }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_partial_fulfillment\": \"{ Use Partial Fulfillment }\",\n        \"add_ref_number_to_shipping_address\": \"{ Add Ref Number To Shipping Address }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"6a8b7cc9-9436-4eff-9b98-c88edb5af40e"},{"name":"Update","id":"40b4c51a-62e9-413f-a7a3-b9dd3692fcc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"site_id","value":"{{site_id}}","description":"<p>required:integer - eBay Site ID</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"add_ref_number_to_shipping_address","value":"{{add_ref_number_to_shipping_address}}","description":"<p>optional|boolean:default=false Add reference number to shipping address</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_partial_fulfillment","value":"{{use_partial_fulfillment}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_calculate_tax","value":"{{auto_calculate_tax}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_calculate_tax_rate","value":"{{auto_calculate_tax_rate}}","description":"<p>optional|integer</p>\n","type":"text"},{"key":"country_taxes","value":"{{country_taxes}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates an eBay Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"0e009c97-f594-4d61-98d7-f92a93edc1ac","name":"EbayChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"site_id","value":"SITE_ID","description":"required:integer - eBay Site ID","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"add_ref_number_to_shipping_address","value":"{{add_ref_number_to_shipping_address}}","description":"optional|boolean:default=false Add reference number to shipping address","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 08:22:18 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 08:22:18 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"ebay\",\n        \"site_id\": \"{ Site Id }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_partial_fulfillment\": \"{ Use Partial Fulfillment }\",\n        \"add_ref_number_to_shipping_address\": \"{ Add Ref Number To Shipping Address }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"40b4c51a-62e9-413f-a7a3-b9dd3692fcc3"}],"id":"e30f579e-06af-4471-8fa1-03226415ded4","description":"<ul>\n<li>You can find your <b>Site Id</b> from the link below,</li>\n</ul>\n<p><a href=\"https://developer.ebay.com/DevZone/merchandising/docs/Concepts/SiteIDToGlobalID.html\">https://developer.ebay.com/DevZone/merchandising/docs/Concepts/SiteIDToGlobalID.html</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"adde2b4b-b440-438d-b11b-e68ac1966b69"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"209535a2-ce5c-4db1-b7bd-efbf1b9a2ac1"}}],"_postman_id":"e30f579e-06af-4471-8fa1-03226415ded4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"EKM Channel","item":[{"name":"Create","id":"01921d8c-aeaf-4347-b097-b66fb1f7d36c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"site_id","value":"{{site_id}}","description":"<p>required|integer</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_partial_fulfillment","value":"{{use_partial_fulfillment}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"add_ref_number_to_shipping_address","value":"{{add_ref_number_to_shipping_address}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_calculate_tax","value":"{{auto_calculate_tax}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_calculate_tax_rate","value":"{{auto_calculate_tax_rate}}","description":"<p>optional|integer</p>\n","type":"text"},{"key":"country_taxes","value":"{{country_taxes}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/ekm","description":"<p>Creates a new EKM Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","ekm"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d4f3560f-655c-4394-923e-7fd030d96df6","name":"EKMChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/ekm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 08:25:14 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 08:25:14 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"ekm\",\n        \"client_key\": \"{ Client Key }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"notify_customer\": \"{ Notify Customer }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"01921d8c-aeaf-4347-b097-b66fb1f7d36c"},{"name":"Update","id":"89a21a36-a7e2-42d9-ba5e-602e548ac507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates a EKM Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"1993f735-9e6b-4117-8e35-36c4b9744ce7","name":"EKMChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 08:27:52 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 08:27:52 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"ekm\",\n        \"client_key\": \"{ Client Key }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"notify_customer\": \"{ Notify Customer }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"89a21a36-a7e2-42d9-ba5e-602e548ac507"}],"id":"fed4b21b-8541-4cfd-8957-fa7cb0f08d91","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7343657b-3ad6-41a0-b313-afdbc426b025"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"efbaa62d-84dc-41f8-8ad3-6847701b2912"}}],"_postman_id":"fed4b21b-8541-4cfd-8957-fa7cb0f08d91","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Wish Channel","item":[{"name":"Create","id":"cf297327-fe3f-473f-b966-1f9bd1b16c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"client_key","value":"{{client_key}}","description":"<p>required:string - Wish Client ID</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string - Wish Client Secret</p>\n","type":"text"},{"key":"fulfillment_origin_country","value":"{{fulfillment_origin_country}}","description":"<p>Country code of the country the order is being shipped from. The 2-letter country codes are defined in ISO 3166.</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/wish","description":"<p>Creates a new EKM Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","wish"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e7636978-2656-459d-a49f-bf892b7d74d1","name":"WishChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"client_key","value":"CLIENT_KEY","description":"required:string - Wish Client ID","type":"text"},{"key":"client_secret","value":"CLIENT_SECRET","description":"required:string - Wish Client Secret","type":"text"},{"key":"fulfillment_origin_country","value":"{{fulfillment_origin_country}}","description":"Country code of the country the order is being shipped from. The 2-letter country codes are defined in ISO 3166.","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/wish"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 08:44:05 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 08:44:05 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"wish\",\n        \"client_key\": \"{ Client Key }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"fulfillment_origin_country\": \"{ Fulfillment Origin Country }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"cf297327-fe3f-473f-b966-1f9bd1b16c3d"},{"name":"Update","id":"5cb08489-b64c-43f0-9c9e-22b262b15be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string - Wish Client Secret</p>\n","type":"text"},{"key":"client_key","value":"{{client_key}}","description":"<p>required:string - Wish Client ID</p>\n","type":"text"},{"key":"fulfillment_origin_country","value":"{{fulfillment_origin_country}}","description":"<p>Country code of the country the order is being shipped from. The 2-letter country codes are defined in ISO 3166.</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates a EKM Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"d1626037-d26f-4f8d-bbac-106cab86aa82","name":"WishChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_secret","value":"CLIENT_SECRET","description":"required:string - Wish Client Secret","type":"text"},{"key":"client_key","value":"CLIENT_KEY","description":"required:string - Wish Client ID","type":"text"},{"key":"fulfillment_origin_country","value":"{{fulfillment_origin_country}}","description":"Country code of the country the order is being shipped from. The 2-letter country codes are defined in ISO 3166.","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 08:46:31 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 08:46:31 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"wish\",\n        \"client_key\": \"{ Client Key }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"fulfillment_origin_country\": \"{ Fulfillment Origin Country }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"5cb08489-b64c-43f0-9c9e-22b262b15be4"}],"id":"58ae45c9-ac40-4d25-bcd7-63fa6ab545a3","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bfbd3739-354d-40a2-9eda-b46ab4ca2d9b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"345c8913-87f2-4c98-8007-885c5bdf4d6b"}}],"_postman_id":"58ae45c9-ac40-4d25-bcd7-63fa6ab545a3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Wix Channel","item":[{"name":"Create","id":"a0549154-9f23-41fc-b0c4-7f11dd16337f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"app_id","value":"{{app_id}}","description":"<p>required:string - Wix APP ID (Client ID)</p>\n","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"<p>required:string - Wix Secret Key</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/wix","description":"<p>Creates a new EKM Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","wix"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ec8aee84-0a6f-42f2-92ca-5cc359659ddd","name":"WixChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"fggfgf","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"app_id","value":"{{app_id}}","description":"required:string - Wix APP ID (Client ID)","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"required:string - Wix Secret Key","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/wix"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 08:55:10 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 08:55:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"wix\",\n        \"app_id\": \"{ App Id }\",\n        \"secret_key\": \"{ Secret Key }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"a0549154-9f23-41fc-b0c4-7f11dd16337f"},{"name":"Update","id":"03332c5a-ed31-463e-8ad6-44b07dfe093a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"app_id","value":"{{app_id}}","description":"<p>required:string - Wix APP ID (Client ID)</p>\n","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"<p>required:string - Wix Secret Key</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_uuid}}","description":"<p>Updates a EKM Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_uuid}}"}],"variable":[]}},"response":[{"id":"06d02b76-7a85-460a-a1dd-bc2dff0f6e82","name":"WixChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"app_id","value":"{{app_id}}","description":"required:string - Wix APP ID (Client ID)","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"required:string - Wix Secret Key","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_uuid}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_uuid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 08:57:44 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 08:57:44 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"wix\",\n        \"app_id\": \"{ App Id }\",\n        \"secret_key\": \"{ Secret Key }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"03332c5a-ed31-463e-8ad6-44b07dfe093a"}],"id":"c34e68b1-ff07-4785-93c9-b37a1c7a1f86","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"708e6dba-0602-4472-81bd-d6d5ceac8b06"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6cbe5363-4dab-4d21-96c5-f65334e9b5a8"}}],"_postman_id":"c34e68b1-ff07-4785-93c9-b37a1c7a1f86","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Etsy Channel","item":[{"name":"Create","id":"67ffa78c-73ec-405f-837e-3d3c1f9cdc62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>required:boolean - Sets Etsy Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:integer Sets Etsy Channel synchronization interval time to default settings</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:min=180 - Sets Etsy Channel synchronization interval time.</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>required:boolean - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>required:boolean Set reactive product status</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>required:boolen Accept charges status</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/etsy","description":"<p>Creates a new Etsy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","etsy"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ec52780e-d83b-4c59-927c-f62e646cbfb4","name":"EtsyChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"required:boolean - Sets Etsy Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"required:integer Sets Etsy Channel synchronization interval time to default settings","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:min=180 - Sets Etsy Channel synchronization interval time.\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"required:boolean - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"required:boolean Set reactive product status","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"required:boolen Accept charges status","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/etsy"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:01:25 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:01:25 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"etsy\",\n        \"shop_name\": \"{ Shop Name }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"reactivate_products\": \"{ Reactivate Products }\",\n        \"accept_charges\": \"{ Accept Charges }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"67ffa78c-73ec-405f-837e-3d3c1f9cdc62"},{"name":"Update","id":"1bbd43d4-ec4d-4ad7-939b-fe7192ec7c15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>required:boolean Set reactive product status</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>required:boolen Accept charges status</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates an Etsy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"e828d704-3722-4264-a17f-2b67ea5f0332","name":"EtsyChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"required:boolean Set reactive product status","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"required:boolen Accept charges status","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:04:31 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:04:31 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"etsy\",\n        \"shop_name\": \"{ Shop Name }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"reactivate_products\": \"{ Reactivate Products }\",\n        \"accept_charges\": \"{ Accept Charges }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"1bbd43d4-ec4d-4ad7-939b-fe7192ec7c15"}],"id":"2d6eba56-4e52-4ba4-a9b7-bc11c56c805a","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"399c7158-f31a-42ae-a548-8b3cb14a126d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8d6c490c-5f30-4137-b805-503aba5e4f24"}}],"_postman_id":"2d6eba56-4e52-4ba4-a9b7-bc11c56c805a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"OnBuy Channel","item":[{"name":"Create","id":"3cd76108-f9ae-439e-84da-484a09f2dd38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"site_id","value":"{{site_id}}","description":"<p>required:string OnBuy Site Id</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"consumer_key","value":"{{consumer_key}}","description":"<p>required:string OnBuy Consumer Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"consumer_secret","value":"{{consumer_secret}}","description":"<p>required:string OnBuy Consumer Secret</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"<p>required Onbuy secret key</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/onbuy","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","onbuy"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d37b8a0f-6fcc-4079-856d-1553c11c822c","name":"OnBuyChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"site_id","value":"SITE_ID","description":"required:string OnBuy Site Id\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"consumer_key","value":"CONSUMER_KEY","description":"required:string OnBuy Consumer Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"consumer_secret","value":"CONSUMER_SECRET","description":"required:string OnBuy Consumer Secret\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"required Onbuy secret key","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/onbuy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:06:57 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:06:57 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"onbuy\",\n        \"site_id\": \"{ Site Id }\",\n        \"secret_key\": \"{ Secret Key }\",\n        \"consumer_key\": \"{ Consumer Key }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"3cd76108-f9ae-439e-84da-484a09f2dd38"},{"name":"Update","id":"6c7246eb-8c5f-40e0-be8b-b4b6380525b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"site_id","value":"{{site_id}}","description":"<p>required:string OnBuy Site Id</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"consumer_key","value":"{{consumer_key}}","description":"<p>required:string WooCommerce Consumer Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"consumer_secret","value":"{{consumer_secret}}","description":"<p>required:string WooCommerce Consumer Secret</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"secret_key","value":"{{secret_key}}","description":"<p>required|string</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"c7f1a81f-4952-4603-8860-6182035cde87","name":"OnBuyChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"site_id","value":"SITE_ID","description":"required:string OnBuy Site Id\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"consumer_key","value":"CONSUMER_KEY","description":"required:string WooCommerce Consumer Key\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"consumer_secret","value":"CONSUMER_SECRET","description":"required:string WooCommerce Consumer Secret\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:09:05 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:09:05 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"onbuy\",\n        \"site_id\": \"{ Site Id }\",\n        \"secret_key\": \"{ Secret Key }\",\n        \"consumer_key\": \"{ Consumer Key }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"6c7246eb-8c5f-40e0-be8b-b4b6380525b8"}],"id":"e2809348-f8f8-44f7-8e20-c62713c8d47a","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"107720f6-e874-4ca8-9a9a-4dccc1691e05"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"360834e6-fc68-4581-b729-d2c3baa36af6"}}],"_postman_id":"e2809348-f8f8-44f7-8e20-c62713c8d47a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Shopify Channel","item":[{"name":"Create","id":"28b28a01-4756-499f-ba72-9bec7d24a185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"fetch_cancelled_orders","value":"{{fetch_cancelled_orders}}","description":"<p>optional:boolean:default=false - Fetch cancelled orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"hostname","value":"{{hostname}}","description":"<p>required:string Shopify Hostname</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"use_access_token","value":"{{use_access_token}}","description":"<p>required:boolean - Connect using access token</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required_if:use_access_token=false string Shopify Api Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>required_if:use_access_token=false string Shopify Api Password</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>required:boolean - Notify customer when fulfillment updated</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required_if:use_access_token=true string Shopify Access Token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"use_dc_credentials","value":"{{use_dc_credentials}}","description":"<p>required|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_restricted_location_products","value":"{{use_restricted_location_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_default_order_import_delay","value":"{{use_default_order_import_delay}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_import_delay","value":"{{order_import_delay}}","description":"<p>optional|required if use_default_order_import_delay equals to false</p>\n","type":"text"},{"key":"multiple_fulfillment_tracking","value":"{{multiple_fulfillment_tracking}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_products_limit","value":"{{get_products_limit}}","description":"<p>optional|integer</p>\n","type":"text"},{"key":"fetch_pos_orders","value":"{{fetch_pos_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"source","value":"{{source}}","description":"<p>optional</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_default_shipping_method","value":"{{use_default_shipping_method}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"default_shipping_method","value":"{{default_shipping_method}}","description":"<p>optional|required if use_default_shipping_method equals to true</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/shopify","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","shopify"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e5851a13-35de-49a6-b341-d122bcdaf9e1","name":"ShopifyChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"hostname","value":"SHOPIFY_HOSTNAME","description":"required:string Shopify Hostname\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"use_access_token","value":"{{use_access_token}}","description":"required:boolean - Connect using access token","type":"text"},{"key":"api_key","value":"SHOPIFY_API_KEY","description":"required_if:use_access_token=false string Shopify Api Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"SHOPIFY_PASSWORD","description":"required_if:use_access_token=false string Shopify Api Password\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"notify_customer","value":"NOTIFY_CUSTOMER","description":"required:boolean - Notify customer when fulfillment updated","type":"text"},{"key":"access_token","value":"ACCESS_TOKEN","description":"required_if:use_access_token=true string Shopify Access Token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/shopify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:13:52 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:13:52 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"shopify\",\n        \"hostname\": \"{ Hostname }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"notify_customer\": \"{ Notify Customer }\",\n        \"use_restricted_location_orders\": \"{ Use Restricted Location Orders }\",\n        \"use_restricted_location_products\": \"{ Use Restricted Location Products }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_order_import_delay\": \"{ Use Default Order Import Delay }\",\n        \"order_import_delay\": \"{ Order Import Delay }\",\n        \"use_access_token\": \"{ Use Access Token }\",\n        \"multiple_fulfillment_tracking\": \"{ Multiple Fulfillment Tracking }\",\n        \"get_products_limit\": \"{ Get Products Limit }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"fetch_cancelled_orders\": \"{ Fetch Cancelled Orders }\",\n        \"fetch_pos_orders\": \"{ Fetch Pos Orders }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"use_default_shipping_method\": \"{ Use Default Shipping Method }\",\n        \"default_shipping_method\": \"{ Default Shipping Method }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"28b28a01-4756-499f-ba72-9bec7d24a185"},{"name":"Update","id":"aa087d85-24a7-4aa2-bb6b-fbaf60a92f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"fetch_cancelled_orders","value":"{{fetch_cancelled_orders}}","description":"<p>optional:boolean:default=false - Fetch cancelled orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"hostname","value":"{{hostname}}","description":"<p>required:string Shopify Hostname</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"use_access_token","value":"{{use_access_token}}","description":"<p>required:boolean - Connect using access token</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required_if:use_access_token=false string Shopify Api Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>required_if:use_access_token=false string Shopify Api Password</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required_if:use_access_token=true string Shopify Access Token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>required:boolean - Notify customer when fulfillment updated</p>\n","type":"text"},{"key":"default_location","value":"{{default_location}}","description":"<p>ID of the default location | If the location data of the channel is updated, it is required.</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"use_dc_credentials","value":"{{use_dc_credentials}}","description":"<p>required|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_restricted_location_products","value":"{{use_restricted_location_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_default_order_import_delay","value":"{{use_default_order_import_delay}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_import_delay","value":"{{order_import_delay}}","description":"<p>optional|required if use_default_order_import_delay equals to false</p>\n","type":"text"},{"key":"multiple_fulfillment_tracking","value":"{{multiple_fulfillment_tracking}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_products_limit","value":"{{get_products_limit}}","description":"<p>optional|integer</p>\n","type":"text"},{"key":"fetch_pos_orders","value":"{{fetch_pos_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"source","value":"{{source}}","description":"<p>optional</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_default_shipping_method","value":"{{use_default_shipping_method}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"default_shipping_method","value":"{{default_shipping_method}}","description":"<p>optional|required if use_default_shipping_method equals to true</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"731c8777-7c72-47ac-9cfc-6b540f009473","name":"ShopifyChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"hostname","value":"SHOPIFY_HOSTNAME","description":"required:string Shopify Hostname\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"use_access_token","value":"{{use_access_token}}","description":"required:boolean - Connect using access token","type":"text"},{"key":"api_key","value":"SHOPIFY_API_KEY","description":"required_if:use_access_token=false string Shopify Api Key\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"SHOPIFY_PASSWORD","description":"required_if:use_access_token=false string Shopify Api Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"access_token","value":"ACCESS_TOKEN","description":"required_if:use_access_token=true string Shopify Access Token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"notify_customer","value":"NOTIFY_CUSTOMER","description":"required:boolean - Notify customer when fulfillment updated","type":"text"},{"key":"default_location","value":"{{default_location}}","description":"ID of the default location | If the location data of the channel is updated, it is required.","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:19:44 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:19:44 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"shopify\",\n        \"hostname\": \"{ Hostname }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"notify_customer\": \"{ Notify Customer }\",\n        \"use_restricted_location_orders\": \"{ Use Restricted Location Orders }\",\n        \"use_restricted_location_products\": \"{ Use Restricted Location Products }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_order_import_delay\": \"{ Use Default Order Import Delay }\",\n        \"order_import_delay\": \"{ Order Import Delay }\",\n        \"use_access_token\": \"{ Use Access Token }\",\n        \"multiple_fulfillment_tracking\": \"{ Multiple Fulfillment Tracking }\",\n        \"get_products_limit\": \"{ Get Products Limit }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"fetch_cancelled_orders\": \"{ Fetch Cancelled Orders }\",\n        \"fetch_pos_orders\": \"{ Fetch Pos Orders }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"use_default_shipping_method\": \"{ Use Default Shipping Method }\",\n        \"default_shipping_method\": \"{ Default Shipping Method }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"aa087d85-24a7-4aa2-bb6b-fbaf60a92f45"}],"id":"f1c885d9-d3f8-4ff7-9e54-014299709b2c","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d2f8b80f-3b44-44f8-b398-b2159e7204f6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"94b364c5-8ec0-4dc1-8517-20b641011f85"}}],"_postman_id":"f1c885d9-d3f8-4ff7-9e54-014299709b2c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Visualsoft Channel","item":[{"name":"Create","id":"ddacecb7-c2ee-4b2e-979c-3a162a507b7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string Visualsoft Domain (Full URL)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string Visualsoft Client ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required:string Visualsoft Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>required:string Visualsoft Password</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"<p>required|boolean default=false Use default fulfillment status</p>\n","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"<p>required_if:use_custom_fulfillment_status=true Set custom fulfillment status</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_invoiced_orders","value":"{{get_invoiced_orders}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/visualsoft","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","visualsoft"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"6938ed0d-2b38-4725-b2d3-6b5a2b1540cc","name":"VisualSoftChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string Visualsoft Domain (Full URL)\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_id","value":"CLIENT_ID","description":"required:string Visualsoft Client ID\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"username","value":"{{username}}","description":"required:string Visualsoft Username\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"SHOPIFY_PASSWORD","description":"required:string Visualsoft Password\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"required|boolean default=false Use default fulfillment status","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"required_if:use_custom_fulfillment_status=true Set custom fulfillment status","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/visualsoft"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:26:42 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:26:42 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"visualsoft\",\n        \"domain\": \"{ Domain }\",\n        \"client_id\": \"{ Client Id }\",\n        \"username\": \"{ Username }\",\n        \"password\": \"{ Password }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_custom_fulfillment_status\": \"{ Use Custom Fulfillment Status }\",\n        \"custom_fulfillment_status\": \"{ Custom Fulfillment Status }\",\n        \"get_invoiced_orders\": \"{ Get Invoiced Orders }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"ddacecb7-c2ee-4b2e-979c-3a162a507b7b"},{"name":"Update","id":"ed32c5e2-7e94-4376-a478-bacbddef004d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean - Notify customer when fulfillment updated</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string Visualsoft Domain (Full URL)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string Visualsoft Client ID Password</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required:string Visualsoft Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>required:string Visualsoft Password</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"<p>required|boolean default=false Use default fulfillment status</p>\n","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"<p>required_if:use_custom_fulfillment_status=true Set custom fulfillment status</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_invoiced_orders","value":"{{get_invoiced_orders}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"61d6dd81-5ca1-4a77-bea4-546ed68afd28","name":"VisualSoftChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean - Notify customer when fulfillment updated","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string Visualsoft Domain (Full URL)\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_id","value":"CLIENT_ID","description":"required:string Visualsoft Client ID Password\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required:string Visualsoft Username\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"password","value":"SHOPIFY_PASSWORD","description":"required:string Visualsoft Password\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"required|boolean default=false Use default fulfillment status","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"required_if:use_custom_fulfillment_status=true Set custom fulfillment status","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:29:36 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:29:36 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"visualsoft\",\n        \"domain\": \"{ Domain }\",\n        \"client_id\": \"{ Client Id }\",\n        \"username\": \"{ Username }\",\n        \"password\": \"{ Password }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_custom_fulfillment_status\": \"{ Use Custom Fulfillment Status }\",\n        \"custom_fulfillment_status\": \"{ Custom Fulfillment Status }\",\n        \"get_invoiced_orders\": \"{ Get Invoiced Orders }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"ed32c5e2-7e94-4376-a478-bacbddef004d"}],"id":"d7f0c6fe-f764-4ded-8934-c1f768a0e69f","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a2f37006-27b9-45e8-b9d8-74bc324f244e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7678db04-9a16-4ca0-ab0a-fec9fd5f8282"}}],"_postman_id":"d7f0c6fe-f764-4ded-8934-c1f768a0e69f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"MagentoV1 Channel","item":[{"name":"Create","id":"e9be706c-0a7e-475b-b952-45680cce4a89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string Magento Domain</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"api_username","value":"{{api_username}}","description":"<p>required:string Magento Api Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string Magento Api Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"out_of_stock_status","value":"{{out_of_stock_status}}","description":"<p>nullable:boolean Out of stock updates</p>\n","type":"text"},{"key":"get_customer","value":"{{get_customer}}","description":"<p>nullable:boolen Get customer information from registered customer</p>\n","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"<p>nullable:boolean Manage custom status of the order when submit fulfillment</p>\n","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"<p>required_if:use_custom_fulfillment_status,true string</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/magentov1","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","magentov1"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"408ebf8c-5d75-4163-9cc6-6c2a41f7aa78","name":"MagentoV1Channel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string Magento Domain\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"api_username","value":"{{api_username}}","description":"required:string Magento Api Username\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"api_key","value":"SHOPIFY_API_KEY","description":"required:string Magento Api Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"nullable:boolean Manage custom status of the order when submit fulfillment","type":"text"},{"key":"out_of_stock_status","value":"{{out_of_stock_status}}","description":"nullable:boolean Out of stock updates","type":"text"},{"key":"get_customer","value":"{{get_customer}}","description":"nullable:boolen Get customer information from registered customer","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"required_if:use_custom_fulfillment_status,true string","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/magentov1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:34:19 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:34:19 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"magento\",\n        \"domain\": \"{ Domain }\",\n        \"username\": \"{ Username }\",\n        \"password\": \"{ Password }\",\n        \"access_token\": \"{ Access Token }\",\n        \"use_access_token\": \"{ Use Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_custom_inventory_location\": \"{ Use Custom Inventory Location }\",\n        \"auto_create_invoices\": \"{ Auto Create Invoices }\",\n        \"use_shipping_method_description\": \"{ Use Shipping Method Description }\",\n        \"is_active\": \"{ Is Active }\",\n        \"fetch_product_stock_levels\": \"{ Fetch Product Stock Levels }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"e9be706c-0a7e-475b-b952-45680cce4a89"},{"name":"Update","id":"07c4e941-ace7-4168-85ee-7860aee38168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string Magento Domain</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"api_username","value":"{{api_username}}","description":"<p>required:string MagentoV1 APi Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string MagentoV1 Api Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"<p>nullable:boolean Manage custom status of the order when submit fulfillment</p>\n","type":"text"},{"key":"out_of_stock_status","value":"{{out_of_stock_status}}","description":"<p>nullable:boolean Out of stock updates</p>\n","type":"text"},{"key":"get_customer","value":"{{get_customer}}","description":"<p>nullable:boolen Get customer information from registered customer</p>\n","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"<p>required_if:use_custom_fulfillment_status,true string</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"9a2d4ee0-97ac-4d80-b2cb-546bb6bb6e33","name":"MagentoV1Channel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string Magento Domain\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"api_username","value":"{{api_username}}","description":"required:string MagentoV1 APi Username\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required:string MagentoV1 Api Key\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"nullable:boolean Manage custom status of the order when submit fulfillment","type":"text"},{"key":"out_of_stock_status","value":"{{out_of_stock_status}}","description":"nullable:boolean Out of stock updates","type":"text"},{"key":"get_customer","value":"{{get_customer}}","description":"nullable:boolen Get customer information from registered customer","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"required_if:use_custom_fulfillment_status,true string","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:38:18 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:38:18 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"magento\",\n        \"domain\": \"{ Domain }\",\n        \"username\": \"{ Username }\",\n        \"password\": \"{ Password }\",\n        \"access_token\": \"{ Access Token }\",\n        \"use_access_token\": \"{ Use Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_custom_inventory_location\": \"{ Use Custom Inventory Location }\",\n        \"auto_create_invoices\": \"{ Auto Create Invoices }\",\n        \"use_shipping_method_description\": \"{ Use Shipping Method Description }\",\n        \"is_active\": \"{ Is Active }\",\n        \"fetch_product_stock_levels\": \"{ Fetch Product Stock Levels }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"07c4e941-ace7-4168-85ee-7860aee38168"}],"id":"16741bd7-9783-4dba-88e4-66b172ad25d5","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ea3005a0-de09-48c7-aae1-bf0998bcad4d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7b5399d9-c316-4937-b72b-264da1d5bd31"}}],"_postman_id":"16741bd7-9783-4dba-88e4-66b172ad25d5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"DC Ecommerce Channel","item":[{"name":"Create","id":"7ebb5d32-1dd7-4612-977e-73cc4d8f380a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets DC Ecommerce Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets DC Ecommerce Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string DC Ecommerce Domain (Full URL)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required if use_access_token=true DC Ecommerce Access Token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/dcecommerce","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","dcecommerce"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f10bf788-d84a-4675-8f1c-1f29bc4db84c","name":"DCEcommerceChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets DC Ecommerce Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets DC Ecommerce Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string DC Ecommerce Domain (Full URL)\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"required if use_access_token=true DC Ecommerce Access Token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/dcecommerce"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"dcecommerce\",\n        \"domain\": \"{ Domain }\",\n        \"access_token\": \"{ Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"7ebb5d32-1dd7-4612-977e-73cc4d8f380a"},{"name":"Update","id":"145bc860-8cf7-4a41-8910-5b6bda1ec107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets DC Ecommerce Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets DC Ecommerce Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string DC Ecommerce Domain (Full URL)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required if use_access_token=true DC Ecommerce Access Token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"default_location","value":"{{default_location}}","description":"<p>ID of the default location | If the location data of the channel is updated, it is required.</p>\n","type":"text"},{"key":"use_custom_inventory_location","value":"{{use_custom_inventory_location}}","description":"<p>required:boolean Use custom inventory location</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"2d80ea4f-c693-4691-b1eb-62bddddfe89b","name":"DCEcommerceChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets DC Ecommerce Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets DC Ecommerce Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string DC Ecommerce Domain (Full URL)\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"use_custom_inventory_location","value":"{{use_custom_inventory_location}}","description":"required:boolean Use custom inventory location","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"required if use_access_token=true DC Ecommerce Access Token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"default_location","value":"{{default_location}}","description":"ID of the default location | If the location data of the channel is updated, it is required.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"dcecommerce\",\n        \"domain\": \"{ Domain }\",\n        \"access_token\": \"{ Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"145bc860-8cf7-4a41-8910-5b6bda1ec107"}],"id":"5009cc7e-c9d5-4b98-a5f6-7ca4b06ac9f2","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a36e3d62-d756-4c19-9876-3091ecc3ffe1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"604cfa11-ac2a-4874-9bab-acf8ee3693ba"}}],"_postman_id":"5009cc7e-c9d5-4b98-a5f6-7ca4b06ac9f2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Magento V2 Channel","item":[{"name":"Create","id":"c8aea1e7-f834-46c0-95d0-189dadd6aac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string Magento Domain (Full URL)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"use_access_token","value":"{{use_access_token}}","description":"<p>required:boolean Use access token status</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required if use_access_token=true Magento Access Token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required_if:use_access_token,false :string Magento Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>required_if:use_access_token,false :string Magento Password Password</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"use_access_token","value":"{{use_access_token}}","description":"<p>required|boolean</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>optional|required if use_access_token equals to true</p>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>optional|required if use_access_token equals to false</p>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>optional|required if use_access_token equals to false</p>\n","type":"text"},{"key":"auto_create_invoices","value":"{{auto_create_invoices}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_shipping_method_description","value":"{{use_shipping_method_description}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"fetch_product_stock_levels","value":"{{fetch_product_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/magento","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","magento"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"db61bf56-f60f-45d7-b9d0-700fc70c7c36","name":"MagentoChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string Magento Domain (Full URL)\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"use_access_token","value":"{{use_access_token}}","description":"required:boolean Use access token status","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"required if use_access_token=true Magento Access Token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"username","value":"{{username}}","description":"required_if:use_access_token,false :string Magento Username\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required_if:use_access_token,false :string Magento Password Password\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/magento"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"magento\",\n        \"domain\": \"{ Domain }\",\n        \"username\": \"{ Username }\",\n        \"password\": \"{ Password }\",\n        \"access_token\": \"{ Access Token }\",\n        \"use_access_token\": \"{ Use Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_custom_inventory_location\": \"{ Use Custom Inventory Location }\",\n        \"auto_create_invoices\": \"{ Auto Create Invoices }\",\n        \"use_shipping_method_description\": \"{ Use Shipping Method Description }\",\n        \"is_active\": \"{ Is Active }\",\n        \"fetch_product_stock_levels\": \"{ Fetch Product Stock Levels }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"c8aea1e7-f834-46c0-95d0-189dadd6aac0"},{"name":"Update","id":"01e4fab4-57f3-4fe5-a53a-63a5cfc6c888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string Magento Domain (Full URL)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"use_access_token","value":"{{use_access_token}}","description":"<p>required:boolean Use access token status</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required if use_access_token=true Magento Access Token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required_if:use_access_token,false :string Magento Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>required_if:use_access_token,false :string Magento Password Password</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"default_location","value":"{{default_location}}","description":"<p>ID of the default location | If the location data of the channel is updated, it is required.</p>\n","type":"text"},{"key":"use_custom_inventory_location","value":"{{use_custom_inventory_location}}","description":"<p>required:boolean Use custom inventory location</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"use_access_token","value":"{{use_access_token}}","description":"<p>required|boolean</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>optional|required if use_access_token equals to true</p>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>optional|required if use_access_token equals to false</p>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>optional|required if use_access_token equals to false</p>\n","type":"text"},{"key":"auto_create_invoices","value":"{{auto_create_invoices}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_shipping_method_description","value":"{{use_shipping_method_description}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"fetch_product_stock_levels","value":"{{fetch_product_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"e59ae1ee-f494-457a-a53f-075a30fd2d09","name":"MagentoChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string Magento Domain (Full URL)\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"use_access_token","value":"{{use_access_token}}","description":"required:boolean Use access token status","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"required if use_access_token=true Magento Access Token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"username","value":"{{username}}","description":"required_if:use_access_token,false :string Magento Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required_if:use_access_token,false :string Magento Password Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"default_location","value":"{{default_location}}","description":"ID of the default location | If the location data of the channel is updated, it is required.","type":"text"},{"key":"use_custom_inventory_location","value":"{{use_custom_inventory_location}}","description":"required:boolean Use custom inventory location","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"magento\",\n        \"domain\": \"{ Domain }\",\n        \"username\": \"{ Username }\",\n        \"password\": \"{ Password }\",\n        \"access_token\": \"{ Access Token }\",\n        \"use_access_token\": \"{ Use Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_custom_inventory_location\": \"{ Use Custom Inventory Location }\",\n        \"auto_create_invoices\": \"{ Auto Create Invoices }\",\n        \"use_shipping_method_description\": \"{ Use Shipping Method Description }\",\n        \"is_active\": \"{ Is Active }\",\n        \"fetch_product_stock_levels\": \"{ Fetch Product Stock Levels }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"01e4fab4-57f3-4fe5-a53a-63a5cfc6c888"}],"id":"9131bfa5-0df7-457b-ada1-83e218672f5e","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9f584356-548e-409a-acb4-810cd168d2c3"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b6447148-8b8e-4c5f-9b2c-a55a36d67735"}}],"_postman_id":"9131bfa5-0df7-457b-ada1-83e218672f5e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Bol Channel","item":[{"name":"Create","id":"42a40e57-2f77-483d-9d77-581d91f16531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string Bol client id</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string Onbuy Secret Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"<p>optional:string:default=FBR - Available values; FBR, FBB</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/bol","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","bol"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a7785179-f0c4-4900-b937-5373c4608f73","name":"BolChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string Bol client id\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string Onbuy Secret Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"optional:string:default=FBR - Available values; FBR, FBB","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/bol"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:08:37 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:08:37 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"bol\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"fulfillment_channel\": \"{ Fulfillment Channel }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"42a40e57-2f77-483d-9d77-581d91f16531"},{"name":"Update","id":"b6e2ac54-3a16-47ca-9ae7-b9430be8bdbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string Bol Client ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string Bol Secret Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"<p>optional:string:default=null - Available values; FBR, FBB</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"983d14cd-e11e-4a58-9d78-5a14f309af45","name":"BolChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string Bol Client ID\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string Bol Secret Key\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"optional:string:default=null - Available values; FBR, FBB","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:11:10 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:11:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"bol\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"fulfillment_channel\": \"{ Fulfillment Channel }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"b6e2ac54-3a16-47ca-9ae7-b9430be8bdbf"}],"id":"e5b11056-309a-469f-af72-21e36694ea00","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d008e9be-5168-4473-94ab-e52e156e2bc1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b12dd16c-38ed-45c7-b9b5-da65f3863530"}}],"_postman_id":"e5b11056-309a-469f-af72-21e36694ea00","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"ZohoCommerce Channel","item":[{"name":"Create","id":"095f72ad-cfd7-42de-9b16-13db271dd0f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"<p>required:string ZohoCommerce Marketplace ID Ex : \"eu\", \"us\", \"au\", \"in\"</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_key","value":"{{client_key}}","description":"<p>required:string ZohoCommerce Client Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string ZohoCommerce Client Secret</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/zohocommerce","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","zohocommerce"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"38d3fc1c-19e1-48e3-81ef-12a852ad38fc","name":"ZohoCommerceChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"required:string ZohoCommerce Marketplace ID Ex : \"eu\", \"us\", \"au\", \"in\"\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_key","value":"{{client_key}}","description":"required:string ZohoCommerce Client Key\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string ZohoCommerce Client Secret\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/zohocommerce"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:13:22 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:13:22 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"zohocommerce\",\n        \"marketplace_id\": \"{ Marketplace Id }\",\n        \"client_key\": \"{ Client Key }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"095f72ad-cfd7-42de-9b16-13db271dd0f7"},{"name":"Update","id":"7d0e32fe-681f-475b-a8a4-e1ef5c37c07c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"client_key","value":"{{client_key}}","description":"<p>required:string ZohoCommerce Client Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string ZohoCommerce Client Secret * Value will be md5 encrypted in response for verification only</p>\n","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"<p>required:string ZohoCommerce Marketplace ID Ex : \"eu\", \"us\", \"au\", \"in\"</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"4d2cf555-079d-4d49-a682-76d49346109e","name":"ZohoCommerceChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_key","value":"{{client_key}}","description":"required:string ZohoCommerce Client Key\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string ZohoCommerce Client Secret * Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"required:string ZohoCommerce Marketplace ID Ex : \"eu\", \"us\", \"au\", \"in\"\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:15:12 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:15:12 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"zohocommerce\",\n        \"marketplace_id\": \"{ Marketplace Id }\",\n        \"client_key\": \"{ Client Key }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"7d0e32fe-681f-475b-a8a4-e1ef5c37c07c"}],"id":"c0feaaab-248f-4df7-9765-a525f9018462","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"2483b62b-899b-45b0-8f0c-4acd2bdfe17d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"681fafd4-d0ed-40c6-83f2-2070110d0e84"}}],"_postman_id":"c0feaaab-248f-4df7-9765-a525f9018462","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Fruugo Channel","item":[{"name":"Create","id":"f91ed3ac-a0be-4808-a974-1525442380c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required:string Fruugo Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>required:string Fruugo Password</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"<p>required:string - Comma separated Fruugo Order Statuses\nAvailable Order Statuses: PENDING,PROCESSED,CONFIRMED,SHIPPED,CANCELLED,CORRECTED,DELAYED</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/fruugo","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","fruugo"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f73fad4c-1443-4d4d-80b0-45e54eb756e5","name":"FruugoChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"username","value":"{{username}}","description":"required:string Fruugo Username\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"password","value":"{{password}}","description":"required:string Fruugo Password\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"required:string - Comma separated Fruugo Order Statuses\nAvailable Order Statuses: PENDING,PROCESSED,CONFIRMED,SHIPPED,CANCELLED,CORRECTED,DELAYED","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/fruugo"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:16:45 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:16:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"fruugo\",\n        \"username\": \"{ Username }\",\n        \"password\": \"{ Password }\",\n        \"order_statuses\": \"{ Order Statuses }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"f91ed3ac-a0be-4808-a974-1525442380c2"},{"name":"Update","id":"101b3b3c-209b-45f6-b3b4-dd860daec89f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required:string Fruugo Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>required:string Fruugo Password</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"<p>required:string - Comma separated Fruugo Order Statuses\nAvailable Order Statuses: PENDING,PROCESSED,CONFIRMED,SHIPPED,CANCELLED,CORRECTED,DELAYED</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"1d89d94b-6f20-46ba-b76f-a694a85d9a85","name":"FruugoChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"username","value":"{{username}}","description":"required:string Fruugo Username\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"password","value":"{{password}}","description":"required:string Fruugo Password\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"required:string - Comma separated Fruugo Order Statuses\nAvailable Order Statuses: PENDING,PROCESSED,CONFIRMED,SHIPPED,CANCELLED,CORRECTED,DELAYED","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:17:59 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:17:59 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"fruugo\",\n        \"username\": \"{ Username }\",\n        \"password\": \"{ Password }\",\n        \"order_statuses\": \"{ Order Statuses }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"101b3b3c-209b-45f6-b3b4-dd860daec89f"}],"id":"afa49d73-79e9-434d-85e2-b3cb950b16e3","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ace0b5d2-aded-44d3-9682-29a13d398ecc"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9c8ef358-a971-4644-9754-a59e58f16d16"}}],"_postman_id":"afa49d73-79e9-434d-85e2-b3cb950b16e3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Opencart Channel","item":[{"name":"Create","id":"ba8aa341-2319-4eff-98ae-49e45090ec64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string Opencart Domain (Full URL)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string Opencart API Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/opencart","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","opencart"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2e5a01d2-e91d-4079-86eb-45045f30af7f","name":"OpencartChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string Opencart Domain (Full URL)\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required:string Opencart API Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/opencart"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:19:17 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:19:17 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"opencart\",\n        \"domain\": \"{ Domain }\",\n        \"api_key\": \"{ Api Key }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"ba8aa341-2319-4eff-98ae-49e45090ec64"},{"name":"Update","id":"be614d2b-3a71-42ef-b122-2d3d9383a72b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string Opencart API Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string  Opencart Domain (Full URL)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"e8babd58-e3ca-45dd-89af-49b8dd6bd55e","name":"OpencartChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required:string Opencart API Key\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string  Opencart Domain (Full URL)\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:20:22 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:20:22 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"opencart\",\n        \"domain\": \"{ Domain }\",\n        \"api_key\": \"{ Api Key }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"be614d2b-3a71-42ef-b122-2d3d9383a72b"}],"id":"aa32d073-160c-4c96-ba4a-ca01f3473d1b","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"28ca1ef3-3c67-4bfc-9a35-6f33e0ecbdbc"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"98d590da-78b5-4af9-b834-578e733061b9"}}],"_postman_id":"aa32d073-160c-4c96-ba4a-ca01f3473d1b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"PrestaShop Channel","item":[{"name":"Create","id":"4ccb255e-a961-4311-886b-2d1f9e474d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string PrestaShop Domain (Full URL)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"webservice_key","value":"{{webservice_key}}","description":"<p>required:string PrestaShop Webservice Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/prestashop","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","prestashop"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"1b9eaf03-f36b-4e13-a658-c23b02b5b3b8","name":"PrestaShopChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string PrestaShop Domain (Full URL)\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"webservice_key","value":"{{webservice_key}}","description":"required:string PrestaShop Webservice Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/prestashop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:22:04 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:22:04 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"prestashop\",\n        \"domain\": \"{ Domain }\",\n        \"webservice_key\": \"{ Webservice Key }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"notify_customer\": \"{ Notify Customer }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"4ccb255e-a961-4311-886b-2d1f9e474d17"},{"name":"Update","id":"15fad877-8d0f-4502-8057-1fc895b29d45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string  PrestaShop Domain (Full URL)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"webservice_key","value":"{{webservice_key}}","description":"<p>required:string PrestaShop Webservice Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"bdb7533b-d269-4b6f-8f46-cc48d337b070","name":"PrestaShopChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string  PrestaShop Domain (Full URL)\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"webservice_key","value":"{{webservice_key}}","description":"required:string PrestaShop Webservice Key\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:23:17 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:23:17 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"prestashop\",\n        \"domain\": \"{ Domain }\",\n        \"webservice_key\": \"{ Webservice Key }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"notify_customer\": \"{ Notify Customer }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"15fad877-8d0f-4502-8057-1fc895b29d45"}],"id":"6e0087c5-8a82-4a15-bc10-88f89990526c","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"41a4eca4-ac28-4725-8e0d-9e6458f90e8e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"661fc417-35cb-4bc5-b4c4-1dbe472e8ce9"}}],"_postman_id":"6e0087c5-8a82-4a15-bc10-88f89990526c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Recharge Channel","item":[{"name":"Create","id":"f88c1b77-b5d5-4247-8c7d-d086299c49e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required:string Recharge Access Token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/recharge","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","recharge"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"fbbc6300-a6b9-414d-88ba-37c9e73ffdc4","name":"ReChargeChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"required:string Recharge Access Token\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/recharge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:24:38 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:24:38 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"recharge\",\n        \"access_token\": \"{ Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"f88c1b77-b5d5-4247-8c7d-d086299c49e1"},{"name":"Update","id":"b38bc8e4-4fcd-4fb2-bce4-4dd0347564fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required:string  Recharge Access Token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"e1b14cf1-7614-4e59-9863-56ee30929fef","name":"ReChargeChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"required:string  Recharge Access Token\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:25:47 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:25:47 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"recharge\",\n        \"access_token\": \"{ Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"b38bc8e4-4fcd-4fb2-bce4-4dd0347564fb"}],"id":"8dd67ebf-1093-4197-8bdd-eb96c1b942d4","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"cbff7485-dce6-4082-8e58-8ba7ec1b9514"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5587c65d-d996-4125-8d8e-223bab8ea152"}}],"_postman_id":"8dd67ebf-1093-4197-8bdd-eb96c1b942d4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"SquareSpace Channel","item":[{"name":"Create","id":"81496b9b-dec3-4e09-8abe-61dcf3a5de6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string SquareSpace API Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/squarespace","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","squarespace"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"4135ed31-40e4-41e5-9e1b-bc47bba03feb","name":"SquareSpaceChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required:string SquareSpace API Key\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/squarespace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:27:06 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:27:06 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"squarespace\",\n        \"api_key\": \"{ Api Key }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"81496b9b-dec3-4e09-8abe-61dcf3a5de6e"},{"name":"Update","id":"d89f825f-0b03-4b55-a741-d6bdc7f86ecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string  SquareSpace API Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"44d4b9a4-05cf-4da8-9f58-f4c096154ec2","name":"SquareSpaceChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required:string  SquareSpace API Key\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:27:56 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:27:56 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"squarespace\",\n        \"api_key\": \"{ Api Key }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"d89f825f-0b03-4b55-a741-d6bdc7f86ecb"}],"id":"c52bc05f-8052-447d-99c6-630d70fd1417","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"70755fb1-6793-4b86-8eb0-31003f1c1c70"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0c861ecf-58e1-4dfb-8daa-74a323c36fd4"}}],"_postman_id":"c52bc05f-8052-447d-99c6-630d70fd1417","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Interspire Channel","item":[{"name":"Create","id":"b5197204-7434-422c-84a5-78c7598e3050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"store_url","value":"{{store_url}}","description":"<p>required:string Interspire Store URL</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string Interspire API Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/interspire","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","interspire"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ea3e6f2a-7dc4-42d3-84af-2b251d0ea958","name":"InterspireChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"store_url","value":"{{store_url}}","description":"required:string Interspire Store URL\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required:string Interspire API Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/interspire"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:29:27 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:29:27 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"interspire\",\n        \"store_url\": \"{ Store Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"b5197204-7434-422c-84a5-78c7598e3050"},{"name":"Update","id":"0e2fa6c2-3d0a-405c-b753-e274d08f322f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string Interspire API Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"store_url","value":"{{store_url}}","description":"<p>required:string Interspire Store URL</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"de916326-b4c6-491d-a8a5-a59286ecaff3","name":"InterspireChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required:string Interspire API Key\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"store_url","value":"{{store_url}}","description":"required:string Interspire Store URL\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:30:38 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:30:38 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"interspire\",\n        \"store_url\": \"{ Store Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"0e2fa6c2-3d0a-405c-b753-e274d08f322f"}],"id":"c6a60426-9712-484d-9507-ef13b921f133","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1d88f36f-0e60-4b5a-8c38-b56cd353e291"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d5f28d40-4e32-4cf5-802e-3392ebc4c8f9"}}],"_postman_id":"c6a60426-9712-484d-9507-ef13b921f133","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"QuickBooks (TradeGenko) Channel","item":[{"name":"Create","id":"f5925e90-6678-44c6-b31a-9ed72ec70646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"app_id","value":"{{app_id}}","description":"<p>required:string - QuickBooks APP ID</p>\n","type":"text"},{"key":"app_secret","value":"{{app_secret}}","description":"<p>required:string - QuickBooks APP Secret</p>\n","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"<p>required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: draft, deleted, active, finalized, fulfilled, void</p>\n","type":"text"},{"key":"payment_statuses","value":"{{payment_statuses}}","description":"<p>required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: unpaid, partial and paid</p>\n","type":"text"},{"key":"fulfillment_statuses","value":"{{fulfillment_statuses}}","description":"<p>required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: unshipped, partial or shipped</p>\n","type":"text"},{"key":"use_location_filter","value":"{{use_location_filter}}","description":"<p>required:boolean:default=false - Set true to enable use location filter when get orders</p>\n","type":"text"},{"key":"selected_location","value":"{{selected_location}}","description":"<p>optional:text:Use the location id in the locations field returned in the channel details. Example : \"10000\"</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_partial_fulfillment","value":"{{use_partial_fulfillment}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"ignore_company_name","value":"{{ignore_company_name}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/quickbooks","description":"<p>Creates a new EKM Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","quickbooks"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"9efee352-1e94-4821-a4a3-f103d046c999","name":"QuickBooks.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"app_id","value":"{{app_id}}","description":"required:string - QuickBooks APP ID","type":"text"},{"key":"app_secret","value":"{{app_secret}}","description":"required:string - QuickBooks APP Secret","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: draft, deleted, active, finalized, fulfilled, void","type":"text"},{"key":"payment_statuses","value":"{{payment_statuses}}","description":"required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: unpaid, partial and paid","type":"text"},{"key":"fulfillment_statuses","value":"{{fulfillment_statuses}}","description":"required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: unshipped, partial or shipped","type":"text"},{"key":"use_location_filter","value":"{{use_location_filter}}","description":"required:boolean:default=false - Set true to enable use location filter when get orders\n","type":"text"},{"key":"selected_location","value":"{{selected_location}}","description":"optional:text:Use the location id in the locations field returned in the channel details. Example : \"10000\"","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/quickbooks"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 15 Apr 2022 18:06:46 GMT"},{"key":"Date","value":"Fri, 15 Apr 2022 18:06:46 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"9a61c114-27e4-4d41-8ef3-e6e63ae41578\"]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_channel"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"f9216acc-7be7-4444-8a77-3ff4fa547a01"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"quickbooks\",\n        \"app_id\": \"{ App Id }\",\n        \"app_secret\": \"{ App Secret }\",\n        \"locations\": \"{ Locations }\",\n        \"use_location_filter\": \"{ Use Location Filter }\",\n        \"use_partial_fulfillment\": \"{ Use Partial Fulfillment }\",\n        \"selected_location\": \"{ Selected Location }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"fulfillment_statuses\": \"{ Fulfillment Statuses }\",\n        \"order_statuses\": \"{ Order Statuses }\",\n        \"payment_statuses\": \"{ Payment Statuses }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"ignore_company_name\": \"{ Ignore Company Name }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"f5925e90-6678-44c6-b31a-9ed72ec70646"},{"name":"Update","id":"7ea047f5-4e29-4a00-8de6-dafdfa3e8e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"app_id","value":"{{app_id}}","description":"<p>required:string - QuickBooks APP ID</p>\n","type":"text"},{"key":"app_secret","value":"{{app_secret}}","description":"<p>required:string - QuickBooks App Secret</p>\n","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"<p>required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: draft, deleted, active, finalized, fulfilled, void</p>\n","type":"text"},{"key":"payment_statuses","value":"{{payment_statuses}}","description":"<p>required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: unpaid, partial and paid</p>\n","type":"text"},{"key":"fulfillment_statuses","value":"{{fulfillment_statuses}}","description":"<p>required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: unshipped, partial or shipped</p>\n","type":"text"},{"key":"use_location_filter","value":"{{use_location_filter}}","description":"<p>required:boolean:default=false - Set true to enable use location filter when get orders</p>\n","type":"text"},{"key":"selected_location","value":"{{selected_location}}","description":"<p>optional:text:Use the location id in the locations field returned in the channel details. Example : \"10000\"</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_partial_fulfillment","value":"{{use_partial_fulfillment}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"ignore_company_name","value":"{{ignore_company_name}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates a EKM Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"406a7d73-02af-4f2d-a2f7-33e12115f977","name":"QuickBooksChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"app_id","value":"{{app_id}}","description":"required:string - QuickBooks APP ID","type":"text"},{"key":"app_secret","value":"{{app_secret}}","description":"required:string - QuickBooks App Secret","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: draft, deleted, active, finalized, fulfilled, void","type":"text"},{"key":"payment_statuses","value":"{{payment_statuses}}","description":"required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: unpaid, partial and paid","type":"text"},{"key":"fulfillment_statuses","value":"{{fulfillment_statuses}}","description":"required:string - Comma separated Quickbooks Order Statuses\nAvailable Statuses: unshipped, partial or shipped","type":"text"},{"key":"use_location_filter","value":"{{use_location_filter}}","description":"required:boolean:default=false - Set true to enable use location filter when get orders\n","type":"text"},{"key":"selected_location","value":"{{selected_location}}","description":"optional:text:Use the location id in the locations field returned in the channel details. Example : \"10000\"","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 15 Apr 2022 18:11:04 GMT"},{"key":"Date","value":"Fri, 15 Apr 2022 18:11:04 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"quickbooks\",\n        \"app_id\": \"{ App Id }\",\n        \"app_secret\": \"{ App Secret }\",\n        \"locations\": \"{ Locations }\",\n        \"use_location_filter\": \"{ Use Location Filter }\",\n        \"use_partial_fulfillment\": \"{ Use Partial Fulfillment }\",\n        \"selected_location\": \"{ Selected Location }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"fulfillment_statuses\": \"{ Fulfillment Statuses }\",\n        \"order_statuses\": \"{ Order Statuses }\",\n        \"payment_statuses\": \"{ Payment Statuses }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"ignore_company_name\": \"{ Ignore Company Name }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"7ea047f5-4e29-4a00-8de6-dafdfa3e8e44"}],"id":"aa079773-41c7-4529-affe-1d74729c05f9","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b190c84f-41aa-4eea-affc-aac274a86562"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"839b7fad-4ef4-4e9d-a342-dc132bbf8a8e"}}],"_postman_id":"aa079773-41c7-4529-affe-1d74729c05f9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"WooCommerce Channel","item":[{"name":"Create","id":"71892ad9-cb91-450c-b71a-f40751b614c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"store_url","value":"{{store_url}}","description":"<p>required:string WooCommerce Store Url</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"consumer_key","value":"{{consumer_key}}","description":"<p>required:string WooCommerce Consumer Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"consumer_secret","value":"{{consumer_secret}}","description":"<p>required:string WooCommerce Consumer Secret</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"use_external_shipment_modules","value":"{{use_external_shipment_modules}}","description":"<p>required:boolean:default=false - Set true to enable external shipment module to submit fulfillment</p>\n","type":"text"},{"key":"timezone","value":"{{timezone}}","description":"<p>required:string Set woocommerce timezone. Example: Europe/London</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_number_formatted_value","value":"{{use_order_number_formatted_value}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/woocommerce","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","woocommerce"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"55c484a9-256b-4bc9-9691-1744b50c3a35","name":"WooCommerceChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"store_url","value":"{{store_url}}","description":"required:string WooCommerce Store Url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"consumer_key","value":"{{consumer_key}}","description":"required:string WooCommerce Consumer Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"consumer_secret","value":"{{consumer_secret}}","description":"required:string WooCommerce Consumer Secret\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"use_external_shipment_modules","value":"{{use_external_shipment_modules}}","description":"required:boolean:default=false - Set true to enable external shipment module to submit fulfillment\n","type":"text"},{"key":"timezone","value":"{{timezone}}","description":"required:string Set woocommerce timezone. Example: Europe/London","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/woocommerce"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:32:58 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:32:58 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"woocommerce\",\n        \"store_url\": \"{ Store Url }\",\n        \"consumer_key\": \"{ Consumer Key }\",\n        \"consumer_secret\": \"{ Consumer Secret }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_external_shipment_modules\": \"{ Use External Shipment Modules }\",\n        \"use_order_number_formatted_value\": \"{ Use Order Number Formatted Value }\",\n        \"timezone\": \"{ Timezone }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"71892ad9-cb91-450c-b71a-f40751b614c4"},{"name":"Update","id":"e2c6594a-dba0-45b5-b1bd-23e3a4a79efd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"consumer_key","value":"{{consumer_key}}","description":"<p>required:string WooCommerce Consumer Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"consumer_secret","value":"{{consumer_secret}}","description":"<p>required:string WooCommerce Consumer Secret</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"use_external_shipment_modules","value":"{{use_external_shipment_modules}}","description":"<p>required:boolean:default=false - Set true to enable external shipment module to submit fulfillment</p>\n","type":"text"},{"key":"timezone","value":"{{timezone}}","description":"<p>required:string Set woocommerce timezone. Example: Europe/London</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"store_url","value":"{{store_url}}","description":"<p>required|string</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_number_formatted_value","value":"{{use_order_number_formatted_value}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"790912bc-0682-4925-b8a2-be5e6dbf4aa5","name":"WooCommerceChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"consumer_key","value":"{{consumer_key}}","description":"required:string WooCommerce Consumer Key\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"consumer_secret","value":"{{consumer_secret}}","description":"required:string WooCommerce Consumer Secret\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"use_external_shipment_modules","value":"{{use_external_shipment_modules}}","description":"required:boolean:default=false - Set true to enable external shipment module to submit fulfillment\n","type":"text"},{"key":"timezone","value":"{{timezone}}","description":"required:string Set woocommerce timezone. Example: Europe/London","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:37:17 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:37:17 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"woocommerce\",\n        \"store_url\": \"{ Store Url }\",\n        \"consumer_key\": \"{ Consumer Key }\",\n        \"consumer_secret\": \"{ Consumer Secret }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_external_shipment_modules\": \"{ Use External Shipment Modules }\",\n        \"use_order_number_formatted_value\": \"{ Use Order Number Formatted Value }\",\n        \"timezone\": \"{ Timezone }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"e2c6594a-dba0-45b5-b1bd-23e3a4a79efd"}],"id":"f007c576-15f1-41ce-a79f-c1a3a93907ae","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4f2dc9f5-e78c-4176-ac1a-48ee64b0694c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ee77c3cb-fff5-4f40-a6db-bb39057db5f1"}}],"_postman_id":"f007c576-15f1-41ce-a79f-c1a3a93907ae","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"BluePark Channel","item":[{"name":"Create","id":"86f110dd-1fa4-4baa-870d-7a863f2347ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string Bluepark Domain URL</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required:string BluePark Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string BluePark Api Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>required:boolean - Notify customer when fulfillment updated</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/bluepark","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","bluepark"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2c93d896-e572-4b47-8660-f7096367ffa3","name":"BlueParkChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string Bluepark Domain URL\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required:string BluePark Username\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required:string BluePark Api Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"required:boolean - Notify customer when fulfillment updated","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/bluepark"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:40:10 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:40:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"bluepark\",\n        \"domain\": \"{ Domain }\",\n        \"username\": \"{ Username }\",\n        \"api_key\": \"{ Api Key }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"notify_customer\": \"{ Notify Customer }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"86f110dd-1fa4-4baa-870d-7a863f2347ae"},{"name":"Update","id":"e2fed474-effa-44ec-aa99-c1ed654acacb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required:string BluePark Domain</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required:string BluePark Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string BluePark Api Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>required:boolean - Notify customer when fulfillment updated</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"c15b0014-70c9-4f8c-8377-90cf7c5fd84e","name":"BlueParkChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"domain","value":"{{domain}}","description":"required:string BluePark Domain\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required:string BluePark Username\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required:string BluePark Api Key\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"required:boolean - Notify customer when fulfillment updated","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:43:03 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:43:03 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"bluepark\",\n        \"domain\": \"{ Domain }\",\n        \"username\": \"{ Username }\",\n        \"api_key\": \"{ Api Key }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"notify_customer\": \"{ Notify Customer }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"e2fed474-effa-44ec-aa99-c1ed654acacb"}],"id":"506e7f04-6be1-4876-80f7-dd4a1ec40575","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3a3ff870-a9c1-4658-96d2-3756bee9ca3e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"12239a45-f3ca-47ad-a72e-b75f95c0a727"}}],"_postman_id":"506e7f04-6be1-4876-80f7-dd4a1ec40575","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Next Channel","item":[{"name":"Create","id":"1e701b04-fa61-41bf-abb4-527a350a1be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>required:boolean - Sets Etsy Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:integer Sets Etsy Channel synchronization interval time to default settings</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:min=180 - Sets Etsy Channel synchronization interval time.</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>required:boolean - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"channel_username","value":"{{channel_username}}","description":"<p>required:string - Channel username</p>\n","type":"text"},{"key":"channel_password","value":"{{channel_password}}","description":"<p>required:string - Channel password</p>\n","type":"text"},{"key":"api_user","value":"{{api_user}}","description":"<p>required:string - Public API user</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string - Public API password</p>\n","type":"text"},{"key":"push_all_stocks","value":"{{push_all_stocks}}","description":"<p>optional:boolean - Push all stocks</p>\n","type":"text"},{"key":"push_all_stock_time","value":"{{push_all_stock_time}}","description":"<p>optional:time - Push all stock time</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/next","description":"<p>Creates a new Etsy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","next"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a7293c63-8ea4-4018-a638-68846d535966","name":"NextChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"required:boolean - Sets Etsy Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:integer Sets Etsy Channel synchronization interval time to default settings","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:min=180 - Sets Etsy Channel synchronization interval time.\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"required:boolean - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"channel_username","value":"{{channel_username}}","description":"required:string - Channel username","type":"text"},{"key":"channel_password","value":"{{channel_password}}","description":"required:string - Channel password","type":"text"},{"key":"api_user","value":"{{api_user}}","description":"required:string - Public API user","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required:string - Public API password","type":"text"},{"key":"push_all_stocks","value":"{{push_all_stocks}}","description":"optional:boolean - Push all stocks","type":"text"},{"key":"push_all_stock_time","value":"{{push_all_stock_time}}","description":"optional:time - Push all stock time","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/next"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:48:00 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:48:00 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"next\",\n        \"channel_username\": \"{ Channel Username }\",\n        \"channel_password\": \"{ Channel Password }\",\n        \"api_user\": \"{ Api User }\",\n        \"api_key\": \"{ Api Key }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"1e701b04-fa61-41bf-abb4-527a350a1be9"},{"name":"Update","id":"d0452f01-1b5b-4288-a451-48797fd9ccc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"channel_username","value":"{{channel_username}}","description":"<p>required:string - Channel username</p>\n","type":"text"},{"key":"channel_password","value":"{{channel_password}}","description":"<p>required:string - Channel password</p>\n","type":"text"},{"key":"api_user","value":"{{api_user}}","description":"<p>required:string - Public API user</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required:string - Public API password</p>\n","type":"text"},{"key":"push_all_stocks","value":"{{push_all_stocks}}","description":"<p>optional:boolean - Push all stocks</p>\n","type":"text"},{"key":"push_all_stock_time","value":"{{push_all_stock_time}}","description":"<p>optional:time - Push all stock time</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates an Etsy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"f4480a8f-e5a8-4c13-82d7-60e625a495f3","name":"NextChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"channel_username","value":"{{channel_username}}","description":"required:string - Channel username","type":"text"},{"key":"channel_password","value":"{{channel_password}}","description":"required:string - Channel password","type":"text"},{"key":"api_user","value":"{{api_user}}","description":"required:string - Public API user","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required:string - Public API password","type":"text"},{"key":"push_all_stocks","value":"{{push_all_stocks}}","description":"optional:boolean - Push all stocks","type":"text"},{"key":"push_all_stock_time","value":"{{push_all_stock_time}}","description":"optional:time - Push all stock time","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:50:42 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:50:42 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"next\",\n        \"channel_username\": \"{ Channel Username }\",\n        \"channel_password\": \"{ Channel Password }\",\n        \"api_user\": \"{ Api User }\",\n        \"api_key\": \"{ Api Key }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"d0452f01-1b5b-4288-a451-48797fd9ccc3"}],"id":"066e8140-e3f7-4068-9c3f-f3182be32b88","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5de0cb05-f12a-479d-a772-883eaf0b86cd"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"50336140-af99-4ffa-894f-f2e94fdcdef6"}}],"_postman_id":"066e8140-e3f7-4068-9c3f-f3182be32b88","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mano Mano Channel","item":[{"name":"Create","id":"374c5a8c-d4ef-4c65-be40-2437ca458da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"4a46bbf5-1eb4-4f62-81de-73620ec4a3b8","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>required:boolean - Sets Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:integer Sets Channel synchronization interval time to default settings</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:min=180 - Sets Channel synchronization interval time.</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>required:boolean - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"api_login","value":"{{api_login}}","description":"<p>required:string - Channel username</p>\n","type":"text"},{"key":"api_password","value":"{{api_password}}","description":"<p>required:string - Channel password</p>\n","type":"text"},{"key":"push_all_stocks","value":"{{push_all_stocks}}","description":"<p>optional:boolean - Push all stocks</p>\n","type":"text"},{"key":"push_all_stock_time","value":"{{push_all_stock_time}}","description":"<p>optional:time - Push all stock time</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string</p>\n","type":"text"},{"key":"contract_id","value":"{{contract_id}}","description":"<p>required|string</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/manomano","description":"<p>Creates a new Etsy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","manomano"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"1afd8e32-f815-43dd-99d3-d1b7d9735721","name":"ManoManoChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"required:boolean - Sets Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:integer Sets Channel synchronization interval time to default settings","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:min=180 - Sets Channel synchronization interval time.\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"required:boolean - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"api_login","value":"{{api_login}}","description":"required:string - Channel username","type":"text"},{"key":"api_password","value":"{{api_password}}","description":"required:string - Channel password","type":"text"},{"key":"push_all_stocks","value":"{{push_all_stocks}}","description":"optional:boolean - Push all stocks","type":"text"},{"key":"push_all_stock_time","value":"{{push_all_stock_time}}","description":"optional:time - Push all stock time","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/manomano"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Tue, 17 May 2022 07:34:37 GMT"},{"key":"Date","value":"Tue, 17 May 2022 07:34:37 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"ec83ebe9-704a-4e17-a380-f9e2135895c5\"]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_channel"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"69bc47ad-f81b-4410-936e-2147a1255c98"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"manomano\",\n        \"api_login\": \"{ Api Login }\",\n        \"api_password\": \"{ Api Password }\",\n        \"api_key\": \"{ Api Key }\",\n        \"contract_id\": \"{ Contract Id }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"374c5a8c-d4ef-4c65-be40-2437ca458da6"},{"name":"Update","id":"648d76b1-6fa0-44fc-8b0a-d13c89eefb14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"api_login","value":"{{api_login}}","description":"<p>required:string - API username</p>\n","type":"text"},{"key":"api_password","value":"{{api_password}}","description":"<p>required:string - API password</p>\n","type":"text"},{"key":"push_all_stocks","value":"{{push_all_stocks}}","description":"<p>optional:boolean - Push all stocks</p>\n","type":"text"},{"key":"push_all_stock_time","value":"{{push_all_stock_time}}","description":"<p>optional:time - Push all stock time</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string</p>\n","type":"text"},{"key":"contract_id","value":"{{contract_id}}","description":"<p>required|string</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates an Etsy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"3ee6e23b-17b4-43c9-8a58-d2e92575c630","name":"ManoManoChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"api_login","value":"{{api_login}}","description":"required:string - Channel username","type":"text"},{"key":"api_password","value":"{{api_password}}","description":"required:string - Channel password","type":"text"},{"key":"push_all_stocks","value":"{{push_all_stocks}}","description":"optional:boolean - Push all stocks","type":"text"},{"key":"push_all_stock_time","value":"{{push_all_stock_time}}","description":"optional:time - Push all stock time","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:50:42 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:50:42 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"manomano\",\n        \"api_login\": \"{ Api Login }\",\n        \"api_password\": \"{ Api Password }\",\n        \"api_key\": \"{ Api Key }\",\n        \"contract_id\": \"{ Contract Id }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"648d76b1-6fa0-44fc-8b0a-d13c89eefb14"}],"id":"0d6e111e-8fd6-4dba-8a9c-aa9dcd0ce374","_postman_id":"0d6e111e-8fd6-4dba-8a9c-aa9dcd0ce374","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"CDiscount Channel","item":[{"name":"Create","id":"965a36e1-db98-4a89-9310-c46d0fecda37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string CDiscount Client ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required|string Client Secret</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"seller_id","value":"{{seller_id}}","description":"<p>required|string Seller ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>required:boolean - Automatically confirm orders</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/cdiscount","description":"<p>Creates a new CDiscount Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","cdiscount"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a52e3cae-e378-4914-a0b7-e00ce5b27742","name":"CDiscountChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string CDiscount Client ID\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required|string Client Secret\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"seller_id","value":"{{seller_id}}","description":"required|string Seller ID\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"required:boolean - Automatically confirm orders","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/cdiscount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"cdiscount\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"seller_id\": \"{ Seller Id }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"965a36e1-db98-4a89-9310-c46d0fecda37"},{"name":"Update","id":"063cfd32-dc5a-4bd3-8373-c0328e05e73a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string CDiscount Client ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required|string Client Secret</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"seller_id","value":"{{seller_id}}","description":"<p>required|string Seller ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>required:boolean - Automatically confirm orders</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given CDiscount Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"17919ae7-b39a-499d-a92a-794d7337f026","name":"CDiscountChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string CDiscount Client ID\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required|string Client Secret\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"seller_id","value":"{{seller_id}}","description":"required|string Seller ID\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"required:boolean - Automatically confirm orders","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"cdiscount\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"seller_id\": \"{ Seller Id }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"063cfd32-dc5a-4bd3-8373-c0328e05e73a"}],"id":"1cd02a92-09fb-4cd5-acc7-1eca955860c2","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0a848002-e269-4eec-9b36-4aa50c6c375c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"38a9cc3d-7820-4d31-81e2-60d0da8b6dec"}}],"_postman_id":"1cd02a92-09fb-4cd5-acc7-1eca955860c2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"B2B Wave Channel","item":[{"name":"Create","id":"8d40dd84-392d-4e9d-a1b7-1e2af83f4ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"hostname","value":"{{hostname}}","description":"<p>required:string B2BWave hostname (Subdomain)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"app_code","value":"{{app_code}}","description":"<p>required|string B2B Wave App Code</p>\n","type":"text"},{"key":"api_token","value":"{{api_token}}","description":"<p>required|string B2B Wave API token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"<p>nullable:boolean Manage custom status of the order when submit fulfillment</p>\n","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"<p>required_if:use_custom_fulfillment_status,true string</p>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>required:boolean - Notify customer when fulfillment updated</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/btobwave","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","btobwave"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ba0ee450-eff8-40b3-b16b-44334f33bf91","name":"B2BWaveChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"hostname","value":"{{hostname}}","description":"required:string B2BWave hostname (Subdomain)\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"app_code","value":"{{app_code}}","description":"required|string B2B Wave App Code","type":"text"},{"key":"api_token","value":"{{api_token}}","description":"required|string B2B Wave API token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"nullable:boolean Manage custom status of the order when submit fulfillment","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"required_if:use_custom_fulfillment_status,true string","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"required:boolean - Notify customer when fulfillment updated","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/btobwave"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"btobwave\",\n        \"hostname\": \"{ Hostname }\",\n        \"app_code\": \"{ App Code }\",\n        \"api_token\": \"{ Api Token }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"notify_customer\": \"{ Notify Customer }\",\n        \"use_custom_fulfillment_status\": \"{ Use Custom Fulfillment Status }\",\n        \"custom_fulfillment_status\": \"{ Custom Fulfillment Status }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"8d40dd84-392d-4e9d-a1b7-1e2af83f4ffe"},{"name":"Update","id":"f13f6d99-5e97-4078-8434-42c74607a682","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"hostname","value":"{{hostname}}","description":"<p>required:string B2BWave hostname (Subdomain)</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"app_code","value":"{{app_code}}","description":"<p>required|string B2B Wave App Code</p>\n","type":"text"},{"key":"api_token","value":"{{api_token}}","description":"<p>required|string B2B Wave API token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"<p>nullable:boolean Manage custom status of the order when submit fulfillment</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"<p>required_if:use_custom_fulfillment_status,true string</p>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>required:boolean - Notify customer when fulfillment updated</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"1bc808f8-4f3b-433c-8db6-306c22802297","name":"B2BWaveChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"hostname","value":"{{hostname}}","description":"required:string B2BWave hostname (Subdomain)\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"app_code","value":"{{app_code}}","description":"required|string B2B Wave App Code","type":"text"},{"key":"api_token","value":"{{api_token}}","description":"required|string B2B Wave API token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"nullable:boolean Manage custom status of the order when submit fulfillment","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"required_if:use_custom_fulfillment_status,true string","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"required:boolean - Notify customer when fulfillment updated","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"btobwave\",\n        \"hostname\": \"{ Hostname }\",\n        \"app_code\": \"{ App Code }\",\n        \"api_token\": \"{ Api Token }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"notify_customer\": \"{ Notify Customer }\",\n        \"use_custom_fulfillment_status\": \"{ Use Custom Fulfillment Status }\",\n        \"custom_fulfillment_status\": \"{ Custom Fulfillment Status }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"f13f6d99-5e97-4078-8434-42c74607a682"}],"id":"9053fbc6-6e90-4cdd-9b2e-f1ca16804d24","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d0b2d91f-b64e-4969-ae39-cfbddd63ef6c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0d53264b-6b87-4d2a-85c0-302c32a174a8"}}],"_postman_id":"9053fbc6-6e90-4cdd-9b2e-f1ca16804d24","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Veeqo Channel","item":[{"name":"Create","id":"145ccd8c-2173-4095-856a-e9debd0a03d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string Veeqo API token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"<p>nullable:boolean Manage custom status of the order when submit fulfillment</p>\n","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"<p>required_if:use_custom_fulfillment_status,true string</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/veeqo","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","veeqo"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"bf7dcde4-b0bf-461d-b425-48eec86c967c","name":"VeeqoChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"hostname","value":"{{hostname}}","description":"required:string B2BWave hostname (Subdomain)\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"app_code","value":"{{app_code}}","description":"required|string B2B Wave App Code","type":"text"},{"key":"api_token","value":"{{api_token}}","description":"required|string B2B Wave API token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"nullable:boolean Manage custom status of the order when submit fulfillment","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"required_if:use_custom_fulfillment_status,true string","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"required:boolean - Notify customer when fulfillment updated","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/veeqo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"veeqo\",\n        \"api_key\": \"{ Api Key }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"145ccd8c-2173-4095-856a-e9debd0a03d7"},{"name":"Update","id":"0e34b73d-27c8-4d2c-b4f1-21f8a7618d1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string Veqoo API key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"<p>nullable:boolean Manage custom status of the order when submit fulfillment</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"<p>required_if:use_custom_fulfillment_status,true string</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"0f3aaffd-2b30-4e89-aacb-f95b17e05ff9","name":"VeeqoChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"hostname","value":"{{hostname}}","description":"required:string B2BWave hostname (Subdomain)\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"app_code","value":"{{app_code}}","description":"required|string B2B Wave App Code","type":"text"},{"key":"api_token","value":"{{api_token}}","description":"required|string B2B Wave API token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"nullable:boolean Manage custom status of the order when submit fulfillment","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"required_if:use_custom_fulfillment_status,true string","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"required:boolean - Notify customer when fulfillment updated","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"veeqo\",\n        \"api_key\": \"{ Api Key }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"0e34b73d-27c8-4d2c-b4f1-21f8a7618d1b"}],"id":"93060707-df78-4e7a-a1c4-ba79c3b39702","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6cb52c96-dd73-4dbd-804f-c23177f6057f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7af736de-4928-4ea5-b1cf-cd037ceaf863"}}],"_postman_id":"93060707-df78-4e7a-a1c4-ba79c3b39702","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Linnworks Channel","item":[{"name":"Create","id":"506d0227-911c-4630-a2f3-631d62600752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"app_id","value":"{{app_id}}","description":"<p>required:string Linnworks App ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"app_secret","value":"{{app_secret}}","description":"<p>required:string Linnworks App Secret</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"app_auth_token","value":"{{app_auth_token}}","description":"<p>required|string Linnworks API token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_custom_identifier_filter","value":"{{use_custom_identifier_filter}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"custom_identifier_logic","value":"{{custom_identifier_logic}}","description":"<p>optional|required if use_custom_identifier_filter equals to true</p>\n","type":"text"},{"key":"custom_identifier","value":"{{custom_identifier}}","description":"<p>optional|required if use_custom_identifier_filter equals to true</p>\n","type":"text"},{"key":"fetch_resend_orders","value":"{{fetch_resend_orders}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/linnworks","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","linnworks"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c48362af-8574-403e-a3ce-41f82c7df402","name":"LinnworksChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"app_id","value":"{{app_id}}","description":"required:string Linnworks App ID\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"app_secret","value":"{{app_secret}}","description":"required:string Linnworks App Secret\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"app_auth_token","value":"{{app_auth_token}}","description":"required|string Linnworks API token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/linnworks"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Tue, 21 Jun 2022 08:28:31 GMT"},{"key":"Date","value":"Tue, 21 Jun 2022 08:28:31 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"08a6c50c-b087-4723-a440-ad1e6dd1fda8\"]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_channel"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"17ceaa2e-cb03-4625-a5e2-32f9e714a10b"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"linnworks\",\n        \"app_auth_token\": \"{ App Auth Token }\",\n        \"fetch_resend_orders\": \"{ Fetch Resend Orders }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_restricted_location_orders\": \"{ Use Restricted Location Orders }\",\n        \"use_custom_identifier_filter\": \"{ Use Custom Identifier Filter }\",\n        \"custom_identifier_logic\": \"{ Custom Identifier Logic }\",\n        \"custom_identifier\": \"{ Custom Identifier }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"506d0227-911c-4630-a2f3-631d62600752"},{"name":"Update","id":"f5613a45-5daa-4e2b-90a5-da2b779a1459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"app_id","value":"{{app_id}}","description":"<p>required:string Linnworks App ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"app_secret","value":"{{app_secret}}","description":"<p>required:string Linnworks App Secret</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"app_auth_token","value":"{{app_auth_token}}","description":"<p>required|string Linnworks API token</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_custom_identifier_filter","value":"{{use_custom_identifier_filter}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"custom_identifier_logic","value":"{{custom_identifier_logic}}","description":"<p>optional|required if use_custom_identifier_filter equals to true</p>\n","type":"text"},{"key":"custom_identifier","value":"{{custom_identifier}}","description":"<p>optional|required if use_custom_identifier_filter equals to true</p>\n","type":"text"},{"key":"fetch_resend_orders","value":"{{fetch_resend_orders}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"e0ae27cc-8cd9-4199-b9f1-171bbf2779d7","name":"LinnworksChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"hostname","value":"SHOPIFY_HOSTNAME","description":"required:string B2BWave hostname (Subdomain)\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"app_code","value":"{{app_code}}","description":"required|string B2B Wave App Code","type":"text"},{"key":"api_token","value":"ecoLvkvBLEQtfKvp1GwH1UjdPUl09Ec","description":"required|string B2B Wave API token\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"use_custom_fulfillment_status","value":"{{use_custom_fulfillment_status}}","description":"nullable:boolean Manage custom status of the order when submit fulfillment","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"custom_fulfillment_status","value":"{{custom_fulfillment_status}}","description":"required_if:use_custom_fulfillment_status,true string","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"notify_customer","value":"NOTIFY_CUSTOMER","description":"required:boolean - Notify customer when fulfillment updated","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"linnworks\",\n        \"app_auth_token\": \"{ App Auth Token }\",\n        \"fetch_resend_orders\": \"{ Fetch Resend Orders }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_restricted_location_orders\": \"{ Use Restricted Location Orders }\",\n        \"use_custom_identifier_filter\": \"{ Use Custom Identifier Filter }\",\n        \"custom_identifier_logic\": \"{ Custom Identifier Logic }\",\n        \"custom_identifier\": \"{ Custom Identifier }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"f5613a45-5daa-4e2b-90a5-da2b779a1459"}],"id":"047afe07-d7b5-414c-a0ec-5330cf4c80b3","_postman_id":"047afe07-d7b5-414c-a0ec-5330cf4c80b3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"OrderWise Channel","item":[{"name":"Create","id":"907e812c-925a-4c47-a291-44ca9f978671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"<p>required:string Orderwise service url</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required|string OrderWise Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>required|string OrderWise Password</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>required:boolean - Notify customer when fulfillment updated</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/orderwise","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","orderwise"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"7740f5b3-047d-45c1-8d37-b7b108c39c13","name":"OrderWiseChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"SHOPIFY_PASSWORD","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"notify_customer","value":"NOTIFY_CUSTOMER","description":"required:boolean - Notify customer when fulfillment updated","type":"text"}]},"url":"{{api_url}}/channels/create/orderwise"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"orderwise\",\n        \"service_url\": \"{ Service Url }\",\n        \"username\": \"{ Username }\",\n        \"password\": \"{ Password }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"907e812c-925a-4c47-a291-44ca9f978671"},{"name":"Update","id":"6d9258ef-2860-4a23-89c8-c2b42c643741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"<p>required:string Orderwise service url</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required|string OrderWise Username</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>required|string OrderWise Password</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"notify_customer","value":"{{notify_customer}}","description":"<p>required:boolean - Notify customer when fulfillment updated</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"f4829c58-bcbc-466e-93d8-ae74d3849b02","name":"OrderWiseChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"SHOPIFY_PASSWORD","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"notify_customer","value":"NOTIFY_CUSTOMER","description":"required:boolean - Notify customer when fulfillment updated","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"orderwise\",\n        \"service_url\": \"{ Service Url }\",\n        \"username\": \"{ Username }\",\n        \"password\": \"{ Password }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"6d9258ef-2860-4a23-89c8-c2b42c643741"}],"id":"af557690-9783-45a5-8041-718f86da0f0f","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"72407d5e-019f-4f69-b234-33199615882e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"275f1f08-49b6-4678-8ae4-75c0e00a5159"}}],"_postman_id":"af557690-9783-45a5-8041-718f86da0f0f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"TikTok Shop Channel","item":[{"name":"Create","id":"33751e0f-aa61-4338-8ee9-cfae4b14a2ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"<p>required|string</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Marketplace ID</th>\n<th>Marketplace</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>us</td>\n<td>United States</td>\n</tr>\n<tr>\n<td>uk</td>\n<td>United Kingdom</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_default_order_import_delay","value":"{{use_default_order_import_delay}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_import_delay","value":"{{order_import_delay}}","description":"<p>optional|required if use_default_order_import_delay equals to false</p>\n","type":"text"},{"key":"use_default_shipping_method","value":"{{use_default_shipping_method}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"default_shipping_method","value":"{{default_shipping_method}}","description":"<p>optional|required if use_default_shipping_method equals to true</p>\n","type":"text"},{"key":"use_webhook_for_cancellation","value":"{{use_webhook_for_cancellation}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"notification_emails","value":"{{notification_emails}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"selected_warehouse","value":"{{selected_warehouse}}","description":"<p>optional</p>\n","type":"text"},{"key":"selected_delivery_option","value":"{{selected_delivery_option}}","description":"<p>optional</p>\n","type":"text"},{"key":"exclude_fulfillment_by_tiktok","value":"{{exclude_fulfillment_by_tiktok}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/tiktokshop","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","tiktokshop"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a79f9061-f75a-4354-b1ae-fbde6ae4b5b9","name":"TikTokShopChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"SHOPIFY_PASSWORD","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/tiktokshop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"tiktokshop\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_default_order_import_delay\": \"{ Use Default Order Import Delay }\",\n        \"order_import_delay\": \"{ Order Import Delay }\",\n        \"use_default_shipping_method\": \"{ Use Default Shipping Method }\",\n        \"default_shipping_method\": \"{ Default Shipping Method }\",\n        \"use_webhook_for_cancellation\": \"{ Use Webhook For Cancellation }\",\n        \"notification_emails\": \"{ Notification Emails }\",\n        \"is_active\": \"{ Is Active }\",\n        \"warehouses\": [],\n        \"selected_warehouse\": \"{ Selected Warehouse }\",\n        \"delivery_options\": [],\n        \"selected_delivery_option\": \"{ Selected Delivery Option }\",\n        \"exclude_fulfillment_by_tiktok\": \"{ Exclude Fulfillment By Tiktok }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"33751e0f-aa61-4338-8ee9-cfae4b14a2ca"},{"name":"Update","id":"8e1d0fb4-4dfc-4fed-833c-383b8e566dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"<p>required|string</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Marketplace ID</th>\n<th>Marketplace</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>us</td>\n<td>United States</td>\n</tr>\n<tr>\n<td>uk</td>\n<td>United Kingdom</td>\n</tr>\n</tbody>\n</table>\n</div>","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_default_order_import_delay","value":"{{use_default_order_import_delay}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_import_delay","value":"{{order_import_delay}}","description":"<p>optional|required if use_default_order_import_delay equals to false</p>\n","type":"text"},{"key":"use_default_shipping_method","value":"{{use_default_shipping_method}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"default_shipping_method","value":"{{default_shipping_method}}","description":"<p>optional|required if use_default_shipping_method equals to true</p>\n","type":"text"},{"key":"use_webhook_for_cancellation","value":"{{use_webhook_for_cancellation}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"notification_emails","value":"{{notification_emails}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"selected_warehouse","value":"{{selected_warehouse}}","description":"<p>optional</p>\n","type":"text"},{"key":"selected_delivery_option","value":"{{selected_delivery_option}}","description":"<p>optional</p>\n","type":"text"},{"key":"exclude_fulfillment_by_tiktok","value":"{{exclude_fulfillment_by_tiktok}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"ded83e84-fe5b-4bb3-b40a-4e19733ca75e","name":"TikTokShopChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"tiktokshop\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"use_default_order_import_delay\": \"{ Use Default Order Import Delay }\",\n        \"order_import_delay\": \"{ Order Import Delay }\",\n        \"use_default_shipping_method\": \"{ Use Default Shipping Method }\",\n        \"default_shipping_method\": \"{ Default Shipping Method }\",\n        \"use_webhook_for_cancellation\": \"{ Use Webhook For Cancellation }\",\n        \"notification_emails\": \"{ Notification Emails }\",\n        \"is_active\": \"{ Is Active }\",\n        \"warehouses\": [],\n        \"selected_warehouse\": \"{ Selected Warehouse }\",\n        \"delivery_options\": [],\n        \"selected_delivery_option\": \"{ Selected Delivery Option }\",\n        \"exclude_fulfillment_by_tiktok\": \"{ Exclude Fulfillment By Tiktok }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"8e1d0fb4-4dfc-4fed-833c-383b8e566dee"}],"id":"80a5da9d-7f7f-4d55-859f-83dc3cea0325","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9b61f585-d3be-49d3-8af4-c5ca4398f9fd"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6e82ce4f-3002-49d9-a9b7-9ba901ae29b6"}}],"_postman_id":"80a5da9d-7f7f-4d55-859f-83dc3cea0325","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Wowcher Shop Channel","item":[{"name":"Create","id":"999f09bc-e18f-4dbf-8467-dc6848c0e65a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"app_key","value":"{{app_key}}","description":"<p>required|string Wowcher app key</p>\n","type":"text"},{"key":"app_secret","value":"{{app_secret}}","description":"<p>required|String Wowcher app secret</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/wowcher","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","wowcher"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"344ea082-57f1-426e-b629-76e1d6e7dc7a","name":"WowcherChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"SHOPIFY_PASSWORD","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"},{"key":"app_key","value":"{{app_key}}","description":"required|string Wowcher app key","type":"text"},{"key":"app_secret","value":"{{app_secret}}","description":"required|String Wowcher app secret","type":"text"}]},"url":"{{api_url}}/channels/create/wowcher"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"wowcher\",\n        \"app_key\": \"{ App Key }\",\n        \"app_secret\": \"{ App Secret }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"999f09bc-e18f-4dbf-8467-dc6848c0e65a"},{"name":"Update","id":"5bac43d3-cef3-480e-ae71-c08c69b10b68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"app_key","value":"{{app_key}}","description":"<p>required|string Wowcher app key</p>\n","type":"text"},{"key":"app_secret","value":"{{app_secret}}","description":"<p>required|String Wowcher app secret</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"fe0eb082-46f8-4fec-8858-a8abef733177","name":"WowcherChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"wowcher\",\n        \"app_key\": \"{ App Key }\",\n        \"app_secret\": \"{ App Secret }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"5bac43d3-cef3-480e-ae71-c08c69b10b68"}],"id":"1bc2e597-ba48-4202-b085-266e7f9231c5","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1103fc38-6a38-444e-8b5b-92478b1fa9d1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"711209d8-4d1d-4808-a88d-a87fe533819b"}}],"_postman_id":"1bc2e597-ba48-4202-b085-266e7f9231c5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Brightpearl Channel","item":[{"name":"Create","id":"f34d797a-395c-4372-b314-9a7679975e84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"account_code","value":"{{account_code}}","description":"<p>required|string brightpearl account id</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/brightpearl","description":"<p>Creates a new Brightpearl Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","brightpearl"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"8b3c6b90-6e25-4807-a9c6-37413d6c247c","name":"BrightpearlChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"},{"key":"account_code","value":"{{account_code}}","description":"required|string brightpearl account id","type":"text"}]},"url":"{{api_url}}/channels/create/brightpearl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"brightpearl\",\n        \"account_code\": \"{ Account Code }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"f34d797a-395c-4372-b314-9a7679975e84"},{"name":"Update","id":"8c652869-204a-421c-a462-d4a733d1a6f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"account_code","value":"{{account_code}}","description":"<p>required|string brightpearl account id</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Brightpearl Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"86814956-4cea-46c4-9491-6d0ade959b8f","name":"Brightpearl Channel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required|string Shopware service url","type":"text"},{"key":"username","value":"{{username}}","description":"required|String Shopware username","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|String Shopware api key","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"brightpearl\",\n        \"account_code\": \"{ Account Code }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"8c652869-204a-421c-a462-d4a733d1a6f7"}],"id":"4d7ecf08-d136-46f5-9f39-fbe1391d002c","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"98d927c2-50bb-47c0-8f4c-01b34aa2b8bf"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"18fa24c9-e538-497d-afb4-5c3f5dac1b25"}}],"_postman_id":"4d7ecf08-d136-46f5-9f39-fbe1391d002c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Channels","item":[{"name":"Mirakl B&Q Channel","item":[{"name":"Create","id":"ef444c37-1177-4d94-91b5-253f6d852690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-bq","description":"<p>Creates a new Mirakl B&amp;Q Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-bq"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"9e928a66-cbed-4e78-9464-f27fa2ef336d","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"ef444c37-1177-4d94-91b5-253f6d852690"},{"name":"Update","id":"6c431637-ac55-4694-a1e6-f263a5543413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl B&amp;Q Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"ac058613-fee0-4b60-b4a8-4a80524bd53a","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"6c431637-ac55-4694-a1e6-f263a5543413"}],"id":"c195ba45-81ed-446e-a387-844a6f52e6d3","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"482fb5fe-35b9-4502-a156-2ec071a4bd84"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c31e07f2-bb16-43f7-a5ad-16669679e024"}}],"_postman_id":"c195ba45-81ed-446e-a387-844a6f52e6d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Assos Channel","item":[{"name":"Create","id":"b5031cc8-d487-4865-a747-11f7f6dba5e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-asos","description":"<p>Creates a new Mirakl Asos Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-asos"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"446dc2d1-9273-46bb-8363-6920d3255f32","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"b5031cc8-d487-4865-a747-11f7f6dba5e7"},{"name":"Update","id":"23f7bd09-022a-43c8-ba59-ae78fe5958a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Asos Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"e7e3710f-e735-4094-adfd-d7dbc834f8d4","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"23f7bd09-022a-43c8-ba59-ae78fe5958a6"}],"id":"9ee3e804-33dc-4ad3-9976-b57f90a1df02","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f026d373-a6c1-4c95-8bf9-76844c2742e5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ac1df25d-e3c3-48b7-b59b-707ca0e94208"}}],"_postman_id":"9ee3e804-33dc-4ad3-9976-b57f90a1df02","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Joules Channel","item":[{"name":"Create","id":"e885779e-0fd9-4037-8ab3-340cc184b7e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-joules","description":"<p>Creates a new Mirakl Joules Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-joules"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"07f7c075-7152-4cde-ac7c-83d822f9a12b","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"e885779e-0fd9-4037-8ab3-340cc184b7e1"},{"name":"Update","id":"f1f50db3-351e-49b4-836c-5339ff74a4df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Joules Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"509a3bab-dbf6-43dd-a405-a769eccffa12","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"f1f50db3-351e-49b4-836c-5339ff74a4df"}],"id":"67892e67-2d92-4e27-81cb-1be68cc759f2","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"80e59c7e-0a74-4802-8e76-6c642f5d73c9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0f1a209b-d2f5-416a-a90e-0f6026c28e98"}}],"_postman_id":"67892e67-2d92-4e27-81cb-1be68cc759f2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Debenhams Channel","item":[{"name":"Create","id":"bf0b64be-4e88-40a6-b22e-598526c803f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-debenhams","description":"<p>Creates a new Mirakl Debenhams Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-debenhams"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"6fc76b5e-1691-4af7-8598-26261434f6c9","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"bf0b64be-4e88-40a6-b22e-598526c803f8"},{"name":"Update","id":"283acaa7-698b-44cf-a955-0dda17c82aea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Debenhams Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"2de6bec6-45b2-4ae4-a8b2-14bf37574891","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"283acaa7-698b-44cf-a955-0dda17c82aea"}],"id":"a9a321e6-dd77-40ed-858a-a8dfceb2fdcd","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"eaec91be-ba72-491a-a0dc-659f8c0350d8"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5b29f626-bfc8-43c9-b2b0-f7fc0c6fec7b"}}],"_postman_id":"a9a321e6-dd77-40ed-858a-a8dfceb2fdcd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Superdrug Channel","item":[{"name":"Create","id":"fc88e894-0e32-409b-90b7-58f728fd3c7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-superdrug","description":"<p>Creates a new Mirakl Superdrug Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-superdrug"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e54f1900-d787-46c1-8fc1-7d25d889da97","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"fc88e894-0e32-409b-90b7-58f728fd3c7f"},{"name":"Update","id":"6cd0e4fc-a0a8-4051-9fdc-e66a9461a750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Superdrug Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"eabc7eb5-cd62-41b8-8250-8446aeeacb9a","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"6cd0e4fc-a0a8-4051-9fdc-e66a9461a750"}],"id":"580dccfc-caaf-48a8-84d3-c51fbb693fb4","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"35d8a368-a334-426a-8f46-8a8a7aa4f610"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b223d8c6-aa41-49b9-a6e5-92c75d1ebeb5"}}],"_postman_id":"580dccfc-caaf-48a8-84d3-c51fbb693fb4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Decathlon Channel","item":[{"name":"Create","id":"a6b261cc-1530-480d-9735-cdaddb8ebefc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-decathlon","description":"<p>Creates a new Mirakl Decathlon Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-decathlon"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"8e253d4f-5ea2-450a-86ca-eaf78a5bf0a7","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"a6b261cc-1530-480d-9735-cdaddb8ebefc"},{"name":"Update","id":"4c2985c7-0b11-440a-afdf-8da04cf41b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Decathlon Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"2d22261a-4f96-43f4-86d4-ee4aebb6624a","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"4c2985c7-0b11-440a-afdf-8da04cf41b63"}],"id":"c90df2b4-b4e9-4047-84f2-acf2730cd35c","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1b55a225-add2-4d2f-a34e-a9d75014e8f4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d00ae659-0018-4d0c-a31c-22d74403bd18"}}],"_postman_id":"c90df2b4-b4e9-4047-84f2-acf2730cd35c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl H&M Home Channel","item":[{"name":"Create","id":"cb5dddb3-7140-4083-98c2-4439fc24d74d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-hmhome","description":"<p>Creates a new Mirakl H&amp;M Home Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-hmhome"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"531876fd-3fe7-4ed8-bab9-73eef888c950","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"cb5dddb3-7140-4083-98c2-4439fc24d74d"},{"name":"Update","id":"ac59b0a6-a71e-4bca-8575-7c8be4a0577c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl H&amp;M Home Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"65de9a67-c2f3-40a1-b073-e3bdd7974320","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"ac59b0a6-a71e-4bca-8575-7c8be4a0577c"}],"id":"0560ced5-a6fb-44e9-af54-7d6e8b9ffd38","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0c290281-5b5d-41db-8354-953f990a4c7f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5a609a15-d300-4916-a269-e57234741342"}}],"_postman_id":"0560ced5-a6fb-44e9-af54-7d6e8b9ffd38","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Macy's Inc Channel","item":[{"name":"Create","id":"ef4ba55e-3c95-4dc9-96c5-2793ba7cd28a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-macys","description":"<p>Creates a new Mirakl Marcy's Inc Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-macys"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ca521a9c-8a8a-4964-9cb1-88a853204c61","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"ef4ba55e-3c95-4dc9-96c5-2793ba7cd28a"},{"name":"Update","id":"1cc93a61-b9e1-459f-8159-25acd9c7f585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Marcy's Inc Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"8f56c563-3efb-4cec-8cc4-d19f965425cc","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"1cc93a61-b9e1-459f-8159-25acd9c7f585"}],"id":"ebb9e64d-a782-4540-9f3e-022581abc63d","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"35bd3b0e-451f-4a0d-a5f5-dee0f817f4fb"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"612ac873-50d4-4553-ac00-dab404bf0a25"}}],"_postman_id":"ebb9e64d-a782-4540-9f3e-022581abc63d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Bloomingdales Channel","item":[{"name":"Create","id":"dcd27cab-bc49-4887-8e1c-5d7751d0fb9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-bloomingdales","description":"<p>Creates a new Mirakl Bloomingdales Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-bloomingdales"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f83dc910-f379-420b-9fa4-154e8277aa28","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"dcd27cab-bc49-4887-8e1c-5d7751d0fb9e"},{"name":"Update","id":"846c28b2-86ec-4e03-90a5-3bc24e347e23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Bloomingdales Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"04033998-518b-41fa-9254-87a4af6f50fe","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"846c28b2-86ec-4e03-90a5-3bc24e347e23"}],"id":"0f5f16a5-d809-423d-9186-45339e2ee01b","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"632eb75c-e65f-4cd1-9b9e-f31cff8ed372"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"fb11174a-4a50-465e-8cef-5b726a44b778"}}],"_postman_id":"0f5f16a5-d809-423d-9186-45339e2ee01b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl J.Crew Channel","item":[{"name":"Create","id":"fe7ad99d-f531-4f1c-9a4b-2b8f1317944f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-jcrew","description":"<p>Creates a new Mirakl J.Crew Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-jcrew"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"8bb3606f-ad34-41cc-9c47-8994b3ade1c6","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"fe7ad99d-f531-4f1c-9a4b-2b8f1317944f"},{"name":"Update","id":"1d40e42e-f87e-43a2-bb25-dcd6fb33ff7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl J.Crew Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"ca607dc5-b3aa-4a0c-ba69-139c51b5cd3e","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"1d40e42e-f87e-43a2-bb25-dcd6fb33ff7e"}],"id":"d76c1b70-d046-4cd1-91c3-08bc3a912339","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"aad9c01a-50f4-45b0-9114-e57566484a46"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"495c40e4-263e-4895-9844-e3b94b8118a0"}}],"_postman_id":"d76c1b70-d046-4cd1-91c3-08bc3a912339","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Media Markt Channel","item":[{"name":"Create","id":"1678115b-b747-4770-9da7-d47bde460173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-mediamarkt","description":"<p>Creates a new Mirakl Media Markt Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-mediamarkt"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"aed96ef5-5417-4235-b0da-dd6500163a4f","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"1678115b-b747-4770-9da7-d47bde460173"},{"name":"Update","id":"fbaf4668-73a4-401d-a844-ee6ee5fb0958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Media Markt Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"e8b309b7-78d5-4fc1-ac5f-756c155cb697","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"fbaf4668-73a4-401d-a844-ee6ee5fb0958"}],"id":"79e5ea5d-baff-4900-981a-681f6771c8b4","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"86182859-6e5e-4c38-9ade-91d8826089d9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d05218f6-dd40-4629-9336-6151b03c99c2"}}],"_postman_id":"79e5ea5d-baff-4900-981a-681f6771c8b4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Carrefour Channel","item":[{"name":"Create","id":"2054db8a-a862-44d6-9a9b-daf983ab4bf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-carrefour","description":"<p>Creates a new Mirakl Carrefour Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-carrefour"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e78052e6-9146-4f00-abdf-b758bd4e13f7","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"2054db8a-a862-44d6-9a9b-daf983ab4bf4"},{"name":"Update","id":"8b5b73c2-2c9c-4b46-b678-f4079ac0d872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Carrefour Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"278379ce-6b23-4ef1-b542-6b1fd24e7ef7","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"8b5b73c2-2c9c-4b46-b678-f4079ac0d872"}],"id":"ce573fb6-b4c8-4799-a334-32413c4c594a","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"05c5a3a7-99ca-4eaf-a931-5214526f289b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"af3f3c7d-92f8-41dc-a268-b0b3d82b458c"}}],"_postman_id":"ce573fb6-b4c8-4799-a334-32413c4c594a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Best Buy Channel","item":[{"name":"Create","id":"1a2dd10d-385d-4f1c-b4b8-b614a015719e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-bestbuy","description":"<p>Creates a new Mirakl Best Buy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-bestbuy"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"1d2021c5-d13f-45be-9454-29a372602e8e","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"1a2dd10d-385d-4f1c-b4b8-b614a015719e"},{"name":"Update","id":"27ec109b-66ce-470d-a4b1-092526fd65ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Best Buy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"aabf59a6-6aca-4490-ad15-d7cc86460c26","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"27ec109b-66ce-470d-a4b1-092526fd65ca"}],"id":"e3e64edf-ada2-49db-bef3-775b16255902","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"090b6151-9edd-47dd-86a8-3093a461d5ac"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b3cda0dc-83c9-4dec-a7d8-644b599d9082"}}],"_postman_id":"e3e64edf-ada2-49db-bef3-775b16255902","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl L Redoute Channel","item":[{"name":"Create","id":"792cac49-a79d-4177-98ad-6a7f655c4cd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-lredoute","description":"<p>Creates a new Mirakl L Redoute Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-lredoute"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ec8a05f2-102e-48d7-aa96-adb583ae6ee9","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"792cac49-a79d-4177-98ad-6a7f655c4cd8"},{"name":"Update","id":"c65b813f-37e0-4f56-abfb-aedb75fbae78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl L Redoute Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"5014fc47-dfed-4987-8bd7-8340ca2add71","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"c65b813f-37e0-4f56-abfb-aedb75fbae78"}],"id":"0a873c75-601b-4384-8daf-ff290ce0531d","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7a2ded29-0044-4822-90c5-0566f04c1c16"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"133540c6-3d8e-4c3b-b4a3-8cb6638c584a"}}],"_postman_id":"0a873c75-601b-4384-8daf-ff290ce0531d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Leroy Merlin Channel","item":[{"name":"Create","id":"63a21ff6-6a56-418f-98f1-bb51b247d9bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-leroymerlin","description":"<p>Creates a new Mirakl Leroy Merlin Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-leroymerlin"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"5f3404a6-e4ff-47e7-8f7c-afef464505ef","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"63a21ff6-6a56-418f-98f1-bb51b247d9bd"},{"name":"Update","id":"bfe3f9be-40ac-4865-971c-81137ac7a8bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Leroy Merlin Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"28631e9a-926c-4c3a-a13f-dd00fc3f5232","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"bfe3f9be-40ac-4865-971c-81137ac7a8bf"}],"id":"4a0f07dd-3c18-4be3-976f-5de9ade1556f","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a00eb2fb-567d-4707-8770-67b43afc3cb4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"76b83a49-944a-4dad-89cc-18672e4331db"}}],"_postman_id":"4a0f07dd-3c18-4be3-976f-5de9ade1556f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Shop Apotheke Channel","item":[{"name":"Create","id":"6a2e89f7-414e-4d9c-802c-ab9e29fb755f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-shopapotheke","description":"<p>Creates a new Mirakl Shop Apotheke Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-shopapotheke"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"73e7f0fd-9561-4c0b-9fef-8ccbf5959d80","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"6a2e89f7-414e-4d9c-802c-ab9e29fb755f"},{"name":"Update","id":"f6e19e15-733d-4141-ad5a-4ddb3d84be95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Shop Apotheke Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"f0d411a4-4c02-45ac-bf9c-ed3c5eeca6b6","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"f6e19e15-733d-4141-ad5a-4ddb3d84be95"}],"id":"b23807be-8364-44bd-ad9a-7b54996c80d3","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7bda2e1b-6083-4e4c-8779-4f2dbc41af40"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a1a36050-8d64-49db-947d-99bff394f45e"}}],"_postman_id":"b23807be-8364-44bd-ad9a-7b54996c80d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Douglas Channel","item":[{"name":"Create","id":"37164591-5242-4f45-b11f-63c71946780c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-douglas","description":"<p>Creates a new Mirakl Douglas Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-douglas"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"efdb1683-bd32-4fea-87cc-445e3b5d457b","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"37164591-5242-4f45-b11f-63c71946780c"},{"name":"Update","id":"73ab5a86-9d2c-44a1-be82-ed71de3a00fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Douglas Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"aa989fb9-2d76-4913-8b7e-374c43f5b7c9","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"73ab5a86-9d2c-44a1-be82-ed71de3a00fe"}],"id":"e8c8d43e-c306-4904-beff-8d883da3751d","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a7bf1f54-cd57-48e3-a7e5-9b6eac2fc7e4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"46c63930-8fd4-45df-82eb-b47329cba822"}}],"_postman_id":"e8c8d43e-c306-4904-beff-8d883da3751d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Maisons Du Ond Channel","item":[{"name":"Create","id":"63ca1bd6-d97f-4be5-b017-3d0e27e1800d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-maisonsduond","description":"<p>Creates a new Mirakl Maisons Du Ond Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-maisonsduond"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d37742ca-d586-4998-8d81-6b59bc7d32ab","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"63ca1bd6-d97f-4be5-b017-3d0e27e1800d"},{"name":"Update","id":"d44e6cad-dd70-4527-b695-946248d1557e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Maisons Du Ond Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"8edfddde-1826-49f1-8f3d-bd2cb6a14bb2","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"d44e6cad-dd70-4527-b695-946248d1557e"}],"id":"18db8041-ba67-422b-8b02-362dc3958d56","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"46dbfa15-b8ed-4b15-99f5-54aa6a1829ad"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c7c7d616-28b6-4675-8542-86fd2de16cd6"}}],"_postman_id":"18db8041-ba67-422b-8b02-362dc3958d56","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Mirakl Secret Sales Channel","item":[{"name":"Create","id":"290f44ee-c591-483d-a68e-12294b2efbe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl-secretsales","description":"<p>Creates a new Mirakl Secret Sales Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","mirakl-secretsales"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"4e0fa3c1-7a00-4516-8100-3d60c57d6572","name":"MiraklChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/mirakl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"290f44ee-c591-483d-a68e-12294b2efbe5"},{"name":"Update","id":"df44e807-f09e-42ec-9ae2-88fa3a87d842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"<p>required|string mirakl api url</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|string mirakl api key</p>\n","type":"text"},{"key":"selected_channel","value":"{{selected_channel}}","description":"<p>optional|string mirakl channel code ABC_UK etc.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Mirakl Secret Sales Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"3adbf03d-a9c6-48b7-bdc4-f203a907e1bd","name":"MiraklChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"mirakl\",\n        \"api_url\": \"{ Api Url }\",\n        \"api_key\": \"{ Api Key }\",\n        \"selected_channel\": \"{ Selected Channel }\",\n        \"channels\": [],\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"df44e807-f09e-42ec-9ae2-88fa3a87d842"}],"id":"24d378bd-514b-43ed-b85a-52b87b002c16","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"71d2bbd0-733b-4956-af90-d473828fd970"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ff505dc7-2c07-4cb5-86e6-1500e3edde26"}}],"_postman_id":"24d378bd-514b-43ed-b85a-52b87b002c16","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}}],"id":"06b89a01-6e7f-4d07-89d1-c12200ebbbb5","_postman_id":"06b89a01-6e7f-4d07-89d1-c12200ebbbb5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Wayfair Channel","item":[{"name":"Create","id":"1816a3c9-8df3-4e94-a648-c570c3290916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required|string wayfair app client id </p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required|string wayfair app client secret</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>required|boolean</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/wayfair","description":"<p>Creates a new Wayfair Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","wayfair"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"42f31ff8-ca0f-4950-ab1c-055325a34e4c","name":"WayfairChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/wayfair"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"wayfair\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"supplier_id\": \"{ Supplier Id }\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"push_products\": \"{ Push Products }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"1816a3c9-8df3-4e94-a648-c570c3290916"},{"name":"Update","id":"921b88ca-0e59-4c1a-b33e-231b72307d08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required|string wayfair app client id</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required|string wayfair app client secret</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>required|boolean</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Wayfair Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"f8d62eea-cba9-426f-a28d-ebb203dfa0d1","name":"WayfairChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"wayfair\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"supplier_id\": \"{ Supplier Id }\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"push_products\": \"{ Push Products }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"921b88ca-0e59-4c1a-b33e-231b72307d08"}],"id":"e4898f51-ca2c-4990-ac09-9968b64f2748","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c18138a1-ee22-48e5-8553-b3ad4faa2ed9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"522a67ba-ba83-489d-9ced-341d3bce9640"}}],"_postman_id":"e4898f51-ca2c-4990-ac09-9968b64f2748","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Groupon Channel","item":[{"name":"Create","id":"949da14b-d86f-4151-8a77-18cf45b8d74e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"supplier_id","value":"{{supplier_id}}","description":"<p>required|string groupon supplier id</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|string wayfair access token</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/groupon","description":"<p>Creates a new Groupon Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","groupon"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"90e3801f-6694-4418-b168-b66d6677fc73","name":"GrouponChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":"{{api_url}}/channels/create/groupon"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"groupon\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"supplier_id\": \"{ Supplier Id }\",\n        \"client_id\": \"{ Client Id }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"949da14b-d86f-4151-8a77-18cf45b8d74e"},{"name":"Update","id":"1bb1e24f-e9d6-4742-92d1-7182e6534ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"supplier_id","value":"{{supplier_id}}","description":"<p>required|string groupon supplier id</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|string groupon access token</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_confirmation","value":"{{auto_confirmation}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Groupon Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"08a272f4-d46e-4966-a248-e10c1a16c024","name":"WayfairChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"api_url","value":"{{api_url}}","description":"required|string mirakl api url","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|string mirakl api key","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"groupon\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"supplier_id\": \"{ Supplier Id }\",\n        \"client_id\": \"{ Client Id }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"auto_confirmation\": \"{ Auto Confirmation }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"1bb1e24f-e9d6-4742-92d1-7182e6534ba4"}],"id":"c000d6cb-ab10-4d13-af71-f2456a9ee71f","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"860acc54-1370-4175-bc49-584959211fd5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"024dbce7-778a-413a-94f6-fb85ca006402"}}],"_postman_id":"c000d6cb-ab10-4d13-af71-f2456a9ee71f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Back Market Channel","item":[{"name":"Create","id":"9853e2ca-3354-4260-afc9-f422d87c3850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"country_code","value":"{{country_code}}","description":"<p>required|string backmarket country code ex: uk</p>\n","type":"text"},{"key":"language","value":"{{language}}","description":"<p>required|string backmarket language ex: en-gb</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|string backmarket access token</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/backmarket","description":"<p>Creates a new Back Market Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","backmarket"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"3f577bf1-a7e0-4f7b-bb86-cd08341d8300","name":"BackMarketChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"country_code","value":"{{country_code}}","description":"required|string backmarket county code","type":"text"},{"key":"language","value":"{{language}}","description":"required|string backmarket language","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"required|string backmarket access token","type":"text"}]},"url":"{{api_url}}/channels/create/backmarket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"backmarket\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Default Get Orders Interval }\",\n        \"country_code\": \"{ country_code }\",\n        \"language\": \"{ language }\",\n        \"access_token\": \"{ access_token }\",\n        \"is_active\": \"{ Is Channel Active }\",\n        \"manage_stock\": \"{ If Manage Stock Enabled On This Channel }\",\n        \"download_products\": \"{ If Download Products Enabled On This Channel }\",\n        \"add_to_products\": \"{ If Producst On This Channel Goind To Be Added  To Main Products}\",\n        \"allow_increase_decrease_stock_levels\": false,\n        \"set_initial_stock_levels\": \"{ Initial Stock Levels Should Be Set On Main Products }\",\n        \"auto_sync_stock\": \"{ Is Auto Stock Enabled On This Channel}\",\n        \"fetch_shipped_orders\": \"{ Fetch shipped orders }\",\n        \"auto_sync_orders\": \"{ Is Auto Sync Orders Enabled On This Channel}\",\n        \"type\": \"cart\",\n        \"use_dc_credentials\": \"{ Is Using DC Credentials Available On This Channel }\",\n        \"push_stock_levels\": false,\n        \"account_nominal_code\": \"{ Account nominal code }\",\n        \"last_order_updated_before\": \"{ Last order polling datetime }\",\n        \"ignore_orders_before\": \"{ Ignore orders before status }\",\n        \"ignore_orders_before_at\": \"{ Ignore orders before at }\",\n        \"download_product_images\": \"true\",\n        \"download_product_dimensions\": \"true\",\n        \"channel_products\": {\n            \"total\": \"{ Total channel products }\",\n            \"empty_matched_sku\": \"{ Total unmatched products }\"\n        }\n    }\n}"}],"_postman_id":"9853e2ca-3354-4260-afc9-f422d87c3850"},{"name":"Update","id":"f22791e4-7bc6-40a9-9c74-90dac076c8b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"country_code","value":"{{country_code}}","description":"<p>required|string backmarket country_code ex: uk</p>\n","type":"text"},{"key":"language","value":"{{language}}","description":"<p>required|string backmarket language ex: en-gb</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|string backmarket acess token</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Back Market Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"2acc3fe2-f584-458b-86c0-04dbeec97ddf","name":"BackMarketChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"},{"key":"country_code","value":"{{country_code}}","description":"required|string backmarket country code ex: uk","type":"text"},{"key":"language","value":"{{language}}","description":"required|string backmarket language ex: en-gb","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"required|string backmarket access token","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"backmarket\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Default Get Orders Interval }\",\n        \"country_code\": \"{ country_code }\",\n        \"language\": \"{ language }\",\n        \"access_token\": \"{ access_token }\",\n        \"is_active\": \"{ Is Channel Active }\",\n        \"manage_stock\": \"{ If Manage Stock Enabled On This Channel }\",\n        \"download_products\": \"{ If Download Products Enabled On This Channel }\",\n        \"add_to_products\": \"{ If Producst On This Channel Goind To Be Added  To Main Products}\",\n        \"allow_increase_decrease_stock_levels\": false,\n        \"set_initial_stock_levels\": \"{ Initial Stock Levels Should Be Set On Main Products }\",\n        \"auto_sync_stock\": \"{ Is Auto Stock Enabled On This Channel}\",\n        \"fetch_shipped_orders\": \"{ Fetch shipped orders }\",\n        \"auto_sync_orders\": \"{ Is Auto Sync Orders Enabled On This Channel}\",\n        \"type\": \"cart\",\n        \"use_dc_credentials\": \"{ Is Using DC Credentials Available On This Channel }\",\n        \"push_stock_levels\": false,\n        \"account_nominal_code\": \"{ Account nominal code }\",\n        \"last_order_updated_before\": \"{ Last order polling datetime }\",\n        \"ignore_orders_before\": \"{ Ignore orders before status }\",\n        \"ignore_orders_before_at\": \"{ Ignore orders before at }\",\n        \"download_product_images\": \"true\",\n        \"download_product_dimensions\": \"true\",\n        \"channel_products\": {\n            \"total\": \"{ Total channel products }\",\n            \"empty_matched_sku\": \"{ Total unmatched products }\"\n        }\n    }\n}"}],"_postman_id":"f22791e4-7bc6-40a9-9c74-90dac076c8b0"}],"id":"535c12f4-4215-43c2-94c0-cac9dda4079b","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1a3bdfa2-2a12-4f96-8dd8-d5ff600547fb"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e8dd9e43-7543-486b-b2b8-8524702493fe"}}],"_postman_id":"535c12f4-4215-43c2-94c0-cac9dda4079b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Shopware Channel","item":[{"name":"Create","id":"611df57c-311d-41f6-8d58-6c911ded410a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"<p>required|string Shopware service url</p>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required|String Shopware username</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|String Shopware api key</p>\n","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"<p>optional|boolean default false Use restricted location orders</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/shopware","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","shopware"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"9ed52277-0ce1-4f62-8a21-bd67ed630ae7","name":"ShopwareChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required|string Shopware service url","type":"text"},{"key":"username","value":"{{username}}","description":"required|String Shopware username","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|String Shopware api key","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"}]},"url":"{{api_url}}/channels/create/shopware"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"shopware\",\n        \"service_url\": \"{ Service Url }\",\n        \"username\": \"{ Username }\",\n        \"api_key\": \"{ Api Key }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_restricted_location_orders\": \"{ Use Restricted Location Orders }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"611df57c-311d-41f6-8d58-6c911ded410a"},{"name":"Update","id":"f12e6310-4736-4a9c-9190-68ed14827970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"<p>required|string Shopware service url</p>\n","type":"text"},{"key":"username","value":"{{username}}","description":"<p>required|String Shopware username</p>\n","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"<p>required|String Shopware api key</p>\n","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"<p>optional|boolean default false Use restricted location orders</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_what3words","value":"{{use_what3words}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"4f822328-565e-4fed-8918-65923707eece","name":"ShopwareChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required|string Shopware service url","type":"text"},{"key":"username","value":"{{username}}","description":"required|String Shopware username","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|String Shopware api key","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"shopware\",\n        \"service_url\": \"{ Service Url }\",\n        \"username\": \"{ Username }\",\n        \"api_key\": \"{ Api Key }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"use_restricted_location_orders\": \"{ Use Restricted Location Orders }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_what3words\": \"{ Use What3Words }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"f12e6310-4736-4a9c-9190-68ed14827970"}],"id":"0055e434-d8a6-4c37-88cb-598a5b5f6b32","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3a78df28-2bc7-4da6-94e4-4d3b5f431c48"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8dea8cbc-8881-4477-8f71-d857333e147f"}}],"_postman_id":"0055e434-d8a6-4c37-88cb-598a5b5f6b32","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Shopline Channel","item":[{"name":"Create","id":"657f787a-2baf-4d50-817b-759f53dd094b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"subdomain","value":"{{subdomain}}","description":"<p>required|string Sopline service url</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|String Shopline access token</p>\n","type":"text"},{"key":"use_location_filter","value":"{{use_location_filter}}","description":"<p>required|boolean Shopline use location filter</p>\n","type":"text"},{"key":"selected_location","value":"{{selected_location}}","description":"<p>optional|int selected location</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/shopline","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","shopline"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"9ebaa342-666a-42a8-ade3-5e71ff0896c6","name":"ShopwareChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required:string Orderwise service url\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"username","value":"{{username}}","description":"required|string OrderWise Username\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"password","value":"{{password}}","description":"required|string OrderWise Password\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required|string Shopware service url","type":"text"},{"key":"username","value":"{{username}}","description":"required|String Shopware username","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|String Shopware api key","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"}]},"url":"{{api_url}}/channels/create/shopline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:42:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"shopline\",\n        \"subdomain\": \"{ Subdomain }\",\n        \"access_token\": \"{ Access Token }\",\n        \"locations\": [],\n        \"use_location_filter\": \"{ Use Location Filter }\",\n        \"selected_location\": \"{ Selected Location }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"657f787a-2baf-4d50-817b-759f53dd094b"},{"name":"Update","id":"b2243b88-56e2-48c6-a308-f36b37daab52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|String Shopline access token</p>\n","type":"text"},{"key":"use_location_filter","value":"{{use_location_filter}}","description":"<p>required|boolean Shopline use location filter</p>\n","type":"text"},{"key":"selected_location","value":"{{selected_location}}","description":"<p>optional|int selected location</p>\n","type":"text"},{"key":"subdomain","value":"{{subdomain}}","description":"<p>required|string Sopline service url</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"fb7cbd8e-7a4a-4837-8a0a-938c5e16be2e","name":"ShopwareChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"service_url","value":"{{service_url}}","description":"required|string Shopware service url","type":"text"},{"key":"username","value":"{{username}}","description":"required|String Shopware username","type":"text"},{"key":"api_key","value":"{{api_key}}","description":"required|String Shopware api key","type":"text"},{"key":"use_restricted_location_orders","value":"{{use_restricted_location_orders}}","description":"optional|boolean default false Use restricted location orders","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:46:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"shopline\",\n        \"subdomain\": \"{ Subdomain }\",\n        \"access_token\": \"{ Access Token }\",\n        \"locations\": [],\n        \"use_location_filter\": \"{ Use Location Filter }\",\n        \"selected_location\": \"{ Selected Location }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"b2243b88-56e2-48c6-a308-f36b37daab52"}],"id":"51111b3e-db27-4943-afd4-881f73372a9f","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"14febc83-778c-4489-a09d-0f8b5b0cbbd4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"22102697-af29-4099-86c7-2c68f7d81136"}}],"_postman_id":"51111b3e-db27-4943-afd4-881f73372a9f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Accounting Channels","item":[{"name":"Channel Accounts","id":"ba5d0a15-78ba-42ff-aa15-4325190c8db9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{api_url}}/channels/accounts/list?channel_id={{channel_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","accounts","list"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"f87ac37b-e907-42dc-86cc-e15a6afc1285","name":"List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"{{api_url}}/channels/accounts/list?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","accounts","list"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Thu, 25 Nov 2021 12:59:11 GMT"},{"key":"Date","value":"Thu, 25 Nov 2021 12:59:11 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel API Account ID }\",\n            \"name\": \"{ Name }\",\n            \"account_code\": \"{ Account Code }\",\n            \"type\": \"{ Type }\",\n            \"tax_type\": \"{ Tax Type }\"\n        },\n        {\n            \"id\": \"{ Channel API Account ID }\",\n            \"name\": \"{ Name }\",\n            \"account_code\": \"{ Account Code }\",\n            \"type\": \"{ Type }\",\n            \"tax_type\": \"{ Tax Type }\"\n        }\n    ]\n}"}],"_postman_id":"ba5d0a15-78ba-42ff-aa15-4325190c8db9"},{"name":"Channel Tax Types","id":"bbeb0218-2e99-499d-bac7-0cd6302bc78e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{api_url}}/channels/accounts/taxTypes?channel_id={{channel_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","accounts","taxTypes"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"849acd29-cd59-4a7a-be00-58e69a3ccc9e","name":"Channel Tax Types","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"{{api_url}}/channels/accounts/taxTypes?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","accounts","taxTypes"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Thu, 25 Nov 2021 12:59:23 GMT"},{"key":"Date","value":"Thu, 25 Nov 2021 12:59:23 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel API Account ID }\",\n            \"name\": \"{ Name }\",\n            \"account_code\": \"{ Account Code }\",\n            \"type\": \"{ Type }\",\n            \"tax_type\": \"{ Tax Type }\"\n        },\n        {\n            \"id\": \"{ Channel API Account ID }\",\n            \"name\": \"{ Name }\",\n            \"account_code\": \"{ Account Code }\",\n            \"type\": \"{ Type }\",\n            \"tax_type\": \"{ Tax Type }\"\n        }\n    ]\n}"}],"_postman_id":"bbeb0218-2e99-499d-bac7-0cd6302bc78e"}],"id":"5130a23e-55da-4f24-ad71-a16edb065abb","_postman_id":"5130a23e-55da-4f24-ad71-a16edb065abb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Xero Channel","item":[{"name":"Create","id":"54edf937-dc74-4a71-8ce3-acb024849289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>required:boolean - Sets Etsy Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string - Client ID</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string - Channel Secret</p>\n","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"<p>required:boolean Set true to auto add products to xero</p>\n","type":"text"},{"key":"xero_tenant_id","value":"{{xero_tenant_id}}","description":"<p>required:string Set xero organization tenant id</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"create_products","value":"{{create_products}}","description":"<p>required|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/xero","description":"<p>Creates a new Etsy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","xero"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"192fd902-d45c-4733-b79f-e783cc9670c2","name":"XeroChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"required:boolean - Sets Etsy Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string - Client ID","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string - Channel Secret","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"required:boolean Set true to auto add products to xero","type":"text"},{"key":"xero_tenant_id","value":"{{xero_tenant_id}}","description":"required:string Set xero organization tenant id","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/xero"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:53:16 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:53:16 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"xero\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"xero_tenant_id\": \"{ Xero Tenant Id }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"add_products\": \"{ Add Products }\",\n        \"auto_create_invoices\": \"{ Auto Create Invoices }\",\n        \"create_products\": \"{ Create Products }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"54edf937-dc74-4a71-8ce3-acb024849289"},{"name":"Update","id":"060dea4d-2381-46cb-8cc6-d22519fbe567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string - Client ID</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string - Channel Secret</p>\n","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"<p>required:boolean Set true to auto add products to xero</p>\n","type":"text"},{"key":"xero_tenant_id","value":"{{xero_tenant_id}}","description":"<p>required:string Set xero organization tenant id</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"create_products","value":"{{create_products}}","description":"<p>required|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates an Etsy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"57b80d19-9ef0-4999-8ea4-50dfdd24bfed","name":"XeroChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string - Client ID","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string - Channel Secret","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"required:boolean Set true to auto add products to xero","type":"text"},{"key":"xero_tenant_id","value":"{{xero_tenant_id}}","description":"required:string Set xero organization tenant id","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:55:19 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:55:19 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"xero\",\n        \"client_id\": \"{ Client Id }\",\n        \"client_secret\": \"{ Client Secret }\",\n        \"xero_tenant_id\": \"{ Xero Tenant Id }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"add_products\": \"{ Add Products }\",\n        \"auto_create_invoices\": \"{ Auto Create Invoices }\",\n        \"create_products\": \"{ Create Products }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"060dea4d-2381-46cb-8cc6-d22519fbe567"}],"id":"46bde82e-b0f3-49ed-b93c-8002e13c3e9f","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"98851e5f-3b5e-402e-95b8-c6da74f796f1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d5f1a93a-f1e8-47c3-aecb-6dae31cce1f3"}}],"_postman_id":"46bde82e-b0f3-49ed-b93c-8002e13c3e9f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"QuickBooks Online Channel","item":[{"name":"Create","id":"37dfd219-9a13-4721-99dc-d5e460353d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>required:boolean - Sets Etsy Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string - Client ID</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string - Channel Secret</p>\n","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"<p>required:boolean Set true to auto add products to xero</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"create_products","value":"{{create_products}}","description":"<p>required|boolean</p>\n","type":"text"},{"key":"product_type","value":"{{product_type}}","description":"<p>optional|string</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/quickbooksonline","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","quickbooksonline"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"1f863c22-a225-417f-bea5-263a42bd47e1","name":"QuickBooksOnline.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"required:boolean - Sets Etsy Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string - Client ID","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string - Channel Secret","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"required:boolean Set true to auto add products to xero","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/quickbooksonline"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 15 Apr 2022 18:17:40 GMT"},{"key":"Date","value":"Fri, 15 Apr 2022 18:17:40 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"184d6e0a-45d9-424e-acf6-9cc2857e6d7e\"]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_channel"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"d47a3e1b-d272-475b-8b42-4769952b9074"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"quickbooksonline\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"add_products\": \"{ Add Products }\",\n        \"create_products\": \"{ Create Products }\",\n        \"product_type\": \"{ Product Type }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"37dfd219-9a13-4721-99dc-d5e460353d88"},{"name":"Update","id":"912ffa50-ee3f-4c8c-8f82-8758c2304afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string - Client ID</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string - Channel Secret</p>\n","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"<p>required:boolean Set true to auto add products to xero</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"create_products","value":"{{create_products}}","description":"<p>required|boolean</p>\n","type":"text"},{"key":"product_type","value":"{{product_type}}","description":"<p>optional|string</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"70c72752-655c-4ae4-9360-60bda43bfc08","name":"QuickBooksOnline.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string - Client ID","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string - Channel Secret","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"required:boolean Set true to auto add products to xero","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 15 Apr 2022 18:19:58 GMT"},{"key":"Date","value":"Fri, 15 Apr 2022 18:19:58 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"quickbooksonline\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"add_products\": \"{ Add Products }\",\n        \"create_products\": \"{ Create Products }\",\n        \"product_type\": \"{ Product Type }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"912ffa50-ee3f-4c8c-8f82-8758c2304afb"}],"id":"1f9192f2-749a-4bdd-92a9-f231db2325bc","_postman_id":"1f9192f2-749a-4bdd-92a9-f231db2325bc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Sage Channel","item":[{"name":"Create","id":"37e07358-e9d4-4d5c-af72-9f488688b583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>required:boolean - Sets Etsy Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string - Client ID</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string - Channel Secret</p>\n","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"<p>required:boolean Set true to auto add products to xero</p>\n","type":"text"},{"key":"locale","value":"{{locale}}","description":"<p>required:string Set Sage locale</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"create_products","value":"{{create_products}}","description":"<p>required|boolean</p>\n","type":"text"},{"key":"shipping_tax_rate_type","value":"{{shipping_tax_rate_type}}","description":"<p>optional|string</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/sage","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","sage"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"af47e662-c154-4ce7-9531-0e257b863e4b","name":"SageChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"required:boolean - Sets Etsy Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string - Client ID","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string - Channel Secret","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"required:boolean Set true to auto add products to xero","type":"text"},{"key":"locale","value":"{{locale}}","description":"required:string Set Sage locale","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/sage"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 15 Apr 2022 18:17:40 GMT"},{"key":"Date","value":"Fri, 15 Apr 2022 18:17:40 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"184d6e0a-45d9-424e-acf6-9cc2857e6d7e\"]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_channel"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"d47a3e1b-d272-475b-8b42-4769952b9074"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"sage\",\n        \"locale\": \"{ Locale }\",\n        \"add_products\": \"{ Add Products }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"auto_create_invoices\": \"{ Auto Create Invoices }\",\n        \"create_products\": \"{ Create Products }\",\n        \"is_active\": \"{ Is Active }\",\n        \"shipping_tax_rate_type\": \"{ Shipping Tax Rate Type }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"37e07358-e9d4-4d5c-af72-9f488688b583"},{"name":"Update","id":"2b119656-aa73-4747-b3d0-f74863be7c45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string - Client ID</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string - Channel Secret</p>\n","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"<p>required:boolean Set true to auto add products to xero</p>\n","type":"text"},{"key":"locale","value":"{{locale}}","description":"<p>required:string Set Sage locale</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|default null Specify the page you want to redirect after the Oauth connection.</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"create_products","value":"{{create_products}}","description":"<p>required|boolean</p>\n","type":"text"},{"key":"shipping_tax_rate_type","value":"{{shipping_tax_rate_type}}","description":"<p>optional|string</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"11862e5a-f3a1-46b0-9dc4-d012fa801251","name":"QuickBooksOnline.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string - Client ID","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string - Channel Secret","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"required:boolean Set true to auto add products to xero","type":"text"},{"key":"locale","value":"{{locale}}","description":"required:string Set Sage locale","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 15 Apr 2022 18:19:58 GMT"},{"key":"Date","value":"Fri, 15 Apr 2022 18:19:58 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"sage\",\n        \"locale\": \"{ Locale }\",\n        \"add_products\": \"{ Add Products }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"auto_create_invoices\": \"{ Auto Create Invoices }\",\n        \"create_products\": \"{ Create Products }\",\n        \"is_active\": \"{ Is Active }\",\n        \"shipping_tax_rate_type\": \"{ Shipping Tax Rate Type }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"2b119656-aa73-4747-b3d0-f74863be7c45"}],"id":"af0435c1-2c13-4833-9ebe-25b03dd392a9","_postman_id":"af0435c1-2c13-4833-9ebe-25b03dd392a9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Channel Couriers","item":[{"name":"List","id":"e7fe2e60-dc7b-42c0-901d-e7ed8d86e648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{api_url}}/channels/couriers/list?channel_id={{channel_id}}","description":"<p>Lists all couriers in a channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","couriers","list"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required: uuid - Channel API Store Id</p>\n","type":"text/plain"},"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"fecef8b6-107a-4d07-a57e-fc4ca1465f1a","name":"ChannelCouriers.List","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"{{api_url}}/channels/couriers/list?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","couriers","list"],"query":[{"key":"channel_id","value":"{{channel_id}}","description":"required: uuid - Channel API Store Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 09:35:40 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 09:35:40 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel Courier UUID }\",\n            \"name\": \"{ Channel Courier Name }\",\n            \"custom_name\": \"{ Channel Courier Custom Name }\"\n        }\n    ]\n}"}],"_postman_id":"e7fe2e60-dc7b-42c0-901d-e7ed8d86e648"},{"name":"Create","id":"4df9258d-2e59-4a01-be9e-32c9d26b0a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"<p>required: uuid - Channel API Channel Id</p>\n","type":"text"},{"key":"courier_id","value":"{{courier_id}}","description":"<p>required: uuid - Channel API Channel Id</p>\n","type":"text"},{"key":"custom_name","value":"{{custom_name}}","description":"<p>optional: string - Courier Custom Name</p>\n<ul>\n<li>Set custom name if remote system needs different courier name</li>\n</ul>\n","type":"text"}]},"url":"{{api_url}}/channels/couriers/create","description":"<p>Create courier in a channel</p>\n<ul>\n<li>You can find a list of available couriers in Couriers section of this document</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","couriers","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ec72ba86-dfc9-488b-a547-cf97165106db","name":"ChannelCouriers.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"required: uuid - Channel API Channel Id","type":"text"},{"key":"courier_id","value":"{{courier_id}}","description":"required: uuid - Channel API Channel Id","type":"text"},{"key":"custom_name","value":"{{custom_name}}","description":"optional: string - Courier Custom Name\n\n* Set custom name if remote system needs different courier name","type":"text"}]},"url":"{{api_url}}/channels/couriers/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 09:34:13 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 09:34:13 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel Courier UUID }\",\n        \"name\": \"{ Channel Courier Name }\",\n        \"custom_name\": \"{ Channel Courier Custom Name }\"\n    }\n}"}],"_postman_id":"4df9258d-2e59-4a01-be9e-32c9d26b0a65"},{"name":"Update","id":"bfb8f1fa-7596-4c45-a830-82c240cd737b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_courier_id","value":"{{channel_courier_id}}","description":"<p>required: uuid - Channel API Channel Courier Id</p>\n","type":"text"},{"key":"custom_name","value":"{{custom_name}}","description":"<p>optional: string - Courier Custom Name</p>\n<ul>\n<li>Set custom name if remote system needs different courier name</li>\n</ul>\n","type":"text"}]},"url":"{{api_url}}/channels/couriers/update","description":"<p>Update channel courier</p>\n<ul>\n<li>Only the custom name can be updated. If you want to change other properties, you need to delete existing one and create another.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","couriers","update"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ff1f3638-b96c-4a2e-8e1d-913f190f189a","name":"ChannelCouriers.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"required: uuid - Channel API Channel Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"marketplace_id","value":"{{marketplace_id}}","description":"required: string - Amazon Marketplace Id","type":"text"},{"key":"seller_id","value":"{{seller_id}}","description":"required: string - Amazon Seller Id","type":"text"},{"key":"mws_auth_token","value":"{{mws_auth_token}}","description":"required: string - Amazon MWS Auth Token\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"access_key_id","value":"{{access_key_id}}","description":"required: string - Amazon Access Key Id\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"secret_access_key","value":"{{secret_access_key}}","description":"required: string - Amazon Secret Access Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"fulfillment_channels","value":"{{fulfillment_channels}}","description":"required:string - Comma separated Amazon Fulfillment Channels\n\nAvailable Fullfilment Channels: AFN,MFN","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"required:string - Comma separated Amazon Order Statuses\n\nAvailable Order Statuses: PendingAvailability,Pending,Unshipped,PartiallyShipped,Shipped,Canceled,Unfulfillable","type":"text"},{"key":"interval","value":"{{interval}}","description":"optinal:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"}]},"url":"{{api_url}}/channels/couriers/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 31 Mar 2020 14:52:58 GMT"},{"key":"Date","value":"Tue, 31 Mar 2020 14:52:58 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel Courier UUID }\",\n        \"name\": \"{ Channel Courier Name }\",\n        \"custom_name\": \"{ Channel Courier Custom Name }\"\n    }\n}"}],"_postman_id":"bfb8f1fa-7596-4c45-a830-82c240cd737b"},{"name":"Delete","id":"080708c9-a5a2-4384-9cf9-ed704d3cbe0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"{{api_url}}/channels/couriers/delete?channel_courier_id={{channel_courier_id}}","description":"<p>Delete channel courier</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","couriers","delete"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required: uuid - Channel API Store Id</p>\n","type":"text/plain"},"key":"channel_courier_id","value":"{{channel_courier_id}}"}],"variable":[]}},"response":[{"id":"222a2410-128e-4056-b8b5-cb2f8f23daad","name":"ChannelCouriers.Delete","originalRequest":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"{{api_url}}/channels/couriers/delete?channel_courier_id={{channel_courier_id}}","host":["{{api_url}}"],"path":["channels","couriers","delete"],"query":[{"key":"channel_courier_id","value":"{{channel_courier_id}}","description":"required: uuid - Channel API Store Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 09:37:57 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 09:37:57 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"080708c9-a5a2-4384-9cf9-ed704d3cbe0f"}],"id":"fc1c02c7-5d7f-4432-8506-6c98e52ab228","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"50c251da-7082-4e45-8a24-9991ea72b4c2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9d7cd8dd-c559-411a-a3c5-67e18fb50539"}}],"_postman_id":"fc1c02c7-5d7f-4432-8506-6c98e52ab228","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"ChannelProducts","item":[{"name":"List","id":"23fe7158-02f0-49dd-bde6-e652aca7bc5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{api_url}}/channels/products/list?channel_id={{channel_id}}&page=1","description":"<p>List Channel Products</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","products","list"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"7e2e1740-13c3-4065-8749-bd3761eda9d7","name":"ChannelProducts.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"{{api_url}}/channels/products/list?channel_id={{channel_id}}&page=1","host":["{{api_url}}"],"path":["channels","products","list"],"query":[{"key":"channel_id","value":"{{channel_id}}"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 31 Aug 2020 09:39:09 GMT"},{"key":"Date","value":"Mon, 31 Aug 2020 09:39:09 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel API Channel Product UUID }\",\n            \"type\": \"{ Product Type }\",\n            \"store_id\": \"{ Channel API Store UUID }\",\n            \"store_name\": \"{ Channel API Store Name }\",\n            \"channel_id\": \"{ Channel API Channel UUID }\",\n            \"channel_name\": \"{ Channel API Channel Name }\",\n            \"remote_id\": \"{ Product Remote Id }\",\n            \"remote_sku\": \"{ Product Remote SKU }\",\n            \"sku\": \"{ Product SKU }\",\n            \"matched_sku\": \"{ Mathced Product SKU }\",\n            \"title\": \"{ Product Title }\",\n            \"description\": \"{ Product Description }\",\n            \"image_url\": \"{ Product Image Url }\",\n            \"pending_quantity\": \"{ Channel Product Pending Quantity }\",\n            \"quantity\": \"{ Channel Product Quantity }\",\n            \"price\": \"{ Channel Product Price }\",\n            \"currency\": \"{ Channel Product Currency }\",\n            \"product_nominal_code\": \"{ Product Nominal Code }\",\n            \"dimensions\": {\n                \"weight\": \"{ Channel Product Weight }\",\n                \"weight_unit\": \"{ Channel Product Weight Unit }\",\n                \"length\": \"{ Channel Product Length }\",\n                \"length_unit\": \"{ Channel Product Length Unit }\",\n                \"width\": \"{ Channel Product Width }\",\n                \"width_unit\": \"{ Channel Product Width Unit }\",\n                \"height\": \"{ Channel Product Height }\",\n                \"height_unit\": \"{ Channel Product Height Unit }\"\n            },\n            \"export\": {\n                \"hs_code\": \"{ Channel Product HS Code }\",\n                \"country_of_origin\": \"{ Channel Product COO }\",\n                \"customs_description\": \"{ Channel Product Customs Description }\"\n            },\n            \"barcodes\": [\n                {\n                    \"id\": \"{ Channel Product Barcode ID}\",\n                    \"barcode\": \"{ Channel Product Barcode }\"\n                }\n            ],\n            \"meta_fields\": {\n                \"key1\": \"value1\",\n                \"key2\": \"value2\"\n            },\n            \"use_low_stock_buffer\": \"{ Channel Product Use Low Stock Buffer }\",\n            \"low_stock_buffer\": \"{ Channel Product Low Stock Buffer }\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"{ First Page Url }\",\n        \"last\": \"{ Last Page Url }\",\n        \"prev\": \"{ Previous Page Url }\",\n        \"next\": \"{ Next Page Url }\"\n    },\n    \"meta\": {\n        \"current_page\": \"{ Current Page }\",\n        \"from\": \"{ From Page }\",\n        \"last_page\": \"{ Last Page }\",\n        \"path\": \"{ Channel Product List URL Path }\",\n        \"per_page\": \"{ Per page }\",\n        \"to\": \"{ To }\",\n        \"total\": \"{ Total products count }\"\n    }\n}"}],"_postman_id":"23fe7158-02f0-49dd-bde6-e652aca7bc5f"},{"name":"Show","id":"5afeec74-6851-4ad9-ba21-a37e35bd33d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{api_url}}/channels/products/{{channel_product_uuid}}?channel_id={{channel_id}}","description":"<p>List Channel Products</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","products","{{channel_product_uuid}}"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"54df81e4-86da-4b53-bbd4-243b9812bcd0","name":"ChannelProducts.Show","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"{{api_url}}/channels/products/{{channel_product_uuid}}?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","products","{{channel_product_uuid}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 31 Aug 2020 09:39:09 GMT"},{"key":"Date","value":"Mon, 31 Aug 2020 09:39:09 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel API Channel Product UUID }\",\n            \"type\": \"{ Product Type }\",\n            \"store_id\": \"{ Channel API Store UUID }\",\n            \"store_name\": \"{ Channel API Store Name }\",\n            \"channel_id\": \"{ Channel API Channel UUID }\",\n            \"channel_name\": \"{ Channel API Channel Name }\",\n            \"remote_id\": \"{ Product Remote Id }\",\n            \"remote_sku\": \"{ Product Remote SKU }\",\n            \"sku\": \"{ Product SKU }\",\n            \"matched_sku\": \"{ Mathced Product SKU }\",\n            \"title\": \"{ Product Title }\",\n            \"description\": \"{ Product Description }\",\n            \"image_url\": \"{ Product Image Url }\",\n            \"pending_quantity\": \"{ Channel Product Pending Quantity }\",\n            \"quantity\": \"{ Channel Product Quantity }\",\n            \"price\": \"{ Channel Product Price }\",\n            \"currency\": \"{ Channel Product Currency }\",\n            \"product_nominal_code\": \"{ Product Nominal Code }\",\n            \"dimensions\": {\n                \"weight\": \"{ Channel Product Weight }\",\n                \"weight_unit\": \"{ Channel Product Weight Unit }\",\n                \"length\": \"{ Channel Product Length }\",\n                \"length_unit\": \"{ Channel Product Length Unit }\",\n                \"width\": \"{ Channel Product Width }\",\n                \"width_unit\": \"{ Channel Product Width Unit }\",\n                \"height\": \"{ Channel Product Height }\",\n                \"height_unit\": \"{ Channel Product Height Unit }\"\n            },\n            \"export\": {\n                \"hs_code\": \"{ Channel Product HS Code }\",\n                \"country_of_origin\": \"{ Channel Product COO }\",\n                \"customs_description\": \"{ Channel Product Customs Description }\"\n            },\n            \"barcodes\": [\n                {\n                    \"id\": \"{ Channel Product Barcode ID}\",\n                    \"barcode\": \"{ Channel Product Barcode }\"\n                }\n            ],\n            \"meta_fields\": {\n                \"key1\": \"value1\",\n                \"key2\": \"value2\"\n            },\n            \"use_low_stock_buffer\": \"{ Channel Product Use Low Stock Buffer }\",\n            \"low_stock_buffer\": \"{ Channel Product Low Stock Buffer }\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"{ First Page Url }\",\n        \"last\": \"{ Last Page Url }\",\n        \"prev\": \"{ Previous Page Url }\",\n        \"next\": \"{ Next Page Url }\"\n    },\n    \"meta\": {\n        \"current_page\": \"{ Current Page }\",\n        \"from\": \"{ From Page }\",\n        \"last_page\": \"{ Last Page }\",\n        \"path\": \"{ Channel Product List URL Path }\",\n        \"per_page\": \"{ Per page }\",\n        \"to\": \"{ To }\",\n        \"total\": \"{ Total products count }\"\n    }\n}"}],"_postman_id":"5afeec74-6851-4ad9-ba21-a37e35bd33d3"},{"name":"Create","id":"f2a648fe-f860-4a1a-b407-7f32f0b2a720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"channel_id\": \"{{channel_id}}\",\n    \"products\": [\n        {\n            \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n            \"sku\": \"SKU123456789\",\n            \"name\": \"Test Product\",\n            \"image_url\": \"https://example.com/image.jpg\",\n            \"hs_code\": \"1234.56.78\",\n            \"country_of_origin\": \"TR\",\n            \"customs_description\": \"Sample product for testing\",\n            \"price\": 99.99,\n            \"quantity\": 10,\n            \"weight\": 1.5,\n            \"weight_unit\": \"kg\",\n            \"height\": 10,\n            \"width\": 20,\n            \"length\": 30,\n            \"dimensions_unit\": \"cm\",\n            \"notes\": \"This is a test product.\",\n            \"barcodes\": [\n                \"0123456789012\",\n                \"9876543210987\"\n            ],\n            \"meta_fields\": {\n                \"color\": \"red\",\n                \"material\": \"plastic\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/channels/products","description":"<p>Update product</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","products"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2b126abb-1e0b-40d8-b863-dc74bdc9419c","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"channel_id\": \"27de9679-efbe-4ae3-848f-110af699b1f6\",\n    \"products\": [\n        {\n            \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n            \"sku\": \"SKU123456789\",\n            \"name\": \"Test Product\",\n            \"image_url\": \"https://example.com/image.jpg\",\n            \"hs_code\": \"1234.56.78\",\n            \"country_of_origin\": \"TR\",\n            \"customs_description\": \"Sample product for testing\",\n            \"price\": 99.99,\n            \"quantity\": 10,\n            \"weight\": 1.5,\n            \"weight_unit\": \"kg\",\n            \"height\": 10,\n            \"width\": 20,\n            \"length\": 30,\n            \"dimensions_unit\": \"cm\",\n            \"notes\": \"This is a test product.\",\n            \"barcodes\": [\n                \"0123456789012\",\n                \"9876543210987\"\n            ],\n            \"meta_fields\": {\n                \"color\": \"red\",\n                \"material\": \"plastic\"\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/channels/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Date","value":"Mon, 07 Apr 2025 13:04:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"4d730511-93f9-4ff4-a2db-167143c0d91a\"]"},{"key":"REQUEST-ID","value":"cd5d081e-67f9-4442-9233-82937c215d4b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"X-User-Email-Verification, X-Ratelimit-Limit, X-Ratelimit-Remaining, X-User-Device-Token-Id"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"53a77f55-aeca-4741-882d-66726b88fb72\",\n            \"type\": \"product\",\n            \"store_id\": \"8dd699e4-08c7-44d6-8719-823cb9b652d5\",\n            \"store_name\": \"{{ Store Name}}\",\n            \"channel_id\": \"27de9679-efbe-4ae3-848f-110af699b1f6\",\n            \"channel_name\": \"{{ Channel Name}}\",\n            \"remote_id\": \"123e4567-e89b-12d3-a456-426614174000\",\n            \"remote_sku\": \"SKU123456789\",\n            \"sku\": \"SKU123456789\",\n            \"matched_sku\": null,\n            \"title\": \"Test Product\",\n            \"description\": \"\",\n            \"image_url\": \"https://example.com/image.jpg\",\n            \"pending_quantity\": 10,\n            \"quantity\": 10,\n            \"price\": 99.99,\n            \"currency\": \"\",\n            \"product_nominal_code\": null,\n            \"dimensions\": {\n                \"weight\": 1.5,\n                \"weight_unit\": \"kg\",\n                \"length\": 30,\n                \"length_unit\": \"cm\",\n                \"width\": 20,\n                \"width_unit\": \"cm\",\n                \"height\": 10,\n                \"height_unit\": \"cm\"\n            },\n            \"export\": {\n                \"hs_code\": \"1234.56.78\",\n                \"country_of_origin\": \"TR\",\n                \"customs_description\": \"Sample product for testing\"\n            },\n            \"barcodes\": [\n                {\n                    \"id\": 3,\n                    \"barcode\": \"0123456789012\"\n                },\n                {\n                    \"id\": 4,\n                    \"barcode\": \"9876543210987\"\n                }\n            ],\n            \"meta_fields\": {\n                \"color\": \"red\",\n                \"material\": \"plastic\"\n            },\n            \"use_low_stock_buffer\": false,\n            \"low_stock_buffer\": null,\n            \"channel_product_url\": null\n        }\n    ]\n}"}],"_postman_id":"f2a648fe-f860-4a1a-b407-7f32f0b2a720"},{"name":"Update","id":"75a0cbce-57f6-4c15-86f3-293a0843420d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"<p>required: uuid - Channel API Channel ID</p>\n","type":"text"},{"key":"channel_product_id","value":"{{channel_product_id}}","description":"<p>required: uuid - Channel API Channel Product Id</p>\n","type":"text"},{"key":"quantity","value":"{{quantity}}","description":"<p>required: integer - Product Quantity</p>\n","type":"text"},{"key":"action","value":"{{action}}","description":"<p>optional:enum:increase|decrease- Determine how the quantity will be set.</p>\n<ul>\n<li>If action equals 'increase', it will add quantity value to current product quantity</li>\n<li>If action equals 'decrease', it will remove quantity value from current product quantity</li>\n<li>If action equals 'set_minus_pending', it will remove quantity value from the sum of the quantity value of the products in the order</li>\n<li>If action not set, it will set quantity value to current product quantity</li>\n</ul>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>required_if:use_low_stock_buffer,true|integer</p>\n","type":"text"}]},"url":"{{api_url}}/channels/products/update","description":"<p>Update product</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","products","update"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"23b663dd-46ba-4cca-a856-6474dc80cc34","name":"ChannelProducts.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"required: uuid - Channel API Channel ID","type":"text"},{"key":"channel_product_id","value":"{{channel_product_id}}","description":"required: uuid - Channel API Channel Product Id","type":"text"},{"key":"quantity","value":"{{quantity}}","description":"required: integer - Product Quantity","type":"text"},{"key":"action","value":"{{action}}","description":"optional:enum:increase|decrease- Determine how the quantity will be set.\n* If action equals 'increase', it will add quantity value to current product quantity\n* If action equals 'decrease', it will remove quantity value from current product quantity\n* If action equals 'set_minus_pending', it will remove quantity value from the sum of the quantity value of the products in the order\n* If action not set, it will set quantity value to current product quantity\n","type":"text"}]},"url":"{{api_url}}/channels/products/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"84642de9-1b8e-47d5-baf4-32514d0ab977\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Channel Product UUID }\",\n        \"type\": \"{ Product Type }\",\n        \"store_id\": \"{ Channel API Store UUID }\",\n        \"store_name\": \"{ Channel API Store Name }\",\n        \"channel_id\": \"{ Channel API Channel UUID }\",\n        \"channel_name\": \"{ Channel API Channel Name }\",\n        \"remote_id\": \"{ Product Remote Id }\",\n        \"remote_sku\": \"{ Product Remote SKU }\",\n        \"sku\": \"{ Product SKU }\",\n        \"matched_sku\": \"{ Mathced Product SKU }\",\n        \"title\": \"{ Product Title }\",\n        \"description\": \"{ Product Description }\",\n        \"image_url\": \"{ Product Image Url }\",\n        \"pending_quantity\": \"{ Channel Product Pending Quantity }\",\n        \"quantity\": \"{ Channel Product Quantity }\",\n        \"price\": \"{ Channel Product Price }\",\n        \"currency\": \"{ Channel Product Currency }\",\n        \"product_nominal_code\": \"{ Product Nominal Code }\",\n        \"dimensions\": {\n            \"weight\": \"{ Channel Product Weight }\",\n            \"weight_unit\": \"{ Channel Product Weight Unit }\",\n            \"length\": \"{ Channel Product Length }\",\n            \"length_unit\": \"{ Channel Product Length Unit }\",\n            \"width\": \"{ Channel Product Width }\",\n            \"width_unit\": \"{ Channel Product Width Unit }\",\n            \"height\": \"{ Channel Product Height }\",\n            \"height_unit\": \"{ Channel Product Height Unit }\"\n        },\n        \"export\": {\n            \"hs_code\": \"{ Channel Product HS Code }\",\n            \"country_of_origin\": \"{ Channel Product COO }\",\n            \"customs_description\": \"{ Channel Product Customs Description }\"\n        },\n        \"barcodes\": [\n            {\n                \"id\": \"{ Channel Product Barcode ID}\",\n                \"barcode\": \"{ Channel Product Barcode }\"\n            }\n        ],\n        \"meta_fields\": {\n            \"key1\": \"value1\",\n            \"key2\": \"value2\"\n        },\n        \"use_low_stock_buffer\": \"{ Channel Product Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Channel Product Low Stock Buffer }\"\n    }\n}"}],"_postman_id":"75a0cbce-57f6-4c15-86f3-293a0843420d"},{"name":"Bulk Update","id":"f4be96b8-90e7-4337-a124-34e4d8c7ab23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"channel_products\": [\n        {\n            \"channel_id\": \"{{channel_id}}\",\n            \"channel_product_id\": \"{{channel_product_id}}\",\n            \"quantity\": \"{{quantity}}\"\n        },\n        {\n            \"channel_id\": \"{{channel_id}}\",\n            \"channel_product_id\": \"{{channel_product_id}}\",\n            \"quantity\": 35,\n            \"action\": \"increase\"\n        },\n        {\n            \"channel_id\": \"{{channel_id}}\",\n            \"channel_product_id\": \"{{channel_product_id}}\",\n            \"quantity\": 35,\n            \"action\": \"decrease\",\n            \"use_low_stock_buffer\": {{use_low_stock_buffer}},\n            \"low_stock_buffer\": {{low_stock_buffer}}\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/channels/products/bulkUpdate","description":"<p>Update channel products as bulk</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","products","bulkUpdate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"8405565c-5d4a-4693-81e4-83b4e507ae61","name":"ChannelProducts.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"required: uuid - Channel API Channel ID","type":"text"},{"key":"channel_product_id","value":"{{channel_product_id}}","description":"required: uuid - Channel API Channel Product Id","type":"text"},{"key":"quantity","value":"765","description":"required: integer - Product Quantity","type":"text"},{"key":"action","value":"","description":"optional:enum:increase|decrease- Determine how the quantity will be set.\n\n* If action equals 'increase', it will add quantity value to current product quantity\n* If action equals 'decrease', it will remove quantity value from current product quantity\n* If action not set, it will set quantity value to current product quantity\n\n","type":"text"}]},"url":"{{api_url}}/channels/products/bulkUpdate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"84642de9-1b8e-47d5-baf4-32514d0ab977\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel API Channel Product UUID }\",\n            \"type\": \"{ Product Type }\",\n            \"store_id\": \"{ Channel API Store UUID }\",\n            \"store_name\": \"{ Channel API Store Name }\",\n            \"channel_id\": \"{ Channel API Channel UUID }\",\n            \"channel_name\": \"{ Channel API Channel Name }\",\n            \"remote_id\": \"{ Product Remote Id }\",\n            \"remote_sku\": \"{ Product Remote SKU }\",\n            \"sku\": \"{ Product SKU }\",\n            \"matched_sku\": \"{ Mathced Product SKU }\",\n            \"title\": \"{ Product Title }\",\n            \"description\": \"{ Product Description }\",\n            \"image_url\": \"{ Product Image Url }\",\n            \"pending_quantity\": \"{ Channel Product Pending Quantity }\",\n            \"quantity\": \"{ Channel Product Quantity }\",\n            \"price\": \"{ Channel Product Price }\",\n            \"currency\": \"{ Channel Product Currency }\",\n            \"product_nominal_code\": \"{ Product Nominal Code }\",\n            \"dimensions\": {\n                \"weight\": \"{ Channel Product Weight }\",\n                \"weight_unit\": \"{ Channel Product Weight Unit }\",\n                \"length\": \"{ Channel Product Length }\",\n                \"length_unit\": \"{ Channel Product Length Unit }\",\n                \"width\": \"{ Channel Product Width }\",\n                \"width_unit\": \"{ Channel Product Width Unit }\",\n                \"height\": \"{ Channel Product Height }\",\n                \"height_unit\": \"{ Channel Product Height Unit }\"\n            },\n            \"export\": {\n                \"hs_code\": \"{ Channel Product HS Code }\",\n                \"country_of_origin\": \"{ Channel Product COO }\",\n                \"customs_description\": \"{ Channel Product Customs Description }\"\n            },\n            \"barcodes\": [\n                {\n                    \"id\": \"{ Channel Product Barcode ID}\",\n                    \"barcode\": \"{ Channel Product Barcode }\"\n                }\n            ],\n            \"meta_fields\": {\n                \"key1\": \"value1\",\n                \"key2\": \"value2\"\n            },\n            \"use_low_stock_buffer\": \"{ Channel Product Use Low Stock Buffer }\",\n            \"low_stock_buffer\": \"{ Channel Product Low Stock Buffer }\"\n        }\n    ]\n}"}],"_postman_id":"f4be96b8-90e7-4337-a124-34e4d8c7ab23"},{"name":"Logs","id":"1f7b4f36-9026-47e0-9aa0-64eb9d3428da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"{{api_url}}/channels/products/logs?channel_id={{channel_id}}&channel_product_id={{channel_product_id}}","description":"<p>List product stock logs</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","products","logs"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"},{"key":"channel_product_id","value":"{{channel_product_id}}"}],"variable":[]}},"response":[{"id":"295128c5-fe6c-4ef6-9bd1-b49c5b941fe4","name":"ChannelProducts.Logs","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"{{api_url}}/channels/products/logs?channel_id={{channel_id}}&channel_product_id={{channel_product_id}}","host":["{{api_url}}"],"path":["channels","products","logs"],"query":[{"key":"channel_id","value":"{{channel_id}}"},{"key":"channel_product_id","value":"{{channel_product_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 31 Aug 2020 09:42:09 GMT"},{"key":"Date","value":"Mon, 31 Aug 2020 09:42:09 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"source\": \"{ Channel Api Activity Source }\",\n            \"source_name\": \"{ Channel Api Activity Created By }\",\n            \"via\": \"{ Channel Api Activity Created Via }\",\n            \"event\": \"{ Channel Api Activity Event }\",\n            \"old\": \"{ Channel Api Activity Old Value }\",\n            \"new\": \"{ Channel Api Activity New Value }\",\n            \"has_log\": \"{ Channel Api Activity Has Log }\",\n            \"log_type\": \"{ Channel Api Activity Log Type }\",\n            \"log\": {\n                \"id\": \"{ Channel Api Activity Lod Id }\"\n            },\n            \"date\": \"{ Channel Api Activity Date }\"\n        }\n    ]\n}"}],"_postman_id":"1f7b4f36-9026-47e0-9aa0-64eb9d3428da"},{"name":"Synced","id":"af578986-7c89-4e5d-a22c-913edb0fbb75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n\t\"channel_products\": [\n\t\t{\n\t\t\t\"channel_id\": \"{ Channel API Channel UUID\",\n\t\t\t\"channel_product_id\": \"{ Channel API Channel Product UUID}\"\n\t\t}\t\t\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/channels/products/synced","description":"<p>Updates the orders as synced</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","products","synced"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"780ff0c3-6c1f-4eb5-be73-66ef515e48b4","name":"Synced","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n\t\"order_ids\": [\"8b8cae25-dc84-4fad-982a-46dd8d870dbc\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/channels/products/synced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Thu, 16 Apr 2020 07:31:45 GMT"},{"key":"Date","value":"Thu, 16 Apr 2020 07:31:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"af578986-7c89-4e5d-a22c-913edb0fbb75"}],"id":"cbaf7bfb-7fd3-452e-8c06-68509652eb29","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e6f48d5b-b432-4a01-bac4-90a450d8d835"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4ddb592a-424c-48d3-a8e8-6a9be826e1de"}}],"_postman_id":"cbaf7bfb-7fd3-452e-8c06-68509652eb29","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Orders","item":[{"name":"List","id":"eac5c939-d265-40e1-a1d4-6d31e7a9d916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{api_url}}/orders/list?store_id={{store_id}}","description":"<p>List orders</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","list"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required: uuid - Channel API Store Id</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"},{"disabled":true,"description":{"content":"<p>optional: uuid - Channel API Channel Id</p>\n","type":"text/plain"},"key":"channel_id","value":"{{channel_id}}"},{"disabled":true,"description":{"content":"<p>optional: sting - Comma Separated Channel Id List</p>\n","type":"text/plain"},"key":"channel_ids","value":"{{channel_ids}}"},{"disabled":true,"description":{"content":"<p>optional: String - Order Status.\nAvaiable values;</p>\n<ul>\n<li>Unpaid</li>\n<li>Unshipped</li>\n<li>PartiallyShipped</li>\n<li>Shipped</li>\n<li>Cancelled</li>\n<li>Refunded</li>\n<li>Unfulfillable</li>\n</ul>\n","type":"text/plain"},"key":"status","value":"{{status}}"},{"disabled":true,"description":{"content":"<p>optional: String - Order Sync Status.\nAvaiable values;</p>\n<ul>\n<li>0 for pending orders</li>\n<li>1 for updated orders</li>\n</ul>\n","type":"text/plain"},"key":"sync_status","value":"{{sync_status}}"},{"disabled":true,"description":{"content":"<p>Optional: Date/Datetime - Order date</p>\n","type":"text/plain"},"key":"date_from","value":"{{date_from}}"},{"disabled":true,"description":{"content":"<p>Optional: Date/Datetime - Order date</p>\n","type":"text/plain"},"key":"date_to","value":"{{date_to}}"},{"disabled":true,"description":{"content":"<p>Optional: string Default: asc\nAccepted values: </p>\n<ul>\n<li>asc  =&gt; oldest first</li>\n<li>desc =&gt; newest</li>\n</ul>\n","type":"text/plain"},"key":"sort","value":"{{sort}}"},{"disabled":true,"description":{"content":"<p>Optional:array</p>\n","type":"text/plain"},"key":"order_ids[]","value":"{{order_id}}"},{"disabled":true,"description":{"content":"<p>optional: string - Comma Separated Sync Status List\nAvaiable values;</p>\n<ul>\n<li>0 for pending orders</li>\n<li>1 for updated orders</li>\n</ul>\n","type":"text/plain"},"key":"sync_statuses","value":"{{sync_statuses}}"},{"disabled":true,"description":{"content":"<p>optional: number - default: 250</p>\n","type":"text/plain"},"key":"per_page","value":"{{per_page}}"}],"variable":[]}},"response":[{"id":"414b3641-7586-497e-9112-bcdd1453f162","name":"Orders.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"{{api_url}}/orders/list?store_id={{store_id}}","host":["{{api_url}}"],"path":["orders","list"],"query":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id"},{"key":"channel_id","value":"{{channel_id}}","description":"optional: uuid - Channel API Channel Id","disabled":true},{"key":"channel_ids","value":"{{channel_ids}}","description":"optional: sting - Comma Separated Channel Id List","disabled":true},{"key":"status","value":"{{status}}","description":"optional: String - Order Status.\nAvaiable values;\n* Unpaid\n* Unshipped\n* PartiallyShipped\n* Shipped\n* Cancelled\n* Refunded\n* Unfulfillable","disabled":true},{"key":"sync_status","value":"{{sync_status}}","description":"optional: String - Order Sync Status.\nAvaiable values;\n* 0 for pending orders\n* 1 for updated orders","disabled":true},{"key":"date_from","value":"{{date_from}}","description":"Optional: Date/Datetime - Order date","disabled":true},{"key":"date_to","value":"{{date_to}}","description":"Optional: Date/Datetime - Order date","disabled":true},{"key":"sort","value":"{{sort}}","description":"Optional: string Default: asc\nAccepted values: \n   *  asc  => oldest first\n   *  desc => newest\n","disabled":true},{"key":"order_ids[]","value":"{{order_id}}","description":"Optional:array","disabled":true},{"key":"sync_statuses","value":"{{sync_statuses}}","description":"optional: sting - Comma Separated Sync Status List\nAvaiable values;\n* 0 for pending orders\n* 1 for updated orders","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Thu, 16 Apr 2020 08:35:45 GMT"},{"key":"Date","value":"Thu, 16 Apr 2020 08:35:44 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"order_id\": \"{ Channel Api Order UUID }\",\n            \"channel_id\": \"{ Channel Api Channel UUID }\",\n            \"channel_alt_id\": \"{ Channel Api Channel Alt ID }\",\n            \"store_id\": \"{ Channel Api Store ID }\",\n            \"channel_name\": \"{ Channel Api Channel Name }\",\n            \"channel_type\": \"{ Channel Api Channel Type }\",\n            \"remote_id\": \"{ Order Remote Id}\",\n            \"remote_status\": \"{ Order Remote Status }\",\n            \"status\": \"{ Order Status }\",\n            \"customer\": {\n                \"customer_uuid\": \"{ Customer UUID }\",\n                \"company_id\": \"{company UUID}\",\n                \"name\": \"{ Customer Name }\",\n                \"email\": \"{ Customer E-Mail }\",\n                \"created_at\": \"{ Customer Created Date }\",\n                \"updated_at\": \"{ Customer Updated Date }\"\n            },\n            \"shipping_method\": \"{ Shipping Method }\",\n            \"shipping_address\": {\n                \"id\": \"{ Channel Api Address UUID }\",\n                \"name\": \"{ Name }\",\n                \"company_name\": \"{company_name}\",\n                \"address_line_one\": \"{ Address Line One }\",\n                \"address_line_two\": \"{ Address Line Two }\",\n                \"address_line_three\": \"{ Address Line Three }\",\n                \"county\": \"{ County }\",\n                \"city\": \"{ City }\",\n                \"country_iso_code\": \"{ Country ISO Code }\",\n                \"zip\": \"{ ZIP }\",\n                \"phone\": \"{ Phone }\"\n            },\n            \"invoice_address\": {\n                \"id\": \"{ Channel Api Address UUID }\",\n                \"name\": \"{ Name }\",\n                \"company_name\": \"{company_name}\",\n                \"address_line_one\": \"{ Address Line One }\",\n                \"address_line_two\": \"{ Address Line Two }\",\n                \"address_line_three\": \"{ Address Line Three }\",\n                \"county\": \"{ County }\",\n                \"city\": \"{ City }\",\n                \"country_iso_code\": \"{ Country ISO Code }\",\n                \"zip\": \"{ ZIP }\",\n                \"phone\": \"{ Phone }\"\n            },\n            \"fulfillment\": {\n                \"id\": \"{fulfillment uuid}\",\n                \"order_id\": \"{ Order UUID }\",\n                \"order_remote_id\": \"{ order_remote_id }\",\n                \"courier\": {\n                    \"id\": \"{ Channel Courier UUID }\",\n                    \"name\": \"{ Courier Name }\",\n                    \"custom_name\": \"{custom_name}\"\n                },\n                \"shipping_method\": \"{shipping_method}\",\n                \"shipping_tracking_code\": \"{shipping_tracking_code}\",\n                \"tracking_url\": \"{tracking_url}\",\n                \"fulfillment_date\": \"{fulfillment_date}\",\n                \"sync_status\": \"{sync_status}\",\n                \"items\": [\n                    {\n                        \"remote_id\": \"{ Remote Id }\",\n                        \"sku\": \"{ Item Sku }\",\n                        \"quantity\": \"{ Quantity }\"\n                    }\n                ],\n                \"order_items\": [\n                    {\n                        \"sku\": \"{ Product SKU }\",\n                        \"quantity\": \"{ Product Quantity }\"\n                    }\n                ]\n            },\n            \"return\": {\n                \"id\": \"{return uuid}\",\n                \"return_date\": \"{return_date}\",\n                \"sync_status\": \"{sync_status}\",\n                \"items\": [\n                    {\n                        \"remote_id\": \"{remote_id}\",\n                        \"sku\": \"{sku}\",\n                        \"quantity\": 1,\n                        \"reason\": \"{reason}\"\n                    }\n                ]\n            },\n            \"fulfillmentTrackingEvents\": [\n                {\n                    \"id\":\"{order_fulfillment_tracking_event_uuid}\",\n                    \"event_date\": \"{event_date}\",\n                    \"timezone\": \"{timezone}\",\n                    \"sync_status\": \"{sync_status}\",\n                    \"synced_at\": \"{synced_at}\",\n                    \"status\": \"{status}\"\n                }\n            ],\n            \"send_via_webhook\": false,\n            \"payment_method\": \"{ Payment Method}\",\n            \"payment_details\": {\n                \"vat_id\": \"{vat_id}\",\n                \"vat_type\": \"{vat_type}\",\n                \"tax_total\": \"{ Tax Total }\",\n                \"shipping_total\": \"{ Shipping Total }\",\n                \"discount_total\": \"{ Discount Total }\",\n                \"discount_total_exc_tax\": \"{ Discount Total Exc Tax }\",\n                \"order_subtotal\": \"{ Order Subtotal }\",\n                \"order_subtotal_exc_tax\": \"{ Order Subtotal Exc Tax }\",\n                \"order_total\": \"{ Order Total}\",\n                \"payment_method\": \"{ Payment Method }\",\n                \"payment_ref\": \"{ Payment REF }\",\n                \"payment_currency\": \"{ Payment Currency}\",\n                \"coupon_code\": \"{ Coupon Code }\",\n                \"coupon_total\": \"{ Coupon Total }\",\n                \"coupon_total_exc_tax\": \"{ Coupon Total Exc Tax }\"\n            },\n            \"system_notes\": \"{ System Notes }\",\n            \"delivery_notes\": \"{ Delivery Notes }\",\n            \"customer_comments\": \"{ Customer Comments }\",\n            \"gift_note\": \"{ Gift Notes }\",\n            \"order_lines\": [\n                {\n                    \"id\": \"{ Channel Api Order Item UUID }\",\n                    \"remote_id\": \"{ Order Item Remote Id }\",\n                    \"channel_product_id\": \"{ Channel Product UUID }\",\n                    \"master_product_id\": \"{ Channel Api Master Product UUID }\",\n                    \"sku\": \"{ Order Item Sku }\",\n                    \"quantity\": \"{ Quantity }\",\n                    \"name\": \"{ Order Item Name}\",\n                    \"unit_price\": \"{ Unit Price }\",\n                    \"unit_discount\": \"{ Unit Discount }\",\n                    \"unit_tax_rate\": \"{ Unit Tax Rate }\",\n                    \"unit_tax_value\": \"{ Unit Tax Value }\",\n                    \"options\": null,\n                    \"file_url\": null,\n                    \"notes\": null,\n                    \"matched_sku\": \"\",\n                    \"unit_price_exc_tax\": \"{ Unit price exc tax }\",\n                    \"total_discount\": \"{ Total discount }\",\n                    \"total_price\": \"{ Total price }\",\n                    \"image_url\": \"\",\n                    \"refunded_quantity\":\"{refunded_quantity}\",\n                    \"is_tax_included\": \"{is_tax_included}\",\n                    \"kit\":[\n                        {\n                            \"quantity\":\"{ Quantity }\",\n                            \"sku\":\"{sku}\",\n                            \"name\": \"{ Name }\"\n                        }\n                    ]\n                }\n            ],\n            \"channel_specific\": \"{ Additional array order data }\",\n            \"order_date\": \"{ Remote Order Date }\",\n            \"order_import_date\": \"{ Remote Import Date }\",\n            \"md5_hash\": \"{ MD5 Hash }\",\n            \"total_order_item_quantity\": \"{ Total Order Item Quantity }\",\n            \"total_order_item_quantity_inc_kits\": \"{ Total Order Item Quantity Inc Kits }\",\n            \"order_access_url\": \"{ Order Access URL }\",\n            \"primary_reference_id\": \"{primary_reference_id}\",\n            \"ioss_number\": \"{ioss_number}\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"{API First Page URL}\",\n        \"last\": \"{ API Last Page URL }\",\n        \"prev\": \"{ API Previous Page URL }\",\n        \"next\": \"{ API Next Page URL }\"\n    },\n    \"meta\": {\n        \"current_page\": \"{ Current page number }\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"{ API Path URL }\",\n        \"per_page\": 250,\n        \"to\": \"{ API Current TO number }\",\n        \"total\": \"{ API total rows count }\"\n    }\n}"}],"_postman_id":"eac5c939-d265-40e1-a1d4-6d31e7a9d916"},{"name":"Synced","id":"ef81d230-b4ea-4148-8fae-7532923ade64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n\t\"order_ids\": [\"{Channel API Order UUID}\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/synced","description":"<p>Updates the orders as synced</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","synced"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"9f35d4b2-be65-4b90-9b1a-f486e595afb5","name":"Synced","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n\t\"order_ids\": [\"8b8cae25-dc84-4fad-982a-46dd8d870dbc\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/synced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Thu, 16 Apr 2020 07:31:45 GMT"},{"key":"Date","value":"Thu, 16 Apr 2020 07:31:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"ef81d230-b4ea-4148-8fae-7532923ade64"},{"name":"Not Synced","id":"a045d4d3-450b-4850-8e1c-f5a4c4944392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n\t\"order_ids\": [\"{Channel API Order UUID}\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/notSynced","description":"<p>Updates the orders as synced</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","notSynced"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ed6d4264-9069-418f-a986-1e842173601f","name":"Synced","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n\t\"order_ids\": [\"8b8cae25-dc84-4fad-982a-46dd8d870dbc\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/notSynced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Thu, 16 Apr 2020 07:31:45 GMT"},{"key":"Date","value":"Thu, 16 Apr 2020 07:31:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"a045d4d3-450b-4850-8e1c-f5a4c4944392"},{"name":"Create","id":"c07da1ef-444d-466d-8f52-2c8ff7bb666c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"store_id\": \"7f34a9f7-4323-4cb3-82a8-1db589bd5fe2\",\n  \"channel_id\": \"301f794a-e020-4d4d-94d9-9201c7ffb2ec\",\n  //\"channel_provider\": \"CHANNEL_MANUAL\",\n  //\"sync_status\": 0, \n  \"status\": \"Unshipped\", \n  \"remote_id\": \"4c45b152-efdd-42de-be34-aa4ac1ff37b3\",\n  \"order_reference\": \"Order #123\",\n  \"customer_comments\": \"Please deliver before 5 PM.\",\n  \"gift_note\": \"Happy birthday!\",\n  \"order_date\": \"2024-07-25 00:00:00\",\n  \"shipping_method\": \"Express\",\n  \"system_notes\": \"System notes here.\",\n  \"delivery_notes\": \"Delivery notes here.\",\n  \"order_access_url\":\"http://example.com/order/123\",\n  \"channel_specific\": {\n    \"specific_field\": \"specific_value\"\n  },\n  \"channel_alt_id\": \"alt_id_123\",\n  \"payment_details\": {\n    \"tax_total\": 10.5,\n    \"shipping_total\": 15.99,\n    \"shipping_total_exc_tax\": 13.99,\n    \"discount_total\": 5.00,\n    \"discount_total_exc_tax\": 4.00,\n    \"order_subtotal\": 100.00,\n    \"order_subtotal_exc_tax\": 90.00,\n    \"order_total\": 120.00,\n    \"order_total_exc_tax\": 110.00,\n    \"payment_method\": \"Credit Card\",\n    \"payment_ref\": \"payment_ref_123\",\n    \"payment_currency\": \"USD\",\n    \"coupon_code\": \"COUPON123\",\n    \"coupon_total\": 10.00,\n    \"coupon_total_exc_tax\": 9.00\n  },\n  \"order_lines\": [\n    {\n      \"remote_id\": \"product_123\",\n      \"product_remote_id\": \"product_remote_123\",\n      \"sku\": \"SKU123\",\n      \"quantity\": 2,\n      \"name\": \"Product Name\",\n      \"unit_price\": 50.00,\n      \"unit_discount\": 0.00,\n      \"unit_tax_rate\": 10.00,\n      \"unit_tax_value\": 5.00,\n      \"options\": {},\n      \"file_url\":\"http://example.com/file.pdf\",\n      \"notes\": \"Order line notes\",\n      \"image_url\":\"http://example.com/image.jpg\",\n      \"hs_code\": \"HS123\",\n      \"country_of_origin\": \"US\",\n      \"customs_description\": \"Customs description\"\n    }\n  ],\n  \"shipping_address\": {\n    \"name\": \"John Doe\",\n    \"last_name\": \"Doe\",\n    \"phone\": \"1234567890\",\n    \"address_line_one\": \"123 Main St\",\n    \"address_line_two\": \"Apt 101\",\n    \"city\": \"New York\",\n    \"country_iso_code\": \"US\",\n    \"zip\": \"10001\",\n    \"country\": \"United States\",\n    \"county\": \"County\",\n    \"company_name\": \"ABC Inc\"\n  },\n  \"invoice_address\": {\n    \"name\": \"John Doe\",\n    \"last_name\": \"Doe\",\n    \"phone\": \"1234567890\",\n    \"address_line_one\": \"123 Main St\",\n    \"address_line_two\": \"Apt 101\",\n    \"city\": \"New York\",\n    \"country_iso_code\": \"US\",\n    \"zip\": \"10001\",\n    \"country\": \"United States\",\n    \"county\": \"County\",\n    \"company_name\": \"ABC Inc\"\n  },\n  \"customer\": {\n    \"name\": \"John Doe\",\n    \"email\": \"john.doe@example.com\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"7cf5ee3c-e2ee-4c90-b006-1f9049ea269d","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channel_id\": \"CHANNEL_UUID\",\n    \"store_id\": \"30a7cf85-f611-482b-b4c3-750d9390479a\",\n    \"sync_status\": 0,\n    \"order_status\": \"Unpaid\",\n    \"order_number\": \"order unique number\",\n    \"order_reference\": \"reference\",\n    \"payment_method\": \"\",\n    \"payment_ref\": \"payment reference\",\n    \"payment_currency\": \"GBP\",\n    \"discount_total\": 0,\n    \"shipping_total\": 5,\n    \"tax_total\": 0,\n    \"subtotal\": 90,\n    \"total\": 90,\n    \"order_date\": \"2023-09-18 00:50\",\n    \"customer_comments\": \"\",\n    \"gift_note\": \"\",\n    \"shipping_method\": \"Fast\",\n    \"system_note\": \"\",\n    \"delivery_note\": \"\",\n    \"items\": [\n        {\n            \"sku\": \"sku\",\n            \"remote_id\": \"unique order item id\",\n            \"product_remote_id\": \"1234\",\n            \"title\": \"Test order item 1\",\n            \"quantity\": 2,\n            \"discount_total\": 23,\n            \"tax_rate\": 0,\n            \"tax_total\": 0,\n            \"total_price\": 90\n        }\n    ],\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"email\": \"john.doe@gmail.com\"\n    },\n    \"shipping_address\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123456789\",\n        \"address_line1\": \"123 Main Street\",\n        \"address_line2\": \"Apt 1\",\n        \"city\": \"London\",\n        \"iso_code\": \"GB\",\n        \"zip\": \"12345\",\n        \"country\": \"United Kingdom\",\n        \"county\": \"London\",\n        \"company\": \"\"\n    },\n    \"invoice_address\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123456789\",\n        \"address_line1\": \"123 Main Street\",\n        \"address_line2\": \"Apt 1\",\n        \"city\": \"London\",\n        \"iso_code\": \"GB\",\n        \"zip\": \"12345\",\n        \"country\": \"United Kingdom\",\n        \"county\": \"London\",\n        \"company\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://production.channelapi.co.uk/api/v1/orders"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"order_id\": \"{ Channel Api Order UUID }\",\n        \"channel_id\": \"{ Channel Api Channel UUID }\",\n        \"channel_alt_id\": \"{ Channel Api Channel Alt ID }\",\n        \"store_id\": \"{ Channel Api Store ID }\",\n        \"channel_name\": \"{ Channel Api Channel Name }\",\n        \"channel_type\": \"{ Channel Api Channel Type }\",\n        \"remote_id\": \"{ Order Remote Id}\",\n        \"remote_status\": \"{ Order Remote Status }\",\n        \"status\": \"{ Order Status }\",\n        \"customer\": {\n            \"customer_uuid\": \"{ Customer UUID }\",\n            \"company_id\": \"{company UUID}\",\n            \"name\": \"{ Customer Name }\",\n            \"email\": \"{ Customer E-Mail }\",\n            \"created_at\": \"{ Customer Created Date }\",\n            \"updated_at\": \"{ Customer Updated Date }\"\n        },\n        \"shipping_method\": \"{ Shipping Method }\",\n        \"shipping_address\": {\n            \"id\": \"{ Channel Api Address UUID }\",\n            \"name\": \"{ Name }\",\n            \"company_name\": \"{company_name}\",\n            \"address_line_one\": \"{ Address Line One }\",\n            \"address_line_two\": \"{ Address Line Two }\",\n            \"address_line_three\": \"{ Address Line Three }\",\n            \"county\": \"{ County }\",\n            \"city\": \"{ City }\",\n            \"country_iso_code\": \"{ Country ISO Code }\",\n            \"zip\": \"{ ZIP }\",\n            \"phone\": \"{ Phone }\"\n        },\n        \"invoice_address\": {\n            \"id\": \"{ Channel Api Address UUID }\",\n            \"name\": \"{ Name }\",\n            \"company_name\": \"{company_name}\",\n            \"address_line_one\": \"{ Address Line One }\",\n            \"address_line_two\": \"{ Address Line Two }\",\n            \"address_line_three\": \"{ Address Line Three }\",\n            \"county\": \"{ County }\",\n            \"city\": \"{ City }\",\n            \"country_iso_code\": \"{ Country ISO Code }\",\n            \"zip\": \"{ ZIP }\",\n            \"phone\": \"{ Phone }\"\n        },\n        \"fulfillment\": {\n            \"id\": \"{fulfillment uuid}\",\n            \"order_id\": \"{ Order UUID }\",\n            \"order_remote_id\": \"{ order_remote_id }\",\n            \"courier\": {\n                \"id\": \"{ Channel Courier UUID }\",\n                \"name\": \"{ Courier Name }\",\n                \"custom_name\": \"{custom_name}\"\n            },\n            \"shipping_method\": \"{shipping_method}\",\n            \"shipping_tracking_code\": \"{shipping_tracking_code}\",\n            \"tracking_url\": \"{tracking_url}\",\n            \"fulfillment_date\": \"{fulfillment_date}\",\n            \"sync_status\": \"{sync_status}\",\n            \"items\": [\n                {\n                    \"remote_id\": \"{ Remote Id }\",\n                    \"sku\": \"{ Item Sku }\",\n                    \"quantity\": \"{ Quantity }\"\n                }\n            ],\n            \"order_items\": [\n                {\n                    \"sku\": \"{ Product SKU }\",\n                    \"quantity\": \"{ Product Quantity }\"\n                }\n            ]\n        },\n        \"return\": {\n            \"id\": \"{return uuid}\",\n            \"return_date\": \"{return_date}\",\n            \"sync_status\": \"{sync_status}\",\n            \"items\": [\n                {\n                    \"remote_id\": \"{remote_id}\",\n                    \"sku\": \"{sku}\",\n                    \"quantity\": 1,\n                    \"reason\": \"{reason}\"\n                }\n            ]\n        },\n        \"fulfillmentTrackingEvents\": [\n            {\n                \"id\":\"{order_fulfillment_tracking_event_uuid}\",\n                \"event_date\": \"{event_date}\",\n                \"timezone\": \"{timezone}\",\n                \"sync_status\": \"{sync_status}\",\n                \"synced_at\": \"{synced_at}\",\n                \"status\": \"{status}\"\n            }\n        ],\n        \"send_via_webhook\": false,\n        \"payment_method\": \"{ Payment Method}\",\n        \"payment_details\": {\n            \"vat_id\": \"{vat_id}\",\n            \"vat_type\": \"{vat_type}\",\n            \"tax_total\": \"{ Tax Total }\",\n            \"shipping_total\": \"{ Shipping Total }\",\n            \"discount_total\": \"{ Discount Total }\",\n            \"discount_total_exc_tax\": \"{ Discount Total Exc Tax }\",\n            \"order_subtotal\": \"{ Order Subtotal }\",\n            \"order_subtotal_exc_tax\": \"{ Order Subtotal Exc Tax }\",\n            \"order_total\": \"{ Order Total}\",\n            \"payment_method\": \"{ Payment Method }\",\n            \"payment_ref\": \"{ Payment REF }\",\n            \"payment_currency\": \"{ Payment Currency}\",\n            \"coupon_code\": \"{ Coupon Code }\",\n            \"coupon_total\": \"{ Coupon Total }\",\n            \"coupon_total_exc_tax\": \"{ Coupon Total Exc Tax }\"\n        },\n        \"system_notes\": \"{ System Notes }\",\n        \"delivery_notes\": \"{ Delivery Notes }\",\n        \"customer_comments\": \"{ Customer Comments }\",\n        \"gift_note\": \"{ Gift Notes }\",\n        \"order_lines\": [\n            {\n                \"id\": \"{ Channel Api Order Item UUID }\",\n                \"remote_id\": \"{ Order Item Remote Id }\",\n                \"channel_product_id\": \"{ Channel Product UUID }\",\n                \"master_product_id\": \"{ Channel Api Master Product UUID }\",\n                \"sku\": \"{ Order Item Sku }\",\n                \"quantity\": \"{ Quantity }\",\n                \"name\": \"{ Order Item Name}\",\n                \"unit_price\": \"{ Unit Price }\",\n                \"unit_discount\": \"{ Unit Discount }\",\n                \"unit_tax_rate\": \"{ Unit Tax Rate }\",\n                \"unit_tax_value\": \"{ Unit Tax Value }\",\n                \"options\": null,\n                \"file_url\": null,\n                \"notes\": null,\n                \"matched_sku\": \"\",\n                \"unit_price_exc_tax\": \"{ Unit price exc tax }\",\n                \"total_discount\": \"{ Total discount }\",\n                \"total_price\": \"{ Total price }\",\n                \"image_url\": \"\",\n                \"refunded_quantity\":\"{refunded_quantity}\",\n                \"is_tax_included\": \"{is_tax_included}\",\n                \"kit\":[\n                    {\n                        \"quantity\":\"{ Quantity }\",\n                        \"sku\":\"{sku}\",\n                        \"name\": \"{ Name }\"\n                    }\n                ]\n            }\n        ],\n        \"channel_specific\": \"{ Additional array order data }\",\n        \"order_date\": \"{ Remote Order Date }\",\n        \"order_import_date\": \"{ Remote Import Date }\",\n        \"md5_hash\": \"{ MD5 Hash }\",\n        \"total_order_item_quantity\": \"{ Total Order Item Quantity }\",\n        \"total_order_item_quantity_inc_kits\": \"{ Total Order Item Quantity Inc Kits }\",\n        \"order_access_url\": \"{ Order Access URL }\",\n        \"primary_reference_id\": \"{primary_reference_id}\",\n        \"ioss_number\": \"{ioss_number}\"\n    }\n}"}],"_postman_id":"c07da1ef-444d-466d-8f52-2c8ff7bb666c"},{"name":"Update","id":"7b4230f2-b82b-4691-ba96-8fa8489116f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"store_id\": \"7f34a9f7-4323-4cb3-82a8-1db589bd5fe2\",\n  \"channel_id\": \"301f794a-e020-4d4d-94d9-9201c7ffb2ec\",\n  \"channel_provider\": \"CHANNEL_MANUAL\",\n  \"sync_status\": 0, // options: 0-Pending,1-Updated,2-Synced,3-OnHold,4-InProgress,6-Exluded,7-Failed,14-Canceled\n  \"status\": \"Unpaid\", // options: Unpaid,Unshipped,PartiallyShipped,Shipped,Cancelled,Refunded,Unfulfillable,Returned\n  \"remote_id\": \"{{unique_order_id}}\",\n  \"order_reference\": \"Order #123\",\n  \"customer_comments\": \"Please deliver before 5 PM.\",\n  \"gift_note\": \"Happy birthday!\",\n  \"order_date\": \"2024-02-22 00:00:00\",\n  \"shipping_method\": \"Express\",\n  \"system_notes\": \"System notes here.\",\n  \"delivery_notes\": \"Delivery notes here.\",\n  \"order_access_url\":\"http://example.com/order/123\",\n  \"channel_specific\": {\n    \"specific_field\": \"specific_value\"\n  },\n  \"channel_alt_id\": \"alt_id_123\",\n  \"payment_details\": {\n    \"tax_total\": 10.5,\n    \"shipping_total\": 15.99,\n    \"shipping_total_exc_tax\": 13.99,\n    \"discount_total\": 5.00,\n    \"discount_total_exc_tax\": 4.00,\n    \"order_subtotal\": 100.00,\n    \"order_subtotal_exc_tax\": 90.00,\n    \"order_total\": 120.00,\n    \"order_total_exc_tax\": 110.00,\n    \"payment_method\": \"Credit Card\",\n    \"payment_ref\": \"payment_ref_123\",\n    \"payment_currency\": \"USD\",\n    \"coupon_code\": \"COUPON123\",\n    \"coupon_total\": 10.00,\n    \"coupon_total_exc_tax\": 9.00\n  },\n  \"order_lines\": [\n    {\n      \"remote_id\": \"product_123\",\n      \"product_remote_id\": \"product_remote_123\",\n      \"sku\": \"SKU123\",\n      \"quantity\": 2,\n      \"name\": \"Product Name\",\n      \"unit_price\": 50.00,\n      \"unit_discount\": 0.00,\n      \"unit_tax_rate\": 10.00,\n      \"unit_tax_value\": 5.00,\n      \"options\": {},\n      \"file_url\":\"http://example.com/file.pdf\",\n      \"notes\": \"Order line notes\",\n      \"image_url\":\"http://example.com/image.jpg\",\n      \"hs_code\": \"HS123\",\n      \"country_of_origin\": \"US\",\n      \"customs_description\": \"Customs description\"\n    }\n  ],\n  \"shipping_address\": {\n    \"name\": \"John Doe\",\n    \"last_name\": \"Doe\",\n    \"phone\": \"1234567890\",\n    \"address_line_one\": \"123 Main St\",\n    \"address_line_two\": \"Apt 101\",\n    \"city\": \"New York\",\n    \"country_iso_code\": \"US\",\n    \"zip\": \"10001\",\n    \"country\": \"United States\",\n    \"county\": \"County\",\n    \"company_name\": \"ABC Inc\"\n  },\n  \"invoice_address\": {\n    \"name\": \"John Doe\",\n    \"last_name\": \"Doe\",\n    \"phone\": \"1234567890\",\n    \"address_line_one\": \"123 Main St\",\n    \"address_line_two\": \"Apt 101\",\n    \"city\": \"New York\",\n    \"country_iso_code\": \"US\",\n    \"zip\": \"10001\",\n    \"country\": \"United States\",\n    \"county\": \"County\",\n    \"company_name\": \"ABC Inc\"\n  },\n  \"customer\": {\n    \"name\": \"John Doe\",\n    \"email\": \"john.doe@example.com\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/{{order_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","{{order_uuid}}"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"20b2b313-c37c-4f01-b458-e162689a5867","name":"Update","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channel_id\": \"CHANNEL_UUID\",\n    \"store_id\": \"30a7cf85-f611-482b-b4c3-750d9390479a\",\n    \"sync_status\": 0,\n    \"order_status\": \"Unpaid\",\n    \"order_number\": \"order unique number\",\n    \"order_reference\": \"reference\",\n    \"payment_method\": \"\",\n    \"payment_ref\": \"payment reference\",\n    \"payment_currency\": \"GBP\",\n    \"discount_total\": 0,\n    \"shipping_total\": 5,\n    \"tax_total\": 0,\n    \"subtotal\": 90,\n    \"total\": 90,\n    \"order_date\": \"2023-09-18 00:50\",\n    \"customer_comments\": \"\",\n    \"gift_note\": \"\",\n    \"shipping_method\": \"Fast\",\n    \"system_note\": \"\",\n    \"delivery_note\": \"\",\n    \"items\": [\n        {\n            \"sku\": \"sku\",\n            \"remote_id\": \"unique order item id\",\n            \"product_remote_id\": \"1234\",\n            \"title\": \"Test order item 1\",\n            \"quantity\": 2,\n            \"discount_total\": 23,\n            \"tax_rate\": 0,\n            \"tax_total\": 0,\n            \"total_price\": 90\n        }\n    ],\n    \"customer\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"email\": \"john.doe@gmail.com\"\n    },\n    \"shipping_address\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123456789\",\n        \"address_line1\": \"123 Main Street\",\n        \"address_line2\": \"Apt 1\",\n        \"city\": \"London\",\n        \"iso_code\": \"GB\",\n        \"zip\": \"12345\",\n        \"country\": \"United Kingdom\",\n        \"county\": \"London\",\n        \"company\": \"\"\n    },\n    \"invoice_address\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": \"123456789\",\n        \"address_line1\": \"123 Main Street\",\n        \"address_line2\": \"Apt 1\",\n        \"city\": \"London\",\n        \"iso_code\": \"GB\",\n        \"zip\": \"12345\",\n        \"country\": \"United Kingdom\",\n        \"county\": \"London\",\n        \"company\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/{{order_uuid}}"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"order_id\": \"{ Channel Api Order UUID }\",\n        \"channel_id\": \"{ Channel Api Channel UUID }\",\n        \"channel_alt_id\": \"{ Channel Api Channel Alt ID }\",\n        \"store_id\": \"{ Channel Api Store ID }\",\n        \"channel_name\": \"{ Channel Api Channel Name }\",\n        \"channel_type\": \"{ Channel Api Channel Type }\",\n        \"remote_id\": \"{ Order Remote Id}\",\n        \"remote_status\": \"{ Order Remote Status }\",\n        \"status\": \"{ Order Status }\",\n        \"customer\": {\n            \"customer_uuid\": \"{ Customer UUID }\",\n            \"company_id\": \"{company UUID}\",\n            \"name\": \"{ Customer Name }\",\n            \"email\": \"{ Customer E-Mail }\",\n            \"created_at\": \"{ Customer Created Date }\",\n            \"updated_at\": \"{ Customer Updated Date }\"\n        },\n        \"shipping_method\": \"{ Shipping Method }\",\n        \"shipping_address\": {\n            \"id\": \"{ Channel Api Address UUID }\",\n            \"name\": \"{ Name }\",\n            \"company_name\": \"{company_name}\",\n            \"address_line_one\": \"{ Address Line One }\",\n            \"address_line_two\": \"{ Address Line Two }\",\n            \"address_line_three\": \"{ Address Line Three }\",\n            \"county\": \"{ County }\",\n            \"city\": \"{ City }\",\n            \"country_iso_code\": \"{ Country ISO Code }\",\n            \"zip\": \"{ ZIP }\",\n            \"phone\": \"{ Phone }\"\n        },\n        \"invoice_address\": {\n            \"id\": \"{ Channel Api Address UUID }\",\n            \"name\": \"{ Name }\",\n            \"company_name\": \"{company_name}\",\n            \"address_line_one\": \"{ Address Line One }\",\n            \"address_line_two\": \"{ Address Line Two }\",\n            \"address_line_three\": \"{ Address Line Three }\",\n            \"county\": \"{ County }\",\n            \"city\": \"{ City }\",\n            \"country_iso_code\": \"{ Country ISO Code }\",\n            \"zip\": \"{ ZIP }\",\n            \"phone\": \"{ Phone }\"\n        },\n        \"fulfillment\": {\n            \"id\": \"{fulfillment uuid}\",\n            \"order_id\": \"{ Order UUID }\",\n            \"order_remote_id\": \"{ order_remote_id }\",\n            \"courier\": {\n                \"id\": \"{ Channel Courier UUID }\",\n                \"name\": \"{ Courier Name }\",\n                \"custom_name\": \"{custom_name}\"\n            },\n            \"shipping_method\": \"{shipping_method}\",\n            \"shipping_tracking_code\": \"{shipping_tracking_code}\",\n            \"tracking_url\": \"{tracking_url}\",\n            \"fulfillment_date\": \"{fulfillment_date}\",\n            \"sync_status\": \"{sync_status}\",\n            \"items\": [\n                {\n                    \"remote_id\": \"{ Remote Id }\",\n                    \"sku\": \"{ Item Sku }\",\n                    \"quantity\": \"{ Quantity }\"\n                }\n            ],\n            \"order_items\": [\n                {\n                    \"sku\": \"{ Product SKU }\",\n                    \"quantity\": \"{ Product Quantity }\"\n                }\n            ]\n        },\n        \"return\": {\n            \"id\": \"{return uuid}\",\n            \"return_date\": \"{return_date}\",\n            \"sync_status\": \"{sync_status}\",\n            \"items\": [\n                {\n                    \"remote_id\": \"{remote_id}\",\n                    \"sku\": \"{sku}\",\n                    \"quantity\": 1,\n                    \"reason\": \"{reason}\"\n                }\n            ]\n        },\n        \"fulfillmentTrackingEvents\": [\n            {\n                \"id\":\"{order_fulfillment_tracking_event_uuid}\",\n                \"event_date\": \"{event_date}\",\n                \"timezone\": \"{timezone}\",\n                \"sync_status\": \"{sync_status}\",\n                \"synced_at\": \"{synced_at}\",\n                \"status\": \"{status}\"\n            }\n        ],\n        \"send_via_webhook\": false,\n        \"payment_method\": \"{ Payment Method}\",\n        \"payment_details\": {\n            \"vat_id\": \"{vat_id}\",\n            \"vat_type\": \"{vat_type}\",\n            \"tax_total\": \"{ Tax Total }\",\n            \"shipping_total\": \"{ Shipping Total }\",\n            \"discount_total\": \"{ Discount Total }\",\n            \"discount_total_exc_tax\": \"{ Discount Total Exc Tax }\",\n            \"order_subtotal\": \"{ Order Subtotal }\",\n            \"order_subtotal_exc_tax\": \"{ Order Subtotal Exc Tax }\",\n            \"order_total\": \"{ Order Total}\",\n            \"payment_method\": \"{ Payment Method }\",\n            \"payment_ref\": \"{ Payment REF }\",\n            \"payment_currency\": \"{ Payment Currency}\",\n            \"coupon_code\": \"{ Coupon Code }\",\n            \"coupon_total\": \"{ Coupon Total }\",\n            \"coupon_total_exc_tax\": \"{ Coupon Total Exc Tax }\"\n        },\n        \"system_notes\": \"{ System Notes }\",\n        \"delivery_notes\": \"{ Delivery Notes }\",\n        \"customer_comments\": \"{ Customer Comments }\",\n        \"gift_note\": \"{ Gift Notes }\",\n        \"order_lines\": [\n            {\n                \"id\": \"{ Channel Api Order Item UUID }\",\n                \"remote_id\": \"{ Order Item Remote Id }\",\n                \"channel_product_id\": \"{ Channel Product UUID }\",\n                \"master_product_id\": \"{ Channel Api Master Product UUID }\",\n                \"sku\": \"{ Order Item Sku }\",\n                \"quantity\": \"{ Quantity }\",\n                \"name\": \"{ Order Item Name}\",\n                \"unit_price\": \"{ Unit Price }\",\n                \"unit_discount\": \"{ Unit Discount }\",\n                \"unit_tax_rate\": \"{ Unit Tax Rate }\",\n                \"unit_tax_value\": \"{ Unit Tax Value }\",\n                \"options\": null,\n                \"file_url\": null,\n                \"notes\": null,\n                \"matched_sku\": \"\",\n                \"unit_price_exc_tax\": \"{ Unit price exc tax }\",\n                \"total_discount\": \"{ Total discount }\",\n                \"total_price\": \"{ Total price }\",\n                \"image_url\": \"\",\n                \"refunded_quantity\":\"{refunded_quantity}\",\n                \"is_tax_included\": \"{is_tax_included}\",\n                \"kit\":[\n                    {\n                        \"quantity\":\"{ Quantity }\",\n                        \"sku\":\"{sku}\",\n                        \"name\": \"{ Name }\"\n                    }\n                ]\n            }\n        ],\n        \"channel_specific\": \"{ Additional array order data }\",\n        \"order_date\": \"{ Remote Order Date }\",\n        \"order_import_date\": \"{ Remote Import Date }\",\n        \"md5_hash\": \"{ MD5 Hash }\",\n        \"total_order_item_quantity\": \"{ Total Order Item Quantity }\",\n        \"total_order_item_quantity_inc_kits\": \"{ Total Order Item Quantity Inc Kits }\",\n        \"order_access_url\": \"{ Order Access URL }\",\n        \"primary_reference_id\": \"{primary_reference_id}\",\n        \"ioss_number\": \"{ioss_number}\"\n    }\n}"}],"_postman_id":"7b4230f2-b82b-4691-ba96-8fa8489116f7"}],"id":"05c2bb81-5412-4278-ad38-027e74211312","description":"<p><strong>Response explanations</strong></p>\n<ul>\n<li>sync_status</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Pending</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Updated</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Synced</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Failed</td>\n</tr>\n<tr>\n<td>4</td>\n<td>In Progress</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>status</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unpaid</td>\n<td>Un paid</td>\n</tr>\n<tr>\n<td>Unshipped</td>\n<td>Un shipped</td>\n</tr>\n<tr>\n<td>PartiallyShipped</td>\n<td>Partially Shipped</td>\n</tr>\n<tr>\n<td>Shipped</td>\n<td>Shipped</td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>Cancelled</td>\n</tr>\n<tr>\n<td>Refunded</td>\n<td>Refunded</td>\n</tr>\n<tr>\n<td>Unfulfillable</td>\n<td>Unfulfillable</td>\n</tr>\n<tr>\n<td>Returned</td>\n<td>Returned</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"05c2bb81-5412-4278-ad38-027e74211312","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Order Fulfillment","item":[{"name":"Create","id":"8d75467a-c421-4128-8e34-5947937dece2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"{{order_id}}","description":"<p>required: uuid - Channel API Order Id</p>\n","type":"text"},{"key":"channel_courier_id","value":"{{channel_courier_id}}","description":"<p>contidional: uuid - Channel API Channel Courier Id</p>\n<ul>\n<li>Required if channel_courier_name is not set</li>\n</ul>\n","type":"text","disabled":true},{"key":"channel_courier_name","value":"{{channel_courier_name}}","description":"<p>contidional: string - Channel API Channel Courier Name</p>\n<ul>\n<li>Required if channel_courier_id is not set</li>\n</ul>\n","type":"text"},{"key":"shipping_method","value":"{{shipping_method}}","description":"<p>required:string Shipping Method</p>\n","type":"text"},{"key":"shipping_tracking_code","value":"{{shipping_tracking_code}}","description":"<p>required:string Shipping Tracking Code</p>\n","type":"text"},{"key":"fulfillment_date","value":"{{fulfillment_date}}","description":"<p>required:datetime Fulfillment Date</p>\n<p>format: 'YYYY-MM-DDThh:mm:ss' example:'1997-07-16T19:20:30'</p>\n","type":"text"},{"key":"timezone","value":"{{timezone}}","description":"<p>required:timezone Fulfillment Date Timezone</p>\n<p>eg: Europe/London</p>\n","type":"text"},{"key":"set_as_shipped","value":"{{set_as_shipped}}","description":"<p>optional:boolean|default:true Set true to Set Order Status As Shipped</p>\n","type":"text"},{"key":"location_id","value":"{{location_id}}","description":"<p>conditional: integer - Channel API Channel Location ID</p>\n<ul>\n<li>Required if the order has multiple items assigned to multiple inventory locations</li>\n</ul>\n","type":"text","disabled":true},{"key":"tracking_url","value":"{{tracking_url}}","description":"<p>optional:string Fulfilment tracking url</p>\n","type":"text"}]},"url":"{{api_url}}/orders/fulfillment/create","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","fulfillment","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"3dc7e01e-59f3-4bcc-ad9d-0a690803d479","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"ORDER_ID","description":"required: uuid - Channel API Order Id","type":"text"},{"key":"channel_courier_id","value":"CHANNEL_COURIER_ID","description":"contidional: uuid - Channel API Channel Courier Id\n\n* Required if channel_courier_name is not set\n","type":"text"},{"key":"channel_courier_name","value":"CHANNEL_COURIER_NAME","description":"contidional: string - Channel API Channel Courier Name\n\n* Required if channel_courier_id is not set\n","type":"text"},{"key":"shipping_method","value":"SHIPPING_METHOD","description":"required:string Shipping Method","type":"text"},{"key":"shipping_tracking_code","value":"SHIPPING_TRACKING_CODE","description":"required:string Shipping Tracking Code","type":"text"},{"key":"fulfillment_date","value":"FULFILLMENT_DATE","description":"required:datetime Fulfillment Date","type":"text"},{"key":"timezone","value":"TIMEZONE","description":"required:timezone Fulfillment Date Timezone\neg: Europe/London","type":"text"},{"key":"set_as_shipped","value":"SET_AS_SHIPPED","description":"optional:boolean|default:true Set true to Set Order Status As Shipped","type":"text"},{"key":"location_id","value":"LOCATION_ID","description":"conditional: integer - Channel API Channel Location ID\n* Required if the order has multiple items assigned to multiple inventory locations","type":"text","disabled":true},{"key":"tracking_url","value":"{{tracking_url}}","description":"optional:string Fulfilment tracking url","type":"text"}]},"url":"{{api_url}}/orders/fulfillment/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel Api Order Fullfilment UUID }\",\n        \"order_id\": \"{order_id}\",\n        \"order_remote_id\": \"{order_remote_id}\",\n        \"courier\": {\n            \"id\": \"{ Channel Api Channel Courier UUID }\",\n            \"name\": \"{ Courier Name }\",\n            \"custom_name\": \"{ Courier Custom Name }\"\n        },\n        \"shipping_method\": \"{ Shipping Method }\",\n        \"shipping_tracking_code\": \"{ Shipping Tracking Code }\",\n        \"tracking_url\": \"{ Shipping Tracking URL }\",\n        \"fulfillment_date\": \"{ Fulfillment Date }\",\n        \"sync_status\": \"{ Sync Status }\",\n        \"order_items\": [\n            {\n                \"remote_id\": \"{remote_id}\",\n                \"sku\": \"{sku}\",\n                \"quantity\": \"{quantity}\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8d75467a-c421-4128-8e34-5947937dece2"},{"name":"Bulk Create","id":"45cc9250-518d-488b-8569-e124e7f6a328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_fulfillments\": [\n        {\n            \"order_id\":\"d5787923-60e4-41d3-b5e8-ce2de94defdf\",\n            \"channel_courier_name\":\"7117859084333745966\",\n            \"shipping_method\":\"TT Virtual UDP\",\n            \"shipping_tracking_code\":\"1ZE8889W0442766202\",\n            \"fulfillment_date\":\"2024-09-09\",\n            \"timezone\":\"UTC\",\n            \"set_as_shipped\":\"false\",\n            \"location_id\":\"\",\n            \"tracking_url\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/fulfillment/bulkCreate","description":"<p>Create bulk order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","fulfillment","bulkCreate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e3de316b-3860-4610-885c-d5cc4d0841c3","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_fulfillments\": [\n        {\n            \"order_id\":\"ORDER_ID\",\n            \"channel_courier_name\":\"CHANNEL_COURIER_NAME\",\n            \"shipping_method\":\"SHIPPING_METHOD\",\n            \"shipping_tracking_code\":\"SHIPPING_TRACKING_CODE\",\n            \"fulfillment_date\":\"FULFILLMENT_DATE\",\n            \"timezone\":\"TIMEZONE\",\n            \"set_as_shipped\":\"SET_AS_SHIPPED\",\n            \"location_id\":\"LOCATION_ID\",\n            \"tracking_url\": \"TRACKING URL\"\n        },\n        {\n            \"order_id\":\"ORDER_ID\",\n            \"channel_courier_name\":\"CHANNEL_COURIER_NAME\",\n            \"shipping_method\":\"SHIPPING_METHOD\",\n            \"shipping_tracking_code\":\"SHIPPING_TRACKING_CODE\",\n            \"fulfillment_date\":\"FULFILLMENT_DATE\",\n            \"timezone\":\"TIMEZONE\",\n            \"set_as_shipped\":\"SET_AS_SHIPPED\",\n            \"location_id\":\"LOCATION_ID\",\n            \"tracking_url\": \"TRACKING URL\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/fulfillment/bulkCreate"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"order_id\": \"{ Channel Api Order UUID }\",\n            \"success\": \"{ Fulfillment Create Status }\",\n            \"error\": \"{ Error messages }\"\n        },\n        {\n           \"order_id\": \"{ Channel Api Order UUID }\",\n            \"success\": \"{ Fulfillment Create Status }\",\n            \"error\": \"{ Error messages }\"\n        }\n    ]\n}"}],"_postman_id":"45cc9250-518d-488b-8569-e124e7f6a328"},{"name":"Create Partial","id":"64701d23-ddc3-462d-9382-0fe7ec109795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"{ Channel API Order Id }\",\n    \"channel_courier_name\": \"{ Courier Name }\",\n    \"shipping_method\": \" { Shipping Method }\",\n    \"shipping_tracking_code\": \"{ Shipping Tracking Code }\",\n    \"fulfillment_date\": \"{ Fulfillment Date }\",\n    \"timezone\": \"{ Timezone }\",\n    \"set_as_shipped\": \"{ Set Order As Shipped}\",\n    \"tracking_url\": \"{{tracking_url}}\",\n    \"items\": [        \n        {\n            \"sku\": \"{ Product SKU }\",\n            \"quantity\": \"{ Product Quantity }\",\n            \"sales_channel_item_id\": \"{sales_channel_item_id}\" // optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/fulfillment/createPartial","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","fulfillment","createPartial"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2e5a436d-b6e2-4e54-9d0b-ce6e4b920411","name":"Create Partial","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"{ Channel API Order Id }\",\n    \"channel_courier_name\": \"{ Courier Name }\",\n    \"shipping_method\": \" { Shipping Method }\",\n    \"shipping_tracking_code\": \"{ Shipping Tracking Code }\",\n    \"fulfillment_date\": \"{ Fulfillment Date }\",\n    \"timezone\": \"{ Timezone }\",\n    \"set_as_shipped\": \"{ Set Order As Shipped}\",\n    \"tracking_url\": \"{ Tracking URL }\",\n    \"items\": [        \n        {\n            \"sku\": \"{ Product SKU }\",\n            \"quantity\": \"{ Product Quantity }\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/fulfillment/createPartial"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Tue, 23 Mar 2021 12:49:22 GMT"},{"key":"Date","value":"Tue, 23 Mar 2021 12:49:22 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"6b080a74-bdcf-43e2-85d5-f941ae998ffe\"]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_fulfilment"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"[\"da284952-9a1b-4bd5-81b6-0367f77a3d92\"]"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel Api Order Fullfilment UUID }\",\n        \"courier\": {\n            \"id\": \"{ Channel Api Channel Courier UUID }\",\n            \"name\": \"{ Courrier Name }\",\n            \"custom_name\": null\n        },\n        \"shipping_method\": \"{ Shipping Method }\",\n        \"shipping_tracking_code\": \"{ Shipping Tracking Code }\",\n        \"fulfillment_date\": \"{ Fulfillment date }\",\n        \"tracking_url\": \"{ Tracking URL }\",\n        \"sync_status\": null,\n        \"items\": [\n             {\n                \"sku\": \"{ Item Sku }\",\n                \"quantity\": \"{ Item Quantity }\"\n            },\n             {\n                \"sku\": \"{ Item Sku }\",\n                \"quantity\": \"{ Item Quantity }\"\n            }\n        ]\n    }\n}"}],"_postman_id":"64701d23-ddc3-462d-9382-0fe7ec109795"},{"name":"Bulk Create Partial","id":"e11cf50c-5e2c-4e48-8244-2141ac6484e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"fulfillments\":[\n        {\n            \"order_id\": \"{ Channel API Order Id }\",\n            \"channel_courier_name\": \"{ Courier Name }\",\n            \"shipping_method\": \" { Shipping Method }\",\n            \"shipping_tracking_code\": \"{ Shipping Tracking Code }\",\n            \"fulfillment_date\": \"{ Fulfillment Date }\",\n            \"timezone\": \"{ Timezone }\",\n            \"set_as_shipped\": \"{ Set Order As Shipped}\",\n            \"tracking_url\": \"{{tracking_url}}\",\n            \"items\": [\n                {\n                    \"sku\": \"{ Product SKU }\",\n                    \"quantity\": \"{ Product Quantity }\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/fulfillment/createBulkPartial","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","fulfillment","createBulkPartial"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a512ed62-bf6e-4f30-a230-48dfefd7e7fd","name":"Create Bulk Partial","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"fulfillments\": [\n        {\n            \"order_id\": \"{ Channel API Order Id }\",\n            \"channel_courier_name\": \"{ Courier Name }\",\n            \"shipping_method\": \" { Shipping Method }\",\n            \"shipping_tracking_code\": \"{ Shipping Tracking Code }\",\n            \"fulfillment_date\": \"{ Fulfillment Date }\",\n            \"timezone\": \"{ Timezone }\",\n            \"set_as_shipped\": \"{ Set Order As Shipped}\",\n            \"tracking_url\": \"{ Tracking URL }\",\n            \"items\": [\n                {\n                    \"sku\": \"{ Product SKU }\",\n                    \"quantity\": \"{ Product Quantity }\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/fulfillment/createBulkPartial"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Tue, 23 Mar 2021 12:49:22 GMT"},{"key":"Date","value":"Tue, 23 Mar 2021 12:49:22 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"6b080a74-bdcf-43e2-85d5-f941ae998ffe\"]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_fulfilment"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"[\"da284952-9a1b-4bd5-81b6-0367f77a3d92\"]"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel Api Order Fullfilment UUID }\",\n            \"courier\": {\n                \"id\": \"{ Channel Api Channel Courier UUID }\",\n                \"name\": \"{ Courrier Name }\",\n                \"custom_name\": null\n            },\n            \"shipping_method\": \"{ Shipping Method }\",\n            \"shipping_tracking_code\": \"{ Shipping Tracking Code }\",\n            \"fulfillment_date\": \"{ Fulfillment date }\",\n            \"tracking_url\": \"{ Tracking URL }\",\n            \"sync_status\": null,\n            \"items\": [\n                {\n                    \"sku\": \"{ Item Sku }\",\n                    \"quantity\": \"{ Item Quantity }\"\n                },\n                {\n                    \"sku\": \"{ Item Sku }\",\n                    \"quantity\": \"{ Item Quantity }\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e11cf50c-5e2c-4e48-8244-2141ac6484e7"},{"name":"Update","id":"a1c2ade9-a617-43a1-9dee-82a6d041cd47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_fulfillment_id","value":"{{order_fulfillment_id}}","description":"<p>required: uuid - Channel API Order Fulfillment Id</p>\n","type":"text"},{"key":"channel_courier_id","value":"{{channel_courier_id}}","description":"<p>contidional: uuid - Channel API Channel Courier Id</p>\n<ul>\n<li>Required if channel_courier_name is not set</li>\n</ul>\n","type":"text","disabled":true},{"key":"channel_courier_name","value":"{{channel_courier_name}}","description":"<p>contidional: string - Channel API Channel Courier Name</p>\n<ul>\n<li>Required if channel_courier_id is not set</li>\n</ul>\n","type":"text"},{"key":"shipping_method","value":"{{shipping_method}}","description":"<p>required:string Shipping Method</p>\n","type":"text"},{"key":"shipping_tracking_code","value":"{{shipping_tracking_code}}","description":"<p>required:string Shipping Tracking Code</p>\n","type":"text"},{"key":"fulfillment_date","value":"{{fulfillment_date}}","description":"<p>required:datetime Fulfillment Date\nformat: 'YYYY-MM-DDThh:mm:ss' example:'1997-07-16T19:20:30'</p>\n","type":"text"},{"key":"timezone","value":"{{timezone}}","description":"<p>required:timezone Fulfillment Date Timezone\neg: Europe/London</p>\n","type":"text"},{"key":"set_as_shipped","value":"{{set_as_shipped}}","description":"<p>optional:boolean|default:true Set true to Set Order Status As Shipped</p>\n","type":"text"},{"key":"tracking_url","value":"{{tracking_url}}","description":"<p>optional:string</p>\n","type":"text"}]},"url":"{{api_url}}/orders/fulfillment/update","description":"<p>Update order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","fulfillment","update"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2d55a94a-8e19-44c8-9842-5d0771d73aad","name":"OrderFilfillment.Update","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_fulfillment_id","value":"ORDER_FULFILLMENT_ID","description":"required: uuid - Channel API Order Fulfillment Id","type":"text"},{"key":"channel_courier_id","value":"CHANNEL_COURIER_ID","description":"contidional: uuid - Channel API Channel Courier Id\n\n* Required if channel_courier_name is not set\n","type":"text","disabled":true},{"key":"channel_courier_name","value":"CHANNEL_COURIER_NAME","description":"contidional: string - Channel API Channel Courier Name\n\n* Required if channel_courier_id is not set\n","type":"text"},{"key":"shipping_method","value":"SHIPPING_METHOD","description":"required:string Shipping Method","type":"text"},{"key":"shipping_tracking_code","value":"SHIPPING_TRACKING_CODE","description":"required:string Shipping Tracking Code","type":"text"},{"key":"fulfillment_date","value":"FULFILLMENT_DATE","description":"required:datetime Fulfillment Date\nformat: 'YYYY-MM-DDThh:mm:ss' example:'1997-07-16T19:20:30'","type":"text"},{"key":"timezone","value":"TIMEZONE","description":"required:timezone Fulfillment Date Timezone\neg: Europe/London","type":"text"},{"key":"set_as_shipped","value":"SET_AS_SHIPPED","description":"optional:boolean|default:true Set true to Set Order Status As Shipped","type":"text"},{"key":"location_id","value":"LOCATION_ID","description":"conditional: integer - Channel API Channel Location ID\n* Required if the order has multiple items assigned to multiple inventory locations","type":"text"},{"key":"tracking_url","value":"TRACKING_URL","description":"optional: string","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/fulfillment/update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel Api Order Fullfilment UUID }\",\n        \"courier\": {\n            \"id\": \"{ Channel Api Channel Courier UUID }\",\n            \"name\": \"{ Courrier Name }\",\n            \"custom_name\": null\n        },\n        \"shipping_method\": \"{ Shipping Method }\",\n        \"shipping_tracking_code\": \"{ Shipping Tracking Code }\",\n        \"fulfillment_date\": \"{ Fulfillment date }\",\n        \"tracking_url\": \"{ Tracking URL }\",\n        \"sync_status\": null,\n        \"items\": [\n            {\n                \"sku\": \"{ Item Sku }\",\n                \"quantity\": \"{ Item Quantity }\"\n            },\n            {\n                \"sku\": \"{ Item Sku }\",\n                \"quantity\": \"{ Item Quantity }\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a1c2ade9-a617-43a1-9dee-82a6d041cd47"},{"name":"Synced","id":"2a3a35e1-dfd5-42fa-9805-8e206d50dfe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"order_fulfillment_ids\": [\n        \"{Channel API Order Fulfillment UUID}\" \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/api/v1/orders/fulfillment/synced","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["api","v1","orders","fulfillment","synced"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a3a35e1-dfd5-42fa-9805-8e206d50dfe1"},{"name":"Not Synced","id":"7c0287a8-dece-4781-abbf-856499108164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"order_fulfillment_ids\": [\n        \"{Channel API Order Fulfillment UUID}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/api/v1/orders/fulfillment/notSynced","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["api","v1","orders","fulfillment","notSynced"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c0287a8-dece-4781-abbf-856499108164"}],"id":"603ed5c5-b542-4579-9843-c983156debd0","description":"<p><strong>Response explanations</strong></p>\n<ul>\n<li>sync_status</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Pending</td>\n</tr>\n<tr>\n<td>1</td>\n<td>In progress</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Synced</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Failed</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"603ed5c5-b542-4579-9843-c983156debd0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Order Fulfillment Tracking Events","item":[{"name":"Create","id":"444b728e-301d-4c93-abd4-70194d2d5d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"{{order_id}}\",\n    \"fulfillment_id\": \"{{fulfillment_id}}\",\n    \"event_date\": \"{{event_date}}\",\n    \"timezone\": \"{{timezone}}\",\n    \"status\": \"{{status}}\",\n    \"tracking_update\": {\n        \"parcels\": [\n            {\n                \"tracking_events\": [\n                    {\n                        \"update_date\": \"{update_date}\",\n                        \"status_code\": \"{status_code}\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},"url":"{{api_url}}/orders/fulfillmentEvent/create","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","fulfillmentEvent","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"daab82e2-adc1-4bb9-9821-e733788656c9","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"ORDER_ID","description":"Channels order UUID","type":"text"},{"key":"fulfillment_id","value":"{{fulfillment_id}}","description":"Channels fulfillment UUID","type":"text"},{"key":"event_date","value":"{{event_date}}","description":"Event date","type":"text"},{"key":"timezone","value":"TIMEZONE","type":"text"},{"key":"status","value":"{{status}}","description":"required: string - Channel remote event status\n\nShopify fulfillment tracking events\n| Event |\n| ------ | ------ |\n| label_printed |\n| label_purchased |\n| attempted_delivery |\n| ready_for_pickup |\n| picked_up |\n| confirmed |\n| in_transit |\n| out_for_delivery |\n| delivered |\n| failure |","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/fulfillmentEvent/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Order Fulfillment Event UUID }\",\n        \"event_date\": \"{ Event Date }\",\n        \"timezone\": \"{ Event Date Timezone }\",\n        \"sync_status\": null,\n        \"synced_at\": null,\n        \"status\": \"{ Status }\"\n    }\n}"}],"_postman_id":"444b728e-301d-4c93-abd4-70194d2d5d56"},{"name":"Bulk Create","id":"2bfec1f1-9b3f-4b3c-a8d2-f06e2f3849ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"fulfillment_events\": [\n        {\n            \"order_id\": \"{{order_id}}\",\n            \"fulfillment_id\": \"{{fulfillment_id}}\",\n            \"event_date\": \"{{event_date}}\",\n            \"timezone\": \"{{timezone}}\",\n            \"status\": \"{{status}}\",\n            \"tracking_update\": {\n                \"parcels\": [\n                    {\n                        \"tracking_events\": [\n                            {\n                                \"update_date\": \"{update_date}\",\n                                \"status_code\": \"{status_code}\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        },\n        {\n            \"order_id\": \"{{order_id}}\",\n            \"fulfillment_id\": \"{{fulfillment_id}}\",\n            \"event_date\": \"{{event_date}}\",\n            \"timezone\": \"{{timezone}}\",\n            \"status\": \"{{status}}\",\n            \"tracking_update\": {\n                \"parcels\": [\n                    {\n                        \"tracking_events\": [\n                            {\n                                \"update_date\": \"{update_date}\",\n                                \"status_code\": \"{status_code}\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/fulfillmentEvent/bulkCreate","description":"<p>Create bulk order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","fulfillmentEvent","bulkCreate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"cc6a7d30-3b32-4e37-bc2b-5221e68aa2e0","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fulfillment_events\": [\n        {\n            \"order_id\": \"ORDER_ID\",\n            \"fulfillment_id\": \"{{fulfillment_id}}\",\n            \"event_date\": \"{{event_date}}\",\n            \"timezone\": \"TIMEZONE\",\n            \"status\": \"{{status}}\"\n        },\n        {\n            \"order_id\": \"ORDER_ID\",\n            \"fulfillment_id\": \"{{fulfillment_id}}\",\n            \"event_date\": \"{{event_date}}\",\n            \"timezone\": \"TIMEZONE\",\n            \"status\": \"{{status}}\"\n        },\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/fulfillmentEvent/bulkCreate"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"order_id\": \"{ Channel Api Order UUID }\",\n            \"success\": \"{ Return Create Status }\",\n            \"error\": \"{ Error messages }\"\n        },\n        {\n           \"order_id\": \"{ Channel Api Order UUID }\",\n            \"success\": \"{ Return Create Status }\",\n            \"error\": \"{ Error messages }\"\n        }\n    ]\n}"}],"_postman_id":"2bfec1f1-9b3f-4b3c-a8d2-f06e2f3849ab"}],"id":"ffcb3cbb-c7ee-42f8-a35d-425758b31224","_postman_id":"ffcb3cbb-c7ee-42f8-a35d-425758b31224","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Order Return","item":[{"name":"Create","id":"eb09229d-db6d-4283-b918-0bb07431f117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"{{order_id}}\",\n    \"refund_date\": \"{{refund_date}}\",\n    \"timezone\": \"{{timezone}}\",\n    \"set_as_refunded\": true,\n    \"items\": [\n        {\n            \"remote_id\": \"{{remote_id}}\",\n            \"sku\": \"{{sku}}\",\n            \"quantity\": 1,\n            \"reason\": \"{{reason}}\"\n        }\n    ]\n}"},"url":"{{api_url}}/orders/return/create","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","return","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"3540be9e-122f-4503-bb88-ce1bf867a4cf","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"ORDER_ID","type":"text"},{"key":"return_date","value":"{{return_date}}","type":"text"},{"key":"timezone","value":"TIMEZONE","type":"text"},{"key":"set_as_returned","value":"{{set_as_returned}}","type":"text"},{"key":"items[0][sku]","value":"{{sku}}","type":"text"},{"key":"items[0]quantity","value":"{{quantity}}","type":"text"},{"key":"items[0]reason","value":"{{reason}}","description":"required: string\n| Amazon SP Reason Types |\n| ------ |\n| NoInventory |\n| ShippingAddressUndeliverable |\n| CustomerExchange |\n| BuyerCanceled |\n| GeneralAdjustment |\n| CarrierCreditDecision |\n| RiskAssessmentInformationNotValid |\n| CarrierCoverageFailure |\n| CustomerReturn |\n| MerchandiseNotReceived |\n| CannotVerifyInformation |\n| PricingError |\n| RejectOrder |\n| WeatherDelay |","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/return/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Order Return UUID }\",\n        \"return_date\": \"{ Return Date }\",\n        \"sync_status\": \"{ Sync Status }\",\n        \"items\": [\n            {\n                \"sku\": \"{ SKU }\",\n                \"remote_id\": \"{ Remote ID }\",\n                \"quantity\": \"{ Quantity }\"\n            }\n        ]\n    }\n}"}],"_postman_id":"eb09229d-db6d-4283-b918-0bb07431f117"},{"name":"Bulk Create","id":"80dd1ddd-e644-4567-99eb-1583f798e523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"order_returns\": [\n        {\n            \"order_id\": \"{{order_id}}\",\n            \"return_date\": \"{{return_date}}\",\n            \"timezone\": \"{{timezone}}\",\n            \"set_as_returned\": \"{{set_as_returned}}\",\n            \"items\": [ //optional\n                {\n                    \"sku\": \"{{sku}}\",\n                    \"remote_id\": \"{{remote_id}}\", //order item id not required\n                    \"quantity\": \"{{quantity}}\",\n                    \"reason\": \"{{reason}}\"\n                }\n            ]\n        },\n        {\n            \"order_id\": \"{{order_id}}\",\n            \"return_date\": \"{{return_date}}\",\n            \"timezone\": \"{{timezone}}\",\n            \"set_as_returned\": \"{{set_as_returned}}\",\n            \"items\": [ ////optional\n                {\n                    \"sku\": \"{{sku}}\",\n                    \"remote_id\": \"{{remote_id}}\", //order item id not required\n                    \"quantity\": \"{{quantity}}\",\n                    \"reason\": \"{{reason}}\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/return/bulkCreate","description":"<p>Create bulk order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","return","bulkCreate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0e0a980c-e249-41e9-819e-cb331d14d45a","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_returns\": [\n        {\n            \"order_id\": \"ORDER_ID\",\n            \"return_date\": \"{{return_date}}\",\n            \"timezone\": \"TIMEZONE\",\n            \"set_as_returned\": \"{{set_as_returned}}\",\n            \"items\": [ //optional\n                {\n                    \"sku\": \"{{sku}}\",\n                    \"remote_id\": \"{{remote_id}}\", //order item id not required\n                    \"quantity\": \"{{quantity}}\"\n                }\n            ]\n        },\n        {\n            \"order_id\": \"ORDER_ID\",\n            \"return_date\": \"{{return_date}}\",\n            \"timezone\": \"TIMEZONE\",\n            \"set_as_returned\": \"{{set_as_returned}}\",\n            \"items\": [ ////optional\n                {\n                    \"sku\": \"{{sku}}\",\n                    \"remote_id\": \"{{remote_id}}\", //order item id not required\n                    \"quantity\": \"{{quantity}}\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/return/bulkCreate"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"order_id\": \"{ Channel Api Order UUID }\",\n            \"success\": \"{ Return Create Status }\",\n            \"error\": \"{ Error messages }\"\n        },\n        {\n           \"order_id\": \"{ Channel Api Order UUID }\",\n            \"success\": \"{ Return Create Status }\",\n            \"error\": \"{ Error messages }\"\n        }\n    ]\n}"}],"_postman_id":"80dd1ddd-e644-4567-99eb-1583f798e523"},{"name":"Update","id":"37e242d4-526b-4459-b741-e26d6ed1fce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"order_return_id\": \"{{order_id}}\",\n    \"return_date\": \"{{return_date}}\",\n    \"timezone\": \"{{timezone}}\",\n    \"set_as_returned\": \"{{set_as_returned}}\",\n    \"items\": [\n        {\n            \"sku\": \"{{sku}}\",\n            \"remote_id\": \"{{remote_id}}\", //order item id not required\n            \"quantity\": \"{{quantity}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/return/update","description":"<p>Update order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","return","update"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"7f8152a4-ade0-4a31-b6f8-2a8ac6503988","name":"OrderReturn.Update","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_return_id\": \"ORDER_ID\",\n    \"return_date\": \"{{return_date}}\",\n    \"timezone\": \"TIMEZONE\",\n    \"set_as_returned\": \"{{set_as_returned}}\",\n    \"items\": [\n        {\n            \"sku\": \"{{sku}}\",\n            \"remote_id\": \"{{remote_id}}\", //order item id not required\n            \"quantity\": \"{{quantity}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/return/update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Order Return UUID }\",\n        \"return_date\": \"{ Return Date }\",\n        \"sync_status\": \"{ Sync Status }\",\n        \"items\": [\n            {\n                \"sku\": \"{ SKU }\",\n                \"remote_id\": \"{ Remote ID }\",\n                \"quantity\": \"{ Quantity }\"\n            }\n        ]\n    }\n}"}],"_postman_id":"37e242d4-526b-4459-b741-e26d6ed1fce0"}],"id":"20159d0f-a490-4ae7-b466-dfb45bdbe65e","_postman_id":"20159d0f-a490-4ae7-b466-dfb45bdbe65e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Order Refund","item":[{"name":"Create","id":"1f9b1f7f-a5b9-447c-a3f4-dbf0e19340f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"{{order_id}}\",\n    \"refund_date\": \"{{refund_date}}\",\n    \"timezone\": \"{{timezone}}\",\n    \"set_as_refunded\": true,\n    \"items\": [\n        {\n            \"remote_id\": \"{{remote_id}}\",\n            \"sku\": \"{{sku}}\",\n            \"quantity\": 1,\n            \"reason\": \"{{reason}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/refund/create","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","refund","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d560b33e-6ccb-4838-be5c-7f2925f0af8f","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"ORDER_ID\",\n    \"refund_date\": \"{{refund_date}}\",\n    \"timezone\": \"TIMEZONE\",\n    \"set_as_refunded\": \"{{set_as_refunded}}\",\n    \"items\": [\n        {\n            \"sku\": \"{{sku}}\",\n            \"remote_id\": \"{{remote_id}}\", //order item id not required\n            \"quantity\": \"{{quantity}}\",\n            \"reason\": \"{{reason}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/refund/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Order Refund UUID }\",\n        \"refund_date\": \"{ Refund Date }\",\n        \"sync_status\": \"{ Sync Status }\",\n        \"items\": [\n            {\n                \"sku\": \"{ SKU }\",\n                \"remote_id\": \"{ Remote ID }\",\n                \"quantity\": \"{ Quantity }\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1f9b1f7f-a5b9-447c-a3f4-dbf0e19340f8"},{"name":"Bulk Create","id":"bce5e64e-61dd-4a20-83a4-8c87c1e3aa70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"order_refunds\": [\n        {\n            \"order_id\": \"{{order_id}}\",\n            \"refund_date\": \"{{refund_date}}\",\n            \"timezone\": \"{{timezone}}\",\n            \"set_as_refunded\": \"{{set_as_refunded}}\",\n            \"items\": [ //optional\n                {\n                    \"sku\": \"{{sku}}\",\n                    \"remote_id\": \"{{remote_id}}\", //order item id not required\n                    \"quantity\": \"{{quantity}}\",\n                    \"reason\": \"{{reason}}\"\n                }\n            ]\n        },\n        {\n            \"order_id\": \"{{order_id}}\",\n            \"refund_date\": \"{{refund_date}}\",\n            \"timezone\": \"{{timezone}}\",\n            \"set_as_refunded\": \"{{set_as_refunded}}\",\n            \"items\": [ ////optional\n                {\n                    \"sku\": \"{{sku}}\",\n                    \"remote_id\": \"{{remote_id}}\", //order item id not required\n                    \"quantity\": \"{{quantity}}\",\n                    \"reason\": \"{{reason}}\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/refund/bulkCreate","description":"<p>Create bulk order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","refund","bulkCreate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"5414bf59-b366-455d-a64f-8fb29f76bb80","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_refunds\": [\n        {\n            \"order_id\": \"ORDER_ID\",\n            \"refund_date\": \"{{refund_date}}\",\n            \"timezone\": \"TIMEZONE\",\n            \"set_as_refunded\": \"{{set_as_refunded}}\",\n            \"items\": [ //optional\n                {\n                    \"sku\": \"{{sku}}\",\n                    \"remote_id\": \"{{remote_id}}\", //order item id not required\n                    \"quantity\": \"{{quantity}}\",\n                    \"reason\": \"{{reason}}\"\n                }\n            ]\n        },\n        {\n            \"order_id\": \"ORDER_ID\",\n            \"refund_date\": \"{{refund_date}}\",\n            \"timezone\": \"TIMEZONE\",\n            \"set_as_refunded\": \"{{set_as_refunded}}\",\n            \"items\": [ ////optional\n                {\n                    \"sku\": \"{{sku}}\",\n                    \"remote_id\": \"{{remote_id}}\", //order item id not required\n                    \"quantity\": \"{{quantity}}\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/refund/bulkCreate"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"order_id\": \"{ Channel Api Order UUID }\",\n            \"success\": \"{ Return Create Status }\",\n            \"error\": \"{ Error messages }\"\n        },\n        {\n           \"order_id\": \"{ Channel Api Order UUID }\",\n            \"success\": \"{ Return Create Status }\",\n            \"error\": \"{ Error messages }\"\n        }\n    ]\n}"}],"_postman_id":"bce5e64e-61dd-4a20-83a4-8c87c1e3aa70"},{"name":"Update","id":"25febb62-b5d3-4bec-9e69-4fd99a823e5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"order_refund_id\": \"{{order_refund_id}}\",\n    \"refund_date\": \"{{refund_date}}\",\n    \"timezone\": \"{{timezone}}\",\n    \"set_as_refunded\": \"{{set_as_refunded}}\",\n    \"items\": [\n        {\n            \"sku\": \"{{sku}}\",\n            \"remote_id\": \"{{remote_id}}\", //order item id not required\n            \"quantity\": \"{{quantity}}\",\n            \"reason\": \"{{reason}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/refund/update","description":"<p>Update order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","refund","update"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0fc05d0b-4084-42b8-921c-e77a28a762c3","name":"OrderRefund.Update","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_refund_id\": \"{{order_refund_id}}\",\n    \"refund_date\": \"{{refund_date}}\",\n    \"timezone\": \"TIMEZONE\",\n    \"set_as_refunded\": \"{{set_as_refunded}}\",\n    \"items\": [\n        {\n            \"sku\": \"{{sku}}\",\n            \"remote_id\": \"{{remote_id}}\", //order item id not required\n            \"quantity\": \"{{quantity}}\",\n            \"reason\": \"{{reason}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/refund/update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Order Refund UUID }\",\n        \"refund_date\": \"{ Refund Date }\",\n        \"sync_status\": \"{ Sync Status }\",\n        \"items\": [\n            {\n                \"sku\": \"{ SKU }\",\n                \"remote_id\": \"{ Remote ID }\",\n                \"quantity\": \"{ Quantity }\"\n            }\n        ]\n    }\n}"}],"_postman_id":"25febb62-b5d3-4bec-9e69-4fd99a823e5a"}],"id":"5adcc446-a3f4-4ba2-866c-d510deff6de0","_postman_id":"5adcc446-a3f4-4ba2-866c-d510deff6de0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Order Cancellation","item":[{"name":"Create","id":"3351e7a3-3c8c-48b9-8c94-0ad00ffe2c45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"{{order_id}}\",\n    \"reason\": \"reason\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/cancellation/create","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","cancellation","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3351e7a3-3c8c-48b9-8c94-0ad00ffe2c45"},{"name":"Bulk Create","id":"a3021b39-314b-4f65-823b-51c24414ce0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"order_id\": \"{{order_id}}\",\n            \"reason\": \"{{refund_date}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/cancellation/bulkCreate","description":"<p>Create bulk order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","cancellation","bulkCreate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3021b39-314b-4f65-823b-51c24414ce0c"}],"id":"ab7737f4-aed3-4ef5-81cb-9502f79e626a","_postman_id":"ab7737f4-aed3-4ef5-81cb-9502f79e626a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Products","item":[{"name":"List","id":"486e8ab3-614f-40f6-8ff3-0800adb2b1da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{api_url}}/products/list?store_id={{store_id}}&query={{product_sku}}&page=1","description":"<p>List products</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","list"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required: uuid - Channel API Store Id</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"},{"description":{"content":"<p>optional:string - Filter results by Product SKU or Product UUID</p>\n","type":"text/plain"},"key":"query","value":"{{product_sku}}"},{"description":{"content":"<p>optional:int - Pagination</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"19f47f8a-7fe7-474a-9cb7-0dc07e600e8e","name":"Products.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"{{api_url}}/products/list?store_id={{store_id}}&query={{product_sku}}&page=1","host":["{{api_url}}"],"path":["products","list"],"query":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id"},{"key":"query","value":"{{product_sku}}","description":"optional:string - Filter results by Product SKU or Product UUID"},{"key":"page","value":"1","description":"optional:int - Pagination"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sun, 31 May 2020 23:46:20 GMT"},{"key":"Date","value":"Sun, 31 May 2020 23:46:20 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel API Product UUID }\",\n            \"sku\": \"{ Product SKU }\",\n            \"product_nominal_code\": \"{ Product Nominal Code }\",\n            \"tax_type\": \"{ Product Tax Type }\",\n            \"quantity\": \"{ Product Quantity }\",\n            \"plugin_quantity\": \"{plugin_quantity}\",\n            \"plugin_quantity_synced_at\": \"{plugin_quantity_synced_at}\",\n            \"plugin_sync_status\": \"{plugin_sync_status}\",\n            \"plugin_synced_at\": \"{plugin_synced_at}\",\n            \"type\": \"{ Product Type }\",\n            \"auto_sync_stock\": \"{ auto_sync_stock }\",\n            \"product_kit_items\": [\n                {\n                    \"id\": \"{ Product UUD}\",\n                    \"sku\": \"{Product SKU}\",\n                    \"quantity\": \"{Quantity}\",\n                    \"name\": \"{Product Name}\"\n                }\n            ],\n            \"channels\": [\n                {\n                    \"id\": \"{ Channel API Channel Product UUID }\",\n                    \"type\": \"{ Product Type }\",\n                    \"store_id\": \"{ Channel API Store UUID }\",\n                    \"store_name\": \"{ Channel API Store Name }\",\n                    \"channel_id\": \"{ Channel API Channel UUID }\",\n                    \"channel_name\": \"{ Channel API Channel Name }\",\n                    \"remote_id\": \"{ Product Remote Id }\",\n                    \"remote_sku\": \"{ Product Remote SKU }\",\n                    \"sku\": \"{ Product SKU }\",\n                    \"mathced_sku\": \"{ Mathced Product SKU }\",\n                    \"title\": \"{ Product Title }\",\n                    \"description\": \"{ Product Description }\",\n                    \"image_url\": \"{ Product Image Url }\",\n                    \"quantity\": \"{ Channel Product Quantity }\",\n                    \"price\": \"{ Channel Product Price }\",\n                    \"currency\": \"{ Channel Product Currency }\",\n                    \"matched_sku\": \"{ Matched SKU }\",\n                    \"pending_quantity\": \"{ Pending Quantity }\",\n                    \"product_nominal_code\": \"{ Product Nominal Code }\",\n                    \"dimensions\": {\n                        \"weight\": \"{ Channel Product Weight }\",\n                        \"weight_unit\": \"{ Channel Product Weight Unit }\",\n                        \"length\": \"{ Channel Product Length }\",\n                        \"length_unit\": \"{ Channel Product Length Unit }\",\n                        \"width\": \"{ Channel Product Width }\",\n                        \"width_unit\": \"{ Channel Product Width Unit }\",\n                        \"height\": \"{ Channel Product Height }\",\n                        \"height_unit\": \"{ Channel Product Height Unit }\"\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"486e8ab3-614f-40f6-8ff3-0800adb2b1da"},{"name":"Create","id":"51aba84e-120f-4650-b030-3ad9bfde4be1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"sku","value":"{{product_sku}}","description":"<p>required:string - Product SKU</p>\n","type":"text"},{"key":"quantity","value":"{{product_quantity}}","description":"<p>optional:int|default=0 - Product Quantity</p>\n","type":"text"},{"key":"product_nominal_code","value":"{{product_nominal_code}}","description":"<p>optional:string Product nominal code</p>\n","type":"text"},{"key":"tax_type","value":"{{tax_type}}","description":"<p>optional:string Product tax type</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>optional:string in:true,false Set Product Auto Sync Stock</p>\n","type":"text"}]},"url":"{{api_url}}/products/create","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c9ecaa2e-8e40-42c8-afa5-da36743c3aa0","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"sku","value":"PRODUCT_SKU","description":"required:string - Product SKU","type":"text"},{"key":"quantity","value":"PRODUCT_QUANTITY","description":"optional:int|default=0 - Product Quantity","type":"text"},{"key":"product_nominal_code","value":"{{product_nominal_code}}","description":"optional:string Product nominal code","type":"text"},{"key":"tax_type","value":"{{tax_type}}","description":"optional:string Product tax type","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"optional:boolean","type":"text"}]},"url":"{{api_url}}/products/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Product UUID }\",\n        \"sku\": \"{ Product SKU }\",\n        \"product_nominal_code\": \"{ Product Nominal Code }\",\n        \"tax_type\": \"{ Product Tax Type }\",\n        \"quantity\": \"{ Product Quantity }\",\n        \"plugin_quantity\": \"{plugin_quantity}\",\n        \"plugin_quantity_synced_at\": \"{plugin_quantity_synced_at}\",\n        \"plugin_sync_status\": \"{plugin_sync_status}\",\n        \"plugin_synced_at\": \"{plugin_synced_at}\",\n        \"type\": \"{ Product Type }\",\n        \"auto_sync_stock\": \"{ auto_sync_stock }\",\n        \"product_kit_items\": [\n            {\n                \"id\": \"{ Product UUD}\",\n                \"sku\": \"{Product SKU}\",\n                \"quantity\": \"{Quantity}\",\n                \"name\": \"{Product Name}\"\n            }\n        ],\n        \"channels\": [\n            {\n                \"id\": \"{ Channel API Channel Product UUID }\",\n                \"type\": \"{ Product Type }\",\n                \"store_id\": \"{ Channel API Store UUID }\",\n                \"store_name\": \"{ Channel API Store Name }\",\n                \"channel_id\": \"{ Channel API Channel UUID }\",\n                \"channel_name\": \"{ Channel API Channel Name }\",\n                \"remote_id\": \"{ Product Remote Id }\",\n                \"remote_sku\": \"{ Product Remote SKU }\",\n                \"sku\": \"{ Product SKU }\",\n                \"mathced_sku\": \"{ Mathced Product SKU }\",\n                \"title\": \"{ Product Title }\",\n                \"description\": \"{ Product Description }\",\n                \"image_url\": \"{ Product Image Url }\",\n                \"quantity\": \"{ Channel Product Quantity }\",\n                \"price\": \"{ Channel Product Price }\",\n                \"currency\": \"{ Channel Product Currency }\",\n                \"matched_sku\": \"{ Matched SKU }\",\n                \"pending_quantity\": \"{ Pending Quantity }\",\n                \"product_nominal_code\": \"{ Product Nominal Code }\",\n                \"dimensions\": {\n                    \"weight\": \"{ Channel Product Weight }\",\n                    \"weight_unit\": \"{ Channel Product Weight Unit }\",\n                    \"length\": \"{ Channel Product Length }\",\n                    \"length_unit\": \"{ Channel Product Length Unit }\",\n                    \"width\": \"{ Channel Product Width }\",\n                    \"width_unit\": \"{ Channel Product Width Unit }\",\n                    \"height\": \"{ Channel Product Height }\",\n                    \"height_unit\": \"{ Channel Product Height Unit }\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"51aba84e-120f-4650-b030-3ad9bfde4be1"},{"name":"Bulk Create","id":"ee3a1f57-2999-44f4-924f-c99f95dabf68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{{store_id}}\",\n    \"products\": [\n        {\n            \"sku\": \"{{product_sku}}\",\n            \"quantity\": 1,\n            \"product_nominal_code\": \"{{product_nominal_code}}\", //optional\n            \"tax_type\": \"{{tax_type}}\", //optional\n            \"auto_sync_stock\": \"{{auto_sync_stock}}\" // optional\n        },\n        {\n            \"sku\": \"{{product_sku}}\",\n            \"quantity\": 2,\n            \"product_nominal_code\": \"{{product_nominal_code}}\", //optional\n            \"tax_type\": \"{{tax_type}}\", //optional\n            \"auto_sync_stock\": \"{{auto_sync_stock}}\" // optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/bulkCreate","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","bulkCreate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"591bd797-4b3f-4c5c-9b30-8b19d9f29d98","name":"Bulk Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"30a7cf85-f611-482b-b4c3-750d9390479a\",\n    \"products\": [\n        {\n            \"sku\": \"PRODUCT_SKU\",\n            \"quantity\": 1,\n            \"product_nominal_code\": \"{{product_nominal_code}}\", //optional\n            \"tax_type\": \"{{tax_type}}\" //optional\n        },\n        {\n            \"sku\": \"PRODUCT_SKU\",\n            \"quantity\": 2,\n            \"product_nominal_code\": \"{{product_nominal_code}}\", //optional\n            \"tax_type\": \"{{tax_type}}\" //optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/bulkCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 18 Jun 2021 08:02:41 GMT"},{"key":"Date","value":"Fri, 18 Jun 2021 08:02:41 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_product"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"[null,null,null]"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"store_id\": \"{ CHANNEL API Store Id}\",\n            \"product_id\": \"{ Channel API Product Id}\",\n            \"sku\": \"{ Channel API Product SKU}\",\n            \"success\": false,\n            \"error\": \"{Error Message}\"\n        },\n        {\n            \"store_id\": \"{ CHANNEL API Store Id}\",\n            \"product_id\": \"{ Channel API Product Id}\",\n            \"sku\": \"{ Channel API Product SKU}\",\n            \"success\": false,\n            \"error\": \"{Error Message}\"\n        }        \n    ]\n}"}],"_postman_id":"ee3a1f57-2999-44f4-924f-c99f95dabf68"},{"name":"Update","id":"da07b5c3-8d81-4d89-ab4a-d49c8ce10f2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"product_id","value":"67b83127-0b58-4d1d-ab92-d32452a98b1d","description":"<p>required: uuid - Channel API Product Id</p>\n","type":"text"},{"key":"quantity","value":"48","description":"<p>conditional: integer|default=0 - Product Quantity</p>\n<ul>\n<li>Required if type is null</li>\n</ul>\n","type":"text"},{"key":"type","value":"kit","description":"<p>conditional|string:|in:product,kit - Type of product</p>\n<ul>\n<li>Required if quantity is null</li>\n</ul>\n","type":"text","disabled":true},{"key":"action","value":"increase","description":"<p>optional:enum:increase|decrease|set_minus_pending - Determine how the quantity will be set.</p>\n<ul>\n<li>If action equals 'increase', it will add quantity value to current product quantity</li>\n<li>If action equals 'decrease', it will remove quantity value from current product quantity</li>\n<li>If action equals 'set_minus_pending', it will remove quantity value from the sum of the quantity value of the products in the order</li>\n<li>If action not set, it will set quantity value to current product quantity</li>\n</ul>\n","type":"text","disabled":true},{"key":"product_nominal_code","value":"{{product_nominal_code}}","description":"<p>optional:string Product Nominal Code</p>\n","type":"text","disabled":true},{"key":"tax_type","value":"{{tax_type}}","description":"<p>optional:string Tax type</p>\n","type":"text","disabled":true},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>optional:string in:true,false Set Product Auto Sync Stock</p>\n","type":"text"}]},"url":"{{api_url}}/products/update","description":"<p>Update product</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","update"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ceb24065-a092-4969-959b-86d5eaba7f31","name":"Products.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"product_id","value":"PRODUCT_ID","description":"required: uuid - Channel API Product Id","type":"text"},{"key":"quantity","value":"PRODUCT_QUANTITY","description":"conditional: integer|default=0 - Product Quantity\n* Required if type is null","type":"text"},{"key":"type","value":"PRODUCT_TYPE","description":"conditional|string:|in:product,kit - Type of product\n* Required if quantity is null\n","type":"text"},{"key":"action","value":"{{action}}","description":"optional:enum:increase|decrease|set_minus_pending - Determine how the quantity will be set.\n* If action equals 'increase', it will add quantity value to current product quantity\n* If action equals 'decrease', it will remove quantity value from current product quantity\n* If action equals 'set_minus_pending', it will remove quantity value from the sum of the quantity value of the products in the order\n* If action not set, it will set quantity value to current product quantity\n","type":"text"},{"key":"product_nominal_code","value":"{{product_nominal_code}}","description":"optional:string Product Nominal Code","type":"text"},{"key":"tax_type","value":"{{tax_type}}","description":"optional:string Tax type","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"optional:string in:true,false Set Product Auto Sync Stock","type":"text"}]},"url":"{{api_url}}/products/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"fe381716-b1ad-414a-8f19-e3d7a38fff13\",\"ed63ab91-cf5a-4738-8297-2e0fbd7ace7c\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Product UUID }\",\n        \"sku\": \"{ Product SKU }\",\n        \"product_nominal_code\": \"{ Product Nominal Code }\",\n        \"tax_type\": \"{ Product Tax Type }\",\n        \"quantity\": \"{ Product Quantity }\",\n        \"plugin_quantity\": \"{plugin_quantity}\",\n        \"plugin_quantity_synced_at\": \"{plugin_quantity_synced_at}\",\n        \"plugin_sync_status\": \"{plugin_sync_status}\",\n        \"plugin_synced_at\": \"{plugin_synced_at}\",\n        \"type\": \"{ Product Type }\",\n        \"auto_sync_stock\": \"{ auto_sync_stock }\",\n        \"product_kit_items\": [\n            {\n                \"id\": \"{ Product UUD}\",\n                \"sku\": \"{Product SKU}\",\n                \"quantity\": \"{Quantity}\",\n                \"name\": \"{Product Name}\"\n            }\n        ],\n        \"channels\": [\n            {\n                \"id\": \"{ Channel API Channel Product UUID }\",\n                \"type\": \"{ Product Type }\",\n                \"store_id\": \"{ Channel API Store UUID }\",\n                \"store_name\": \"{ Channel API Store Name }\",\n                \"channel_id\": \"{ Channel API Channel UUID }\",\n                \"channel_name\": \"{ Channel API Channel Name }\",\n                \"remote_id\": \"{ Product Remote Id }\",\n                \"remote_sku\": \"{ Product Remote SKU }\",\n                \"sku\": \"{ Product SKU }\",\n                \"mathced_sku\": \"{ Mathced Product SKU }\",\n                \"title\": \"{ Product Title }\",\n                \"description\": \"{ Product Description }\",\n                \"image_url\": \"{ Product Image Url }\",\n                \"quantity\": \"{ Channel Product Quantity }\",\n                \"price\": \"{ Channel Product Price }\",\n                \"currency\": \"{ Channel Product Currency }\",\n                \"matched_sku\": \"{ Matched SKU }\",\n                \"pending_quantity\": \"{ Pending Quantity }\",\n                \"product_nominal_code\": \"{ Product Nominal Code }\",\n                \"dimensions\": {\n                    \"weight\": \"{ Channel Product Weight }\",\n                    \"weight_unit\": \"{ Channel Product Weight Unit }\",\n                    \"length\": \"{ Channel Product Length }\",\n                    \"length_unit\": \"{ Channel Product Length Unit }\",\n                    \"width\": \"{ Channel Product Width }\",\n                    \"width_unit\": \"{ Channel Product Width Unit }\",\n                    \"height\": \"{ Channel Product Height }\",\n                    \"height_unit\": \"{ Channel Product Height Unit }\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"da07b5c3-8d81-4d89-ab4a-d49c8ce10f2a"},{"name":"Bulk Update","id":"3cd30ed0-ce6b-4fc8-9360-08f1c98e1d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"product_id\": \"{{ CHAPI Product ID }}\",\n            \"quantity\": 5,\n            \"type\": \"product\",\n            \"product_nominal_code\": \"{{product_nominal_code}}\", //optional\n            \"tax_type\": \"{{tax_type}}\", //optional\n            \"auto_sync_stock\": \"{{auto_sync_stock}}\" //optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/bulkUpdate","description":"<p>Update products as bulk</p>\n","urlObject":{"path":["products","bulkUpdate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"78d1d18a-f174-4cc1-a900-ffb08da96b64","name":"Products.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"product_id\": \"{{ CHAPI Product ID }}\",\n            \"quantity\": 5,\n            \"type\": \"product\",\n            \"product_nominal_code\": \"{{product_nominal_code}}\", //optional\n            \"tax_type\": \"{{tax_type}}\", //optional\n            \"auto_sync_stock\": \"AUTO_SYNC_STOCK\" //optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/bulkUpdate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"fe381716-b1ad-414a-8f19-e3d7a38fff13\",\"ed63ab91-cf5a-4738-8297-2e0fbd7ace7c\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel API Product UUID }\",\n            \"sku\": \"{ Product SKU }\",\n            \"quantity\": \"{ Product Quantity }\",\n            \"product_nominal_code\": \"{ Product Nominal Code }\",\n            \"tax_type\": \"{ Product Tax Type }\",\n            \"auto_sync_stock\": \"{ Auto sync stock }\",\n            \"type\": \"{ Product Type }\"\n        }\n    ]\n}"}],"_postman_id":"3cd30ed0-ce6b-4fc8-9360-08f1c98e1d14"},{"name":"Bulk Stock Update","id":"36ce862b-3b5d-42db-a685-0953b90625f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"product_id\": \"{{ CHAPI Product ID }}\",\n            \"quantity\": 5,\n            \"type\": \"product\",\n            \"product_nominal_code\": \"{{product_nominal_code}}\", //optional\n            \"tax_type\": \"{{tax_type}}\", //optional\n            \"auto_sync_stock\": \"{{auto_sync_stock}}\" //optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/bulkUpdate","description":"<p>Update products as bulk</p>\n","urlObject":{"path":["products","bulkUpdate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a700320f-0233-49d3-97a3-7e3b32b1fc00","name":"BulkStock.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"products\": [\n        {\n            \"product_id\": \"{{ CHAPI Product ID }}\",\n            \"quantity\": 5,\n            \"force_sync\": \"{{force_sync}}\",\n            \"action\": \"{{action}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/bulkUpdate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"fe381716-b1ad-414a-8f19-e3d7a38fff13\",\"ed63ab91-cf5a-4738-8297-2e0fbd7ace7c\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"nonExistsProducts\": []\n}"}],"_postman_id":"36ce862b-3b5d-42db-a685-0953b90625f0"},{"name":"Delete","id":"b3ff34e4-a11e-4293-a6ee-ecfcea814bea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{api_url}}/products/delete?store_id={{store_id}}&product_id={{product_id}}&all=false","description":"<p>Update product</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","delete"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required:uuid - Channel API Store UUID</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"},{"description":{"content":"<p>conditional:required_if:all,false:uuid - Channel API Product UUID</p>\n","type":"text/plain"},"key":"product_id","value":"{{product_id}}"},{"description":{"content":"<p>required:boolean - Set true if you want to delete all products in given store_id</p>\n","type":"text/plain"},"key":"all","value":"false"}],"variable":[]}},"response":[{"id":"099b1adb-0505-4e00-b3dc-cae916930949","name":"Products.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"CHANNEL_UUID","description":"required: uuid - Channel API Channel Id","type":"text","disabled":true},{"key":"product_id","value":"PRODUCT_ID","description":"required: uuid - Channel API Product Id","type":"text"},{"key":"quantity","value":"0","description":"required: integer - Product Quantity","type":"text"}]},"url":{"raw":"{{api_url}}/products/delete?store_id={{store_id}}&product_id={{product_id}}&all=false","host":["{{api_url}}"],"path":["products","delete"],"query":[{"key":"store_id","value":"{{store_id}}","description":"required:uuid - Channel API Store UUID"},{"key":"product_id","value":"{{product_id}}","description":"conditional:required_if:all,false:uuid - Channel API Product UUID"},{"key":"all","value":"false","description":"required:boolean - Set true if you want to delete all products in given store_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"fe381716-b1ad-414a-8f19-e3d7a38fff13\",\"ed63ab91-cf5a-4738-8297-2e0fbd7ace7c\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Product UUID }\",\n        \"sku\": \"{ Product SKU }\",\n        \"quantity\": \"{ Product Quantity }\"\n    }\n}"}],"_postman_id":"b3ff34e4-a11e-4293-a6ee-ecfcea814bea"},{"name":"Synced","id":"3ecd5300-3ba8-4253-96fd-5a51742fcd81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"product_ids\": [\n        \"{ Product UUD }\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/synced","description":"<p>Updates the orders as synced</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","synced"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"aee133a7-1cc2-40d1-959f-589bf143db0c","name":"Synced","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"product_ids\": [\n        \"{ Product UUD }\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/synced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Thu, 16 Apr 2020 07:31:45 GMT"},{"key":"Date","value":"Thu, 16 Apr 2020 07:31:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"3ecd5300-3ba8-4253-96fd-5a51742fcd81"},{"name":"Logs","id":"cb7be7bb-ecc3-4003-9513-9aad7a9c2686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"{{api_url}}/products/logs?product_id={{product_id}}","description":"<p>List product stock logs</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","logs"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required: uuid - Channel API Product Id</p>\n","type":"text/plain"},"key":"product_id","value":"{{product_id}}"}],"variable":[]}},"response":[{"id":"00cfbdaa-b488-48ca-a851-2b3f88046e1a","name":"Products.Logs","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"{{api_url}}/products/logs?product_id={{product_id}}","host":["{{api_url}}"],"path":["products","logs"],"query":[{"key":"product_id","value":"{{product_id}}","description":"required: uuid - Channel API Product Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"source\": \"{ Channel Api Activity Source }\",\n            \"source_name\": \"{ Channel Api Activity Created By }\",\n            \"via\": \"{ Channel Api Activity Created Via }\",\n            \"event\": \"{ Channel Api Activity Event }\",\n            \"old\": \"{ Channel Api Activity Old Value }\",\n            \"new\": \"{ Channel Api Activity New Value }\",\n            \"has_log\": \"{ Channel Api Activity Has Log }\",\n            \"log_type\": \"{ Channel Api Activity Log Type }\",\n            \"log\": {\n                \"id\": \"{ Channel Api Activity Lod Id }\"\n            },\n            \"date\": \"{ Channel Api Activity Date }\"\n        }\n    ]\n}"}],"_postman_id":"cb7be7bb-ecc3-4003-9513-9aad7a9c2686"},{"name":"Create Kit","id":"d757d8d9-8217-4887-b60c-ee59fcea034b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{{store_id}}\",\n    \"sku\": \"{ CHAPI Product SKU }\",\n    \"quantity\": 1, // optional\n    \"product_kit_items\": [\n        {\n            \"product_id\": \"{ CHAPI Product UUID }\",\n            \"quantity\": 1\n        },\n        {\n            \"product_id\": \"{ CHAPI Product UUID }\",\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/kits/create","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","kits","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"26ff8141-2435-497d-8f95-623ceed27d3a","name":"CreateKit","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"30a7cf85-f611-482b-b4c3-750d9390479a\",\n    \"sku\": \"PRODUCT_SKU\",\n    \"product_kit_items\": [\n        {\n            \"id\": \"PRODUCT_ID\",\n            \"quantity\": 1\n        },\n        {\n            \"id\": \"PRODUCT_ID\",\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/kits/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 15 Jan 2021 13:08:08 GMT"},{"key":"Date","value":"Fri, 15 Jan 2021 13:08:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_product"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"2e203807-7c92-48a9-b72f-60afcdc18577"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Product UUID }\",\n        \"sku\": \"{ Product SKU }\",\n        \"product_nominal_code\": \"{ Product Nominal Code }\",\n        \"tax_type\": \"{ Product Tax Type }\",\n        \"quantity\": \"{ Product Quantity }\",\n        \"plugin_quantity\": \"{plugin_quantity}\",\n        \"plugin_quantity_synced_at\": \"{plugin_quantity_synced_at}\",\n        \"plugin_sync_status\": \"{plugin_sync_status}\",\n        \"plugin_synced_at\": \"{plugin_synced_at}\",\n        \"type\": \"{ Product Type }\",\n        \"auto_sync_stock\": \"{ auto_sync_stock }\",\n        \"product_kit_items\": [\n            {\n                \"id\": \"{ Product UUD}\",\n                \"sku\": \"{Product SKU}\",\n                \"quantity\": \"{Quantity}\",\n                \"name\": \"{Product Name}\"\n            }\n        ],\n        \"channels\": [\n            {\n                \"id\": \"{ Channel API Channel Product UUID }\",\n                \"type\": \"{ Product Type }\",\n                \"store_id\": \"{ Channel API Store UUID }\",\n                \"store_name\": \"{ Channel API Store Name }\",\n                \"channel_id\": \"{ Channel API Channel UUID }\",\n                \"channel_name\": \"{ Channel API Channel Name }\",\n                \"remote_id\": \"{ Product Remote Id }\",\n                \"remote_sku\": \"{ Product Remote SKU }\",\n                \"sku\": \"{ Product SKU }\",\n                \"mathced_sku\": \"{ Mathced Product SKU }\",\n                \"title\": \"{ Product Title }\",\n                \"description\": \"{ Product Description }\",\n                \"image_url\": \"{ Product Image Url }\",\n                \"quantity\": \"{ Channel Product Quantity }\",\n                \"price\": \"{ Channel Product Price }\",\n                \"currency\": \"{ Channel Product Currency }\",\n                \"matched_sku\": \"{ Matched SKU }\",\n                \"pending_quantity\": \"{ Pending Quantity }\",\n                \"product_nominal_code\": \"{ Product Nominal Code }\",\n                \"dimensions\": {\n                    \"weight\": \"{ Channel Product Weight }\",\n                    \"weight_unit\": \"{ Channel Product Weight Unit }\",\n                    \"length\": \"{ Channel Product Length }\",\n                    \"length_unit\": \"{ Channel Product Length Unit }\",\n                    \"width\": \"{ Channel Product Width }\",\n                    \"width_unit\": \"{ Channel Product Width Unit }\",\n                    \"height\": \"{ Channel Product Height }\",\n                    \"height_unit\": \"{ Channel Product Height Unit }\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"d757d8d9-8217-4887-b60c-ee59fcea034b"},{"name":"Bulk Create Kit","id":"6c01cac5-8192-45ed-a3ac-82ff301adfcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{{store_id}}\",\n    \"products\": [\n        {\n            \"sku\": \"{{product_sku}}\",\n            \"quantity\": 1, // optional\n            \"product_kit_items\": [\n                {\n                    \"product_id\": \"{{product_id}}\",\n                    \"quantity\": 1\n                },\n                {\n                    \"product_id\": \"{{product_id}}\",\n                    \"quantity\": 1\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/kits/bulkCreate","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","kits","bulkCreate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"5c484a16-9e70-4cef-ae12-3a46c536944a","name":"Bulk CreateKit","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"30a7cf85-f611-482b-b4c3-750d9390479a\",\n    \"products\": [\n        {\n            \"sku\": \"PRODUCT_SKU\",\n            \"product_kit_items\": [\n                {\n                    \"product_id\": \"PRODUCT_ID\",\n                    \"quantity\": 1\n                },\n                {\n                    \"product_id\": \"PRODUCT_ID\",\n                    \"quantity\": 1\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/kits/bulkCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 18 Jun 2021 11:20:53 GMT"},{"key":"Date","value":"Fri, 18 Jun 2021 11:20:53 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_product"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"[null]"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"store_id\": \"{ Channel Api Store Id }\",\n        \"products\": [\n            {\n                \"product_uuid\": \"{ Channel Api Product UUID }\",\n                \"sku\": \"{ Product SKU }\",\n                \"quantity\": \"{ Product Quantity }\",\n                \"type\": \"{ Product Type }\",\n                \"product_kit_items\": [\n                    {\n                        \"id\": \"{ Channel Api Product UUID }\",\n                        \"sku\": \"{ Product SKU }\",\n                        \"quantity\": \"{ Number of Quantity in Kit }\"\n                    },\n                    {\n                        \"id\": \"{ Channel Api Product UUID }\",\n                        \"sku\": \"{ Product SKU }\",\n                        \"quantity\": \"{ Number of Quantity in Kit }\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"6c01cac5-8192-45ed-a3ac-82ff301adfcd"},{"name":"Update Kit","id":"a66b17d3-fb0f-48a4-b0b3-2177562db799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"product_id\": \"{ Channel API Product UUID }\",\n    \"product_kit_items\": [\n        {\n            \"product_id\": \"{ Channel API Product UUID }\",\n            \"quantity\": \"{ Product Quantity }\"\n        },\n        {\n            \"product_id\": \"{ Channel API Product UUID }\",\n            \"quantity\": \"{ Product Quantity }\"\n        },\n        {\n            \"product_id\": \"{ Channel API Product UUID }\",\n            \"quantity\": \"{ Product Quantity }\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/kits/update","description":"<p>Update product</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","kits","update"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"bebcba51-0ac3-467b-bf35-bac93afc0854","name":"Products.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product_id\": \"{ Channel API Product UUID }\",\n    \"product_kit_items\": [\n        {\n            \"product_id\": \"{ Channel API Product UUID }\",\n            \"quantity\": \"{ Product Quantity }\"\n        },\n        {\n            \"product_id\": \"{ Channel API Product UUID }\",\n            \"quantity\": \"{ Product Quantity }\"\n        },\n        {\n            \"product_id\": \"{ Channel API Product UUID }\",\n            \"quantity\": \"{ Product Quantity }\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/kits/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"fe381716-b1ad-414a-8f19-e3d7a38fff13\",\"ed63ab91-cf5a-4738-8297-2e0fbd7ace7c\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Product UUID }\",\n        \"sku\": \"{ Product SKU }\",\n        \"product_nominal_code\": \"{ Product Nominal Code }\",\n        \"tax_type\": \"{ Product Tax Type }\",\n        \"quantity\": \"{ Product Quantity }\",\n        \"plugin_quantity\": \"{plugin_quantity}\",\n        \"plugin_quantity_synced_at\": \"{plugin_quantity_synced_at}\",\n        \"plugin_sync_status\": \"{plugin_sync_status}\",\n        \"plugin_synced_at\": \"{plugin_synced_at}\",\n        \"type\": \"{ Product Type }\",\n        \"auto_sync_stock\": \"{ auto_sync_stock }\",\n        \"product_kit_items\": [\n            {\n                \"id\": \"{ Product UUD}\",\n                \"sku\": \"{Product SKU}\",\n                \"quantity\": \"{Quantity}\",\n                \"name\": \"{Product Name}\"\n            }\n        ],\n        \"channels\": [\n            {\n                \"id\": \"{ Channel API Channel Product UUID }\",\n                \"type\": \"{ Product Type }\",\n                \"store_id\": \"{ Channel API Store UUID }\",\n                \"store_name\": \"{ Channel API Store Name }\",\n                \"channel_id\": \"{ Channel API Channel UUID }\",\n                \"channel_name\": \"{ Channel API Channel Name }\",\n                \"remote_id\": \"{ Product Remote Id }\",\n                \"remote_sku\": \"{ Product Remote SKU }\",\n                \"sku\": \"{ Product SKU }\",\n                \"mathced_sku\": \"{ Mathced Product SKU }\",\n                \"title\": \"{ Product Title }\",\n                \"description\": \"{ Product Description }\",\n                \"image_url\": \"{ Product Image Url }\",\n                \"quantity\": \"{ Channel Product Quantity }\",\n                \"price\": \"{ Channel Product Price }\",\n                \"currency\": \"{ Channel Product Currency }\",\n                \"matched_sku\": \"{ Matched SKU }\",\n                \"pending_quantity\": \"{ Pending Quantity }\",\n                \"product_nominal_code\": \"{ Product Nominal Code }\",\n                \"dimensions\": {\n                    \"weight\": \"{ Channel Product Weight }\",\n                    \"weight_unit\": \"{ Channel Product Weight Unit }\",\n                    \"length\": \"{ Channel Product Length }\",\n                    \"length_unit\": \"{ Channel Product Length Unit }\",\n                    \"width\": \"{ Channel Product Width }\",\n                    \"width_unit\": \"{ Channel Product Width Unit }\",\n                    \"height\": \"{ Channel Product Height }\",\n                    \"height_unit\": \"{ Channel Product Height Unit }\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"a66b17d3-fb0f-48a4-b0b3-2177562db799"},{"name":"Delete Kit","id":"668593e5-9ea6-4cce-992d-20f559fae867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{api_url}}/products/kits/delete?product_id={{product_id}}","description":"<p>Update product</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","kits","delete"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>conditional:required_if:all,false:uuid - Channel API Product UUID</p>\n","type":"text/plain"},"key":"product_id","value":"{{product_id}}"}],"variable":[]}},"response":[{"id":"9a1a4fe3-9e08-41b9-ab30-7ea6cb725570","name":"Kit.Delete","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"CHANNEL_UUID","description":"required: uuid - Channel API Channel Id","type":"text","disabled":true},{"key":"product_id","value":"PRODUCT_ID","description":"required: uuid - Channel API Product Id","type":"text"},{"key":"quantity","value":"0","description":"required: integer - Product Quantity","type":"text"}]},"url":{"raw":"{{api_url}}/products/kits/delete?product_id={{product_id}}","host":["{{api_url}}"],"path":["products","kits","delete"],"query":[{"key":"product_id","value":"{{product_id}}","description":"conditional:required_if:all,false:uuid - Channel API Product UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"fe381716-b1ad-414a-8f19-e3d7a38fff13\",\"ed63ab91-cf5a-4738-8297-2e0fbd7ace7c\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"668593e5-9ea6-4cce-992d-20f559fae867"},{"name":"Bulk Update Kit","id":"b2be4846-bd4a-4fa2-bf6b-9908436f6bae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"products\":[\n        {\n            \"product_id\": \"{ Channel API Product UUID }\",\n            \"product_kit_items\": [\n                {\n                    \"product_id\": \"{ Channel API Product UUID }\",\n                    \"quantity\": \"{ Product Quantity }\"\n                },\n                {\n                    \"product_id\": \"{ Channel API Product UUID }\",\n                    \"quantity\": \"{ Product Quantity }\"\n                },\n                {\n                    \"product_id\": \"{ Channel API Product UUID }\",\n                    \"quantity\": \"{ Product Quantity }\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/kits/bulkUpdate","description":"<p>Update product</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","kits","bulkUpdate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"193876fc-be4e-47f0-b122-8dce15627bac","name":"Products.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"products\":[\n        {\n            \"product_id\": \"{ Channel API Product UUID }\",\n            \"product_kit_items\": [\n                {\n                    \"product_id\": \"{ Channel API Product UUID }\",\n                    \"quantity\": \"{ Product Quantity }\"\n                },\n                {\n                    \"product_id\": \"{ Channel API Product UUID }\",\n                    \"quantity\": \"{ Product Quantity }\"\n                },\n                {\n                    \"product_id\": \"{ Channel API Product UUID }\",\n                    \"quantity\": \"{ Product Quantity }\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/kits/bulkUpdate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Date","value":"Sun, 31 May 2020 23:54:08 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"fe381716-b1ad-414a-8f19-e3d7a38fff13\",\"ed63ab91-cf5a-4738-8297-2e0fbd7ace7c\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel API Product UUID }\",\n            \"sku\": \"{ Product SKU }\",\n            \"product_nominal_code\": \"{ Product Nominal Code }\",\n            \"tax_type\": \"{ Product Tax Type }\",\n            \"quantity\": \"{ Product Quantity }\",\n            \"plugin_quantity\": \"{plugin_quantity}\",\n            \"plugin_quantity_synced_at\": \"{plugin_quantity_synced_at}\",\n            \"plugin_sync_status\": \"{plugin_sync_status}\",\n            \"plugin_synced_at\": \"{plugin_synced_at}\",\n            \"type\": \"{ Product Type }\",\n            \"auto_sync_stock\": \"{ auto_sync_stock }\",\n            \"product_kit_items\": [\n                {\n                    \"id\": \"{ Product UUD}\",\n                    \"sku\": \"{Product SKU}\",\n                    \"quantity\": \"{Quantity}\",\n                    \"name\": \"{Product Name}\"\n                }\n            ],\n            \"channels\": [\n                {\n                    \"id\": \"{ Channel API Channel Product UUID }\",\n                    \"type\": \"{ Product Type }\",\n                    \"store_id\": \"{ Channel API Store UUID }\",\n                    \"store_name\": \"{ Channel API Store Name }\",\n                    \"channel_id\": \"{ Channel API Channel UUID }\",\n                    \"channel_name\": \"{ Channel API Channel Name }\",\n                    \"remote_id\": \"{ Product Remote Id }\",\n                    \"remote_sku\": \"{ Product Remote SKU }\",\n                    \"sku\": \"{ Product SKU }\",\n                    \"mathced_sku\": \"{ Mathced Product SKU }\",\n                    \"title\": \"{ Product Title }\",\n                    \"description\": \"{ Product Description }\",\n                    \"image_url\": \"{ Product Image Url }\",\n                    \"quantity\": \"{ Channel Product Quantity }\",\n                    \"price\": \"{ Channel Product Price }\",\n                    \"currency\": \"{ Channel Product Currency }\",\n                    \"matched_sku\": \"{ Matched SKU }\",\n                    \"pending_quantity\": \"{ Pending Quantity }\",\n                    \"product_nominal_code\": \"{ Product Nominal Code }\",\n                    \"dimensions\": {\n                        \"weight\": \"{ Channel Product Weight }\",\n                        \"weight_unit\": \"{ Channel Product Weight Unit }\",\n                        \"length\": \"{ Channel Product Length }\",\n                        \"length_unit\": \"{ Channel Product Length Unit }\",\n                        \"width\": \"{ Channel Product Width }\",\n                        \"width_unit\": \"{ Channel Product Width Unit }\",\n                        \"height\": \"{ Channel Product Height }\",\n                        \"height_unit\": \"{ Channel Product Height Unit }\"\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"b2be4846-bd4a-4fa2-bf6b-9908436f6bae"},{"name":"Check Type","id":"0c78734b-84a5-4881-9f58-7ba858a4eaf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","type":"text"},{"key":"products[0][product_id]","value":"{{product_id}}","type":"text"},{"key":"products[0][type]","value":"{{product_type}}","type":"text"},{"key":"products[1][product_id]","value":"{{product_id}}","type":"text"},{"key":"products[1][type]","value":"{{product_type}}","type":"text"}]},"url":"{{api_url}}/products/check/type","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","check","type"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"368fcccf-f352-459f-8c8b-dc17f60e1ea2","name":"Check products type","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","type":"text"},{"key":"products[0][product_id]","value":"PRODUCT_ID","type":"text"},{"key":"products[0][type]","value":"PRODUCT_TYPE","type":"text"},{"key":"products[1][product_id]","value":"PRODUCT_ID","type":"text"},{"key":"products[1][type]","value":"PRODUCT_TYPE","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{api_url}}/products/check/type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Thu, 05 Aug 2021 14:17:25 GMT"},{"key":"Date","value":"Thu, 05 Aug 2021 14:17:25 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.22"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"product_id\": \"{ Channel API Product UUID }\",\n            \"type\": \"{ Product Type }\",\n            \"exists\": true,\n            \"warning\": null\n        },\n        {\n            \"product_id\": \"{ Channel API Product UUID }\",\n            \"type\": \"{ Product Type }\",\n            \"exists\": false,\n            \"warning\": \"Product does not exist\"\n        }\n    ]\n}"}],"_postman_id":"0c78734b-84a5-4881-9f58-7ba858a4eaf4"},{"name":"Update Auto Sync Stock","id":"af25eb0a-9a5d-4187-b77f-fb167b752904","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"product_id","value":"{{product_id}}","description":"<p>required: uuid - Channel API Product Id</p>\n","type":"text"},{"key":"auto_sync_stock","value":"false","description":"<p>required: boolean - Set Product Auto Sync Stock</p>\n","type":"text"}]},"url":"{{api_url}}/products/updateAutoSyncStock","description":"<p>Update product</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["products","updateAutoSyncStock"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ee693874-aa12-40d9-8daf-13550622c4dd","name":"Update Auto Sync Stock","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"product_id","value":"{{product_id}}","description":"required: uuid - Channel API Product Id","type":"text"},{"key":"auto_sync_stock","value":"false","description":"required: boolean - Set Product Auto Sync Stock","type":"text"}]},"url":"{{api_url}}/products/updateAutoSyncStock"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Product UUID }\",\n        \"sku\": \"{ Product SKU }\",\n        \"product_nominal_code\": \"{ Product Nominal Code }\",\n        \"tax_type\": \"{ Product Tax Type }\",\n        \"quantity\": \"{ Product Quantity }\",\n        \"plugin_quantity\": \"{plugin_quantity}\",\n        \"plugin_quantity_synced_at\": \"{plugin_quantity_synced_at}\",\n        \"plugin_sync_status\": \"{plugin_sync_status}\",\n        \"plugin_synced_at\": \"{plugin_synced_at}\",\n        \"type\": \"{ Product Type }\",\n        \"auto_sync_stock\": \"{ auto_sync_stock }\",\n        \"product_kit_items\": [\n            {\n                \"id\": \"{ Product UUD}\",\n                \"sku\": \"{Product SKU}\",\n                \"quantity\": \"{Quantity}\",\n                \"name\": \"{Product Name}\"\n            }\n        ],\n        \"channels\": [\n            {\n                \"id\": \"{ Channel API Channel Product UUID }\",\n                \"type\": \"{ Product Type }\",\n                \"store_id\": \"{ Channel API Store UUID }\",\n                \"store_name\": \"{ Channel API Store Name }\",\n                \"channel_id\": \"{ Channel API Channel UUID }\",\n                \"channel_name\": \"{ Channel API Channel Name }\",\n                \"remote_id\": \"{ Product Remote Id }\",\n                \"remote_sku\": \"{ Product Remote SKU }\",\n                \"sku\": \"{ Product SKU }\",\n                \"mathced_sku\": \"{ Mathced Product SKU }\",\n                \"title\": \"{ Product Title }\",\n                \"description\": \"{ Product Description }\",\n                \"image_url\": \"{ Product Image Url }\",\n                \"quantity\": \"{ Channel Product Quantity }\",\n                \"price\": \"{ Channel Product Price }\",\n                \"currency\": \"{ Channel Product Currency }\",\n                \"matched_sku\": \"{ Matched SKU }\",\n                \"pending_quantity\": \"{ Pending Quantity }\",\n                \"product_nominal_code\": \"{ Product Nominal Code }\",\n                \"dimensions\": {\n                    \"weight\": \"{ Channel Product Weight }\",\n                    \"weight_unit\": \"{ Channel Product Weight Unit }\",\n                    \"length\": \"{ Channel Product Length }\",\n                    \"length_unit\": \"{ Channel Product Length Unit }\",\n                    \"width\": \"{ Channel Product Width }\",\n                    \"width_unit\": \"{ Channel Product Width Unit }\",\n                    \"height\": \"{ Channel Product Height }\",\n                    \"height_unit\": \"{ Channel Product Height Unit }\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"af25eb0a-9a5d-4187-b77f-fb167b752904"}],"id":"dde285d5-6fb4-49b1-8724-cff9a2948982","_postman_id":"dde285d5-6fb4-49b1-8724-cff9a2948982","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Webhooks","item":[{"name":"List","id":"a28b358f-f24f-4756-a722-9a57e89738b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/webhooks/list?store_id={{store_id}}","description":"<p>Lists all channels</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["webhooks","list"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required: uuid - Channel API Store Id</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"}],"variable":[]}},"response":[{"id":"1a169f81-e371-4fa5-8765-ebc334040629","name":"Webhooks.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"url":{"raw":"{{api_url}}/webhooks/list?store_id={{store_id}}","host":["{{api_url}}"],"path":["webhooks","list"],"query":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 20 Jul 2020 13:36:04 GMT"},{"key":"Date","value":"Mon, 20 Jul 2020 13:36:04 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel API Webhook UUID }\",\n            \"store_id\": \"{ Channel API Store UUID }\",\n            \"event\": \"{ Channel API Webhook Event }\",\n            \"method\": \"{ Channel API Webhook Request Method }\",\n            \"url\": \"{ Channel API Webhook URL }\",\n            \"is_active\": \"{ Channel API Webhook Is Active }\",\n            \"requires_auth\": \"{ Channel API Webhook Requires Auth }\",\n            \"auth_header\": \"{ Channel API Webhook Auth Header }\",\n            \"auth_key\": \"{ Channel API Webhook Auth Key }\",\n            \"item_limit\": \"{ Number of items to be send }\",\n            \"include_country_codes\": \"Comma seperated include country codes\",\n            \"exclude_country_codes\": \"Comma seperated exclude country codes\",\n            \"include_sku_codes\": \"Comma seperated include sku codes\",\n            \"exclude_sku_codes\": \"Comma seperated exclude sku codes\",\n            \"headers\": [\n                {\n                    \"header_key\": \"header_value\"\n                }\n            ],\n            \"order_statuses\": \"Comma seperated order statuses\",\n            \"interval\": \"interval\"\n        }\n    ]\n}"}],"_postman_id":"a28b358f-f24f-4756-a722-9a57e89738b4"},{"name":"Create","event":[{"listen":"test","script":{"id":"f24050b1-53e6-4d82-b752-c374f61c65db","exec":[""],"type":"text/javascript"}}],"id":"0ba2451a-0d4f-42ad-8bb8-120e568d532c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"event","value":"{{event}}","description":"<p>required:string - Webhook Event\nAvailable events: orders.received, orders.updated, confirmation.orders.received, products.updated, channels.products.updated, fulfillments.updated, invoices.received, invoices.updated, fulfillments.created</p>\n","type":"text"},{"key":"method","value":"{{method}}","description":"<p>required:string - Webhook Request Method</p>\n<p>Available methods: 'GET', 'POST'</p>\n","type":"text"},{"key":"url","value":"{{url}}","description":"<p>required:string - Web URL</p>\n","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"<p>optional:string - Order Statuses to Filter orders.rceived webhook</p>\n<p>options:\n-Unpaid\n-Unshipped\n-PartiallyShipped\n-Shipped\n-Cancelled\n-Refunded\n-Unfulfillable\n-Accepted\n-Rejected</p>\n","type":"text"},{"key":"requires_auth","value":"{{requires_auth}}","description":"<p>required:boolean - Sets Webhook Requires Authorization</p>\n","type":"text"},{"key":"auth_header","value":"{{webhook_auth_header}}","description":"<p>conditional:string - Webhook Authorization Header Key</p>\n<ul>\n<li>Required if requires_auth equals to true</li>\n</ul>\n","type":"text"},{"key":"auth_key","value":"{{webhook_auth_key}}","description":"<p>conditional:string - Webhook Authorization Header Value</p>\n<ul>\n<li>Required if requires_auth equals to true</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Webhook active/disabled</p>\n","type":"text"},{"key":"item_limit","value":"{{item_limit}}","description":"<p>optional|integer - Number of items to be send</p>\n","type":"text"},{"key":"include_country_codes","value":"{{include_country_codes}}","description":"<p>optional|string - Comma seperated include country codes</p>\n","type":"text"},{"key":"exclude_country_codes","value":"{{exclude_country_codes}}","description":"<p>optional|string Comma seperated exclude country codes</p>\n","type":"text"},{"key":"include_sku_codes","value":"{{include_sku_codes}}","description":"<p>optional|string Comma seperated include sku codes</p>\n","type":"text"},{"key":"exclude_sku_codes","value":"{{exclude_sku_codes}}","description":"<p>optional|string Comma seperated exclude sku codes</p>\n","type":"text"},{"key":"headers[{{header_key}}]","value":"{{header_value}}","description":"<p>optional|array - Key Value</p>\n","type":"text"},{"key":"interval","value":"{{interval}}","description":"<p>optional|integer|min:2</p>\n","type":"text"},{"key":"only_send_given_skus","value":"{{only_send_given_skus}}","description":"<p>optional|boolean - Only send the entered include SKUs as order items</p>\n","type":"text"},{"key":"extract_given_skus","value":"{{extract_given_skus}}","description":"<p>optional|string - Comma seperated - Extract the entered SKUs from order items</p>\n","type":"text"}]},"url":"{{api_url}}/webhooks/create","description":"<p>Create new Webhook</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["webhooks","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"6e212f31-e1af-4648-856d-7ef9dc5c2bb2","name":"Webhooks.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"event","value":"{{event}}","description":"required:string - Webhook Event\nAvailable events: orders.received, orders.updated, confirmation.orders.received, products.updated, channels.products.updated, fulfillments.updated, invoices.received, invoices.updated, fulfillments.created","type":"text"},{"key":"method","value":"{{method}}","description":"required:string - Webhook Request Method\n\nAvailable methods: 'GET', 'POST'","type":"text"},{"key":"url","value":"{{url}}","description":"required:string - Web URL","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"optional:string - Order Statuses to Filter orders.rceived webhook\n\noptions:\n-Unpaid\n-Unshipped\n-PartiallyShipped\n-Shipped\n-Cancelled\n-Refunded\n-Unfulfillable\n-Accepted\n-Rejected","type":"text"},{"key":"requires_auth","value":"{{requires_auth}}","description":"required:boolean - Sets Webhook Requires Authorization","type":"text"},{"key":"auth_header","value":"{{webhook_auth_header}}","description":"conditional:string - Webhook Authorization Header Key\n\n* Required if requires_auth equals to true","type":"text"},{"key":"auth_key","value":"{{webhook_auth_key}}","description":"conditional:string - Webhook Authorization Header Value\n* Required if requires_auth equals to true","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Webhook active/disabled","type":"text"},{"key":"item_limit","value":"{{item_limit}}","description":"optional|integer - Number of items to be send","type":"text"},{"key":"include_country_codes","value":"{{include_country_codes}}","description":"optional|string - Comma seperated include country codes","type":"text"},{"key":"exclude_country_codes","value":"{{exclude_country_codes}}","description":"optional|string Comma seperated exclude country codes","type":"text"},{"key":"include_sku_codes","value":"{{include_sku_codes}}","description":"optional|string Comma seperated include sku codes","type":"text"},{"key":"exclude_sku_codes","value":"{{exclude_sku_codes}}","description":"optional|string Comma seperated exclude sku codes","type":"text"},{"key":"headers[{{header_key}}]","value":"{{header_value}}","description":"optional|array - Key Value","type":"text"},{"key":"interval","value":"{{interval}}","description":"optional|integer|min:2","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{api_url}}/webhooks/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 20 Jul 2020 13:35:43 GMT"},{"key":"Date","value":"Mon, 20 Jul 2020 13:35:43 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Webhook UUID }\",\n        \"store_id\": \"{ Channel API Store UUID }\",\n        \"event\": \"{ Channel API Webhook Event }\",\n        \"method\": \"{ Channel API Webhook Request Method }\",\n        \"url\": \"{ Channel API Webhook URL }\",\n        \"is_active\": \"{ Channel API Webhook Is Active }\",\n        \"requires_auth\": \"{ Channel API Webhook Requires Auth }\",\n        \"auth_header\": \"{ Channel API Webhook Auth Header }\",\n        \"auth_key\": \"{ Channel API Webhook Auth Key }\",\n        \"item_limit\": \"{ Number of items to be send }\",\n        \"include_country_codes\": \"Comma seperated include country codes\",\n        \"exclude_country_codes\": \"Comma seperated exclude country codes\",\n        \"include_sku_codes\": \"Comma seperated include sku codes\",\n        \"exclude_sku_codes\": \"Comma seperated exclude sku codes\",\n        \"headers\": [\n            {\"header_key\": \"header_value\"}\n        ],\n        \"order_statuses\": \"Comma seperated order statuses\",\n        \"interval\": \"interval\"\n    }\n}"}],"_postman_id":"0ba2451a-0d4f-42ad-8bb8-120e568d532c"},{"name":"Update","id":"e6b1db97-ec2d-4bc0-975c-7114788efca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"event","value":"{{webhook_event}}","description":"<p>required:string - Webhook Event</p>\n<p>Available events: orders.received, orders.updated, products.updated, fulfillments.updated, fulfillments.created</p>\n","type":"text"},{"key":"method","value":"{{webhook_method}}","description":"<p>required:string - Webhook Request Method</p>\n<p>Available methods: 'GET', 'POST'</p>\n","type":"text"},{"key":"url","value":"{{webhook_url}}","description":"<p>required:string - Web URL</p>\n","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"<p>optional:string - Order Statuses to Filter orders.rceived webhook</p>\n<p>options:\n-Unpaid\n-Unshipped\n-PartiallyShipped\n-Shipped\n-Cancelled\n-Refunded\n-Unfulfillable\n-Accepted\n-Rejected</p>\n","type":"text"},{"key":"requires_auth","value":"{{webhook_requires_auth}}","description":"<p>required:boolean - Sets Webhook Requires Authorization</p>\n","type":"text"},{"key":"auth_header","value":"{{webhook_auth_header}}","description":"<p>conditional:string - Webhook Authorization Header Key</p>\n<ul>\n<li>Required if requires_auth equals to true</li>\n</ul>\n","type":"text"},{"key":"auth_key","value":"{{webhook_auth_key}}","description":"<p>conditional:string - Webhook Authorization Header Value</p>\n<ul>\n<li>Required if requires_auth equals to true</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>required:boolean:default=true - Sets Webhook active/disabled</p>\n","type":"text"},{"key":"item_limit","value":"{{item_limit}}","description":"<p>optional|integer - Number of items to be send</p>\n","type":"text"},{"key":"include_country_codes","value":"{{include_country_codes}}","description":"<p>optional|string - Comma seperated include country codes</p>\n","type":"text"},{"key":"exclude_country_codes","value":"{{exclude_country_codes}}","description":"<p>optional|string Comma seperated exclude country codes</p>\n","type":"text"},{"key":"include_sku_codes","value":"{{include_sku_codes}}","description":"<p>optional|string Comma seperated include sku codes</p>\n","type":"text"},{"key":"exclude_sku_codes","value":"{{exclude_sku_codes}}","description":"<p>optional|string Comma seperated exclude sku codes</p>\n","type":"text"},{"key":"headers[{{header_key}}]","value":"{{header_value}}","description":"<p>optional|array - Key Value</p>\n","type":"text"},{"key":"interval","value":"{{interval}}","description":"<p>optional|integer|min:2</p>\n","type":"text"},{"key":"only_send_given_skus","value":"{{only_send_given_skus}}","description":"<p>optional|boolean - Only send the entered include SKUs as order items</p>\n","type":"text"},{"key":"extract_given_skus","value":"{{extract_given_skus}}","description":"<p>optional|string - Comma seperated - Extract the entered SKUs from order items</p>\n","type":"text"}]},"url":"{{api_url}}/webhooks/update?webhook_id={{webhook_id}}","description":"<p>Create new Webhook</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["webhooks","update"],"host":["{{api_url}}"],"query":[{"key":"webhook_id","value":"{{webhook_id}}"}],"variable":[]}},"response":[{"id":"7a47d5c5-d5de-4168-966a-52de1c2dfd4f","name":"Webhook.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"event","value":"{{webhook_event}}","description":"required:string - Webhook Event\n\nAvailable events: orders.received, orders.updated, products.updated, fulfillments.updated, fulfillments.created","type":"text"},{"key":"method","value":"{{webhook_method}}","description":"required:string - Webhook Request Method\n\nAvailable methods: 'GET', 'POST'","type":"text"},{"key":"url","value":"{{webhook_url}}","description":"required:string - Web URL","type":"text"},{"key":"order_statuses","value":"{{order_statuses}}","description":"optional:string - Order Statuses to Filter orders.rceived webhook\n\noptions:\n-Unpaid\n-Unshipped\n-PartiallyShipped\n-Shipped\n-Cancelled\n-Refunded\n-Unfulfillable\n-Accepted\n-Rejected","type":"text"},{"key":"requires_auth","value":"{{webhook_requires_auth}}","description":"required:boolean - Sets Webhook Requires Authorization","type":"text"},{"key":"auth_header","value":"{{webhook_auth_header}}","description":"conditional:string - Webhook Authorization Header Key\n\n* Required if requires_auth equals to true","type":"text"},{"key":"auth_key","value":"{{webhook_auth_key}}","description":"conditional:string - Webhook Authorization Header Value\n* Required if requires_auth equals to true","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"required:boolean:default=true - Sets Webhook active/disabled","type":"text"},{"key":"item_limit","value":"{{item_limit}}","description":"optional|integer - Number of items to be send","type":"text"},{"key":"include_country_codes","value":"{{include_country_codes}}","description":"optional|string - Comma seperated include country codes","type":"text"},{"key":"exclude_country_codes","value":"{{exclude_country_codes}}","description":"optional|string Comma seperated exclude country codes","type":"text"},{"key":"include_sku_codes","value":"{{include_sku_codes}}","description":"optional|string Comma seperated include sku codes","type":"text"},{"key":"exclude_sku_codes","value":"{{exclude_sku_codes}}","description":"optional|string Comma seperated exclude sku codes","type":"text"},{"key":"headers[{{header_key}}]","value":"{{header_value}}","description":"optional|array - Key Value","type":"text"},{"key":"interval","value":"{{interval}}","description":"optional|integer|min:2","type":"text"}]},"url":{"raw":"{{api_url}}/webhooks/update?webhook_id={{webhook_id}}","host":["{{api_url}}"],"path":["webhooks","update"],"query":[{"key":"webhook_id","value":"{{webhook_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel API Webhook UUID }\",\n        \"store_id\": \"{ Channel API Store UUID }\",\n        \"event\": \"{ Channel API Webhook Event }\",\n        \"method\": \"{ Channel API Webhook Request Method }\",\n        \"url\": \"{ Channel API Webhook URL }\",\n        \"is_active\": \"{ Channel API Webhook Is Active }\",\n        \"requires_auth\": \"{ Channel API Webhook Requires Auth }\",\n        \"auth_header\": \"{ Channel API Webhook Auth Header }\",\n        \"auth_key\": \"{ Channel API Webhook Auth Key }\",\n        \"item_limit\": \"{ Number of items to be send }\",\n        \"include_country_codes\": \"Comma seperated include country codes\",\n        \"exclude_country_codes\": \"Comma seperated exclude country codes\",\n        \"include_sku_codes\": \"Comma seperated include sku codes\",\n        \"exclude_sku_codes\": \"Comma seperated exclude sku codes\",\n        \"headers\": [\n            {\"header_key\": \"header_value\"}\n        ],\n        \"order_statuses\": \"Comma seperated order statuses\",\n        \"interval\": \"interval\"\n    }\n}"}],"_postman_id":"e6b1db97-ec2d-4bc0-975c-7114788efca0"},{"name":"Delete","id":"5d38ecfb-e7c8-4d49-a40a-7d0dc2a284cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"{{api_url}}/webhooks/delete?store_id={{store_id}}&webhook_id={{webhook_id}}","description":"<p>Create new Webhook</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["webhooks","delete"],"host":["{{api_url}}"],"query":[{"key":"store_id","value":"{{store_id}}"},{"key":"webhook_id","value":"{{webhook_id}}"}],"variable":[]}},"response":[{"id":"9507d42a-005d-4732-8177-b59ef1417d90","name":"Delete","originalRequest":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"{{api_url}}/webhooks/delete?store_id={{store_id}}&webhook_id={{webhook_id}}","host":["{{api_url}}"],"path":["webhooks","delete"],"query":[{"key":"store_id","value":"{{store_id}}"},{"key":"webhook_id","value":"{{webhook_id}}"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d38ecfb-e7c8-4d49-a40a-7d0dc2a284cc"}],"id":"b3822382-6f52-4641-b1d0-b999753b545b","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3bde1262-681b-4ef1-a107-5b257fb24fdf"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7eab8aa3-3750-4b0f-b6b3-bfa6146f76e9"}}],"_postman_id":"b3822382-6f52-4641-b1d0-b999753b545b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Confirmation Orders","item":[{"name":"List","id":"0ddbc987-486b-4062-9f4e-8653e76cc0c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/confirmationOrders/list?store_id={{store_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["confirmationOrders","list"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required: uuid - Channel API Store Id</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"},{"disabled":true,"description":{"content":"<p>optional: uuid - Channel API Channel Id</p>\n","type":"text/plain"},"key":"channel_id","value":"{{channel_id}}"},{"disabled":true,"description":{"content":"<p>optional: string - Comma Separated Channel Id List</p>\n","type":"text/plain"},"key":"channel_ids","value":"{{channel_ids}}"},{"disabled":true,"description":{"content":"<p>optional: string Avaiable parameters: Pending,  Accepted, Shipped, Rejected</p>\n","type":"text/plain"},"key":"filter_status","value":"{{filter_status}}"}],"variable":[]}},"response":[{"id":"2f01579f-7776-462d-b312-711f115d6e62","name":"List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/confirmationOrders/list?store_id={{store_id}}","host":["{{api_url}}"],"path":["confirmationOrders","list"],"query":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id"},{"key":"channel_id","value":"{{channel_id}}","description":"optional: uuid - Channel API Channel Id","disabled":true},{"key":"channel_ids","value":"{{channel_ids}}","description":"optional: string - Comma Separated Channel Id List","disabled":true},{"key":"filter_status","value":"{{filter_status}}","description":"optional: string Avaiable parameters: Pending,  Accepted, Shipped, Rejected","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 30 Aug 2021 08:10:22 GMT"},{"key":"Date","value":"Mon, 30 Aug 2021 08:10:22 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.22"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel Api Order UUID }\",\n            \"remote_id\": \"{ ORDER REMOTE ID }\",\n            \"store_id\": \"{ STORE ID }\",\n            \"channel_name\": \"{ CHANNEL NAME }\",\n            \"customer_order_number\": \"{ CUSTOMER ORDER NUMBER }\",\n            \"order_date\": \"{ ORDER DATE }\",\n            \"order_changed_date\": null,\n            \"tax_rate\": \"{ TAX RATE }\",\n            \"tax_total\": \"{ TAX TOTAL }\",\n            \"tax_currency\": \"{ TAX CURRENCY }\",\n            \"tax_type\": \"{ TAX TYPE }\",\n            \"order_total\": \"{ ORDER TOTAL }\",\n            \"order_currency\": \"{ORDER CURRENCY }\",\n            \"status\": \"{ STATUS }\",\n            \"friendly_acknowledge_sync_status\": \"{ ORDER ACKNOWLEDGE SYNC STATUS }\",\n            \"import_date\": \"{ IMPORT DATE }\",\n            \"primary_reference_id\": \"{primary_reference_id}\",\n            \"order_id\": \"{order_id}\", // sometimes\n            \"message\": \"{message}\" // sometimes\n        }\n    ]\n}"}],"_postman_id":"0ddbc987-486b-4062-9f4e-8653e76cc0c3"},{"name":"Update","id":"c93e50a7-1b3a-429e-8df3-e6e48ba59d25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"acknowledge_sync_status","value":"{{acknowledge_sync_status}}","description":"<p>required:integer - 1 to confirm 2 to cancel</p>\n","type":"text"},{"key":"order_uuid","value":"{{order_uuid}}","description":"<p>required:uuid</p>\n","type":"text"}]},"url":"{{api_url}}/confirmationOrders/update?store_id={{store_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["confirmationOrders","update"],"host":["{{api_url}}"],"query":[{"key":"store_id","value":"{{store_id}}"}],"variable":[]}},"response":[{"id":"dbaaf58d-5c32-4ca5-ada1-8fa4135d43d0","name":"Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"acknowledge_sync_status","value":"2","description":"1 to confirm 2 to cancel","type":"text"},{"key":"order_uuid","value":"57ccf62e-c7cb-4b2f-b760-f61f4d271838","type":"text"}]},"url":{"raw":"{{api_url}}/confirmationOrders/update?store_id={{store_id}}","host":["{{api_url}}"],"path":["confirmationOrders","update"],"query":[{"key":"store_id","value":"{{store_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 30 Aug 2021 09:40:04 GMT"},{"key":"Date","value":"Mon, 30 Aug 2021 09:40:04 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.22"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel Api Order UUID }\",\n        \"remote_id\": \"{ ORDER REMOTE ID }\",\n        \"store_id\": \"{ STORE ID }\",\n        \"channel_name\": \"{ CHANNEL NAME }\",\n        \"customer_order_number\": \"{ CUSTOMER ORDER NUMBER }\",\n        \"order_date\": \"{ ORDER DATE }\",\n        \"order_changed_date\": null,\n        \"tax_rate\": \"{ TAX RATE }\",\n        \"tax_total\": \"{ TAX TOTAL }\",\n        \"tax_currency\": \"{ TAX CURRENCY }\",\n        \"tax_type\": \"{ TAX TYPE }\",\n        \"order_total\": \"{ ORDER TOTAL }\",\n        \"order_currency\": \"{ORDER CURRENCY }\",\n        \"status\": \"{ STATUS }\",\n        \"friendly_acknowledge_sync_status\": \"{ ORDER ACKNOWLEDGE SYNC STATUS }\",\n        \"import_date\": \"{ IMPORT DATE }\",\n        \"primary_reference_id\": \"{primary_reference_id}\",\n        \"order_id\": \"{order_id}\", // sometimes\n        \"message\": \"{message}\" // sometimes\n    }\n}"}],"_postman_id":"c93e50a7-1b3a-429e-8df3-e6e48ba59d25"},{"name":"Order Item List","id":"462c196d-bd73-43a1-8c96-97ccd7103017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/confirmationOrders/items?store_id={{store_id}}&order_uuid={{order_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["confirmationOrders","items"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required:uuid</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"},{"description":{"content":"<p>required:uuid</p>\n","type":"text/plain"},"key":"order_uuid","value":"{{order_uuid}}"}],"variable":[]}},"response":[{"id":"4bd47fb0-3eb4-4f48-bff2-c89857bda95d","name":"Order Item List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_url}}/confirmationOrders/items?store_id={{store_id}}&order_uuid={{order_uuid}}","host":["{{api_url}}"],"path":["confirmationOrders","items"],"query":[{"key":"store_id","value":"{{store_id}}","description":"required:uuid"},{"key":"order_uuid","value":"{{order_uuid}}","description":"required:uuid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 30 Aug 2021 08:41:41 GMT"},{"key":"Date","value":"Mon, 30 Aug 2021 08:41:41 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.22"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel API Order Item UUID }\",\n            \"product_remote_sku\": \"{ Product Remote SKU }\",\n            \"product_sku\": \"{ Product SKU }\",\n            \"title\": \"{ Product Title }\",\n            \"quantity\": \"{ Product Quantity }\",\n            \"tax_total\": \"{ Tax Total }\",\n            \"tax_currency\": \"{ Tax Curreny }\",\n            \"price\": \"{ Tax Price }\",\n            \"price_currency\": \"{ Price Curreny }\",\n            \"acknowledge_status\": \"{ Acknowledge Status}\",\n            \"friendly_status\": \"{ Friendly Status }\",\n            \"accepted_ack_quantity\": \"{ Accepted Quantity }\",\n            \"backordered_ack_quantity\": \"{ Backordered Quantity \",\n            \"rejected_ack_quantity\": \"{ Rejected Quantity }\",\n            \"accepted_scheduled_ship_date\": \"{ Accepted Scheduled Ship Date }\",\n            \"backordered_scheduled_ship_date\": \"{ Backordered Scheduled Ship Date }\",\n            \"rejected_reason\": \" Rejected Reason\",\n            \"product_id\": \"{product_id}\" // sometimes\n        }\n    ]\n}"}],"_postman_id":"462c196d-bd73-43a1-8c96-97ccd7103017"},{"name":"Update Order Item","id":"451d1f47-6ae2-4811-8e44-77c451705502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_uuid","value":"{{order_uuid}}","description":"<p>required:uuid - Channel API Order UUID</p>\n","type":"text"},{"key":"order_item_uuid","value":"{{order_item_uuid}}","description":"<p>required:uuid - Channel API Order Item UUID</p>\n","type":"text"},{"key":"acknowledge_status","value":"{{acknowledge_status}}","description":"<p>required:integer - Acknowledge Status 1 =&gt; Accept 2 =&gt; Reject</p>\n","type":"text"},{"key":"accepted_ack_quantity","value":"{{accepted_ack_quantity}}","description":"<p>optional: integer - Accepted ACK Quantity</p>\n","type":"text"},{"key":"backordered_ack_quantity","value":"{{backordered_ack_quantity}}","description":"<p>optional: integer - Backordered ACK Quantity</p>\n","type":"text"},{"key":"accepted_scheduled_ship_date","value":"{{accepted_scheduled_ship_date}}","description":"<p>required_if acknowledge_status is 1 - Accepted scheduled ship date</p>\n","type":"text"},{"key":"rejected_reason","value":"{{rejected_reason}}","description":"<p>Rejected reason optional|nullable - required if channel provider amazon vendor</p>\n","type":"text","disabled":true},{"key":"backordered_scheduled_ship_date","value":"{{backordered_scheduled_ship_date}}","description":"<p>Optional. Backordered scheduled ship date</p>\n","type":"text","disabled":true}]},"url":"{{api_url}}/confirmationOrders/updateItem?store_id={{store_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["confirmationOrders","updateItem"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required:uuid</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"}],"variable":[]}},"response":[{"id":"7df81c21-bd3d-49bc-a991-afc0122b0178","name":"Update Order Item","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_uuid","value":"{{order_uuid}}","description":"required:uuid - Channel API Order UUID","type":"text"},{"key":"order_item_uuid","value":"{{order_item_uuid}}","description":"required:uuid - Channel API Order Item UUID","type":"text"},{"key":"acknowledge_status","value":"{{acknowledge_status}}","description":"required:integer - Acknowledge Status 1 => Accept 2 => Reject","type":"text"},{"key":"accepted_ack_quantity","value":"{{accepted_ack_quantity}}","description":"optional: integer - Accepted ACK Quantity","type":"text"},{"key":"backordered_ack_quantity","value":"{{backordered_ack_quantity}}","description":"optional: integer - Backordered ACK Quantity","type":"text"},{"key":"accepted_scheduled_ship_date","value":"{{accepted_scheduled_ship_date}}","description":"required_if acknowledge_status is 1 - Accepted scheduled ship date","type":"text"},{"key":"rejected_reason","value":"{{rejected_reason}}","description":"Rejected reason optional|nullable - required if channel provider amazon vendor","type":"text","disabled":true},{"key":"backordered_scheduled_ship_date","value":"{{backordered_scheduled_ship_date}}","description":"Optional. Backordered scheduled ship date","type":"text","disabled":true}]},"url":{"raw":"{{api_url}}/confirmationOrders/updateItem?store_id={{store_id}}","host":["{{api_url}}"],"path":["confirmationOrders","updateItem"],"query":[{"key":"store_id","value":"{{store_id}}","description":"required:uuid"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"451d1f47-6ae2-4811-8e44-77c451705502"}],"id":"eb75346e-5f5c-45ff-9460-ec2ba030bef1","_postman_id":"eb75346e-5f5c-45ff-9460-ec2ba030bef1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Invoices","item":[{"name":"List","id":"2e298a49-4c94-40e5-bb08-b97e456c89a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{api_url}}/invoices/list?store_id={{store_id}}&page=1","description":"<p>List products</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["invoices","list"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required: uuid - Channel API Store Id</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"},{"description":{"content":"<p>optional:int - Pagination</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>optional:string Order ID</p>\n","type":"text/plain"},"key":"order_id","value":"{{order_id}}"},{"disabled":true,"description":{"content":"<p>optional:string Invoice UUID</p>\n","type":"text/plain"},"key":"invoice_id","value":"{{invoice_id}}"}],"variable":[]}},"response":[{"id":"acf63150-9fee-48f0-b71c-1d73f0efc2a0","name":"List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"{{api_url}}/invoices/list?store_id={{store_id}}&page=1","host":["{{api_url}}"],"path":["invoices","list"],"query":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id"},{"key":"page","value":"1","description":"optional:int - Pagination"},{"key":"order_id","value":"{{order_id}}","description":"optional:string Order ID","disabled":true},{"key":"invoice_id","value":"{{invoice_id}}","description":"optional:string Invoice UUID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 22 Oct 2021 10:18:56 GMT"},{"key":"Date","value":"Fri, 22 Oct 2021 10:18:56 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{{Channel API Invoice UUID}}\",\n            \"invoice_number\": \"{{Invoice Number}}\",\n            \"order_id\": \"{{Order ID}}\",\n            \"invoice_id\": \"{{Invoice ID}}\",\n            \"currency\": \"{{Currency}}\",\n            \"store_id\": \"{{Store ID}}\",\n            \"channel_id\": \"{{Channel ID}}\",\n            \"shipping_total\": \"{{Total shipping price}}\",\n            \"shipping_tax_type\": \"{{shipping_tax_type}}\",\n            \"shipping_account_code\": \"{{shipping_account_code}}\",\n            \"total\": \"{[Total Price]}\",\n            \"invoice_date\": \"{{ Invoice Date}}\",\n            \"due_date\": \"{{due_date}}\",\n            \"notes\": \"{{Notes}}\",\n            \"meta\": \"{{meta}}\",\n            \"notify_contact\": false,\n            \"sync_status\": 0,\n            \"status\": \"Pending\",\n            \"lines\": [\n                {\n                    \"id\": \"{{Channel API Invoice Line UUID}}\",\n                    \"product_nominal_code\":\"{{product_nominal_code}}\",\n                    \"sku\": \"{{ Sku }}\",\n                    \"description\": \"{{description}}\",\n                    \"quantity\": {{Quantity}},\n                    \"unit_price\": {{Unit price}},\n                    \"price\": \"{{ Price }}\",\n                    \"discount_total\": \"{{ Discount Total }}\",\n                    \"tax_total\": \"{[ Tax Total }}\",\n                    \"tax_type\": \"{{tax_type}}\"\n                }\n            ],\n            \"customer\": {\n                \"id\": \"{{ Channel API Customer UUID }}\",\n                \"name\": \"{{ Customer Name }}\",\n                \"email\": \"{{ Email }}\",\n                \"created_at\": \"{{ Created At }}\",\n                \"updated_at\": \"{{ Updated At }}\"\n            },\n            \"invoice_address\": {\n                \"id\": \"{{ Channel API Invoice Address UUID}}\",\n                \"address_line_one\": \"{{ Address Line 1}}\",\n                \"address_line_two\": {{ Address Line 2}},\n                \"address_line_three\": {{ Address Line 3}},\n                \"country\": \"{{ Country Name}}\",\n                \"region\": \"{{ Region}}\",\n                \"city\": \"{{ City}}\",\n                \"zip\": \"{{ Zip}}\"\n            }\n        }\n    ]\n}"}],"_postman_id":"2e298a49-4c94-40e5-bb08-b97e456c89a3"},{"name":"Create","id":"b6c9b427-d9de-4ca9-807d-c3a8aeb6b6c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"channel_id\": \"{{channel_id}}\",\n    \"order_id\": \"{{order_id}}\",\n    \"invoice_id\": \"{{invoice_id}}\", //optional\n    \"invoice_number\": \"{{invoice_number}}\", // unique invoice number\n    \"currency\": \"{{currency}}\",\n    \"notes\": \"{{notes}}\", // optional\n    \"shipping_total\": \"{{shipping_total}}\", //optional\n    \"shipping_account_code\": \"{{shipping_account_code}}\", //required if shipping_total is exists\n    \"shipping_tax_type\": \"{{shipping_tax_type}}\", //required if shipping_total is exists\n    \"total\": {{total}},\n    \"is_tax_inclusive\": \"{{is_tax_inclusive}}\", // optional: boolean\n    \"invoice_date\": \"{{invoice_date}}\", //optional: default current date\n    \"due_date\": \"{{due_date}}\", //optional: default current date\n    \"notify_contact\": false,\n    \"meta\": { // optional\n        \"meta_key\": \"meta_value\"\n    },\n    \"customer\": {\n        \"name\": \"{{name}}\",\n        \"email\": \"{{email}}\"\n    },\n    \"invoiceAddress\": {\n        \"address_line_one\": \"{{address_line_one}}\",\n        \"address_line_two\": \"{{address_line_two}}\", //otpional default null\n        \"address_line_three\": \"{{address_line_three}}\", //otpional default null\n        \"region\": \"{{region}}\",\n        \"city\": \"{{city}}\",\n        \"country\": \"{{country}}\",\n        \"zip\": \"{{zip}}\"\n    },\n    \"lines\": [\n        {\n            \"product_id\" :\"{{ Channel API Product UUID }}\", //optinal\n            \"product_nominal_code\" :\"{{ Product Nominal Code }}\", //required if product_id is null\n            \"description\": \"{{ description }}\", //required\n            \"tax_type\": \"{{ tax_type }}\", //required if product_id is null\n            \"quantity\": {{quantity}},\n            \"unit_price\": \"{{unit_price}}\",\n            \"price\": {{price}},\n            \"discount_total\": \"{{discount_total}}\", //optional default 0\n            \"tax_total\": \"{{tax_total}}\", //optional default 0\n            \"sku\": \"{{sku}}\" //optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/invoices/create","description":"<p>Create order fulfillment information</p>\n","urlObject":{"path":["invoices","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"6bb57603-6896-450b-9295-d3c3d1ebc083","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"channel_id\": \"{{channelID}}\",\n    \"order_id\": \"{{orderID}}\",\n    \"invoice_id\": \"{{invoiceID}}\", //optional\n    \"currency\": \"{{currency}}\",\n    \"nodes\": \"{{notes}}\", // optional\n    \"shipping_total\": \"{{shipping_total}}\", //optional\n    \"shipping_account_code\": \"{{shipping_account_code}}\", //required if shipping_total is exists\n    \"shipping_tax_type\": \"{{shipping_tax_type}}\", //required if shipping_total is exists\n    \"total\": {{total}},\n    \"invoice_date\": \"{{invoice_date}}\", //optional: default current date\n    \"due_date\": \"{{due_date}}\", //optional: default current date\n    \"notify_contact\": false,\n    \"customer\": {\n        \"name\": \"{{name}}\",\n        \"email\": \"{{email}}\"\n    },\n    \"invoiceAddress\": {\n        \"address_line_one\": \"{{address_line_one}}\",\n        \"address_line_two\": \"{{address_line_two}}\", //otpional default null\n        \"address_line_three\": \"{{address_line_three}}\", //otpional default null\n        \"region\": \"{{region}}\",\n        \"city\": \"{{city}}\",\n        \"country\": \"{{country}}\",\n        \"zip\": \"{{zip}}\"\n    },\n    \"lines\": [\n        {\n            \"product_id\" :\"{{ Channel API Product UUID }}\", //optinal\n            \"product_nominal_code\" :\"{{ Product Nominal Code }}\", //required if product_id is null\n            \"description\": \"{{ description }}\", //required\n            \"tax_type\": \"{{ tax_type }}\", //required if product_id is null\n            \"quantity\": {{quantity}},\n            \"unit_price\": \"{{unit_price}}\",\n            \"price\": {{price}},\n            \"discount_total\": \"{{discount_total}}\", //optional default 0\n            \"tax_total\": \"{{tax_total}}\", //optional default 0\n            \"sku\": \"{{sku}}\" //optional\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/invoices/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 22 Oct 2021 09:19:58 GMT"},{"key":"Date","value":"Fri, 22 Oct 2021 09:19:58 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_invoice"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"7f66fb57-5a90-4717-ad22-b8ea26f68f1b"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{{Channel API Invoice UUID}}\",\n        \"invoice_number\": \"{{Invoice Number}}\",\n        \"order_id\": \"{{Order ID}}\",\n        \"invoice_id\": \"{{Invoice ID}}\",\n        \"currency\": \"{{Currency}}\",\n        \"store_id\": \"{{Store ID}}\",\n        \"channel_id\": \"{{Channel ID}}\",\n        \"shipping_total\": \"{{Total shipping price}}\",\n        \"shipping_tax_type\": \"{{shipping_tax_type}}\",\n        \"shipping_account_code\": \"{{shipping_account_code}}\",\n        \"total\": \"{[Total Price]}\",\n        \"invoice_date\": \"{{ Invoice Date}}\",\n        \"due_date\": \"{{due_date}}\",\n        \"notes\": \"{{Notes}}\",\n        \"meta\": \"{{meta}}\",\n        \"notify_contact\": false,\n        \"sync_status\": 0,\n        \"status\": \"Pending\",\n        \"lines\": [\n            {\n                \"id\": \"{{Channel API Invoice Line UUID}}\",\n                \"product_nominal_code\":\"{{product_nominal_code}}\",\n                \"sku\": \"{{ Sku }}\",\n                \"description\": \"{{description}}\",\n                \"quantity\": {{Quantity}},\n                \"unit_price\": {{Unit price}},\n                \"price\": \"{{ Price }}\",\n                \"discount_total\": \"{{ Discount Total }}\",\n                \"tax_total\": \"{[ Tax Total }}\",\n                \"tax_type\": \"{{tax_type}}\"\n            }\n        ],\n        \"customer\": {\n            \"id\": \"{{ Channel API Customer UUID }}\",\n            \"name\": \"{{ Customer Name }}\",\n            \"email\": \"{{ Email }}\",\n            \"created_at\": \"{{ Created At }}\",\n            \"updated_at\": \"{{ Updated At }}\"\n        },\n        \"invoice_address\": {\n            \"id\": \"{{ Channel API Invoice Address UUID}}\",\n            \"address_line_one\": \"{{ Address Line 1}}\",\n            \"address_line_two\": {{ Address Line 2}},\n            \"address_line_three\": {{ Address Line 3}},\n            \"country\": \"{{ Country Name}}\",\n            \"region\": \"{{ Region}}\",\n            \"city\": \"{{ City}}\",\n            \"zip\": \"{{ Zip}}\"\n        }\n    }\n}"}],"_postman_id":"b6c9b427-d9de-4ca9-807d-c3a8aeb6b6c3"},{"name":"Bulk Create","id":"6dccd5b6-85e1-4ef7-84f9-ff4aa70bb43d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"channel_id\": \"{{channelID}}\",\n    \"invoices\": [\n        {\n            \"channel_id\": \"{{channel_id}}\",\n            \"order_id\": \"{{order_id}}\",\n            \"invoice_id\": \"{{invoice_id}}\", //optional\n            \"invoice_number\": \"{{invoice_number}}\", // unique invoice number\n            \"currency\": \"{{currency}}\",\n            \"notes\": \"{{notes}}\", // optional\n            \"shipping_total\": \"{{shipping_total}}\", //optional\n            \"shipping_account_code\": \"{{shipping_account_code}}\", //required if shipping_total is exists\n            \"shipping_tax_type\": \"{{shipping_tax_type}}\", //required if shipping_total is exists\n            \"total\": {{total}},\n            \"is_tax_inclusive\": \"{{is_tax_inclusive}}\", // optional: boolean\n            \"invoice_date\": \"{{invoice_date}}\", //optional: default current date\n            \"due_date\": \"{{due_date}}\", //optional: default current date\n            \"notify_contact\": false,\n            \"meta\": { // optional\n                \"meta_key\": \"meta_value\"\n            },\n            \"customer\": {\n                \"name\": \"{{name}}\",\n                \"email\": \"{{email}}\"\n            },\n            \"invoiceAddress\": {\n                \"address_line_one\": \"{{address_line_one}}\",\n                \"address_line_two\": \"{{address_line_two}}\", //otpional default null\n                \"address_line_three\": \"{{address_line_three}}\", //otpional default null\n                \"region\": \"{{region}}\",\n                \"city\": \"{{city}}\",\n                \"country\": \"{{country}}\",\n                \"zip\": \"{{zip}}\"\n            },\n            \"lines\": [\n                {\n                    \"product_id\": \"{{ Channel API Product UUID }}\", //optinal\n                    \"product_nominal_code\": \"{{ Product Nominal Code }}\", //required if product_id is null\n                    \"description\": \"{{ description }}\", //required\n                    \"tax_type\": \"{{ tax_type }}\", //required if product_id is null\n                    \"quantity\": {{quantity}},\n                    \"unit_price\": \"{{unit_price}}\",\n                    \"price\": {{price}},\n                    \"discount_total\": \"{{discount_total}}\", //optional default 0\n                    \"tax_total\": \"{{tax_total}}\", //optional default 0\n                    \"sku\": \"{{sku}}\" //optional\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/invoices/bulkCreate","description":"<p>Create bulk order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["invoices","bulkCreate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"3e4b9e66-98a6-4a6b-a690-c64dd40a6972","name":"Bulk Create","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"channel_id\": \"{{channelID}}\",\n    \"invoices\": [\n        {\n            \"order_id\": \"{{orderID}}\",\n            \"invoice_id\": \"{{invoiceID}}\", //optional\n            \"currency\": \"{{currency}}\",\n            \"shipping_total\": \"{{shipping_total}}\", //optional\n            \"shipping_account_code\": \"{{shipping_account_code}}\", //required if shipping_total is exists\n            \"shipping_tax_type\": \"{{shipping_tax_type}}\", //required if shipping_total is exists\n            \"total\": {{total}},\n            \"notes\": \"{{notes}}\", // optional\n            \"invoice_date\": \"{{invoice_date}}\", //optional: default current date\n            \"due_date\": \"{{due_date}}\", //optional: default current date\n            \"notify_contact\": false,\n            \"customer\": {\n                \"name\": \"{{name}}\",\n                \"email\": \"{{email}}\"\n            },\n            \"invoiceAddress\": {\n                \"address_line_one\": \"{{address_line_one}}\",\n                \"address_line_two\": \"{{address_line_two}}\", //otpional default null\n                \"address_line_three\": \"{{address_line_three}}\", //otpional default null\n                \"region\": \"{{region}}\",\n                \"city\": \"{{city}}\",\n                \"country\": \"{{country}}\",\n                \"zip\": \"{{zip}}\"\n            },\n            \"lines\": [\n                {\n                    \"product_id\" :\"{{ Channel API Product UUID }}\", //optinal\n                    \"product_nominal_code\" :\"{{ Product Nominal Code }}\", //required if product_id is null\n                    \"description\": \"{{ description }}\", //required\n                    \"tax_type\": \"{{ tax_type }}\", //required if product_id is null\n                    \"quantity\": {{quantity}},\n                    \"unit_price\": \"{{unit_price}}\",\n                    \"price\": {{price}},\n                    \"discount_total\": \"{{discount_total}}\", //optional default 0\n                    \"tax_total\": \"{{tax_total}}\" //optional default 0\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/invoices/bulkCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 22 Oct 2021 09:50:26 GMT"},{"key":"Date","value":"Fri, 22 Oct 2021 09:50:26 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"3fff3aaf-034d-49d0-8041-d2253c0513a6\",\"935bad60-41dc-4bdf-b394-268081fbe5e4\"]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"create_product"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"[\"13e8851a-9905-4931-b22d-bc849daf86c0\",\"63f6a975-408d-4b2b-9827-38e2916f8cec\"]"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{{ Channel API Invoice UUID }}\",\n            \"invoice_number\": \"{{invoice_number}}\",\n            \"order_id\": \"{{ Order ID }}\",\n            \"invoice_id\": \"{{ Invoice ID }}\",\n            \"channel_id\": \"{{ Channel API Channel UUID }}\",\n            \"customer_id\": \"{{ Channel API Customer UUID }}\",\n            \"invoice_address_id\": \"{{ Channel API Invoice Address UUID }}\"\n        },\n        {\n            \"id\": \"{{ Channel API Invoice UUID }}\",\n            \"invoice_number\": \"{{invoice_number}}\",\n            \"order_id\": \"{{ Order ID }}\",\n            \"invoice_id\": \"{{ Invoice ID }}\",\n            \"channel_id\": \"{{ Channel API Channel UUID }}\",\n            \"customer_id\": \"{{ Channel API Customer UUID }}\",\n            \"invoice_address_id\": \"{{ Channel API Invoice Address UUID }}\"\n        }\n    ]\n}"}],"_postman_id":"6dccd5b6-85e1-4ef7-84f9-ff4aa70bb43d"},{"name":"Synced","id":"400994cf-4436-4df2-be74-5af953c18995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"invoice_ids\": [\n        \"{{Channel API Invoice UUID}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/invoices/synced","description":"<p>Updates the orders as synced</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["invoices","synced"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"0c76ed72-4b80-4bc7-afa7-7987c839a5a5","name":"Synced","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"invoice_ids\": [\"8b8cae25-dc84-4fad-982a-46dd8d870dbc\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/invoices/synced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Thu, 16 Apr 2020 07:31:45 GMT"},{"key":"Date","value":"Thu, 16 Apr 2020 07:31:45 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"400994cf-4436-4df2-be74-5af953c18995"},{"name":"Logs","id":"4ba72d9e-a6b1-447a-b120-1c5bddf1be4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":"{{api_url}}/invoices/logs?invoice_id={{invoice_id}}","description":"<p>List product stock logs</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["invoices","logs"],"host":["{{api_url}}"],"query":[{"key":"invoice_id","value":"{{invoice_id}}"}],"variable":[]}},"response":[{"id":"407969b1-032f-41bb-9309-f16800e1fcd7","name":"Logs","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"X-Requested-With","type":"text","value":"XMLHttpRequest"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"{{api_url}}/invoices/logs?invoice_id={{invoice_id}}","host":["{{api_url}}"],"path":["invoices","logs"],"query":[{"key":"invoice_id","value":"{{invoice_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 22 Oct 2021 10:05:50 GMT"},{"key":"Date","value":"Fri, 22 Oct 2021 10:05:50 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"source\": \"{ Channel Api Activity Source }\",\n            \"source_name\": \"{ Channel Api Activity Created By }\",\n            \"via\": \"{ Channel Api Activity Created Via }\",\n            \"event\": \"{ Channel Api Activity Event }\",\n            \"old\": \"{ Channel Api Activity Old Value }\",\n            \"new\": \"{ Channel Api Activity New Value }\",\n            \"has_log\": \"{ Channel Api Activity Has Log }\",\n            \"log_type\": \"{ Channel Api Activity Log Type }\",\n            \"date\": \"{ Channel Api Activity Created Date }\"\n        }\n    ]\n}"}],"_postman_id":"4ba72d9e-a6b1-447a-b120-1c5bddf1be4e"}],"id":"db86512b-e11b-4602-9980-fc68991767d0","_postman_id":"db86512b-e11b-4602-9980-fc68991767d0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Plugins","item":[{"name":"JD Plugin","item":[{"name":"Create","id":"91fa87ac-6775-444b-b43d-849ef3887281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"use_packaging_type\": \"{use_packaging_type}\",\n    \"default_packaging_type\": \"{default_packaging_type}\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\",\n            \"courier\": \"{courier}\", // optional\n            \"shipping_method\": \"{shipping_method}\",\n            \"fulfillment_status_code\": \"{fulfillment_status_code}\", // optional \n            \"is_default\": \"{is_default}\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"channel_id\": \"{channel_id}\", // optional\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\": \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\",\n    \"combine_order_lines\": \"{combine_order_lines}\",\n    \"channel_based_configs\": [ // optional\n        {\n            \"channel_id\": \"{channel_id}\",\n            \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n            \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n            \"warehouse_code\": \"{ JD Warehouse Code }\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/jd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","create","jd"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2f11df46-bbe3-4c0c-b877-2b8974e6c104","name":"JDPlugin.Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/jd"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{ Plugin Name }\",\n        \"provider_type\": \"jd\",\n        \"provider\": \"jd\",\n        \"is_active\": false,\n        \"is_connected\": false,\n        \"authorization_url\": \"{ Plugin Oauth Connection Link }\",\n        \"operator_code\": \"{ JD Operator Code MD5 Hash }\",\n        \"customer_code\": \"{ JD Customer Code MD5 Hash }\",\n        \"source_code\": \"{ JD Source Code MD5 Hash }\",\n        \"warehouse_code\": \"{ JD Warehouse Code MD5 Hash }\",\n        \"customer_dept_code\": \"{ JD Customer Dept Code MD5 Hash }\",\n        \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n        \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n        \"use_packaging_type\": \"{use_packaging_type}\",\n        \"default_packaging_type\": \"{default_packaging_type}\",\n        \"fulfillment_services\": [\n            {\n                \"code\": \"{ JD Fulfillment Services Code }\",\n                \"name\": \"{ JD Fulfillment Services Name }\"\n            }\n        ],\n        \"sale_channel_goods_list\": [\n            {\n                \"code\": \"{ JD Sale Channel Goods Code }\",\n                \"name\": \"{ JD Sale Channel Goods Name }\",\n                \"reserveNum\": \"{ JD Sale Channel Goods Reserve Num }\",\n                \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n            }\n        ],\n        \"channel_based_configs\": [ // optional\n            {\n                \"channel_id\": \"{channel_id}\",\n                \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n                \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n                \"warehouse_code\": \"{ JD Warehouse Code }\"\n            }\n        ],\n        \"add_products\": false,\n        \"download_products\": false,\n        \"auto_sync_stock\": false,\n        \"push_stock_levels\": false\n    }\n}"}],"_postman_id":"91fa87ac-6775-444b-b43d-849ef3887281"},{"name":"Update","id":"cb8d01bf-209f-4431-8133-069f87dcd7e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"use_packaging_type\": \"{use_packaging_type}\",\n    \"default_packaging_type\": \"{default_packaging_type}\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\",\n            \"courier\": \"{courier}\", // optional\n            \"shipping_method\": \"{shipping_method}\",\n            \"fulfillment_status_code\": \"{fulfillment_status_code}\", // optional \n            \"is_default\": \"{is_default}\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"channel_id\": \"{channel_id}\", // optional\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\": \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\",\n    \"combine_order_lines\": \"{combine_order_lines}\",\n    \"channel_based_configs\": [ // optional\n        {\n            \"channel_id\": \"{channel_id}\",\n            \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n            \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n            \"warehouse_code\": \"{ JD Warehouse Code }\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/update?plugin_id={{plugin_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","update"],"host":["{{api_url}}"],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}],"variable":[]}},"response":[{"id":"208a7720-5df8-457f-b7aa-f8b7c8f1e699","name":"JDPlugin.Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_url}}/plugins/?plugin_id={{plugin_id}}","host":["{{api_url}}"],"path":["plugins",""],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{ Plugin Name }\",\n        \"provider_type\": \"jd\",\n        \"provider\": \"jd\",\n        \"is_active\": false,\n        \"is_connected\": false,\n        \"authorization_url\": \"{ Plugin Oauth Connection Link }\",\n        \"operator_code\": \"{ JD Operator Code MD5 Hash }\",\n        \"customer_code\": \"{ JD Customer Code MD5 Hash }\",\n        \"source_code\": \"{ JD Source Code MD5 Hash }\",\n        \"warehouse_code\": \"{ JD Warehouse Code MD5 Hash }\",\n        \"customer_dept_code\": \"{ JD Customer Dept Code MD5 Hash }\",\n        \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n        \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n        \"use_packaging_type\": \"{use_packaging_type}\",\n        \"default_packaging_type\": \"{default_packaging_type}\",\n        \"fulfillment_services\": [\n            {\n                \"code\": \"{ JD Fulfillment Services Code }\",\n                \"name\": \"{ JD Fulfillment Services Name }\"\n            }\n        ],\n        \"sale_channel_goods_list\": [\n            {\n                \"code\": \"{ JD Sale Channel Goods Code }\",\n                \"name\": \"{ JD Sale Channel Goods Name }\",\n                \"reserveNum\": \"{ JD Sale Channel Goods Reserve Num }\",\n                \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n            }\n        ],\n        \"channel_based_configs\": [ // optional\n            {\n                \"channel_id\": \"{channel_id}\",\n                \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n                \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n                \"warehouse_code\": \"{ JD Warehouse Code }\"\n            }\n        ],\n        \"add_products\": false,\n        \"download_products\": false,\n        \"auto_sync_stock\": false,\n        \"push_stock_levels\": false\n    }\n}"}],"_postman_id":"cb8d01bf-209f-4431-8133-069f87dcd7e1"}],"id":"1b6e6490-d5ed-4eea-b1b7-f0307652e48e","_postman_id":"1b6e6490-d5ed-4eea-b1b7-f0307652e48e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"DHL Plugin","item":[{"name":"Create","id":"5e7f94e2-503e-41a7-8d6f-cafdb258ba71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"server_url\": \"{ DHL Server URL }\",\n    \"subscription_key\": \"{ DHL Subscription Key }\",\n    \"use_store_name_instead_account_number\": \"{ Use Store Name Instead Of Account Number }\",\n    \"account_number\": \"{ DHL Account Number }\",\n    \"authorization_url\": \"{ DHL Authorization URL }\",\n    \"client_id\": \"{ DHL Client ID }\",\n    \"client_secret\": \"{ DHL Client Secret }\",\n    \"scopes\": \"{ DHL Authorization Scopes }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/dhl","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","create","dhl"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"5809025a-9f7d-40c5-b5c1-a7dafaee8ee7","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/jd"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{ Plugin Name }\",\n        \"provider_type\": \"dhl\",\n        \"provider\": \"dhl\",\n        \"is_active\": false,\n        \"is_connected\": false,\n        \"authorization_url\": \"{ Plugin Oauth Connection Link }\",\n        \"use_store_name_instead_account_number\": \"{use_store_name_instead_account_number}\",\n        \"server_url\": \"{server_url}\",\n        \"client_id\": \"{client_id}\",\n        \"client_secret\": \"{client_secret}\",\n        \"scopes\": \"{scopes}\",\n        \"account_number\": \"{account_number}\",\n        \"subscription_key\": \"{subscription_key}\",\n        \"use_default_push_orders_interval\": \"{use_default_push_orders_interval}\",\n        \"push_orders_interval\": \"{push_orders_interval}\",\n        \"last_push_orders_at\": \"{last_push_orders_at}\"\n    }\n}"}],"_postman_id":"5e7f94e2-503e-41a7-8d6f-cafdb258ba71"},{"name":"Update","id":"2539f380-89ff-4d4e-80a5-5d66d98ad05f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"server_url\": \"{ DHL Server URL }\",\n    \"subscription_key\": \"{ DHL Subscription Key }\",\n    \"use_store_name_instead_account_number\": \"{ Use Store Name Instead Of Account Number }\",\n    \"account_number\": \"{ DHL Account Number }\",\n    \"authorization_url\": \"{ DHL Authorization URL }\",\n    \"client_id\": \"{ DHL Client ID }\",\n    \"client_secret\": \"{ DHL Client Secret }\",\n    \"scopes\": \"{ DHL Authorization Scopes }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/update?plugin_id={{plugin_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","update"],"host":["{{api_url}}"],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}],"variable":[]}},"response":[{"id":"1c342556-1990-4ea2-bca5-55a792445904","name":"Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_url}}/plugins/?plugin_id={{plugin_id}}","host":["{{api_url}}"],"path":["plugins",""],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{ Plugin Name }\",\n        \"provider_type\": \"dhl\",\n        \"provider\": \"dhl\",\n        \"is_active\": false,\n        \"is_connected\": false,\n        \"authorization_url\": \"{ Plugin Oauth Connection Link }\",\n        \"use_store_name_instead_account_number\": \"{use_store_name_instead_account_number}\",\n        \"server_url\": \"{server_url}\",\n        \"client_id\": \"{client_id}\",\n        \"client_secret\": \"{client_secret}\",\n        \"scopes\": \"{scopes}\",\n        \"account_number\": \"{account_number}\",\n        \"subscription_key\": \"{subscription_key}\",\n        \"use_default_push_orders_interval\": \"{use_default_push_orders_interval}\",\n        \"push_orders_interval\": \"{push_orders_interval}\",\n        \"last_push_orders_at\": \"{last_push_orders_at}\"\n    }\n}"}],"_postman_id":"2539f380-89ff-4d4e-80a5-5d66d98ad05f"}],"id":"bf9493cf-6ca5-4177-b780-05f1fe91c771","_postman_id":"bf9493cf-6ca5-4177-b780-05f1fe91c771","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"PeopleVox Plugin","item":[{"name":"Create","id":"5f11fb1b-ee03-441f-abaf-3392b2c4bba8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"url\": \"{ PeopleVox URL }\",\n    \"client_id\": \"{ PeopleVox Client ID }\",\n    \"username\": \"{ PeopleVox username }\",\n    \"password\": \"{ PeopleVox username }\",\n    \"add_products\": \"{ Add Products }\",\n    \"download_products\": \"{ Download Products }\",\n    \"auto_sync_stock\": \"{ Auto Sync Stocks }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/peoplevox","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","create","peoplevox"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ed0fe086-886f-4cb6-8787-5c92e6985d1b","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"client_id\": \"{client_id}\",\n    \"username\": \"{username}\",\n    \"password\": \"{password}\",\n    \"add_products\": \"{add_products}\",\n    \"download_products\": \"{download_products}\",\n    \"auto_sync_stock\": \"{auto_sync_stock}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/jd"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{ Plugin Name }\",\n        \"provider_type\": \"peoplevox\",\n        \"provider\": \"peoplevox\",\n        \"is_active\": false,\n        \"is_connected\": false,\n        \"url\": \"{url}\",\n        \"client_id\": \"{client_id}\",\n        \"username\": \"{username}\",\n        \"password\": \"{password}\",\n        \"add_products\": false,\n        \"download_products\": false,\n        \"auto_sync_stock\": false\n    }\n}"}],"_postman_id":"5f11fb1b-ee03-441f-abaf-3392b2c4bba8"},{"name":"Update","id":"9ab2d403-d486-490f-8837-e620bed8d6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"url\": \"{ PeopleVox URL }\",\n    \"client_id\": \"{ PeopleVox Client ID }\",\n    \"username\": \"{ PeopleVox username }\",\n    \"password\": \"{ PeopleVox username }\",\n    \"add_products\": \"{ Add Products }\",\n    \"download_products\": \"{ Download Products }\",\n    \"auto_sync_stock\": \"{ Auto Sync Stocks }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/update?plugin_id={{plugin_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","update"],"host":["{{api_url}}"],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}],"variable":[]}},"response":[{"id":"d0d3381d-b643-4225-a0a4-d5314459e02f","name":"Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_url}}/plugins/?plugin_id={{plugin_id}}","host":["{{api_url}}"],"path":["plugins",""],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{ Plugin Name }\",\n        \"provider_type\": \"peoplevox\",\n        \"provider\": \"peoplevox\",\n        \"is_active\": false,\n        \"is_connected\": false,\n        \"url\": \"{url}\",\n        \"client_id\": \"{client_id}\",\n        \"username\": \"{username}\",\n        \"password\": \"{password}\",\n        \"add_products\": false,\n        \"download_products\": false,\n        \"auto_sync_stock\": false\n    }\n}"}],"_postman_id":"9ab2d403-d486-490f-8837-e620bed8d6e6"}],"id":"6529fa00-2ba4-4b88-b643-42756f8a6369","_postman_id":"6529fa00-2ba4-4b88-b643-42756f8a6369","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"ReturnAPI Plugin","item":[{"name":"Create","id":"e8d7e0da-9593-4db2-8187-d019c767e14e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"access_token\": \"{ ReturnAPI Access Token }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/returnapi","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","create","returnapi"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2fffb8f2-2ad0-4b97-a474-95b6ffd0da6f","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/jd"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{ Plugin Name }\",\n        \"provider_type\": \"returnapi\",\n        \"provider\": \"returnapi\",\n        \"is_active\": \"{ Plugin status }\",\n        \"access_token\": \"{ ReturnAPI Access Token }\"\n    }\n}"}],"_postman_id":"e8d7e0da-9593-4db2-8187-d019c767e14e"},{"name":"Update","id":"50ef3e80-6443-4f4a-bd6c-8a1a8de96897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"access_token\": \"{ ReturnAPI Access Token }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/update?plugin_id={{plugin_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","update"],"host":["{{api_url}}"],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}],"variable":[]}},"response":[{"id":"c22e5040-0382-4447-8509-8fe005661a30","name":"Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_url}}/plugins/?plugin_id={{plugin_id}}","host":["{{api_url}}"],"path":["plugins",""],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{ Plugin Name }\",\n        \"provider_type\": \"returnapi\",\n        \"provider\": \"returnapi\",\n        \"is_active\": \"{ Plugin status }\",\n        \"access_token\": \"{ ReturnAPI Access Token }\"\n    }\n}"}],"_postman_id":"50ef3e80-6443-4f4a-bd6c-8a1a8de96897"}],"id":"29fb4bb2-2f64-43e5-ace0-54f277cc89d7","_postman_id":"29fb4bb2-2f64-43e5-ace0-54f277cc89d7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Winit Plugin","item":[{"name":"Create","id":"1b339884-928e-4dc3-85e7-4c0d5571903e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"app_key\": \"{app_key}\",\n    \"authorization_code\": \"{authorization_code}\",\n    \"selected_warehouse\": \"{selected_warehouse}\",\n    \"add_products\": \"{add_products}\",\n    \"download_products\": \"{download_products}\",\n    \"auto_sync_stock\": \"{auto_sync_stock}\",\n    \"selected_delivery_way\": \"{selected_delivery_way}\",\n    \"product_export_country\": \"{product_export_country}\",\n    \"product_import_country\": \"{product_import_country}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/winit","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","create","winit"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"a7da0a36-73bf-4d40-986b-afad72e2055f","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/jd"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{ Plugin Name }\",\n        \"provider_type\": \"returnapi\",\n        \"provider\": \"returnapi\",\n        \"is_active\": \"{ Plugin status }\",\n        \"app_key\": \"{app_key}\",\n        \"auth_url\": \"{auth_url}\",\n        \"product_import_country\": \"{product_import_country}\",\n        \"product_export_country\": \"{product_export_country}\",\n        \"warehouses\": [],\n        \"delivery_ways\": [],\n        \"selected_warehouse\": \"{selected_warehouse}\",\n        \"selected_delivery_way\": \"{selected_delivery_way}\",\n        \"add_products\": \"{add_products}\",\n        \"download_products\": \"{download_products}\",\n        \"auto_sync_stock\": \"{auto_sync_stock}\"\n    }\n}"}],"_postman_id":"1b339884-928e-4dc3-85e7-4c0d5571903e"},{"name":"Update","id":"f8a10677-22cd-40be-991d-219e4b54c008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"app_key\": \"{app_key}\",\n    \"authorization_code\": \"{authorization_code}\",\n    \"selected_warehouse\": \"{selected_warehouse}\",\n    \"add_products\": \"{add_products}\",\n    \"download_products\": \"{download_products}\",\n    \"auto_sync_stock\": \"{auto_sync_stock}\",\n    \"selected_delivery_way\": \"{selected_delivery_way}\",\n    \"product_export_country\": \"{product_export_country}\",\n    \"product_import_country\": \"{product_import_country}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/update?plugin_id={{plugin_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","update"],"host":["{{api_url}}"],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}],"variable":[]}},"response":[{"id":"9324c27e-ae63-4e40-b7af-64f76491b8b9","name":"Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_url}}/plugins/?plugin_id={{plugin_id}}","host":["{{api_url}}"],"path":["plugins",""],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{ Plugin Name }\",\n        \"provider_type\": \"returnapi\",\n        \"provider\": \"returnapi\",\n        \"is_active\": \"{ Plugin status }\",\n        \"app_key\": \"{app_key}\",\n        \"auth_url\": \"{auth_url}\",\n        \"product_import_country\": \"{product_import_country}\",\n        \"product_export_country\": \"{product_export_country}\",\n        \"warehouses\": [],\n        \"delivery_ways\": [],\n        \"selected_warehouse\": \"{selected_warehouse}\",\n        \"selected_delivery_way\": \"{selected_delivery_way}\",\n        \"add_products\": \"{add_products}\",\n        \"download_products\": \"{download_products}\",\n        \"auto_sync_stock\": \"{auto_sync_stock}\"\n    }\n}"}],"_postman_id":"f8a10677-22cd-40be-991d-219e4b54c008"}],"id":"af73fc8d-de32-4b94-b3db-8b36b5059fb6","_postman_id":"af73fc8d-de32-4b94-b3db-8b36b5059fb6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"ShipBob Plugin","item":[{"name":"Create","id":"63327766-28d1-4ad0-8bcb-5127b4947eff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"access_token\": \"{access_token}\",\n    \"selected_channel\": \"{selected_channel}\",\n    \"selected_fulfillment_center\": \"{selected_fulfillment_center}\",\n    \"add_products\": \"{add_products}\",\n    \"download_products\": \"{download_products}\",\n    \"auto_sync_stock\": \"{auto_sync_stock}\",\n    \"default_location\": \"{default_location}\",\n    \"exclude_unfulfillable_orders\": \"{exclude_unfulfillable_orders}\",\n    \"deduct_stock_via_orders\": \"{deduct_stock_via_orders}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/shipbob","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","create","shipbob"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"18f81107-72f5-45fb-b7ed-1a27669e5398","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/jd"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{name}\",\n        \"provider_type\": \"returnapi\",\n        \"provider\": \"{provider_type}\",\n        \"is_active\": \"{is_active}\",\n        \"access_token\": \"{access_token}\",\n        \"channels\": [],\n        \"fulfillment_centers\": [],\n        \"selected_channel\": \"{selected_channel}\",\n        \"selected_fulfillment_center\": \"{selected_fulfillment_center}\",\n        \"add_products\": \"{add_products}\",\n        \"download_products\": \"{download_products}\",\n        \"auto_sync_stock\": \"{auto_sync_stock}\"\n    }\n}"}],"_postman_id":"63327766-28d1-4ad0-8bcb-5127b4947eff"},{"name":"Update","id":"78a561b9-4356-44ab-bb29-aa83acae2206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"access_token\": \"{access_token}\",\n    \"selected_channel\": \"{selected_channel}\",\n    \"selected_fulfillment_center\": \"{selected_fulfillment_center}\",\n    \"add_products\": \"{add_products}\",\n    \"download_products\": \"{download_products}\",\n    \"auto_sync_stock\": \"{auto_sync_stock}\",\n    \"default_location\": \"{default_location}\",\n    \"exclude_unfulfillable_orders\": \"{exclude_unfulfillable_orders}\",\n    \"deduct_stock_via_orders\": \"{deduct_stock_via_orders}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/update?plugin_id={{plugin_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","update"],"host":["{{api_url}}"],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}],"variable":[]}},"response":[{"id":"c5750a19-3eb4-4e28-9666-862894cf6ff6","name":"Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_url}}/plugins/?plugin_id={{plugin_id}}","host":["{{api_url}}"],"path":["plugins",""],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{name}\",\n        \"provider_type\": \"returnapi\",\n        \"provider\": \"{provider_type}\",\n        \"is_active\": \"{is_active}\",\n        \"access_token\": \"{access_token}\",\n        \"channels\": [],\n        \"fulfillment_centers\": [],\n        \"selected_channel\": \"{selected_channel}\",\n        \"selected_fulfillment_center\": \"{selected_fulfillment_center}\",\n        \"add_products\": \"{add_products}\",\n        \"download_products\": \"{download_products}\",\n        \"auto_sync_stock\": \"{auto_sync_stock}\"\n    }\n}"}],"_postman_id":"78a561b9-4356-44ab-bb29-aa83acae2206"}],"id":"6bbe33e8-e3e4-48c0-bc85-0e601e130fac","_postman_id":"6bbe33e8-e3e4-48c0-bc85-0e601e130fac","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"MNP Plugin","item":[{"name":"Create","id":"3aee0510-7c4c-4b08-b1e4-b6237a2761c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"client_code\": \"{client_code}\",\n    \"customer_alias\": \"{customer_alias}\",\n    \"site_id\": \"{site_id}\",\n    \"campaign_code\": \"{campaign_code}\",\n    \"api_key\": \"{api_key}\",\n    \"add_products\": \"{add_products}\",\n    \"download_products\": \"{download_products}\",\n    \"auto_sync_stock\": \"{auto_sync_stock}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/mnp","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","create","mnp"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"d1b28a95-71d7-44c3-9593-ce29a5293d16","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/jd"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{name}\",\n        \"provider_type\": \"returnapi\",\n        \"provider\": \"{provider_type}\",\n        \"is_active\": \"{is_active}\",\n        \"client_code\": \"{client_code}\",\n        \"customer_alias\": \"{customer_alias}\",\n        \"site_id\": \"{site_id}\",\n        \"campaign_code\": \"{campaign_code}\",\n        \"api_key\": \"{api_key}\",\n        \"add_products\": \"{add_products}\",\n        \"download_products\": \"{download_products}\",\n        \"auto_sync_stock\": \"{auto_sync_stock}\"\n    }\n}"}],"_postman_id":"3aee0510-7c4c-4b08-b1e4-b6237a2761c5"},{"name":"Update","id":"ea57f716-e91a-4186-8bef-297a6def32dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"client_code\": \"{client_code}\",\n    \"customer_alias\": \"{customer_alias}\",\n    \"site_id\": \"{site_id}\",\n    \"campaign_code\": \"{campaign_code}\",\n    \"api_key\": \"{api_key}\",\n    \"add_products\": \"{add_products}\",\n    \"download_products\": \"{download_products}\",\n    \"auto_sync_stock\": \"{auto_sync_stock}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/update?plugin_id={{plugin_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","update"],"host":["{{api_url}}"],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}],"variable":[]}},"response":[{"id":"910dd05c-0d94-49e6-884d-40194af20baa","name":"Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_url}}/plugins/?plugin_id={{plugin_id}}","host":["{{api_url}}"],"path":["plugins",""],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{name}\",\n        \"provider_type\": \"returnapi\",\n        \"provider\": \"{provider_type}\",\n        \"is_active\": \"{is_active}\",\n        \"client_code\": \"{client_code}\",\n        \"customer_alias\": \"{customer_alias}\",\n        \"site_id\": \"{site_id}\",\n        \"campaign_code\": \"{campaign_code}\",\n        \"api_key\": \"{api_key}\",\n        \"add_products\": \"{add_products}\",\n        \"download_products\": \"{download_products}\",\n        \"auto_sync_stock\": \"{auto_sync_stock}\"\n    }\n}"}],"_postman_id":"ea57f716-e91a-4186-8bef-297a6def32dc"}],"id":"52f85f67-6b6d-46ba-82b7-68a54f8706b9","_postman_id":"52f85f67-6b6d-46ba-82b7-68a54f8706b9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Whistl Plugin","item":[{"name":"Create","id":"ae01433f-43bf-432a-930e-7b2352d9dbd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"service_url\": \"{service_url}\",\n    \"client_id\": \"{client_id}\",\n    \"client_secret\": \"{client_secret}\",\n    \"add_products\": \"{add_products}\",\n    \"download_products\": \"{download_products}\",\n    \"auto_sync_stock\": \"{auto_sync_stock}\",\n    \"exclude_unfulfillable_orders\": \"{exclude_unfulfillable_orders}\",\n    \"deduct_stock_via_orders\": \"{deduct_stock_via_orders}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/whistl","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","create","whistl"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"f9cc0cbf-f588-4f22-8df0-7691000823cf","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/create/jd"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{name}\",\n        \"provider_type\": \"returnapi\",\n        \"provider\": \"{provider_type}\",\n        \"is_active\": \"{is_active}\",\n        \"auth_token\": \"{auth_token}\",\n        \"service_url\": \"{service_url}\",\n        \"client_id\": \"{client_id}\",\n        \"client_secret\": \"{client_secret}\",\n        \"add_products\": \"{add_products}\",\n        \"download_products\": \"{download_products}\",\n        \"auto_sync_stock\": \"{auto_sync_stock}\",\n        \"exclude_unfulfillable_orders\": \"{exclude_unfulfillable_orders}\",\n        \"deduct_stock_via_orders\": \"{deduct_stock_via_orders}\"\n    }\n}"}],"_postman_id":"ae01433f-43bf-432a-930e-7b2352d9dbd2"},{"name":"Update","id":"9d3da04c-cab2-41e5-9217-501b4858fd50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"store_id\": \"{ Channel API Store UUID }\",\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"service_url\": \"{service_url}\",\n    \"client_id\": \"{client_id}\",\n    \"client_secret\": \"{client_secret}\",\n    \"add_products\": \"{add_products}\",\n    \"download_products\": \"{download_products}\",\n    \"auto_sync_stock\": \"{auto_sync_stock}\",\n    \"exclude_unfulfillable_orders\": \"{exclude_unfulfillable_orders}\",\n    \"deduct_stock_via_orders\": \"{deduct_stock_via_orders}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/plugins/update?plugin_id={{plugin_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","update"],"host":["{{api_url}}"],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}],"variable":[]}},"response":[{"id":"e72e1d37-5e91-44df-979a-bdbdd6deadf2","name":"Update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{ Plugin Name }\",\n    \"is_active\": \"{ Plugin status }\",\n    \"customer_code\": \"{ JD Customer Code }\",\n    \"operator_code\": \"{ JD Operator Code }\",\n    \"source_code\": \"{ JD Source Code }\",\n    \"warehouse_code\": \"{ JD Warehouse Code }\",\n    \"cargo_owner_id\": \"{ JD Cargo Owner ID }\",\n    \"sales_channel_code\": \"{ JD Sales Channel Code }\",\n    \"customer_dept_code\": \"{ JD Customer Dept Code }\",\n    \"fulfillment_services\": [\n        {\n            \"code\": \"JD Fulfillment Services Code\",\n            \"name\": \"JD Fulfillment Services Name\"\n        }\n    ],\n    \"sale_channel_goods_list\": [\n        {\n            \"code\": \"{ JD Sale Channel Goods Code }\",\n            \"name\": \"{ JD Sale Channel Goods Name }\",\n            \"reserveNum\": \"{ Integer | JD Sale Channel Goods Reserve Num }\",\n            \"saleChannelCode\": \"{ JD Sale Channel Goods Sale Channel Code }\"\n        }\n    ],\n    \"add_products\": \"{ boolean | Send the products found in the Channel API to JD }\",\n    \"download_products\": \"{ boolean | Download products available on JD }\",\n    \"push_stock_levels\":  \"{ boolean | Push JD FOP stock levels to channels? }\",\n    \"auto_sync_stock\": \"{ boolean | Send stock levels found in Channel API to JD }\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_url}}/plugins/?plugin_id={{plugin_id}}","host":["{{api_url}}"],"path":["plugins",""],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Date","value":"Wed, 08 Jun 2022 13:12:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-PLUGIN-API-ACTIVITY-IDS","value":"[\"441d13fa-0b76-45fa-80f1-63ea175909df\"]"},{"key":"X-PLUGIN-API-REQUEST-ACTION","value":"create_plugin"},{"key":"X-PLUGIN-API-REQUEST-ACTION-RELATED-IDS","value":"d632adf9-bf0a-471d-806c-efc8570a8ca2"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Plugin UUID }\",\n        \"name\": \"{name}\",\n        \"provider_type\": \"returnapi\",\n        \"provider\": \"{provider_type}\",\n        \"is_active\": \"{is_active}\",\n        \"auth_token\": \"{auth_token}\",\n        \"service_url\": \"{service_url}\",\n        \"client_id\": \"{client_id}\",\n        \"client_secret\": \"{client_secret}\",\n        \"add_products\": \"{add_products}\",\n        \"download_products\": \"{download_products}\",\n        \"auto_sync_stock\": \"{auto_sync_stock}\",\n        \"exclude_unfulfillable_orders\": \"{exclude_unfulfillable_orders}\",\n        \"deduct_stock_via_orders\": \"{deduct_stock_via_orders}\"\n    }\n}"}],"_postman_id":"9d3da04c-cab2-41e5-9217-501b4858fd50"}],"id":"7cddc4f2-94c4-4a38-8108-2a7c415683a7","_postman_id":"7cddc4f2-94c4-4a38-8108-2a7c415683a7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Avaiable","id":"3a93e383-bfe2-4e9d-9032-c984ed7400f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"}],"url":"{{api_url}}/plugins/available","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","available"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"59df754a-8c37-4324-aa3e-021a86ca82fa","name":"Avaiable.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"}],"url":"{{api_url}}/plugins/available"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 17 Jan 2022 08:27:19 GMT"},{"key":"Date","value":"Mon, 17 Jan 2022 08:27:19 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"list_available_plugins"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{{ id }}\",\n            \"name\": \"{{ name }}\",\n            \"logo\": \"{{ logo }}\"\n        }\n    ]\n}"}],"_postman_id":"3a93e383-bfe2-4e9d-9032-c984ed7400f7"},{"name":"List","id":"e4ec8664-0f35-4578-ac46-97d08a46c915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"}],"url":"{{api_url}}/plugins/list?store_id={{store_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","list"],"host":["{{api_url}}"],"query":[{"key":"store_id","value":"{{store_id}}"}],"variable":[]}},"response":[{"id":"6fed8c37-f715-414e-a3c0-5ef0832d42cb","name":"Plugins.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"}],"url":{"raw":"{{api_url}}/plugins/list?store_id={{store_id}}","host":["{{api_url}}"],"path":["plugins","list"],"query":[{"key":"store_id","value":"{{store_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 17 Jan 2022 07:33:07 GMT"},{"key":"Date","value":"Mon, 17 Jan 2022 07:33:07 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"list_plugins"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Plugin UUID }\",\n            \"name\": \"{ Plugin Name }\",\n            \"provider_type\": \"{ Plugin Provider Type }\",\n            \"provider\": \"{ Plugin Provider }\",\n            \"is_active\": false,\n            \"is_connected\": false\n        }\n    ]\n}"}],"_postman_id":"e4ec8664-0f35-4578-ac46-97d08a46c915"},{"name":"Delete plugin","id":"111e89ca-ca91-40ef-93b5-3a87bd33189f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/plugins/delete?plugin_id={{plugin_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["plugins","delete"],"host":["{{api_url}}"],"query":[{"key":"plugin_id","value":"{{plugin_id}}"}],"variable":[]}},"response":[],"_postman_id":"111e89ca-ca91-40ef-93b5-3a87bd33189f"},{"name":"New Request","id":"e51ee517-f331-4bc3-948f-1fa075c3210b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e51ee517-f331-4bc3-948f-1fa075c3210b"}],"id":"bab7762f-4c0e-4437-b59b-2132c4b04778","_postman_id":"bab7762f-4c0e-4437-b59b-2132c4b04778","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Customers","item":[{"name":"Delete Customer","id":"635f4a89-3b70-4169-bf0c-999349d425e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"aplication/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"customer_id","value":"{{customer_id}}","type":"text"},{"key":"store_id","value":"{{store_id}}","type":"text"}]},"url":"{{api_url}}/customers/delete","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["customers","delete"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"2f49ac99-0166-40a4-8abd-cd98d7aa2222","name":"Customer.Delete","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"aplication/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"customer_id","value":"{{customer_id}}","type":"text"},{"key":"store_id","value":"{{store_id}}","type":"text"}]},"url":"{{api_url}}/customers/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Sat, 07 May 2022 12:16:16 GMT"},{"key":"Date","value":"Sat, 07 May 2022 12:16:16 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"65f90497-c56a-48b0-bf27-195e49871497\"]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"delete_customer"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"60fca228-a1e7-48c3-9f34-a78441f8d97f"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"635f4a89-3b70-4169-bf0c-999349d425e6"},{"name":"List","id":"c63849cb-b3b6-45dd-9130-60f82105f2d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{api_url}}/customers/list?store_id={{store_id}}","description":"<p>List orders</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["customers","list"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required: uuid - Channel API Store Id</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"}],"variable":[]}},"response":[{"id":"d4ffc35d-db28-4b52-8952-4535bdde6423","name":"Customers.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"{{api_url}}/customers/list?store_id={{store_id}}","host":["{{api_url}}"],"path":["customers","list"],"query":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 16 May 2022 08:54:34 GMT"},{"key":"Date","value":"Mon, 16 May 2022 08:54:34 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"customer_id\": \"{ Channel API Customer UUID }\",\n            \"name\": \"{ Customer name }\",\n            \"email\": \"{ Customer Email }\",\n            \"created_at\": \"{ Created at }\",\n            \"updated_at\": \"{ Last updated at }\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"{ API First Page URL }\",\n        \"last\": \"{ API Last Page URL }\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"{ API Path URL }\",\n        \"per_page\": 250,\n        \"to\": 22,\n        \"total\": 22\n    }\n}"}],"_postman_id":"c63849cb-b3b6-45dd-9130-60f82105f2d7"}],"id":"f66381c3-d921-484f-918a-ae2b3c696437","_postman_id":"f66381c3-d921-484f-918a-ae2b3c696437","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Hosted Pages","item":[{"name":"List","id":"2d8edf40-16f4-48c6-825d-c25ebe790182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/hostedPages/list","description":"<p>Lists all hosted pages</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["hostedPages","list"],"host":["{{api_url}}"],"query":[{"disabled":true,"description":{"content":"<p>required if store_name is null</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"},{"disabled":true,"description":{"content":"<p>required if store_id is null</p>\n","type":"text/plain"},"key":"store_name","value":"{{store_name}}"}],"variable":[]}},"response":[{"id":"285dc440-81be-479d-8ed9-45dfc8d2156d","name":"HostedPages.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{api_url}}/hostedPages/list","host":["{{api_url}}"],"path":["hostedPages","list"],"query":[{"key":"store_id","value":"{{store_id}}","description":"required if store_name is null","disabled":true},{"key":"store_name","value":"{{store_name}}","description":"required if store_id is null","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{{ Hosted Page UUID }}\",\n            \"url\": \"{{ Hosted Page Access URL }}\",\n            \"created_at\": \"{{ Created At Date }}\",\n            \"expired_at\": \"{{ Expired At Date }}\"\n        }\n    ]\n}"}],"_postman_id":"2d8edf40-16f4-48c6-825d-c25ebe790182"},{"name":"Create","id":"f68a4312-645a-46b6-8ed5-8ef9207073bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","type":"text"},{"key":"store_name","value":"My Store","type":"text","disabled":true}]},"url":"{{api_url}}/hostedPages/create","description":"<p>create hosted pages</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["hostedPages","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"ddf56052-db5c-4729-a5be-765c6f7dfbac","name":"HostedPages.Create","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/hostedPages/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{{ Hosted Page UUID }}\",\n        \"url\": \"{{ Hosted Page Access URL }}\",\n        \"created_at\": \"{{ Created At Date }}\",\n        \"expired_at\": \"{{ Expired At Date }}\"\n    }\n}"}],"_postman_id":"f68a4312-645a-46b6-8ed5-8ef9207073bd"},{"name":"Delete","id":"92a73d3f-30cc-4375-918b-a24aa100051f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/hostedPages/delete?store_id={{store_id}}&store_name={{store_name}}&hosted_page_id={{hosted_page_id}}","description":"<p>Remove hosted page</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["hostedPages","delete"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required if store_name is null</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"},{"description":{"content":"<p>required if store_id is null</p>\n","type":"text/plain"},"key":"store_name","value":"{{store_name}}"},{"description":{"content":"<p>required:uuid</p>\n","type":"text/plain"},"key":"hosted_page_id","value":"{{hosted_page_id}}"}],"variable":[]}},"response":[{"id":"93ef25c5-63c5-4bae-8013-403c8763ddb2","name":"HostedPages.Delete","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{api_url}}/hostedPages/delete?store_id={{store_id}}&store_name={{store_name}}&hosted_page_id={{hosted_page_id}}","host":["{{api_url}}"],"path":["hostedPages","delete"],"query":[{"key":"store_id","value":"{{store_id}}","description":"required if store_name is null"},{"key":"store_name","value":"{{store_name}}","description":"required if store_id is null"},{"key":"hosted_page_id","value":"{{hosted_page_id}}","description":"required:uuid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Date","value":"Fri, 27 Mar 2020 09:05:55 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"92a73d3f-30cc-4375-918b-a24aa100051f"}],"id":"5aa5c382-89ee-4f4e-8301-5ecbb34330a8","_postman_id":"5aa5c382-89ee-4f4e-8301-5ecbb34330a8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Amazon Click & Collect","item":[{"name":"Stores","item":[{"name":"List","id":"a9f9da0a-89fe-454d-b83c-3b909a7d5c71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{api_url}}/channels/pickupStores/list?channel_id={{channel_id}}","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","pickupStores","list"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required:uuid</p>\n","type":"text/plain"},"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"ec1341fd-cfae-457d-a7de-24b6bd9130c0","name":"List","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"{{order_id}}","description":"required: uuid - Channel API Order Id","type":"text"},{"key":"channel_courier_id","value":"{{channel_courier_id}}","description":"contidional: uuid - Channel API Channel Courier Id\n\n* Required if channel_courier_name is not set\n","type":"text"},{"key":"channel_courier_name","value":"{{channel_courier_name}}","description":"contidional: string - Channel API Channel Courier Name\n\n* Required if channel_courier_id is not set\n","type":"text"},{"key":"shipping_method","value":"{{shipping_method}}","description":"required:string Shipping Method","type":"text"},{"key":"shipping_tracking_code","value":"{{shipping_tracking_code}}","description":"required:string Shipping Tracking Code","type":"text"},{"key":"fulfillment_date","value":"{{fulfillment_date}}","description":"required:datetime Fulfillment Date","type":"text"},{"key":"timezone","value":"{{timezone}}","description":"required:timezone Fulfillment Date Timezone\neg: Europe/London","type":"text"},{"key":"set_as_shipped","value":"{{set_as_shipped}}","description":"optional:boolean|default:true Set true to Set Order Status As Shipped","type":"text"},{"key":"location_id","value":"{{location_id}}","description":"conditional: integer - Channel API Channel Location ID\n* Required if the order has multiple items assigned to multiple inventory locations","type":"text","disabled":true},{"key":"tracking_url","value":"{{tracking_url}}","description":"optional:string Fulfilment tracking url","type":"text"}]},"url":{"raw":"{{api_url}}/channels/pickupStores/list?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","pickupStores","list"],"query":[{"key":"store_id","value":"{{store_id}}","disabled":true},{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Channel Pickup Store UUID }\",\n            \"remote_id\": \"{ Remote ID }\",\n            \"remote_alt_id\": \"{ Remote Alt ID }\",\n            \"name\": \"{ Pickup Store Name }\",\n            \"address_line_1\": \"{ Pickup Store Address Line 1 }\",\n            \"address_line_2\": \"{ Pickup Store Address Line 2 }\",\n            \"address_line_3\": \"{ Pickup Store Address Line 3 }\",\n            \"city\": \"{ Pickup Store City }\",\n            \"county\": \"{ Pickup Store Country }\",\n            \"district\": \"{ Pickup Store District }\",\n            \"state\": \"{ Pickup Store State }\",\n            \"postal_code\": \"{ Pickup Postal Code City }\",\n            \"country_iso_code\": \"{ Pickup Store Country ISO Code }\",\n            \"phone\": \"{ Pickup Store Phone Number }\",\n            \"contact_phone\": \"{contact_phone}\",\n            \"contact_email\": \"{contact_email}\",\n            \"is_active\": \"{is_active}\",\n            \"working_hours\": \"{working_hours}\",\n            \"inventory_hold_period\": \"{inventory_hold_period}\",\n            \"store_sync_status\": 0\n        }\n    ]\n}"}],"_postman_id":"a9f9da0a-89fe-454d-b83c-3b909a7d5c71"},{"name":"Show","id":"0cd01049-a3be-47da-bff8-92197fc59e83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{api_url}}/channels/pickupStores/detail?channel_id={{channel_id}}&pickup_store_id={{pickup_store_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","pickupStores","detail"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required:uuid</p>\n","type":"text/plain"},"key":"channel_id","value":"{{channel_id}}"},{"description":{"content":"<p>required:uuid</p>\n","type":"text/plain"},"key":"pickup_store_id","value":"{{pickup_store_id}}"}],"variable":[]}},"response":[{"id":"1e8c5ed7-e239-4822-a254-44819d45fd64","name":"PickupStore.Show","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{api_url}}/channels/pickupStores/detail?channel_id={{channel_id}}&pickup_store_id={{pickup_store_id}}","host":["{{api_url}}"],"path":["channels","pickupStores","detail"],"query":[{"key":"store_id","value":"{{store_id}}","disabled":true},{"key":"channel_id","value":"{{channel_id}}"},{"key":"pickup_store_id","value":"{{pickup_store_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Thu, 21 Apr 2022 07:36:19 GMT"},{"key":"Date","value":"Thu, 21 Apr 2022 07:36:19 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel Pickup Store UUID }\",\n        \"remote_id\": \"{ Remote ID }\",\n        \"remote_alt_id\": \"{ Remote Alt ID }\",\n        \"name\": \"{ Pickup Store Name }\",\n        \"address_line_1\": \"{ Pickup Store Address Line 1 }\",\n        \"address_line_2\": \"{ Pickup Store Address Line 2 }\",\n        \"address_line_3\": \"{ Pickup Store Address Line 3 }\",\n        \"city\": \"{ Pickup Store City }\",\n        \"county\": \"{ Pickup Store Country }\",\n        \"district\": \"{ Pickup Store District }\",\n        \"state\": \"{ Pickup Store State }\",\n        \"postal_code\": \"{ Pickup Postal Code City }\",\n        \"country_iso_code\": \"{ Pickup Store Country ISO Code }\",\n        \"phone\": \"{ Pickup Store Phone Number }\",\n        \"contact_phone\": \"{contact_phone}\",\n        \"contact_email\": \"{contact_email}\",\n        \"is_active\": \"{is_active}\",\n        \"working_hours\": \"{working_hours}\",\n        \"inventory_hold_period\": \"{inventory_hold_period}\",\n        \"store_sync_status\": 0\n    }\n}"}],"_postman_id":"0cd01049-a3be-47da-bff8-92197fc59e83"},{"name":"Create","id":"a82afaca-f86c-4910-ad6a-128b33ebeb12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{name}}\",\n    \"address_line_1\": \"{{address_line_1}}\",\n    \"address_line_2\": \"{{address_line_2}}\",\n    \"address_line_3\": \"{{address_line_3}}\",\n    \"city\": \"{{city}}\",\n    \"county\": \"{{county}}\",\n    \"district\": \"{{district}}\",\n    \"state\": \"{{state}}\",\n    \"postal_code\": \"{{postal_code}}\",\n    \"country_iso_code\": \"{{country_iso_code}}\",\n    \"phone\": \"{{phone}}\",\n    \"status\": \"{{status}}\",\n    \"contact_phone\": \"{{contact_phone}}\",\n    \"contact_email\": \"{{contact_email}}\",\n    \"inventory_hold_period\": \"{{inventory_hold_period}}\",\n    \"working_hours\": {\n        \"monday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"tuesday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"wednesday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"thursday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"friday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"saturday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"sunday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"handlingTime\": \"{{handlingTime}}\",\n        \"timezone\": \"{{timezone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/channels/pickupStores/create?channel_id={{channel_id}}","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","pickupStores","create"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required:uuid</p>\n","type":"text/plain"},"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"84b0330d-6450-43c2-8d9f-30401772b4c2","name":"PickupStore.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{name}}\",\n    \"address_line_1\": \"{{address_line_1}}\",\n    \"address_line_2\": \"{{address_line_2}}\",\n    \"address_line_3\": \"{{address_line_3}}\",\n    \"city\": \"{{city}}\",\n    \"county\": \"{{county}}\",\n    \"district\": \"{{district}}\",\n    \"state\": \"{{state}}\",\n    \"postal_code\": \"{{postal_code}}\",\n    \"country_iso_code\": \"{{country_iso_code}}\",\n    \"phone\": \"{{phone}}\",\n    \"status\": \"{{status}}\",\n    \"contact_phone\": \"{{contact_phone}}\",\n    \"contact_email\": \"{{contact_email}}\",\n    \"inventory_hold_period\": \"{{inventory_hold_period}}\",\n    \"working_hours\": {\n        \"monday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"tuesday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"wednesday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"thursday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"friday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"saturday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"sunday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"handlingTime\": \"{{handlingTime}}\",\n        \"timezone\": \"{{timezone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_url}}/channels/pickupStores/create?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","pickupStores","create"],"query":[{"key":"store_id","value":"{{store_id}}","disabled":true},{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:06:57 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:06:57 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel Pickup Store UUID }\",\n        \"remote_id\": \"{ Remote ID }\",\n        \"remote_alt_id\": \"{ Remote Alt ID }\",\n        \"name\": \"{ Pickup Store Name }\",\n        \"address_line_1\": \"{ Pickup Store Address Line 1 }\",\n        \"address_line_2\": \"{ Pickup Store Address Line 2 }\",\n        \"address_line_3\": \"{ Pickup Store Address Line 3 }\",\n        \"city\": \"{ Pickup Store City }\",\n        \"county\": \"{ Pickup Store Country }\",\n        \"district\": \"{ Pickup Store District }\",\n        \"state\": \"{ Pickup Store State }\",\n        \"postal_code\": \"{ Pickup Postal Code City }\",\n        \"country_iso_code\": \"{ Pickup Store Country ISO Code }\",\n        \"phone\": \"{ Pickup Store Phone Number }\",\n        \"contact_phone\": \"{contact_phone}\",\n        \"contact_email\": \"{contact_email}\",\n        \"is_active\": \"{is_active}\",\n        \"working_hours\": \"{working_hours}\",\n        \"inventory_hold_period\": \"{inventory_hold_period}\",\n        \"store_sync_status\": 0\n    }\n}"}],"_postman_id":"a82afaca-f86c-4910-ad6a-128b33ebeb12"},{"name":"Update","id":"637bbaaa-7cf1-45ae-893f-949e19f32eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{name}}\",\n    \"address_line_1\": \"{{address_line_1}}\",\n    \"address_line_2\": \"{{address_line_2}}\",\n    \"address_line_3\": \"{{address_line_3}}\",\n    \"city\": \"{{city}}\",\n    \"county\": \"{{county}}\",\n    \"district\": \"{{district}}\",\n    \"state\": \"{{state}}\",\n    \"postal_code\": \"{{postal_code}}\",\n    \"country_iso_code\": \"{{country_iso_code}}\",\n    \"phone\": \"{{phone}}\",\n    \"status\": \"{{status}}\",\n    \"contact_phone\": \"{{contact_phone}}\",\n    \"contact_email\": \"{{contact_email}}\",\n    \"working_hours\": {\n        \"monday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"tuesday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"wednesday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"thursday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"friday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"saturday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"sunday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"handlingTime\": \"{{handlingTime}}\",\n        \"timezone\": \"{{timezone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/channels/pickupStores/update?channel_id={{channel_id}}&pickup_store_id={{pickup_store_id}}","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","pickupStores","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"},{"key":"pickup_store_id","value":"{{pickup_store_id}}"}],"variable":[]}},"response":[{"id":"41bbd680-0ac1-4ad7-9bad-dec2dad9fc8c","name":"PickupStore.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{name}}\",\n    \"address_line_1\": \"{{address_line_1}}\",\n    \"address_line_2\": \"{{address_line_2}}\",\n    \"address_line_3\": \"{{address_line_3}}\",\n    \"city\": \"{{city}}\",\n    \"county\": \"{{county}}\",\n    \"district\": \"{{district}}\",\n    \"state\": \"{{state}}\",\n    \"postal_code\": \"{{postal_code}}\",\n    \"country_iso_code\": \"{{country_iso_code}}\",\n    \"phone\": \"{{phone}}\",\n    \"status\": \"{{status}}\",\n    \"contact_phone\": \"{{contact_phone}}\",\n    \"contact_email\": \"{{contact_email}}\",\n    \"working_hours\": {\n        \"monday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"tuesday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"wednesday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"thursday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"friday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"saturday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"sunday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"handlingTime\": \"{{handlingTime}}\",\n        \"timezone\": \"{{timezone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_url}}/channels/pickupStores/update?channel_id={{channel_id}}&pickup_store_id={{pickup_store_id}}","host":["{{api_url}}"],"path":["channels","pickupStores","update"],"query":[{"key":"store_id","value":"{{store_id}}","disabled":true},{"key":"channel_id","value":"{{channel_id}}"},{"key":"pickup_store_id","value":"{{pickup_store_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:06:57 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:06:57 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel Pickup Store UUID }\",\n        \"remote_id\": \"{ Remote ID }\",\n        \"remote_alt_id\": \"{ Remote Alt ID }\",\n        \"name\": \"{ Pickup Store Name }\",\n        \"address_line_1\": \"{ Pickup Store Address Line 1 }\",\n        \"address_line_2\": \"{ Pickup Store Address Line 2 }\",\n        \"address_line_3\": \"{ Pickup Store Address Line 3 }\",\n        \"city\": \"{ Pickup Store City }\",\n        \"county\": \"{ Pickup Store Country }\",\n        \"district\": \"{ Pickup Store District }\",\n        \"state\": \"{ Pickup Store State }\",\n        \"postal_code\": \"{ Pickup Postal Code City }\",\n        \"country_iso_code\": \"{ Pickup Store Country ISO Code }\",\n        \"phone\": \"{ Pickup Store Phone Number }\",\n        \"contact_phone\": \"{contact_phone}\",\n        \"contact_email\": \"{contact_email}\",\n        \"is_active\": \"{is_active}\",\n        \"working_hours\": \"{working_hours}\",\n        \"inventory_hold_period\": \"{inventory_hold_period}\",\n        \"store_sync_status\": 0\n    }\n}"}],"_postman_id":"637bbaaa-7cf1-45ae-893f-949e19f32eee"},{"name":"Delete","id":"67f1b644-f025-4a60-bbcb-9a4357edb8bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"<p>required:uuid</p>\n"},{"key":"pickup_store_id","value":"{{pickup_store_id}}","description":"<p>required:uuid</p>\n"}]},"url":"{{api_url}}/channels/pickupStores/delete","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","pickupStores","delete"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"52941cc5-dacd-4c14-a09d-debe330247dd","name":"PickupStore.Delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","disabled":true},{"key":"channel_id","value":"{{channel_id}}"},{"key":"pickup_store_id","value":"{{pickup_store_id}}"}]},"url":"{{api_url}}/channels/pickupStores/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Fri, 15 Apr 2022 14:49:18 GMT"},{"key":"Date","value":"Fri, 15 Apr 2022 14:49:18 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"5f6aa985-c3db-4606-8019-6f66552c6e8e\"]"},{"key":"X-CHANNEL-API-REQUEST-ACTION","value":"delete_channel"},{"key":"X-CHANNEL-API-REQUEST-ACTION-RELATED-IDS","value":"3372bd8d-801b-4647-b871-a345fb277a12"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true\n}"}],"_postman_id":"67f1b644-f025-4a60-bbcb-9a4357edb8bd"},{"name":"Status Update","id":"883dfb6e-5e0d-4a19-84e7-d1310a94acdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"{{status}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/channels/pickupStores/updateStatus?channel_id={{channel_id}}&pickup_store_id={{pickup_store_id}}","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","pickupStores","updateStatus"],"host":["{{api_url}}"],"query":[{"disabled":true,"key":"store_id","value":"{{store_id}}"},{"key":"channel_id","value":"{{channel_id}}"},{"key":"pickup_store_id","value":"{{pickup_store_id}}"}],"variable":[]}},"response":[{"id":"c6624b75-72c9-49fd-9bc5-1c089e8923f0","name":"PickupStore.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{name}}\",\n    \"address_line_1\": \"{{address_line_1}}\",\n    \"address_line_2\": \"{{address_line_2}}\",\n    \"address_line_3\": \"{{address_line_3}}\",\n    \"city\": \"{{city}}\",\n    \"county\": \"{{county}}\",\n    \"district\": \"{{district}}\",\n    \"state\": \"{{state}}\",\n    \"postal_code\": \"{{postal_code}}\",\n    \"country_iso_code\": \"{{country_iso_code}}\",\n    \"phone\": \"{{phone}}\",\n    \"status\": \"{{status}}\",\n    \"contact_phone\": \"{{contact_phone}}\",\n    \"contact_email\": \"{{contact_email}}\",\n    \"working_hours\": {\n        \"monday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"tuesday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"wednesday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"thursday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"friday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"saturday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"sunday\": {\n            \"startTime\": \"{{startTime}}\",\n            \"endTime\": \"{{endTime}}\"\n        },\n        \"handlingTime\": \"{{handlingTime}}\",\n        \"timezone\": \"{{timezone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_url}}/channels/pickupStores/update?channel_id={{channel_id}}&pickup_store_id={{pickup_store_id}}","host":["{{api_url}}"],"path":["channels","pickupStores","update"],"query":[{"key":"store_id","value":"{{store_id}}","disabled":true},{"key":"channel_id","value":"{{channel_id}}"},{"key":"pickup_store_id","value":"{{pickup_store_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 09:06:57 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 09:06:57 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel Pickup Store UUID }\",\n        \"remote_id\": \"{ Remote ID }\",\n        \"remote_alt_id\": \"{ Remote Alt ID }\",\n        \"name\": \"{ Pickup Store Name }\",\n        \"address_line_1\": \"{ Pickup Store Address Line 1 }\",\n        \"address_line_2\": \"{ Pickup Store Address Line 2 }\",\n        \"address_line_3\": \"{ Pickup Store Address Line 3 }\",\n        \"city\": \"{ Pickup Store City }\",\n        \"county\": \"{ Pickup Store Country }\",\n        \"district\": \"{ Pickup Store District }\",\n        \"state\": \"{ Pickup Store State }\",\n        \"postal_code\": \"{ Pickup Postal Code City }\",\n        \"country_iso_code\": \"{ Pickup Store Country ISO Code }\",\n        \"phone\": \"{ Pickup Store Phone Number }\",\n        \"store_sync_status\": 0\n    }\n}"}],"_postman_id":"883dfb6e-5e0d-4a19-84e7-d1310a94acdc"}],"id":"803d8d43-8215-44ed-aa14-2467b37183be","_postman_id":"803d8d43-8215-44ed-aa14-2467b37183be","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Order Pickups","item":[{"name":"Create","id":"05e03ff1-0d6b-4320-ba7b-550aada7dc0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"{{order_id}}","description":"<p>required: uuid - Channel API Order Id</p>\n","type":"text"},{"key":"pickup_store_id","value":"{{pickup_store_id}}","description":"<p>required: uuid - Channel API Channel Pickup Store Id</p>\n","type":"text"},{"key":"items[0][sku]","value":"{{item_sku}}","description":"<p>optional:string Item sku</p>\n","type":"text"},{"key":"items[0][quantity]","value":"{{item_quantity}}","description":"<p>optional:integer Item quantity</p>\n","type":"text"},{"key":"shipment_status","value":"{{shipment_status}}","description":"<p>PickedUp|ReadyForPickup</p>\n","type":"text"}]},"url":"{{api_url}}/orders/pickups/create","description":"<p>Create order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","pickups","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"556a2028-bdbd-47dd-b5d9-626f4cec5e1e","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"{{order_id}}","description":"required: uuid - Channel API Order Id","type":"text"},{"key":"pickup_store_id","value":"{{pickup_store_id}}","description":"required: uuid - Channel API Channel Pickup Store Id","type":"text"},{"key":"items[0][sku]","value":"{{item_sku}}","description":"optional:string Item sku","type":"text"},{"key":"items[0][quantity]","value":"{{item_quantity}}","description":"optional:integer Item quantity","type":"text"}]},"url":"{{api_url}}/orders/pickups/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"store\": {\n            \"id\": \"{ Channel Pickup Store UUID }\",\n            \"remote_id\": \"{ Remote ID }\",\n            \"remote_alt_id\": \"{ Remote Alt ID }\",\n            \"name\": \"{ Pickup Store Name }\",\n            \"address_line_1\": \"{ Pickup Store Address Line 1 }\",\n            \"address_line_2\": \"{ Pickup Store Address Line 2 }\",\n            \"address_line_3\": \"{ Pickup Store Address Line 3 }\",\n            \"city\": \"{ Pickup Store City }\",\n            \"county\": \"{ Pickup Store Country }\",\n            \"district\": \"{ Pickup Store District }\",\n            \"state\": \"{ Pickup Store State }\",\n            \"postal_code\": \"{ Pickup Postal Code City }\",\n            \"country_iso_code\": \"{ Pickup Store Country ISO Code }\",\n            \"phone\": \"{ Pickup Store Phone Number }\",\n            \"store_sync_status\": 0\n        },\n        \"sync_status\": \"{ Sync Status } \",\n        \"synced_at\": null\n    }\n}"}],"_postman_id":"05e03ff1-0d6b-4320-ba7b-550aada7dc0a"},{"name":"Bulk Create","id":"005fcba3-66e9-4744-8fa1-cd03246ed3b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"order_pickups\": [\n        {\n            \"order_id\":\"92a7d4c4-1bad-48c1-a1c0-198145001e91\",\n            \"pickup_store_id\":\"c7a66f9b-4fe2-4ca0-a2d6-03cf3bf6b0e3\",\n            \"shipment_status\": \"PickedUp|ReadyForPickup\",\n            \"items\": [\n                {\n                    \"sku\": \"test\",\n                    \"quantity\": 1\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/pickups/bulkCreate","description":"<p>Create bulk order fulfillment information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["orders","pickups","bulkCreate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"9a7d8bea-dc7a-4960-ab76-3749d8ca0579","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order_pickups\": [\n        {\n            \"order_id\":\"{{order_id}}\",\n            \"pickup_store_id\":\"{{channel_courier_name}}\",\n            \"items\": [\n                {\n                    \"sku\": \"{{sku}}\",\n                    \"quantity\": {{quantity}}\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/orders/fulfillment/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Date","value":"Tue, 07 Apr 2020 12:11:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"order_id\": \"{{ Channel API Order UUID }}\",\n            \"success\": true,\n            \"error\": null\n        }\n    ]\n}"}],"_postman_id":"005fcba3-66e9-4744-8fa1-cd03246ed3b9"}],"id":"23781dee-30ac-4e0f-b4dd-a2e2dbb13400","_postman_id":"23781dee-30ac-4e0f-b4dd-a2e2dbb13400","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Products","item":[{"name":"List","id":"8c5726dd-88d6-43ce-a0ed-0fc646a3719d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{api_url}}/pickup/products/list?channel_id={{channel_id}}&pickup_store_id={{pickup_store_id}}&page=1","description":"<p>List Channel Products</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["pickup","products","list"],"host":["{{api_url}}"],"query":[{"description":{"content":"<p>required:uuid</p>\n","type":"text/plain"},"key":"channel_id","value":"{{channel_id}}"},{"description":{"content":"<p>required:uuid</p>\n","type":"text/plain"},"key":"pickup_store_id","value":"{{pickup_store_id}}"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"c2cf61de-8ff0-43c8-b908-85f33cc60c9d","name":"PickupProducts.List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"{{api_url}}/channels/products/list?channel_id={{channel_id}}&pickup_store_id={{pickup_store_id}}&page=1","host":["{{api_url}}"],"path":["channels","products","list"],"query":[{"key":"channel_id","value":"{{channel_id}}"},{"key":"pickup_store_id","value":"{{pickup_store_id}}"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 31 Aug 2020 09:39:09 GMT"},{"key":"Date","value":"Mon, 31 Aug 2020 09:39:09 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"{ Pickup Product UUID }\",\n            \"channel_product_id\": \"{ Channel Prduct UUID }\",\n            \"sku\": \"{ SKU }\",\n            \"title\": \"{ Channel Product Title }\",\n            \"quantity\": \"{ Quantity }\",\n            \"pending_quantity\": \"{pending_quantity}\",\n            \"channel_sync_status\": \"{ Channel Sync Status }\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"{ First Page Url }\",\n        \"last\": \"{ Last Page Url }\",\n        \"prev\": \"{ Previous Page Url }\",\n        \"next\": \"{ Next Page Url }\"\n    },\n    \"meta\": {\n        \"current_page\": \"{ Current Page }\",\n        \"from\": \"{ From Page }\",\n        \"last_page\": \"{ Last Page }\",\n        \"path\": \"{ Channel Product List URL Path }\",\n        \"per_page\": \"{ Per page }\",\n        \"to\":\"{ To }\",\n        \"total\":\"{ Total products count }\"\n    }\n}"}],"_postman_id":"8c5726dd-88d6-43ce-a0ed-0fc646a3719d"},{"name":"Create","id":"945d46e8-339e-474e-99c4-14efc685190b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channel_id\": \"{{channel_id}}\",\n    \"pickup_store_id\": \"{{pickup_store_id}}\",\n    \"products\": [\n        {\n            \"channel_product_id\": \"{{channel_product_id}}\",\n            \"sku\": \"{{sku}}\",\n            \"quantity\":{{product_quantity}}\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/pickup/products/create","description":"<p>Update product</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["pickup","products","create"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"acb834c5-f9e9-4193-8c89-58e201d40930","name":"PickupProduct.Create","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"channel_id\": \"{{channel_id}}\",\n    \"pickup_store_id\": \"{{pickup_store_id}}\",\n    \"products\": [\n        {\n            \"channel_product_id\":\"{{channel_product_id}}\",\n            \"quantity\":\"{{quantity}}\"\n        },\n        {\n            \"channel_product_id\":\"{{channel_product_id}}\",\n            \"quantity\":\"{{quantity}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/pickup/products/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"84642de9-1b8e-47d5-baf4-32514d0ab977\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{   \n    \"data\": [\n        {\n            \"id\": \"{ Pickup Product UUID }\",\n            \"channel_product_id\": \"{ Channel Prduct UUID }\",\n            \"sku\": \"{ SKU }\",\n            \"title\": \"{ Channel Product Title }\",\n            \"quantity\": \"{ Quantity }\",\n            \"pending_quantity\": \"{ Pending Quantity }\",\n            \"channel_sync_status\": \"{ Channel Sync Status }\"\n        }\n    ]        \n}"}],"_postman_id":"945d46e8-339e-474e-99c4-14efc685190b"},{"name":"Update","id":"8e7839aa-9de2-4df8-9c29-fc7d1520a719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"<p>required uuid - Channel API Channel ID</p>\n","type":"text"},{"key":"pickup_store_id","value":"{{pickup_store_id}}","description":"<p>required: uuid - Channel API Pickup Store ID</p>\n","type":"text"},{"key":"pickup_store_product_id","value":"{{pickup_store_product_id}}","description":"<p>required: uuid - Channel API Channel Pickup Store Product Id</p>\n","type":"text"},{"key":"quantity","value":"{{quantity}}","description":"<p>required: integer - Product Quantity</p>\n","type":"text"},{"key":"action","value":"{{action}}","description":"<p>optional:enum:increase|decrease- Determine how the quantity will be set.</p>\n<ul>\n<li>If action equals 'increase', it will add quantity value to current product quantity</li>\n<li>If action equals 'decrease', it will remove quantity value from current product quantity</li>\n<li>If action not set, it will set quantity value to current product quantity</li>\n</ul>\n","type":"text"}]},"url":"{{api_url}}/pickup/products/update","description":"<p>Update product</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["pickup","products","update"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"b2eddc03-839e-474e-91fa-ed61270eb769","name":"PickupProduct.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"required uuid - Channel API Channel ID","type":"text"},{"key":"pickup_store_id","value":"{{pickup_store_id}}","description":"required: uuid - Channel API Pickup Store ID","type":"text"},{"key":"pickup_store_product_id","value":"{{pickup_store_product_id}}","description":"required: uuid - Channel API Channel Pickup Store Product Id","type":"text"},{"key":"quantity","value":"{{quantity}}","description":"required: integer - Product Quantity","type":"text"},{"key":"action","value":"{{action}}","description":"optional:enum:increase|decrease- Determine how the quantity will be set.\n* If action equals 'increase', it will add quantity value to current product quantity\n* If action equals 'decrease', it will remove quantity value from current product quantity\n* If action not set, it will set quantity value to current product quantity\n","type":"text"}]},"url":"{{api_url}}/pickup/products/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"84642de9-1b8e-47d5-baf4-32514d0ab977\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{   \n    \"data\": {\n        \"id\": \"{ Pickup Product UUID }\",\n        \"channel_product_id\": \"{ Channel Prduct UUID }\",\n        \"sku\": \"{ SKU }\",\n        \"title\": \"{ Channel Product Title }\",\n        \"quantity\": \"{ Quantity }\",\n        \"pending_quantity\": \"{ Pending Quantity }\",\n        \"channel_sync_status\": \"{ Channel Sync Status }\"\n    }\n}"}],"_postman_id":"8e7839aa-9de2-4df8-9c29-fc7d1520a719"},{"name":"Bulk Update","id":"ef2286c6-664f-4ae8-b9f2-833adad5e8b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"{\n    \"pickup_store_products\": [\n        {\n            \"channel_id\":\"{{channel_id}}\",\n            \"pickup_store_id\":\"{{channel_pickup_store_id}}\",\n            \"pickup_store_product_id\":\"{{channel_pickup_store_product_id}}\",\n            \"quantity\":\"{{quantity}}\"\n        },\n        {\n            \"channel_id\":\"{{channel_id}}\",\n            \"pickup_store_id\":\"{{channel_pickup_store_id}}\",\n            \"pickup_store_product_id\":\"{{channel_pickup_store_product_id}}\",\n            \"quantity\":\"{{quantity}}\",\n            \"action\": \"increase\"\n        },\n        {\n            \"channel_id\":\"{{channel_id}}\",\n            \"pickup_store_id\":\"{{channel_pickup_store_id}}\",\n            \"pickup_store_product_id\":\"{{channel_pickup_store_product_id}}\",\n            \"quantity\":\"{{quantity}}\",\n            \"action\": \"decrease\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/pickup/products/bulkUpdate","description":"<p>Update channel products as bulk</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["pickup","products","bulkUpdate"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c7231aca-3845-4f2b-90ac-79154489d076","name":"ChannelProducts.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pickup_store_products\": [\n        {\n            \"channel_id\":\"{{channel_id}}\",\n            \"pickup_store_id\":\"{{channel_pickup_store_id}}\",\n            \"pickup_store_product_id\":\"{{channel_pickup_store_product_id}}\",\n            \"quantity\":\"{{quantity}}\"\n        },\n        {\n            \"channel_id\":\"{{channel_id}}\",\n            \"pickup_store_id\":\"{{channel_pickup_store_id}}\",\n            \"pickup_store_product_id\":\"{{channel_pickup_store_product_id}}\",\n            \"quantity\":\"{{quantity}}\",\n            \"action\": \"increase\"\n        },\n        {\n            \"channel_id\":\"{{channel_id}}\",\n            \"pickup_store_id\":\"{{channel_pickup_store_id}}\",\n            \"pickup_store_product_id\":\"{{channel_pickup_store_product_id}}\",\n            \"quantity\":\"{{quantity}}\",\n            \"action\": \"decrease\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/channels/products/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"84642de9-1b8e-47d5-baf4-32514d0ab977\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{   \n    \"data\": [\n        {\n            \"id\": \"{ Pickup Product UUID }\",\n            \"channel_product_id\": \"{ Channel Prduct UUID }\",\n            \"sku\": \"{ SKU }\",\n            \"title\": \"{ Channel Product Title }\",\n            \"quantity\": \"{ Quantity }\",\n            \"pending_quantity\": \"{ Pending Quantity }\",\n            \"channel_sync_status\": \"{ Channel Sync Status }\"\n        }\n    ]        \n}"}],"_postman_id":"ef2286c6-664f-4ae8-b9f2-833adad5e8b2"},{"name":"Delete","id":"b9b809c0-ddf9-4de3-bcd8-7a9a37d31bb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"<p>required uuid - Channel API Channel ID</p>\n","type":"text"},{"key":"pickup_store_id","value":"{{pickup_store_id}}","description":"<p>required: uuid - Channel API Pickup Store ID</p>\n","type":"text"},{"key":"pickup_store_product_id","value":"{{pickup_store_product_id}}","description":"<p>required: uuid - Channel API Channel Pickup Store Product Id</p>\n","type":"text"}]},"url":"{{api_url}}/pickup/products/delete","description":"<p>Update product</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["pickup","products","delete"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"24ab3b11-b99c-4287-8128-d25e037b0f24","name":"PickupProduct.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"channel_id","value":"{{channel_id}}","description":"required uuid - Channel API Channel ID","type":"text"},{"key":"pickup_store_id","value":"{{pickup_store_id}}","description":"required: uuid - Channel API Pickup Store ID","type":"text"},{"key":"pickup_store_product_id","value":"{{pickup_store_product_id}}","description":"required: uuid - Channel API Channel Pickup Store Product Id","type":"text"},{"key":"quantity","value":"{{quantity}}","description":"required: integer - Product Quantity","type":"text"},{"key":"action","value":"{{action}}","description":"optional:enum:increase|decrease- Determine how the quantity will be set.\n* If action equals 'increase', it will add quantity value to current product quantity\n* If action equals 'decrease', it will remove quantity value from current product quantity\n* If action not set, it will set quantity value to current product quantity\n","type":"text"}]},"url":"{{api_url}}/pickup/products/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Date","value":"Mon, 31 Aug 2020 09:41:41 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-CHANNEL-API-ACTIVITY-IDS","value":"[\"84642de9-1b8e-47d5-baf4-32514d0ab977\"]"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{   \n    \"data\": {\n        \"id\": \"{ Pickup Product UUID }\",\n        \"channel_product_id\": \"{ Channel Prduct UUID }\",\n        \"sku\": \"{ SKU }\",\n        \"title\": \"{ Channel Product Title }\",\n        \"quantity\": \"{ Quantity }\",\n        \"pending_quantity\": \"{ Pending Quantity }\",\n        \"channel_sync_status\": \"{ Channel Sync Status }\"\n    }\n}"}],"_postman_id":"b9b809c0-ddf9-4de3-bcd8-7a9a37d31bb1"}],"id":"13f93b14-9c9a-421a-abed-d4c0d2e0e8cd","_postman_id":"13f93b14-9c9a-421a-abed-d4c0d2e0e8cd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}}],"id":"12d2db1f-437a-43d4-988c-9026f659e557","_postman_id":"12d2db1f-437a-43d4-988c-9026f659e557","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Manual Channel","item":[{"name":"Create","id":"6039c258-b52d-4a6b-b3ed-7f6e236fb8c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string Bol client id</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string Onbuy Secret Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"<p>optional:string:default=FBR - Available values; FBR, FBB</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/manual","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","manual"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"66500433-616b-42d7-a3cc-013007d8ea8a","name":"ManualChannel.Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string Bol client id\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string Onbuy Secret Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"optional:string:default=FBR - Available values; FBR, FBB","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/manual"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:08:37 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:08:37 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"manual\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"6039c258-b52d-4a6b-b3ed-7f6e236fb8c1"},{"name":"Update","id":"dade87f1-e051-4d9e-b7f8-29d489113923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"<p>required:string Bol Client ID</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>required:string Bol Secret Key</p>\n<ul>\n<li>Value will be md5 encrypted in response for verification only</li>\n</ul>\n","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"<p>optional:string:default=null - Available values; FBR, FBB</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"b458de4c-a733-4c44-9fc3-045812956013","name":"ManualChannel.Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string Bol Client ID\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string Bol Secret Key\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"optional:string:default=null - Available values; FBR, FBB","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:11:10 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:11:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"manual\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"dade87f1-e051-4d9e-b7f8-29d489113923"}],"id":"58896678-9ec5-4abe-b59f-cef9e467e453","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"cc20745b-2b2a-45c2-8210-b096d2e7198a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9770c7a6-3421-4be4-816a-d8c9536ecee2"}}],"_postman_id":"58896678-9ec5-4abe-b59f-cef9e467e453","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Aero Commerce Channel","item":[{"name":"Create","id":"4d829ef7-eb6a-4ff2-8644-329dde3c951b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required|string</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|string</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/aerocommerce","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","aerocommerce"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"5576ecfa-0a43-4e14-a72d-9f00b289a9c7","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string Bol client id\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string Onbuy Secret Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"optional:string:default=FBR - Available values; FBR, FBB","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/aerocommerce"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:08:37 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:08:37 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"aerocommerce\",\n        \"domain\": \"{ Domain }\",\n        \"access_token\": \"{ Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"4d829ef7-eb6a-4ff2-8644-329dde3c951b"},{"name":"Update","id":"2ab189bd-5660-4b1f-9047-26aca283bf18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required|string</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|string</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"5cfcec10-90c2-4972-a4b4-dbd077e06b31","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string Bol Client ID\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string Bol Secret Key\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"optional:string:default=null - Available values; FBR, FBB","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:11:10 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:11:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"aerocommerce\",\n        \"domain\": \"{ Domain }\",\n        \"access_token\": \"{ Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"2ab189bd-5660-4b1f-9047-26aca283bf18"}],"id":"5b92f93b-7a84-41f2-a1ab-322c09e19051","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"54841652-6f36-4ce4-abef-dfc65acdcb48"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"73974b9d-1771-47ba-8dab-a7e5b3e23be8"}}],"_postman_id":"5b92f93b-7a84-41f2-a1ab-322c09e19051","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"DC Hub Channel","item":[{"name":"Create","id":"6b842b9b-aa61-4ac2-9563-a8dc643f3129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required|string</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|string</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/dchub","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","dchub"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"e7f7f15f-9a41-4aa6-b86e-df769cf0960a","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"CLIENT_ID","description":"required:string Bol client id\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"CLIENT_SECRET","description":"required:string Onbuy Secret Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"optional:string:default=FBR - Available values; FBR, FBB","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/dchub"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:08:37 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:08:37 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"dchub\",\n        \"access_token\": \"{ Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"6b842b9b-aa61-4ac2-9563-a8dc643f3129"},{"name":"Update","id":"973e7e0e-a68e-49e9-a571-8a57c169b506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required|string</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|string</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"c9b0028f-a8f7-43db-9268-9c0450436592","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"CLIENT_ID","description":"required:string Bol Client ID\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"CLIENT_SECRET","description":"required:string Bol Secret Key\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"optional:string:default=null - Available values; FBR, FBB","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:11:10 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:11:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"dchub\",\n        \"access_token\": \"{ Access Token }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"973e7e0e-a68e-49e9-a571-8a57c169b506"}],"id":"3b544149-7148-488c-a2fe-4d4d721b1e79","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f565eb75-efad-41ba-b6b4-2bcac5544ea5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8adf1d99-497f-4777-ab6f-75a09bf61541"}}],"_postman_id":"3b544149-7148-488c-a2fe-4d4d721b1e79","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Vend Pos Channel","item":[{"name":"Create","id":"b95ff3b0-7a01-48fd-ba00-b859f7807050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"<p>required: uuid - Channel API Store Id</p>\n","type":"text"},{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required|string</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|string</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"hostname","value":"{{hostname}}","description":"<p>required|string</p>\n","type":"text"}]},"url":"{{api_url}}/channels/create/vendpos","description":"<p>Creates a new Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","vendpos"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"c9683022-b140-475a-ac09-cd2fe45576ac","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"30a7cf85-f611-482b-b4c3-750d9390479a","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api\n","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"CLIENT_ID","description":"required:string Bol client id\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"CLIENT_SECRET","description":"required:string Onbuy Secret Key\n\n* Value will be md5 encrypted in response for verification only","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"optional:string:default=FBR - Available values; FBR, FBB","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":"{{api_url}}/channels/create/vendpos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:08:37 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:08:37 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"vendpos\",\n        \"hostname\": \"{ Hostname }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"b95ff3b0-7a01-48fd-ba00-b859f7807050"},{"name":"Update","id":"98f38fd1-8138-487c-bc0c-635815eb8b68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"<p>optional:boolean:default=true - Sets Amazon Channel active/disabled</p>\n","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"<p>optional:string:default=null - Set account nominal code</p>\n","type":"text"},{"key":"use_default_get_orders_interval","value":"{{use_default_get_orders_interval}}","description":"<p>required:boolean - Set Use Default Get Orders Interval</p>\n","type":"text"},{"key":"get_orders_interval","value":"{{get_orders_interval}}","description":"<p>conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600</p>\n<ul>\n<li>Required if use_default_get_orders_interval equals to false</li>\n</ul>\n","type":"text"},{"key":"fetch_shipped_orders","value":"{{fetch_shipped_orders}}","description":"<p>optional:boolean:default=false - Fetch shipped orders</p>\n","type":"text"},{"key":"auto_sync_orders","value":"{{auto_sync_orders}}","description":"<p>optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API</p>\n","type":"text"},{"key":"manage_stock","value":"{{manage_stock}}","description":"<p>required:boolean:default=false - Set true to enable stock updates via api</p>\n","type":"text"},{"key":"download_products","value":"{{download_products}}","description":"<p>required:boolean - Set true to products from channel</p>\n","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"<p>required:boolean - Set true to add imported produtcs to main products list</p>\n","type":"text"},{"key":"set_initial_stock_levels","value":"{{set_initial_stock_levels}}","description":"<p>required:boolean:default=false - Set true to set initial product stock levels</p>\n","type":"text"},{"key":"auto_sync_stock","value":"{{auto_sync_stock}}","description":"<p>required:boolean:default=false - Set true to update stock levels automatically on this channels</p>\n","type":"text"},{"key":"download_product_images","value":"{{download_product_images}}","description":"<p>optional|boolean:default=false Download product images</p>\n","type":"text"},{"key":"download_product_dimensions","value":"{{download_product_dimensions}}","description":"<p>optional|boolean:default=false Download product dimensions &amp; weight data</p>\n","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"<p>optional|datetime Order polling datetime</p>\n","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"<p>optional|boolean:default=false All products will be refetched immediately.</p>\n","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"<p>optional default true Auto Deduct Stock For Orders</p>\n","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"<p>optional boolean default false Ignore orders before the date you specify status</p>\n","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"<p>required if ignore_orders_before true, datetime Ignore orders before the date you specify</p>\n","type":"text"},{"key":"store_id","value":"{{store_id}}","description":"<p>required|UUID</p>\n","type":"text"},{"key":"domain","value":"{{domain}}","description":"<p>required|string</p>\n","type":"text"},{"key":"access_token","value":"{{access_token}}","description":"<p>required|string</p>\n","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"<p>optional|string</p>\n","type":"text"},{"key":"get_unpaid_orders","value":"{{get_unpaid_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_increase_decrease_stock_levels","value":"{{allow_increase_decrease_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"reactivate_products","value":"{{reactivate_products}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"accept_charges","value":"{{accept_charges}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"download_product_customs_information","value":"{{download_product_customs_information}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"allow_fulfill_requests_when_disabled","value":"{{allow_fulfill_requests_when_disabled}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"push_stock_levels","value":"{{push_stock_levels}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"auto_hold_orders","value":"{{auto_hold_orders}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"use_order_prefix","value":"{{use_order_prefix}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"order_prefix","value":"{{order_prefix}}","description":"<p>optional|alpha_dash|required if use_order_prefix equals to true</p>\n","type":"text"},{"key":"use_max_stock_level","value":"{{use_max_stock_level}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"max_stock_level","value":"{{max_stock_level}}","description":"<p>optional|required if use_max_stock_level equals to true</p>\n","type":"text"},{"key":"use_low_stock_buffer","value":"{{use_low_stock_buffer}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"low_stock_buffer","value":"{{low_stock_buffer}}","description":"<p>optional|required if use_low_stock_buffer equals to true</p>\n","type":"text"},{"key":"auto_resend_failed_fulfillments","value":"{{auto_resend_failed_fulfillments}}","description":"<p>optional|boolean</p>\n","type":"text"},{"key":"hostname","value":"{{hostname}}","description":"<p>required|string</p>\n","type":"text"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates the given Shopify Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"40cdd70e-984c-488d-a40d-1b327317c64c","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"CHANNEL_NAME","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"IS_ACTIVE","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"ACCOUNT_NOMINAL_CODE","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"use_default_get_orders_interval","value":"USE_DEFAULT_GET_ORDERS_INTERVAL","description":"required:boolean - Set Use Default Get Orders Interval","type":"text"},{"key":"get_orders_interval","value":"GET_ORDERS_INTERVAL","description":"conditional:integer:milliseconds:default=600 - Sets Amazon Channel synchronization interval time. Min:600\n\n* Required if use_default_get_orders_interval equals to false","type":"text"},{"key":"fetch_shipped_orders","value":"FETCH_SHIPPED_ORDERS","description":"optional:boolean:default=false - Fetch shipped orders","type":"text"},{"key":"auto_sync_orders","value":"AUTO_SYNC_ORDERS","description":"optional:boolean:default=false - Sets if orders should be marked as 'synced' when they fetched via API","type":"text"},{"key":"manage_stock","value":"MANAGE_STOCK","description":"required:boolean:default=false - Set true to enable stock updates via api","type":"text"},{"key":"download_products","value":"DOWNLOAD_PRODUCTS","description":"required:boolean - Set true to products from channel","type":"text"},{"key":"add_to_products","value":"ADD_TO_PRODUCTS","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"set_initial_stock_levels","value":"SET_INITIAL_STOCK_LEVELS","description":"required:boolean:default=false - Set true to set initial product stock levels","type":"text"},{"key":"auto_sync_stock","value":"AUTO_SYNC_STOCK","description":"required:boolean:default=false - Set true to update stock levels automatically on this channels","type":"text"},{"key":"client_id","value":"CLIENT_ID","description":"required:string Bol Client ID\n\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"client_secret","value":"CLIENT_SECRET","description":"required:string Bol Secret Key\n* Value will be md5 encrypted in response for verification only\n","type":"text"},{"key":"fulfillment_channel","value":"{{fulfillment_channel}}","description":"optional:string:default=null - Available values; FBR, FBB","type":"text"},{"key":"download_product_images","value":"DOWNLOAD_PRODUCT_IMAGES","description":"optional|boolean:default=false Download product images","type":"text"},{"key":"download_product_dimensions","value":"DOWNLOAD_PRODUCT_DIMENSIONS","description":"optional|boolean:default=false Download product dimensions & weight data","type":"text"},{"key":"last_order_updated_before","value":"{{last_order_updated_before}}","description":"optional|datetime Order polling datetime","type":"text"},{"key":"refetch_products","value":"{{refetch_products}}","description":"optional|boolean:default=false All products will be refetched immediately.","type":"text"},{"key":"deduct_stock_via_orders","value":"{{deduct_stock_via_orders}}","description":"optional default true Auto Deduct Stock For Orders","type":"text"},{"key":"ignore_orders_before","value":"{{ignore_orders_before}}","description":"optional boolean default false Ignore orders before the date you specify status","type":"text"},{"key":"ignore_orders_before_at","value":"{{ignore_orders_before_at}}","description":"required if ignore_orders_before true, datetime Ignore orders before the date you specify","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:11:10 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:11:10 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"vendpos\",\n        \"hostname\": \"{ Hostname }\",\n        \"authorization_url\": \"{ Authorization Url }\",\n        \"last_order_updated_before\": \"{ Last Order Updated Before }\",\n        \"use_default_get_orders_interval\": \"{ Use Default Get Orders Interval }\",\n        \"get_orders_interval\": \"{ Get Orders Interval }\",\n        \"is_active\": \"{ Is Active }\",\n        \"is_connected\": \"{ Is Connected }\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"98f38fd1-8138-487c-bc0c-635815eb8b68"}],"id":"50c11eb3-e77a-43cc-baea-c43bf7bdfc6d","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9a25eb54-19c8-4162-8e01-ecb2790f3def"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"bd1340c7-092b-42b2-9864-41769bb5789a"}}],"_postman_id":"50c11eb3-e77a-43cc-baea-c43bf7bdfc6d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"E-Logo Channel","item":[{"name":"Create","id":"625ebd4a-8c14-42d2-90b0-00f5f60b00ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","type":"text","description":"<p>required: uuid - Channel API Store Id</p>\n"},{"key":"name","value":"{{name}}","type":"text","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n"},{"key":"is_active","value":"{{is_active}}","type":"text","description":"<p>required:boolean - Sets  Channel active/disabled</p>\n"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","type":"text","description":"<p>optional:string:default=null - Set account nominal code</p>\n"},{"key":"username","value":"{{username}}","type":"text","description":"<p>required|string</p>\n"},{"key":"password","value":"{{password}}","type":"text","description":"<p>required|string</p>\n"},{"key":"auto_create_invoices","value":"{{auto_create_invoices}}","type":"text","description":"<p>required|boolean</p>\n"},{"key":"auto_create_invoices_status","value":"{{auto_create_invoices_status}}","type":"text","description":"<p>optional|integer|required if auto_create_invoices equals to true</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Options</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0 - When Order created</td>\n</tr>\n<tr>\n<td>1 - When Fulfillment created</td>\n</tr>\n</tbody>\n</table>\n</div>"},{"key":"redirect_url","value":"{{redirect_url}}","type":"text","description":"<p>optional|string</p>\n"},{"key":"vat_exemption[]","value":"{{vat_exemption}}","type":"text","description":"<p>optional|array</p>\n"},{"key":"sender_info_id","value":"{{sender_info.id}}","type":"text","description":"<p>required</p>\n"},{"key":"sender_info_registration_name","value":"{{sender_info.registration_name}}","type":"text","description":"<p>required|string</p>\n"},{"key":"sender_info_address_line_one","value":"{{sender_info.address_line_one}}","type":"text","description":"<p>required|string</p>\n"},{"key":"sender_info_country","value":"{{sender_info.country}}","type":"text","description":"<p>required|string</p>\n"},{"key":"sender_info_city","value":"{{sender_info.city}}","type":"text","description":"<p>required|string</p>\n"},{"key":"sender_info_region","value":"{{sender_info.region}}","type":"text","description":"<p>required|string</p>\n"},{"key":"sender_info_registration_number","value":"{{sender_info.registration_number}}","type":"text","description":"<p>optional</p>\n"},{"key":"sender_info_tax_office","value":"{{sender_info.tax_office}}","type":"text","description":"<p>optional|string</p>\n"},{"key":"sender_info_email","value":"{{sender_info.email}}","type":"text","description":"<p>optional</p>\n"},{"key":"sender_info_phone","value":"{{sender_info.phone}}","type":"text","description":"<p>optional</p>\n"},{"key":"sender_info_fax","value":"{{sender_info.fax}}","type":"text","description":"<p>optional</p>\n"},{"key":"sender_info_website","value":"{{sender_info.website}}","type":"text","description":"<p>optional</p>\n"},{"key":"sender_info_address_line_two","value":"{{sender_info.address_line_two}}","type":"text","description":"<p>optional|string</p>\n"},{"key":"sender_info_address_line_three","value":"{{sender_info.address_line_three}}","type":"text","description":"<p>optional|string</p>\n"},{"key":"sender_info_postal_code","value":"{{sender_info.postal_code}}","type":"text","description":"<p>optional</p>\n"}]},"url":"{{api_url}}/channels/create/e-logo","description":"<p>Creates a new Etsy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","create","e-logo"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"5b786405-2afd-415c-a35a-284eb3416a1c","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","description":"required: uuid - Channel API Store Id","type":"text"},{"key":"name","value":"{{name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"required:boolean - Sets Etsy Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string - Client ID","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string - Channel Secret","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"required:boolean Set true to auto add products to xero","type":"text"},{"key":"xero_tenant_id","value":"{{xero_tenant_id}}","description":"required:string Set xero organization tenant id","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":"{{api_url}}/channels/create/e-logo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:53:16 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:53:16 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"e-logo\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"is_active\": \"{ Is Active }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"625ebd4a-8c14-42d2-90b0-00f5f60b00ba"},{"name":"Update","id":"fc235566-2fb5-4cc1-a20b-3214d8fe8aac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_id","value":"{{store_id}}","type":"text","description":"<p>required: uuid - Channel API Store Id</p>\n"},{"key":"name","value":"{{channel_name}}","type":"text","description":"<p>required: string - Channel API Channel Name</p>\n<ul>\n<li>Channel name must be unique for each store</li>\n</ul>\n"},{"key":"is_active","value":"{{is_active}}","type":"text","description":"<p>optional:boolean:default=true - Sets  Channel active/disabled</p>\n"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","type":"text","description":"<p>optional:string:default=null - Set account nominal code</p>\n"},{"key":"username","value":"{{username}}","type":"text","description":"<p>required|string</p>\n"},{"key":"password","value":"{{password}}","type":"text","description":"<p>required|string</p>\n"},{"key":"auto_create_invoices","value":"{{auto_create_invoices}}","type":"text","description":"<p>required|boolean</p>\n"},{"key":"auto_create_invoices_status","value":"{{auto_create_invoices_status}}","type":"text","description":"<p>optional|integer|required if auto_create_invoices equals to true</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Options</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0 - When Order created</td>\n</tr>\n<tr>\n<td>1 - When Fulfillment created</td>\n</tr>\n</tbody>\n</table>\n</div>"},{"key":"redirect_url","value":"{{redirect_url}}","type":"text","description":"<p>optional|string</p>\n"},{"key":"vat_exemption[]","value":"{{vat_exemption}}","type":"text","description":"<p>optional|array</p>\n"},{"key":"sender_info_id","value":"{{sender_info.id}}","type":"text","description":"<p>required</p>\n"},{"key":"sender_info_registration_name","value":"{{sender_info.registration_name}}","type":"text","description":"<p>required|string</p>\n"},{"key":"sender_info_address_line_one","value":"{{sender_info.address_line_one}}","type":"text","description":"<p>required|string</p>\n"},{"key":"sender_info_country","value":"{{sender_info.country}}","type":"text","description":"<p>required|string</p>\n"},{"key":"sender_info_city","value":"{{sender_info.city}}","type":"text","description":"<p>required|string</p>\n"},{"key":"sender_info_region","value":"{{sender_info.region}}","type":"text","description":"<p>required|string</p>\n"},{"key":"sender_info_registration_number","value":"{{sender_info.registration_number}}","type":"text","description":"<p>optional</p>\n"},{"key":"sender_info_tax_office","value":"{{sender_info.tax_office}}","type":"text","description":"<p>optional|string</p>\n"},{"key":"sender_info_email","value":"{{sender_info.email}}","type":"text","description":"<p>optional</p>\n"},{"key":"sender_info_phone","value":"{{sender_info.phone}}","type":"text","description":"<p>optional</p>\n"},{"key":"sender_info_fax","value":"{{sender_info.fax}}","type":"text","description":"<p>optional</p>\n"},{"key":"sender_info_website","value":"{{sender_info.website}}","type":"text","description":"<p>optional</p>\n"},{"key":"sender_info_address_line_two","value":"{{sender_info.address_line_two}}","type":"text","description":"<p>optional|string</p>\n"},{"key":"sender_info_address_line_three","value":"{{sender_info.address_line_three}}","type":"text","description":"<p>optional|string</p>\n"},{"key":"sender_info_postal_code","value":"{{sender_info.postal_code}}","type":"text","description":"<p>optional</p>\n"}]},"url":"{{api_url}}/channels/update?channel_id={{channel_id}}","description":"<p>Updates an Etsy Channel</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["channels","update"],"host":["{{api_url}}"],"query":[{"key":"channel_id","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"0105fef8-0f24-490a-bb27-7a1cdc7ebd9c","name":"Update","originalRequest":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"{{channel_name}}","description":"required: string - Channel API Channel Name\n\n* Channel name must be unique for each store","type":"text"},{"key":"add_to_products","value":"{{add_to_products}}","description":"required:boolean - Set true to add imported produtcs to main products list","type":"text"},{"key":"is_active","value":"{{is_active}}","description":"optional:boolean:default=true - Sets Amazon Channel active/disabled","type":"text"},{"key":"account_nominal_code","value":"{{account_nominal_code}}","description":"optional:string:default=null - Set account nominal code","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"required:string - Client ID","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"required:string - Channel Secret","type":"text"},{"key":"add_products","value":"{{add_products}}","description":"required:boolean Set true to auto add products to xero","type":"text"},{"key":"xero_tenant_id","value":"{{xero_tenant_id}}","description":"required:string Set xero organization tenant id","type":"text"},{"key":"redirect_url","value":"{{redirect_url}}","description":"optional|default null Specify the page you want to redirect after the Oauth connection.","type":"text"}]},"url":{"raw":"{{api_url}}/channels/update?channel_id={{channel_id}}","host":["{{api_url}}"],"path":["channels","update"],"query":[{"key":"channel_id","value":"{{channel_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Mon, 14 Feb 2022 10:55:19 GMT"},{"key":"Date","value":"Mon, 14 Feb 2022 10:55:19 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"{ Channel UUID }\",\n        \"name\": \"{ Channel Name }\",\n        \"channel_type\": \"e-logo\",\n        \"manage_stock\": \"{ Manage Stock }\",\n        \"download_products\": \"{ Download Products }\",\n        \"add_to_products\": \"{ Add To Products }\",\n        \"allow_increase_decrease_stock_levels\": \"{ Allow Increase Decrease Stock Levels }\",\n        \"set_initial_stock_levels\": \"{ Set Initial Stock Levels }\",\n        \"auto_sync_stock\": \"{ Auto Sync Stock }\",\n        \"fetch_shipped_orders\": \"{ Fetch Shipped Orders }\",\n        \"auto_sync_orders\": \"{ Auto Sync Orders }\",\n        \"type\": \"{ Type }\",\n        \"use_dc_credentials\": \"{ Use Dc Credentials }\",\n        \"is_active\": \"{ Is Active }\",\n        \"push_stock_levels\": \"{ Push Stock Levels }\",\n        \"account_nominal_code\": \"{ Account Nominal Code }\",\n        \"download_product_images\": \"{ Download Product Images }\",\n        \"download_product_dimensions\": \"{ Download Product Dimensions }\",\n        \"download_product_customs_information\": \"{ Download Product Customs Information }\",\n        \"deduct_stock_via_orders\": \"{ Deduct Stock Via Orders }\",\n        \"allow_fulfill_requests_when_disabled\": \"{ Allow Fulfill Requests When Disabled }\",\n        \"ignore_orders_before\": \"{ Ignore Orders Before }\",\n        \"ignore_orders_before_at\": \"{ Ignore Orders Before At }\",\n        \"get_unpaid_orders\": \"{ Get Unpaid Orders }\",\n        \"auto_hold_orders\": \"{ Auto Hold Orders }\",\n        \"redirect_url\": \"{ Redirect Url }\",\n        \"use_order_prefix\": \"{ Use Order Prefix }\",\n        \"order_prefix\": \"{ Order Prefix }\",\n        \"order_polling\": \"{ Order Polling }\",\n        \"channel_products\": {\n            \"total\": \"{ Total }\",\n            \"empty_matched_sku\": \"{ Empty Matched Sku }\"\n        },\n        \"use_low_stock_buffer\": \"{ Use Low Stock Buffer }\",\n        \"low_stock_buffer\": \"{ Low Stock Buffer }\",\n        \"use_max_stock_level\": \"{ Use Max Stock Level }\",\n        \"max_stock_level\": \"{ Max Stock Level }\",\n        \"auto_resend_failed_fulfillments\": \"{ Auto Resend Failed Fulfillments }\"\n    }\n}"}],"_postman_id":"fc235566-2fb5-4cc1-a20b-3214d8fe8aac"}],"id":"bca47067-ba78-4b36-a8b2-cf8e36858612","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"059011b1-bbd9-40f9-bca1-7da68c8b755b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1b91b958-143b-40fa-851b-a664ccad9159"}}],"_postman_id":"bca47067-ba78-4b36-a8b2-cf8e36858612","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Inbound Plans","item":[{"name":"List","id":"2abcb6f1-70dd-499e-888c-b9c09d189142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer 7zex8MHyH3d7h3wJaLf71Vrnc57Y6GZ"}],"url":"{{api_url}}/stores/{{store_id}}/channels/{{channel_id}}/inboundShipment?status=VOIDED&pageSize=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["stores","{{store_id}}","channels","{{channel_id}}","inboundShipment"],"host":["{{api_url}}"],"query":[{"key":"status","value":"VOIDED"},{"key":"pageSize","value":"1"}],"variable":[]}},"response":[],"_postman_id":"2abcb6f1-70dd-499e-888c-b9c09d189142"},{"name":"Show","id":"60a0bf3c-8aa3-49f5-9b6f-0b2bef544812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_url}}/stores/{{store_id}}/channels/{{channel_id}}/inboundShipment/{{inbound_shipment_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["stores","{{store_id}}","channels","{{channel_id}}","inboundShipment","{{inbound_shipment_id}}"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60a0bf3c-8aa3-49f5-9b6f-0b2bef544812"},{"name":"Create","id":"172d7785-31e5-40d3-ae8a-06318a638be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer 7zex8MHyH3d7h3wJaLf71Vrnc57Y6GZ"}],"body":{"mode":"raw","raw":"{\n    \"destinationMarketplaces\": [\n        \"{{marketplace_id}}\"\n    ],\n    \"items\": [\n        {\n            \"expiration\": \"{{expiration}}\",\n            \"labelOwner\": \"{{labelOwner}}\",\n            \"manufacturingLotCode\": \"{{manufacturingLotCode}}\",\n            \"msku\": \"{{msku}}\",\n            \"prepOwner\": \"{{prepOwner}}\",\n            \"quantity\": {{quantity}},\n        }\n    ],\n    \"contactInformation\": {\n        \"phoneNumber\": \"{{phoneNumber}}\",\n        \"email\": \"{{email}}\"\n    },\n    \"sourceAddress\": {\n        \"city\": \"{{city}}\",\n        \"countryCode\": \"{{countryCode}}\",\n        \"postalCode\": \"{{postalCode}}\",\n        \"name\": \"{{name}}\",\n        \"addressLine1\": \"{{addressLine1}}\",\n        \"addressLine2\": \"{{addressLine2}}\",\n        \"stateOrProvinceCode\": \"{{stateOrProvinceCode}}\",\n        \"companyName\": \"{{companyName}}\",\n        \"phoneNumber\": \"{{phoneNumber}}\"\n    },\n    \"name\": \"{{name}}\"\n}"},"url":"{{api_url}}/stores/{{store_id}}/channels/{{channel_id}}/inboundShipment","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["stores","{{store_id}}","channels","{{channel_id}}","inboundShipment"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"172d7785-31e5-40d3-ae8a-06318a638be0"},{"name":"Cancel","id":"1d4d39d7-3601-4458-8ee0-f5db062164c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer 7zex8MHyH3d7h3wJaLf71Vrnc57Y6GZ"}],"url":"{{api_url}}/stores/{{store_id}}/channels/{{channel_id}}/inboundShipment/{{inbound_shipment_id}}/cancel","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["stores","{{store_id}}","channels","{{channel_id}}","inboundShipment","{{inbound_shipment_id}}","cancel"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d4d39d7-3601-4458-8ee0-f5db062164c7"}],"id":"63edf970-1717-4f29-9100-55526b26eb5f","_postman_id":"63edf970-1717-4f29-9100-55526b26eb5f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}},{"name":"Company","item":[{"name":"Show","id":"fa0a65a5-cff9-490e-98d6-1b30fd061760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"fa0a65a5-cff9-490e-98d6-1b30fd061760"},{"name":"Update","id":"b013edf3-1667-4127-b779-c4506ffd6285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"styles\": {\n        \"backgroundColor\": \"#B88D8D\",\n        \"buttonColor\": \"#FF9F37\",\n        \"buttonTextColor\": \"#ffffff\",\n        \"fontSize\": 13,\n        \"showOnlySelectedChannels\": true,\n        \"toggleDarkColor\": \"#3d71da\",\n        \"toggleLightColor\": \"#add3ff\",\n        \"isDarkMode\": true,\n        \"isCustomStylesheetsEnabled\": true,\n        \"customStylesheets\": [\n            {\n                \"id\": \"014303a8-dbbc-4b24-8801-a63825768c00\",\n                \"url\": \"https://abc.com\"\n            },\n            {\n                \"id\": \"f71f66f8-c05a-4085-9a3e-6509139bda2a\",\n                \"url\": \"https://def.com\"\n            }\n        ],\n        \"visibleChannelIds\": [\n            \"amazonsp\",\n            \"ebay\",\n            \"shopify\"\n        ],\n        \"inputOverrides\": {\n            \"aerocommerce\": {\n                \"domain\": {\n                    \"sectionName\": null,\n                    \"displayName\": \"Domain\",\n                    \"type\": \"text\",\n                    \"label\": \"test url\",\n                    \"placeholder\": \"test url place\",\n                    \"infoText\": \"test url buraya\",\n                    \"errorMessage\": \"test error\",\n                    \"hasError\": true,\n                    \"isHidden\": true\n                },\n                \"account_nominal_code\": {\n                    \"sectionName\": null,\n                    \"displayName\": \"Account Nominal Code\",\n                    \"type\": \"text\",\n                    \"label\": \"Account Nominal Code New Label\",\n                    \"placeholder\": \"Account Nominal Code New PlaceHolder\",\n                    \"infoText\": \"Account Nominal Code New hint\",\n                    \"errorMessage\": null,\n                    \"hasError\": false,\n                    \"isDisabled\": false,\n                    \"defaultValue\": \"Account Nominal Code Default Value\",\n                    \"isHidden\": true\n                },\n                \"use_order_prefix\": {\n                    \"sectionName\": \"Order Management\",\n                    \"displayName\": \"Add Prefix to the Beginning of Order Numbers\",\n                    \"type\": \"toggle\",\n                    \"hasError\": false,\n                    \"isDisabled\": true,\n                    \"isHidden\": true\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url_v1}}/companies/{{company_id}}","description":"<h1 id=\"🧾-customization-endpoint---body-parameters\">🧾 Customization Endpoint - Body Parameters</h1>\n<p>This endpoint allows customization of the page appearance, layout, and styles.</p>\n<hr />\n<h2 id=\"🔧-body-parameters\">🔧 Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>logo_url</code></td>\n<td>string</td>\n<td>No</td>\n<td>URL of the logo to be displayed. Max length: 255.</td>\n</tr>\n<tr>\n<td><code>footer</code></td>\n<td>string</td>\n<td>No</td>\n<td>HTML content to be shown in the page footer.</td>\n</tr>\n<tr>\n<td><code>head</code></td>\n<td>string</td>\n<td>No</td>\n<td>HTML content to be injected into the .</td>\n</tr>\n<tr>\n<td><code>styles</code></td>\n<td>object</td>\n<td>No</td>\n<td>Styling configuration object. See breakdown below.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"🎨-styles-object-fields\">🎨 <code>styles</code> Object Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>backgroundColor</code></td>\n<td>string</td>\n<td>No</td>\n<td>Page background color (hex code).</td>\n</tr>\n<tr>\n<td><code>buttonColor</code></td>\n<td>string</td>\n<td>No</td>\n<td>Button background color.</td>\n</tr>\n<tr>\n<td><code>buttonTextColor</code></td>\n<td>string</td>\n<td>No</td>\n<td>Button text color.</td>\n</tr>\n<tr>\n<td><code>fontSize</code></td>\n<td>integer</td>\n<td>No</td>\n<td>Base font size for the page.</td>\n</tr>\n<tr>\n<td><code>visibleChannelIds</code></td>\n<td>array of string</td>\n<td>No</td>\n<td>List of channel slugs to show.</td>\n</tr>\n<tr>\n<td><code>showOnlySelectedChannels</code></td>\n<td>boolean</td>\n<td>No</td>\n<td>If true, only the selected channels will be visible.</td>\n</tr>\n<tr>\n<td><code>toggleDarkColor</code></td>\n<td>string</td>\n<td>No</td>\n<td>Dark toggle color.</td>\n</tr>\n<tr>\n<td><code>toggleLightColor</code></td>\n<td>string</td>\n<td>No</td>\n<td>Light toggle color.</td>\n</tr>\n<tr>\n<td><code>isDarkMode</code></td>\n<td>boolean</td>\n<td>No</td>\n<td>Enables dark mode styling.</td>\n</tr>\n<tr>\n<td><code>customStylesheets</code></td>\n<td>array[object]</td>\n<td>No</td>\n<td>List of custom CSS files with <code>id</code> and <code>url</code>.</td>\n</tr>\n<tr>\n<td><code>isCustomStylesheetsEnabled</code></td>\n<td>boolean</td>\n<td>No</td>\n<td>If true, enables usage of custom stylesheets.</td>\n</tr>\n<tr>\n<td><code>inputOverrides</code></td>\n<td>object</td>\n<td>No</td>\n<td>Field-level override settings for channel-specific form inputs.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}},"urlObject":{"path":["companies","{{company_id}}"],"host":["{{api_url_v1}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b013edf3-1667-4127-b779-c4506ffd6285"}],"id":"d81b278a-2756-47d8-bfa3-2ace6c2dde77","_postman_id":"d81b278a-2756-47d8-bfa3-2ace6c2dde77","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","id":"fa2f63c4-dad2-4ad7-8336-694a12f6912c","name":"ChannelAPI","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"088dd535-86ad-4ae2-9a0e-c1a1331eca88"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c237666f-4138-4673-9e9d-d9f6841649e7"}}]}