{"info":{"_postman_id":"5afae77b-cf86-4012-a773-64b26aa3cf99","name":"Blastramp Docs - API v1","description":"<html><head></head><body><p>The Blastramp API allows you to access data stored in your Blastramp account programmatically.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>You will need a valid <code>Vendor Code</code> and <code>Vendor Key</code> to send requests to the API endpoints.</p>\n<p>We have two environments:</p>\n<ul>\n<li>Sandbox - <code>api-base-url</code> = <code>https://sandbox.blastramp.com/br/api/v1</code></li>\n<li>Production - <code>api-base-url</code> = <code>https://secure.blastramp.com/br/api/v1</code></li>\n</ul>\n<p>To get your Sandbox vendor key and code please email the helpdesk here: <a href=\"https://mailto:help@blastramp.com\">help@blastramp.com</a>.</p>\n<p>Once your integration is ready to go-live please confirm with our helpdesk and get your live vendor key and code here: <code>Advanced / Admininstration / DC settings / Integrations</code> section of Blastramp (see below):</p>\n<img src=\"https://assets.blastramp.com/api/v1/images/blastramp-vendor-key-code.png\">\n\n<hr>\n<p>The Blastramp API will only respond to secured communication done over HTTPS. HTTP requests will be sent a 301 redirect to corresponding HTTPS resources.</p>\n<p>Responses to every request are sent in JSON format. If the API request results in an error, it is represented by a <code>success</code> key and value of <code>false</code> along with an <code>errorMsg</code> key in the response.</p>\n<p>The API calls will respond with appropriate HTTP status codes for all requests. A 200 OK indicates all went well, while 4XX or 5XX response codes indicate an error from the requesting client or our API servers respectively. For more details on HTTP response status codes <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/Status\">[see here]</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"}],"owner":"16858385","collectionId":"5afae77b-cf86-4012-a773-64b26aa3cf99","publishedId":"2sA3Qwaopp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"cccccc","highlight":"0055dd"},"publishDate":"2024-05-31T19:35:01.000Z"},"item":[{"name":"Adjustments","item":[{"name":"GET Adjustment","event":[{"listen":"test","script":{"id":"175e06cf-261e-4d44-87c8-0c72c48cdf7e","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"840d4c3c-161d-4556-9c74-b4ef3d4bccfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"url":"{{api-base-url}}/adjustments/{{adjustment-id}}","description":"<p>Used to fetch a single adjustment if you know the id.</p>\n","urlObject":{"path":["adjustments","{{adjustment-id}}"],"host":["{{api-base-url}}"],"query":[],"variable":[]}},"response":[{"id":"d0001d8f-7067-4709-a064-1db31c7dcd5d","name":"GET Adjustment","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"url":"{{api-base-url}}/adjustments/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 30 May 2024 22:26:36 GMT"},{"key":"Content-Length","value":"363"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": {\n        \"upc_code\": \"mtpBeach-PNK-12\",\n        \"computer\": \"0\",\n        \"actual\": \"5\",\n        \"change\": \"5\",\n        \"adjusted_by\": \"\",\n        \"reason\": \"\",\n        \"whid\": \"0001\",\n        \"cat_id\": \"0001\",\n        \"date\": \"2024-05-30 18:22:15\",\n        \"adjusted_rel_ord\": null,\n        \"reason_code\": null,\n        \"adjusted_rel_ord_id\": null,\n        \"adjust_id\": \"1\",\n        \"outbound_data_completed\": null,\n        \"location\": \"LOC1: 0 to 5<br>\",\n        \"post_from_central_dash\": null\n    }\n}"}],"_postman_id":"840d4c3c-161d-4556-9c74-b4ef3d4bccfd"},{"name":"GET Adjustments","event":[{"listen":"test","script":{"id":"90086501-3837-4be0-a6c4-5ea9f7df18b2","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"27d926f4-41a2-44a4-8bf9-0a32cf23de94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}","type":"text"},{"key":"Vendor-Key","value":"{{vendor-key}}","type":"text"}],"url":"{{api-base-url}}/adjustments","description":"<p>Used to fetch a batch of adjustments.</p>\n","urlObject":{"path":["adjustments"],"host":["{{api-base-url}}"],"query":[],"variable":[]}},"response":[{"id":"c11f7aeb-bde2-44b3-98cf-9e1594b58c6f","name":"GET Adjustments","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"url":"{{api-base-url}}/adjustments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 31 May 2024 20:27:06 GMT"},{"key":"Content-Length","value":"1312"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": [\n        {\n            \"upc_code\": \"mtpBeach-PNK-12\",\n            \"computer\": \"0\",\n            \"actual\": \"5\",\n            \"change\": \"5\",\n            \"adjusted_by\": \"\",\n            \"reason\": \"\",\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"date\": \"2024-05-30 18:22:15\",\n            \"adjusted_rel_ord\": null,\n            \"reason_code\": null,\n            \"adjusted_rel_ord_id\": null,\n            \"adjust_id\": \"1\",\n            \"outbound_data_completed\": null,\n            \"location\": \"LOC1: 0 to 5<br>\",\n            \"post_from_central_dash\": null,\n            \"adjustment_locations\": [\n                {\n                    \"id\": \"1\",\n                    \"adjustment_id\": \"1\",\n                    \"location\": \"LOC1\",\n                    \"quantity\": \"5\"\n                }\n            ]\n        },\n        {\n            \"upc_code\": \"mtpBeach-PNK-12\",\n            \"computer\": \"5\",\n            \"actual\": \"10\",\n            \"change\": \"5\",\n            \"adjusted_by\": \"\",\n            \"reason\": \"\",\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"date\": \"2024-05-30 18:32:37\",\n            \"adjusted_rel_ord\": null,\n            \"reason_code\": null,\n            \"adjusted_rel_ord_id\": null,\n            \"adjust_id\": \"2\",\n            \"outbound_data_completed\": null,\n            \"location\": \"LOC1: 5 to 10<br>\",\n            \"post_from_central_dash\": null,\n            \"adjustment_locations\": [\n                {\n                    \"id\": \"2\",\n                    \"adjustment_id\": \"2\",\n                    \"location\": \"LOC1\",\n                    \"quantity\": \"5\"\n                }\n            ]\n        },\n        {\n            \"upc_code\": \"mtpBeach-PNK-12\",\n            \"computer\": \"10\",\n            \"actual\": \"15\",\n            \"change\": \"5\",\n            \"adjusted_by\": \"\",\n            \"reason\": \"\",\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"date\": \"2024-05-30 18:34:39\",\n            \"adjusted_rel_ord\": null,\n            \"reason_code\": null,\n            \"adjusted_rel_ord_id\": null,\n            \"adjust_id\": \"3\",\n            \"outbound_data_completed\": null,\n            \"location\": \"LOC1: 10 to 15<br>\",\n            \"post_from_central_dash\": null,\n            \"adjustment_locations\": [\n                {\n                    \"id\": \"3\",\n                    \"adjustment_id\": \"3\",\n                    \"location\": \"LOC1\",\n                    \"quantity\": \"5\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"27d926f4-41a2-44a4-8bf9-0a32cf23de94"},{"name":"POST Adjustment","event":[{"listen":"test","script":{"id":"9162919c-7e1f-4558-8b13-b063070bddd8","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"355f8cda-635d-4df0-b54c-6ffcd68e64c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"raw","raw":"{\n    \"upc_code\": \"mtpBeach-PNK-12\",\n    \"change\": 5,\n    \"whid\": \"0001\",\n    \"location\": \"loc1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-base-url}}/adjustments","description":"<p>Post a single adjustment.</p>\n<h3 id=\"body-params\">Body Params</h3>\n<ul>\n<li><p><code>upc_code</code></p>\n<ul>\n<li>The product SKU, prefixed with lower case vendor code.<ul>\n<li>eg: \"yyy1000-BLK-M\"</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>change</code></p>\n<ul>\n<li><p>Quantity of the change, positive to increase stock, negative to decrease stock</p>\n</li>\n<li><p>Format: Integer</p>\n</li>\n<li><p>Rules : The quantity can not make the available stock for a location go negative</p>\n</li>\n</ul>\n</li>\n<li><p><code>whid</code></p>\n<ul>\n<li><p>warehouse id to specific the physical or virtual dc the stock belongs to.</p>\n</li>\n<li><p>Format: <code>/^\\d{4}$/</code> 4 digit numeric code, padded with <code>0</code>s</p>\n</li>\n</ul>\n</li>\n<li><p><code>location</code></p>\n<ul>\n<li><p>Warehouse 'bin' location.</p>\n</li>\n<li><p>Format: String, 255 char max</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<p>If the item already exists at the provided location, the available quantity will be adjusted by the amount in the <code>change</code> field.</p>\n<p>If the item has no stock at the provided location, a new location will be created with the quantity provided in the <code>change</code> field.</p>\n","urlObject":{"path":["adjustments"],"host":["{{api-base-url}}"],"query":[],"variable":[]}},"response":[{"id":"414ccefa-2f39-4012-96cc-a2f2120ad57b","name":"POST Adjustment","originalRequest":{"method":"POST","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"},{"key":"Accept","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"upc_code\": \"mtpBeach-PNK-12\",\n    \"change\": 5,\n    \"whid\": \"0001\",\n    \"location\": \"loc1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api-base-url}}/adjustments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 30 May 2024 22:22:14 GMT"},{"key":"Content-Length","value":"230"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": {\n        \"adjust_id\": 1,\n        \"upc_code\": \"mtpBeach-PNK-12\",\n        \"computer\": \"0\",\n        \"actual\": \"5\",\n        \"change\": \"5\",\n        \"adjusted_by\": \"\",\n        \"reason\": \"\",\n        \"whid\": \"0001\",\n        \"cat_id\": \"0001\",\n        \"date\": \"2024-05-30 18:22:15\",\n        \"location\": \"LOC1: 0 to 5<br>\"\n    }\n}"}],"_postman_id":"355f8cda-635d-4df0-b54c-6ffcd68e64c2"},{"name":"POST Bulk Adjustment","event":[{"listen":"test","script":{"id":"c0d82237-a755-4eb8-a4a7-860fdf0b6281","exec":["// pm.test(\"Status code is 200\", () => {","//   pm.response.to.have.status(200);","// });"],"type":"text/javascript"}}],"id":"033803b3-8323-44c2-bdc7-ea390e36ea31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Vendor-Code","value":"{{yyy_code}}"},{"key":"Vendor-Key","value":"{{yyy_key}}"}],"body":{"mode":"raw","raw":"[\n        {\n            \"upc_code\": \"mtpBeach-PNK-12\",\n            \"change\": 2,\n            \"adjusted_by\": \"API Request\",\n            \"reason\": \"External Warehouse\",\n            \"whid\": \"0001\",\n            \"location\": \"loc1\"\n        }\n    ]\n","options":{"raw":{"language":"json"}}},"url":"{{api-base-url}}/adjustments/bulk_create","description":"<p>Post a batch of adjustments.</p>\n<p>This will attempt to create each adjustment independently, and the results for each adjustment will be returned in the response.</p>\n<p>If the adjustment was created successfully, it will return the adjustment, with the id that was assigned to it.</p>\n<p>Example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> {\n            \"adjust_id\": 4138,\n            \"upc_code\": \"yyy1000-BLK-M\",\n            \"computer\": \"239\",\n            \"actual\": \"243\",\n            \"change\": \"4\",\n            \"adjusted_by\": \"API Request\",\n            \"reason\": \"External Warehouse\",\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"date\": \"2022-04-20 11:53:36\",\n            \"location\": \"LOC1: 208 to 212\"\n        }\n\n</code></pre>\n<p>If the adjustment failed, there will be <code>status</code>, and <code>error</code> keys included in the response, and no <code>id</code></p>\n<p>Example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n            \"upc_code\": \"yyy10200-BLK-L\",\n            \"change\": 4,\n            \"adjusted_by\": \"API Request\",\n            \"reason\": \"External Warehouse\",\n            \"whid\": \"0001\",\n            \"location\": \"loc1\",\n            \"status\": \"Error\",\n            \"message\": \"Invalid Adjustment. No such SKU/WHID/CatID.\"\n        }\n\n</code></pre>\n<p>Post a single adjustment.</p>\n<h3 id=\"body-params\">Body Params</h3>\n<ul>\n<li><p><code>upc_code</code></p>\n<ul>\n<li>The product SKU, prefixed with lower case vendor code.<ul>\n<li>eg: \"yyy1000-BLK-M\"</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>change</code></p>\n<ul>\n<li><p>Quantity of the change, positive to increase stock, negative to decrease stock</p>\n</li>\n<li><p>Format: Integer</p>\n</li>\n<li><p>Rules : The quantity can not make the available stock for a location go negative</p>\n</li>\n</ul>\n</li>\n<li><p><code>whid</code></p>\n<ul>\n<li><p>warehouse id to specific the physical or virtual dc the stock belongs to.</p>\n</li>\n<li><p>Format: <code>/^\\d{4}$/</code> 4 digit numeric code, padded with <code>0</code>s</p>\n</li>\n</ul>\n</li>\n<li><p><code>location</code></p>\n<ul>\n<li><p>Warehouse 'bin' location.</p>\n</li>\n<li><p>Format: String, 255 char max</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<p>If the item already exists at the provided location, the available quantity will be adjusted by the amount in the <code>change</code> field.</p>\n<p>If the item has no stock at the provided location, a new location will be created with the quantity provided in the <code>change</code> field.</p>\n","urlObject":{"path":["adjustments","bulk_create"],"host":["{{api-base-url}}"],"query":[],"variable":[]}},"response":[{"id":"d3690457-467c-46b7-a9e9-425c25c79c85","name":"POST Bulk Adjustment","originalRequest":{"method":"POST","header":[{"key":"Vendor-Code","value":"{{yyy_code}}","type":"text"},{"key":"Vendor-Key","value":"{{yyy_key}}","type":"text"},{"key":"Accept","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":"[\n        {\n            \"upc_code\": \"yyy1000-BLK-L\",\n            \"change\": 4,\n            \"adjusted_by\": \"API Request\",\n            \"reason\": \"External Warehouse\",\n            \"whid\": \"0001\",\n            \"location\": \"loc1\"\n        },{\n            \"upc_code\": \"yyy1000-BLK-M\",\n            \"change\": 4,\n            \"adjusted_by\": \"API Request\",\n            \"reason\": \"External Warehouse\",\n            \"whid\": \"0001\",\n            \"location\": \"loc1\"\n        }\n    ]\n","options":{"raw":{"language":"json"}}},"url":"http://{{subdomain}}.blastramp.com/br/api/v1/adjustments/bulk_create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.1.29"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Xdebug-Profile-Filename","value":"C:\\Windows\\Temp\\cachegrind.out.5392"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, x-xsrf-token"},{"key":"Access-Control-Max-Age","value":"172800"},{"key":"Date","value":"Wed, 11 May 2022 16:05:51 GMT"},{"key":"Content-Length","value":"508"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": [\n        {\n            \"adjust_id\": 5145,\n            \"upc_code\": \"yyy1000-BLK-L\",\n            \"computer\": \"60\",\n            \"actual\": \"64\",\n            \"change\": \"4\",\n            \"adjusted_by\": \"API Request\",\n            \"reason\": \"External Warehouse\",\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"date\": \"2022-05-11 12:05:49\",\n            \"location\": \"LOC1: 36 to 40<br>\"\n        },\n        {\n            \"adjust_id\": 5146,\n            \"upc_code\": \"yyy1000-BLK-M\",\n            \"computer\": \"275\",\n            \"actual\": \"279\",\n            \"change\": \"4\",\n            \"adjusted_by\": \"API Request\",\n            \"reason\": \"External Warehouse\",\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"date\": \"2022-05-11 12:05:49\",\n            \"location\": \"LOC1: 248 to 252<br>\"\n        }\n    ]\n}"}],"_postman_id":"033803b3-8323-44c2-bdc7-ea390e36ea31"}],"id":"51cfef44-659d-48fb-bb79-18dc4ed5fb78","description":"<p>The adjustment resource reflects a manual change of stock quantities for a given SKU/Location.</p>\n<p>Supported Actions</p>\n<ul>\n<li><p>GET <code>/:id</code></p>\n<ul>\n<li>To view a single adjustment by id</li>\n</ul>\n</li>\n<li><p>GET <code>/</code></p>\n<ul>\n<li>To view a batch of adjustments</li>\n</ul>\n</li>\n<li><p>POST <code>/</code></p>\n<ul>\n<li>To create a single adjustment</li>\n</ul>\n</li>\n<li><p>POST <code>/bulk_create</code></p>\n<ul>\n<li>To create a batch of adjustments</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"5783fe97-52a3-4c3b-8adc-07f044e36a62","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dbdb468e-37cb-401b-950b-d70fccda7293","type":"text/javascript","exec":[""]}}],"_postman_id":"51cfef44-659d-48fb-bb79-18dc4ed5fb78"},{"name":"Carriers","item":[{"name":"GET Carriers","id":"01dcc9f8-334b-4d6e-96b7-2e5f23e90552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api-base-url}}/carriers?whid={{warehouse-code}}","description":"<p>Get a list of carriers details.</p>\n","urlObject":{"path":["carriers"],"host":["{{api-base-url}}"],"query":[{"description":{"content":"<p>Used to filter by warehouse id.</p>\n<p>Example: <code>0001</code></p>\n","type":"text/plain"},"key":"whid","value":"{{warehouse-code}}"}],"variable":[]}},"response":[{"id":"d089a917-a4fe-4399-a484-27bba62f4b26","name":"GET Carriers","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api-base-url}}/carriers?whid=0001","host":["{{api-base-url}}"],"path":["carriers"],"query":[{"key":"whid","value":"0001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8","uuid":"18cf5980-198c-477b-85f0-79be878c54d7"},{"key":"Server","value":"Microsoft-IIS/10.0","uuid":"5851b666-4ccb-4d3a-a85b-bf62c3a94acb"},{"key":"X-Powered-By","value":"PHP/7.4.33","uuid":"52fe15e3-3120-4fb8-8fbb-996909ff396c"},{"key":"X-Powered-By","value":"ASP.NET","uuid":"52fe15e3-3120-4fb8-8fbb-996909ff396c"},{"key":"Access-Control-Allow-Headers","value":"*","uuid":"98c12338-a42d-4286-b21d-b62ead8264da"},{"key":"Access-Control-Allow-Methods","value":"GET, POST","uuid":"fe42afaf-8a5e-49af-ae28-71564abf7d94"},{"key":"Access-Control-Allow-Origin","value":"*","uuid":"ae817fc3-2c1e-4c03-b71c-6bbf35015bc7"},{"key":"X-Frame-Options","value":"SAMEORIGIN","uuid":"3e96a391-3a9d-4df5-a4aa-cde3eeaca718"},{"key":"Date","value":"Thu, 30 May 2024 20:23:53 GMT","uuid":"53b265b8-7ca3-46be-b68b-95762da47b9d"},{"key":"Content-Length","value":"562","uuid":"c0869c86-494f-4b2f-886f-12c69d42791f"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": [\n        {\n            \"scac\": \"\",\n            \"line_id\": \"1\",\n            \"whid\": \"0001\",\n            \"carrier_code\": \"UPS\",\n            \"carrier_name\": \"UPS\",\n            \"account_number\": \"\",\n            \"daily_pickup\": null,\n            \"override3pl_markup\": null,\n            \"is_canpar_carrier\": false\n        },\n        {\n            \"scac\": \"\",\n            \"line_id\": \"2\",\n            \"whid\": \"0001\",\n            \"carrier_code\": \"CAN\",\n            \"carrier_name\": \"Canada Post\",\n            \"account_number\": \"\",\n            \"daily_pickup\": null,\n            \"override3pl_markup\": null,\n            \"is_canpar_carrier\": false\n        },\n        {\n            \"scac\": \"\",\n            \"line_id\": \"3\",\n            \"whid\": \"0001\",\n            \"carrier_code\": \"FEDEX\",\n            \"carrier_name\": \"Fedex\",\n            \"account_number\": \"\",\n            \"daily_pickup\": null,\n            \"override3pl_markup\": null,\n            \"is_canpar_carrier\": false\n        }\n    ]\n}"}],"_postman_id":"01dcc9f8-334b-4d6e-96b7-2e5f23e90552"},{"name":"GET Carrier","event":[{"listen":"test","script":{"id":"29f94023-2d86-4415-8e1d-9e0cf39a1dd9","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"523446d1-d9d9-400f-aecb-b6f6c5f0be27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api-base-url}}/carriers/{{carrier-id}}","description":"<p>View details for a single carrier.</p>\n","urlObject":{"path":["carriers","{{carrier-id}}"],"host":["{{api-base-url}}"],"query":[],"variable":[]}},"response":[{"id":"55c8135f-1796-4e8e-964e-5dc10cb98e6f","name":"GET Carrier","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api-base-url}}/carriers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 30 May 2024 20:24:39 GMT"},{"key":"Content-Length","value":"200"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": {\n        \"scac\": \"\",\n        \"line_id\": \"1\",\n        \"whid\": \"0001\",\n        \"carrier_code\": \"UPS\",\n        \"carrier_name\": \"UPS\",\n        \"account_number\": \"\",\n        \"daily_pickup\": null,\n        \"override3pl_markup\": null,\n        \"is_canpar_carrier\": false\n    }\n}"}],"_postman_id":"523446d1-d9d9-400f-aecb-b6f6c5f0be27"}],"id":"ae51335a-103e-4881-82b0-0b6873040b02","description":"<p>The carriers resource which reflects carrier details.</p>\n","_postman_id":"ae51335a-103e-4881-82b0-0b6873040b02"},{"name":"Inventories","item":[{"name":"GET Inventory","event":[{"listen":"test","script":{"id":"67c9458e-d833-4537-993a-548e01a4b4b3","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"2e840b75-9e9e-43e1-afa4-bb2f030c6747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api-base-url}}/inventories/Beach-PNK-12?cat_id=&includes=","description":"<p>Get a single inventory resource.</p>\n","urlObject":{"path":["inventories","Beach-PNK-12"],"host":["{{api-base-url}}"],"query":[{"description":{"content":"<p>Used to search for items based on the Inventory grade provided. </p>\n<p>Default <code>0001</code></p>\n","type":"text/plain"},"key":"cat_id","value":""},{"description":{"content":"<p>Used to include additional associated data. </p>\n<p>Format: comma separated list</p>\n<p>Example: <code>locations</code></p>\n","type":"text/plain"},"key":"includes","value":""}],"variable":[]}},"response":[{"id":"870f909e-dabe-4cf6-b5ee-60f0e101a7ee","name":"GET Inventory","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[{"key":"api_key","value":"5378527964EA8C3B119DF644E15A4A05","type":"text","disabled":true},{"key":"client","value":"order_marshal","type":"text","disabled":true}]},"url":{"raw":"{{api-base-url}}/inventories/Beach-PNK-12?includes=locations&cat_id=0001","host":["{{api-base-url}}"],"path":["inventories","Beach-PNK-12"],"query":[{"key":"includes","value":"locations"},{"key":"cat_id","value":"0001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 30 May 2024 20:40:40 GMT"},{"key":"Content-Length","value":"2163"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": {\n        \"inners_master\": \"1\",\n        \"sku\": \"Beach-PNK-12\",\n        \"upc_code\": \"mtpBeach-PNK-12\",\n        \"description\": \"Beach style in PNK color, size 12\",\n        \"tot_quantity\": \"0\",\n        \"co_quantity\": \"0\",\n        \"bo_quantity\": \"0\",\n        \"value\": null,\n        \"category\": null,\n        \"unit_type\": \"each\",\n        \"location\": \"---\",\n        \"style\": null,\n        \"us_value\": null,\n        \"whid\": \"0001\",\n        \"cat_id\": \"0001\",\n        \"units_per_carton\": null,\n        \"upc\": null,\n        \"uses_colorcode\": true,\n        \"color_description\": null,\n        \"uses_sizescale\": true,\n        \"season\": \"SS24\",\n        \"currency1\": null,\n        \"currency2\": null,\n        \"sku_priority\": null,\n        \"cnl_quantity\": \"0\",\n        \"ur_quantity\": \"0\",\n        \"exp_flag\": true,\n        \"exp_quantity\": \"0\",\n        \"tot_flag\": true,\n        \"ov_quantity\": \"0\",\n        \"exptot_quantity\": \"0\",\n        \"phystot_quantity\": \"0\",\n        \"pick_quantity\": \"0\",\n        \"pack_quantity\": \"0\",\n        \"ship_quantity\": \"0\",\n        \"ur_quantitydodge\": null,\n        \"stop_selling\": false,\n        \"costing1\": null,\n        \"costing2\": null,\n        \"costing3\": null,\n        \"costing4\": null,\n        \"totpo_quantity\": \"0\",\n        \"stin_quantity\": \"0\",\n        \"stout_quantity\": \"0\",\n        \"tentative_restock_date\": null,\n        \"catalog_page\": null,\n        \"customer_category\": null,\n        \"opo_quantity\": \"0\",\n        \"apo_quantity\": \"0\",\n        \"upo_quantity\": \"0\",\n        \"as_quantity\": \"0\",\n        \"retail_value\": null,\n        \"suggested_retail_price\": null,\n        \"sku_comments\": null,\n        \"pre_pack\": null,\n        \"descriptionurl\": null,\n        \"extra_pop_catalog_item\": false,\n        \"cpo_quantity\": \"0\",\n        \"date_created\": \"2024-05-27 14:53:11\",\n        \"archive_inbound\": null,\n        \"archive_outbound\": null,\n        \"date_last_shipped\": null,\n        \"date_last_tracked\": null,\n        \"oh_quantity\": \"0\",\n        \"kitsku\": null,\n        \"kit_quantity\": \"0\",\n        \"weight_uom\": null,\n        \"weight\": null,\n        \"dim_uom\": null,\n        \"dim_width\": null,\n        \"dim_length\": null,\n        \"dim_height\": null,\n        \"lock_quantity\": \"0\",\n        \"ecomm_product_description\": null,\n        \"ecomm_small_image_path\": null,\n        \"ecomm_large_image_path\": null,\n        \"product_category2\": null,\n        \"product_category3\": null,\n        \"product_category4\": null,\n        \"product_category5\": null,\n        \"country_of_origin\": null,\n        \"packaging_weight\": null,\n        \"externalsku\": null,\n        \"cases\": null,\n        \"packs\": null,\n        \"qty_case\": null,\n        \"count_date\": null,\n        \"pick_date\": null,\n        \"replenish_date\": null,\n        \"store_date\": null,\n        \"line_id\": \"2\",\n        \"inline_sizescale_code\": null,\n        \"ats_color_break\": null,\n        \"allocation_mode\": null,\n        \"date_last_received\": null,\n        \"factory\": null,\n        \"manufacture_method\": null,\n        \"fabric_composition\": null,\n        \"gender\": null,\n        \"customs_category\": null,\n        \"production_description\": null,\n        \"asin\": null,\n        \"harmonized_tax_code\": null\n    }\n}"}],"_postman_id":"2e840b75-9e9e-43e1-afa4-bb2f030c6747"},{"name":"GET Inventories","event":[{"listen":"test","script":{"id":"886e81f6-7891-4c85-bc7d-35923fc840b2","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"07546571-5c12-4275-9212-52d2f8d236cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api-base-url}}/inventories?cat_id=&includes&seasons&whid=&page=&limit","description":"<p>Get a list of inventories.</p>\n","urlObject":{"path":["inventories"],"host":["{{api-base-url}}"],"query":[{"description":{"content":"<p>Used to filter items based on the Inventory grade provided.</p>\n<p>Default value: <code>0001</code></p>\n","type":"text/plain"},"key":"cat_id","value":""},{"description":{"content":"<p>Used to include additional associated data.</p>\n<p>Format: comma-separated list\nPossible values: <code>locations</code>\nDefault value: empty</p>\n","type":"text/plain"},"key":"includes","value":null},{"description":{"content":"<p>Used to limit results by season/linelist code.</p>\n<p>Format: comma-separated list\nDefault value: empty</p>\n","type":"text/plain"},"key":"seasons","value":null},{"description":{"content":"<p>Used to filter by warehouse id.</p>\n<p>Default value: <code>0001</code></p>\n","type":"text/plain"},"key":"whid","value":""},{"description":{"content":"<p>Used for pagination.</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>Used for pagination.</p>\n","type":"text/plain"},"key":"limit","value":null},{"disabled":true,"description":{"content":"<p>Used to limit results down to a specific list of skus</p>\n","type":"text/plain"},"key":"skus","value":null}],"variable":[]}},"response":[{"id":"e9595449-2318-433e-a22c-ffe72afa042f","name":"GET Inventories","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api-base-url}}/inventories?whid=0001&page=1","host":["{{api-base-url}}"],"path":["inventories"],"query":[{"key":"whid","value":"0001"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 30 May 2024 20:38:50 GMT"},{"key":"Content-Length","value":"312328"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": [\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-PNK-12\",\n            \"upc_code\": \"mtpBeach-PNK-12\",\n            \"description\": \"Beach style in PNK color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:11\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"2\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-WHT-14\",\n            \"upc_code\": \"mtpSport-WHT-14\",\n            \"description\": \"Sport style in WHT color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"3\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-PNK-6\",\n            \"upc_code\": \"mtpVintage-PNK-6\",\n            \"description\": \"Vintage style in PNK color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"4\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-YLW-14\",\n            \"upc_code\": \"mtpClassic-YLW-14\",\n            \"description\": \"Classic style in YLW color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"5\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-WHT-6\",\n            \"upc_code\": \"mtpBeach-WHT-6\",\n            \"description\": \"Beach style in WHT color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"6\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-PNK-6\",\n            \"upc_code\": \"mtpClassic-PNK-6\",\n            \"description\": \"Classic style in PNK color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"7\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-BLU-14\",\n            \"upc_code\": \"mtpSport-BLU-14\",\n            \"description\": \"Sport style in BLU color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"8\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-BLK-6\",\n            \"upc_code\": \"mtpVintage-BLK-6\",\n            \"description\": \"Vintage style in BLK color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"9\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-BLU-6\",\n            \"upc_code\": \"mtpClassic-BLU-6\",\n            \"description\": \"Classic style in BLU color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"10\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-WHT-9\",\n            \"upc_code\": \"mtpUrban-WHT-9\",\n            \"description\": \"Urban style in WHT color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"11\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-WHT-9\",\n            \"upc_code\": \"mtpBeach-WHT-9\",\n            \"description\": \"Beach style in WHT color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"12\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-RED-8\",\n            \"upc_code\": \"mtpUrban-RED-8\",\n            \"description\": \"Urban style in RED color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"13\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-RED-13\",\n            \"upc_code\": \"mtpSport-RED-13\",\n            \"description\": \"Sport style in RED color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"14\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-YLW-6\",\n            \"upc_code\": \"mtpSport-YLW-6\",\n            \"description\": \"Sport style in YLW color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"15\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-WHT-7\",\n            \"upc_code\": \"mtpVintage-WHT-7\",\n            \"description\": \"Vintage style in WHT color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"16\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-GRN-9\",\n            \"upc_code\": \"mtpClassic-GRN-9\",\n            \"description\": \"Classic style in GRN color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"17\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-BLU-10\",\n            \"upc_code\": \"mtpUrban-BLU-10\",\n            \"description\": \"Urban style in BLU color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"18\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-GRN-9\",\n            \"upc_code\": \"mtpVintage-GRN-9\",\n            \"description\": \"Vintage style in GRN color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"19\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-PNK-9\",\n            \"upc_code\": \"mtpClassic-PNK-9\",\n            \"description\": \"Classic style in PNK color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"20\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-BLU-14\",\n            \"upc_code\": \"mtpBeach-BLU-14\",\n            \"description\": \"Beach style in BLU color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"21\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-BLK-9\",\n            \"upc_code\": \"mtpVintage-BLK-9\",\n            \"description\": \"Vintage style in BLK color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"22\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-GRN-8\",\n            \"upc_code\": \"mtpBeach-GRN-8\",\n            \"description\": \"Beach style in GRN color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"23\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-YLW-8\",\n            \"upc_code\": \"mtpUrban-YLW-8\",\n            \"description\": \"Urban style in YLW color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"24\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-BLU-12\",\n            \"upc_code\": \"mtpSport-BLU-12\",\n            \"description\": \"Sport style in BLU color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"25\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-YLW-7\",\n            \"upc_code\": \"mtpVintage-YLW-7\",\n            \"description\": \"Vintage style in YLW color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"26\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-PNK-6\",\n            \"upc_code\": \"mtpSport-PNK-6\",\n            \"description\": \"Sport style in PNK color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"27\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-RED-13\",\n            \"upc_code\": \"mtpUrban-RED-13\",\n            \"description\": \"Urban style in RED color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"28\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-YLW-12\",\n            \"upc_code\": \"mtpBeach-YLW-12\",\n            \"description\": \"Beach style in YLW color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"29\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-GRN-6\",\n            \"upc_code\": \"mtpSport-GRN-6\",\n            \"description\": \"Sport style in GRN color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"30\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-GRN-9\",\n            \"upc_code\": \"mtpBeach-GRN-9\",\n            \"description\": \"Beach style in GRN color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"5\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"31\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-PNK-9\",\n            \"upc_code\": \"mtpBeach-PNK-9\",\n            \"description\": \"Beach style in PNK color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"32\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-BLU-13\",\n            \"upc_code\": \"mtpClassic-BLU-13\",\n            \"description\": \"Classic style in BLU color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"33\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-YLW-8\",\n            \"upc_code\": \"mtpBeach-YLW-8\",\n            \"description\": \"Beach style in YLW color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"34\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-RED-10\",\n            \"upc_code\": \"mtpSport-RED-10\",\n            \"description\": \"Sport style in RED color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"35\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-BLU-11\",\n            \"upc_code\": \"mtpVintage-BLU-11\",\n            \"description\": \"Vintage style in BLU color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"36\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-WHT-8\",\n            \"upc_code\": \"mtpClassic-WHT-8\",\n            \"description\": \"Classic style in WHT color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"37\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-BLU-11\",\n            \"upc_code\": \"mtpUrban-BLU-11\",\n            \"description\": \"Urban style in BLU color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"38\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-BLU-8\",\n            \"upc_code\": \"mtpVintage-BLU-8\",\n            \"description\": \"Vintage style in BLU color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"39\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-RED-6\",\n            \"upc_code\": \"mtpVintage-RED-6\",\n            \"description\": \"Vintage style in RED color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"40\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-GRN-7\",\n            \"upc_code\": \"mtpUrban-GRN-7\",\n            \"description\": \"Urban style in GRN color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"41\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-BLK-12\",\n            \"upc_code\": \"mtpSport-BLK-12\",\n            \"description\": \"Sport style in BLK color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:12\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"42\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-BLU-6\",\n            \"upc_code\": \"mtpUrban-BLU-6\",\n            \"description\": \"Urban style in BLU color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"43\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-WHT-7\",\n            \"upc_code\": \"mtpUrban-WHT-7\",\n            \"description\": \"Urban style in WHT color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"44\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-BLK-11\",\n            \"upc_code\": \"mtpUrban-BLK-11\",\n            \"description\": \"Urban style in BLK color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"45\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-WHT-10\",\n            \"upc_code\": \"mtpUrban-WHT-10\",\n            \"description\": \"Urban style in WHT color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"46\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-RED-11\",\n            \"upc_code\": \"mtpBeach-RED-11\",\n            \"description\": \"Beach style in RED color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"47\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-BLK-10\",\n            \"upc_code\": \"mtpUrban-BLK-10\",\n            \"description\": \"Urban style in BLK color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"48\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-RED-7\",\n            \"upc_code\": \"mtpSport-RED-7\",\n            \"description\": \"Sport style in RED color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"49\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-WHT-13\",\n            \"upc_code\": \"mtpSport-WHT-13\",\n            \"description\": \"Sport style in WHT color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"50\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-GRN-6\",\n            \"upc_code\": \"mtpUrban-GRN-6\",\n            \"description\": \"Urban style in GRN color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"51\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-GRN-13\",\n            \"upc_code\": \"mtpBeach-GRN-13\",\n            \"description\": \"Beach style in GRN color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"52\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-YLW-9\",\n            \"upc_code\": \"mtpUrban-YLW-9\",\n            \"description\": \"Urban style in YLW color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"53\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-WHT-6\",\n            \"upc_code\": \"mtpSport-WHT-6\",\n            \"description\": \"Sport style in WHT color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"54\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-RED-7\",\n            \"upc_code\": \"mtpBeach-RED-7\",\n            \"description\": \"Beach style in RED color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"55\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-YLW-9\",\n            \"upc_code\": \"mtpClassic-YLW-9\",\n            \"description\": \"Classic style in YLW color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"56\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-WHT-12\",\n            \"upc_code\": \"mtpUrban-WHT-12\",\n            \"description\": \"Urban style in WHT color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"57\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-RED-13\",\n            \"upc_code\": \"mtpBeach-RED-13\",\n            \"description\": \"Beach style in RED color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"58\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-BLU-8\",\n            \"upc_code\": \"mtpBeach-BLU-8\",\n            \"description\": \"Beach style in BLU color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"59\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-WHT-9\",\n            \"upc_code\": \"mtpSport-WHT-9\",\n            \"description\": \"Sport style in WHT color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"60\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-RED-10\",\n            \"upc_code\": \"mtpClassic-RED-10\",\n            \"description\": \"Classic style in RED color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"61\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-PNK-8\",\n            \"upc_code\": \"mtpBeach-PNK-8\",\n            \"description\": \"Beach style in PNK color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"62\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-BLK-7\",\n            \"upc_code\": \"mtpBeach-BLK-7\",\n            \"description\": \"Beach style in BLK color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"7\",\n            \"ur_quantity\": \"2\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"5\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"63\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-RED-7\",\n            \"upc_code\": \"mtpClassic-RED-7\",\n            \"description\": \"Classic style in RED color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"64\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-BLK-8\",\n            \"upc_code\": \"mtpBeach-BLK-8\",\n            \"description\": \"Beach style in BLK color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"5\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"65\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-RED-12\",\n            \"upc_code\": \"mtpClassic-RED-12\",\n            \"description\": \"Classic style in RED color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"66\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-YLW-10\",\n            \"upc_code\": \"mtpSport-YLW-10\",\n            \"description\": \"Sport style in YLW color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"67\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-WHT-13\",\n            \"upc_code\": \"mtpVintage-WHT-13\",\n            \"description\": \"Vintage style in WHT color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"68\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-RED-8\",\n            \"upc_code\": \"mtpSport-RED-8\",\n            \"description\": \"Sport style in RED color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"69\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-RED-9\",\n            \"upc_code\": \"mtpUrban-RED-9\",\n            \"description\": \"Urban style in RED color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"70\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-BLU-14\",\n            \"upc_code\": \"mtpVintage-BLU-14\",\n            \"description\": \"Vintage style in BLU color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"71\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-PNK-13\",\n            \"upc_code\": \"mtpClassic-PNK-13\",\n            \"description\": \"Classic style in PNK color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"72\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-PNK-10\",\n            \"upc_code\": \"mtpVintage-PNK-10\",\n            \"description\": \"Vintage style in PNK color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"73\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-GRN-10\",\n            \"upc_code\": \"mtpVintage-GRN-10\",\n            \"description\": \"Vintage style in GRN color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:13\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"74\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-YLW-13\",\n            \"upc_code\": \"mtpVintage-YLW-13\",\n            \"description\": \"Vintage style in YLW color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"75\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-BLK-10\",\n            \"upc_code\": \"mtpBeach-BLK-10\",\n            \"description\": \"Beach style in BLK color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"5\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"76\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-BLK-12\",\n            \"upc_code\": \"mtpClassic-BLK-12\",\n            \"description\": \"Classic style in BLK color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"77\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-GRN-8\",\n            \"upc_code\": \"mtpClassic-GRN-8\",\n            \"description\": \"Classic style in GRN color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"78\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-BLU-14\",\n            \"upc_code\": \"mtpUrban-BLU-14\",\n            \"description\": \"Urban style in BLU color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"79\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-WHT-7\",\n            \"upc_code\": \"mtpSport-WHT-7\",\n            \"description\": \"Sport style in WHT color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"80\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-WHT-11\",\n            \"upc_code\": \"mtpBeach-WHT-11\",\n            \"description\": \"Beach style in WHT color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"81\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-RED-6\",\n            \"upc_code\": \"mtpClassic-RED-6\",\n            \"description\": \"Classic style in RED color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"82\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-BLK-13\",\n            \"upc_code\": \"mtpUrban-BLK-13\",\n            \"description\": \"Urban style in BLK color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"83\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-PNK-7\",\n            \"upc_code\": \"mtpBeach-PNK-7\",\n            \"description\": \"Beach style in PNK color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"84\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-PNK-12\",\n            \"upc_code\": \"mtpUrban-PNK-12\",\n            \"description\": \"Urban style in PNK color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"85\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-GRN-14\",\n            \"upc_code\": \"mtpClassic-GRN-14\",\n            \"description\": \"Classic style in GRN color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"86\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-RED-12\",\n            \"upc_code\": \"mtpVintage-RED-12\",\n            \"description\": \"Vintage style in RED color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"87\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-BLK-9\",\n            \"upc_code\": \"mtpClassic-BLK-9\",\n            \"description\": \"Classic style in BLK color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"88\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-YLW-11\",\n            \"upc_code\": \"mtpClassic-YLW-11\",\n            \"description\": \"Classic style in YLW color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"89\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-YLW-13\",\n            \"upc_code\": \"mtpUrban-YLW-13\",\n            \"description\": \"Urban style in YLW color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"90\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-GRN-9\",\n            \"upc_code\": \"mtpSport-GRN-9\",\n            \"description\": \"Sport style in GRN color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"91\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-BLK-13\",\n            \"upc_code\": \"mtpClassic-BLK-13\",\n            \"description\": \"Classic style in BLK color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"92\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-BLU-6\",\n            \"upc_code\": \"mtpSport-BLU-6\",\n            \"description\": \"Sport style in BLU color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"93\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-WHT-8\",\n            \"upc_code\": \"mtpBeach-WHT-8\",\n            \"description\": \"Beach style in WHT color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"94\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-WHT-12\",\n            \"upc_code\": \"mtpClassic-WHT-12\",\n            \"description\": \"Classic style in WHT color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"95\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-BLU-13\",\n            \"upc_code\": \"mtpSport-BLU-13\",\n            \"description\": \"Sport style in BLU color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"96\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-BLU-6\",\n            \"upc_code\": \"mtpVintage-BLU-6\",\n            \"description\": \"Vintage style in BLU color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"97\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-BLK-9\",\n            \"upc_code\": \"mtpSport-BLK-9\",\n            \"description\": \"Sport style in BLK color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:14\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"98\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-PNK-9\",\n            \"upc_code\": \"mtpUrban-PNK-9\",\n            \"description\": \"Urban style in PNK color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"99\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-PNK-11\",\n            \"upc_code\": \"mtpClassic-PNK-11\",\n            \"description\": \"Classic style in PNK color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"100\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-BLU-12\",\n            \"upc_code\": \"mtpUrban-BLU-12\",\n            \"description\": \"Urban style in BLU color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"101\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-BLU-7\",\n            \"upc_code\": \"mtpVintage-BLU-7\",\n            \"description\": \"Vintage style in BLU color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"102\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-RED-10\",\n            \"upc_code\": \"mtpVintage-RED-10\",\n            \"description\": \"Vintage style in RED color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"103\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-WHT-9\",\n            \"upc_code\": \"mtpVintage-WHT-9\",\n            \"description\": \"Vintage style in WHT color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"104\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-RED-7\",\n            \"upc_code\": \"mtpUrban-RED-7\",\n            \"description\": \"Urban style in RED color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"105\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-RED-9\",\n            \"upc_code\": \"mtpClassic-RED-9\",\n            \"description\": \"Classic style in RED color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"106\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-BLU-9\",\n            \"upc_code\": \"mtpBeach-BLU-9\",\n            \"description\": \"Beach style in BLU color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"107\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-BLK-7\",\n            \"upc_code\": \"mtpClassic-BLK-7\",\n            \"description\": \"Classic style in BLK color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"108\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-RED-7\",\n            \"upc_code\": \"mtpVintage-RED-7\",\n            \"description\": \"Vintage style in RED color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"109\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-WHT-9\",\n            \"upc_code\": \"mtpClassic-WHT-9\",\n            \"description\": \"Classic style in WHT color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"110\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-GRN-11\",\n            \"upc_code\": \"mtpUrban-GRN-11\",\n            \"description\": \"Urban style in GRN color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"111\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-PNK-14\",\n            \"upc_code\": \"mtpUrban-PNK-14\",\n            \"description\": \"Urban style in PNK color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"112\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-BLU-10\",\n            \"upc_code\": \"mtpSport-BLU-10\",\n            \"description\": \"Sport style in BLU color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"113\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-YLW-7\",\n            \"upc_code\": \"mtpSport-YLW-7\",\n            \"description\": \"Sport style in YLW color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"114\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-RED-8\",\n            \"upc_code\": \"mtpVintage-RED-8\",\n            \"description\": \"Vintage style in RED color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"115\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-BLK-12\",\n            \"upc_code\": \"mtpUrban-BLK-12\",\n            \"description\": \"Urban style in BLK color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"116\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-BLK-12\",\n            \"upc_code\": \"mtpVintage-BLK-12\",\n            \"description\": \"Vintage style in BLK color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"117\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-GRN-13\",\n            \"upc_code\": \"mtpClassic-GRN-13\",\n            \"description\": \"Classic style in GRN color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"118\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-RED-14\",\n            \"upc_code\": \"mtpClassic-RED-14\",\n            \"description\": \"Classic style in RED color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"119\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-GRN-11\",\n            \"upc_code\": \"mtpVintage-GRN-11\",\n            \"description\": \"Vintage style in GRN color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"120\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-PNK-6\",\n            \"upc_code\": \"mtpBeach-PNK-6\",\n            \"description\": \"Beach style in PNK color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"121\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-YLW-13\",\n            \"upc_code\": \"mtpBeach-YLW-13\",\n            \"description\": \"Beach style in YLW color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"122\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-GRN-10\",\n            \"upc_code\": \"mtpClassic-GRN-10\",\n            \"description\": \"Classic style in GRN color, size 10\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"123\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-PNK-12\",\n            \"upc_code\": \"mtpSport-PNK-12\",\n            \"description\": \"Sport style in PNK color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:15\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"124\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-BLK-14\",\n            \"upc_code\": \"mtpVintage-BLK-14\",\n            \"description\": \"Vintage style in BLK color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"125\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-GRN-6\",\n            \"upc_code\": \"mtpClassic-GRN-6\",\n            \"description\": \"Classic style in GRN color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"126\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-WHT-7\",\n            \"upc_code\": \"mtpClassic-WHT-7\",\n            \"description\": \"Classic style in WHT color, size 7\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"127\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-PNK-14\",\n            \"upc_code\": \"mtpClassic-PNK-14\",\n            \"description\": \"Classic style in PNK color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"128\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-YLW-9\",\n            \"upc_code\": \"mtpSport-YLW-9\",\n            \"description\": \"Sport style in YLW color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"129\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-YLW-8\",\n            \"upc_code\": \"mtpSport-YLW-8\",\n            \"description\": \"Sport style in YLW color, size 8\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"130\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-GRN-11\",\n            \"upc_code\": \"mtpClassic-GRN-11\",\n            \"description\": \"Classic style in GRN color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"131\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-GRN-11\",\n            \"upc_code\": \"mtpSport-GRN-11\",\n            \"description\": \"Sport style in GRN color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"132\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-BLK-14\",\n            \"upc_code\": \"mtpUrban-BLK-14\",\n            \"description\": \"Urban style in BLK color, size 14\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"133\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-RED-13\",\n            \"upc_code\": \"mtpVintage-RED-13\",\n            \"description\": \"Vintage style in RED color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"134\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-WHT-12\",\n            \"upc_code\": \"mtpVintage-WHT-12\",\n            \"description\": \"Vintage style in WHT color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"135\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-YLW-9\",\n            \"upc_code\": \"mtpBeach-YLW-9\",\n            \"description\": \"Beach style in YLW color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"136\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Urban-BLU-9\",\n            \"upc_code\": \"mtpUrban-BLU-9\",\n            \"description\": \"Urban style in BLU color, size 9\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"137\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Beach-BLU-13\",\n            \"upc_code\": \"mtpBeach-BLU-13\",\n            \"description\": \"Beach style in BLU color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"5\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"138\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-YLW-11\",\n            \"upc_code\": \"mtpVintage-YLW-11\",\n            \"description\": \"Vintage style in YLW color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"139\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-GRN-12\",\n            \"upc_code\": \"mtpSport-GRN-12\",\n            \"description\": \"Sport style in GRN color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"140\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-RED-11\",\n            \"upc_code\": \"mtpSport-RED-11\",\n            \"description\": \"Sport style in RED color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:16\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"141\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-RED-6\",\n            \"upc_code\": \"mtpSport-RED-6\",\n            \"description\": \"Sport style in RED color, size 6\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:17\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"142\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-BLK-13\",\n            \"upc_code\": \"mtpSport-BLK-13\",\n            \"description\": \"Sport style in BLK color, size 13\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:17\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"143\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Vintage-PNK-11\",\n            \"upc_code\": \"mtpVintage-PNK-11\",\n            \"description\": \"Vintage style in PNK color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:17\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"144\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Sport-PNK-11\",\n            \"upc_code\": \"mtpSport-PNK-11\",\n            \"description\": \"Sport style in PNK color, size 11\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:17\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"145\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        },\n        {\n            \"inners_master\": \"1\",\n            \"sku\": \"Classic-YLW-12\",\n            \"upc_code\": \"mtpClassic-YLW-12\",\n            \"description\": \"Classic style in YLW color, size 12\",\n            \"tot_quantity\": \"0\",\n            \"co_quantity\": \"0\",\n            \"bo_quantity\": \"0\",\n            \"value\": null,\n            \"category\": null,\n            \"unit_type\": \"each\",\n            \"location\": \"---\",\n            \"style\": null,\n            \"us_value\": null,\n            \"whid\": \"0001\",\n            \"cat_id\": \"0001\",\n            \"units_per_carton\": null,\n            \"upc\": null,\n            \"uses_colorcode\": true,\n            \"color_description\": null,\n            \"uses_sizescale\": true,\n            \"season\": \"SS24\",\n            \"currency1\": null,\n            \"currency2\": null,\n            \"sku_priority\": null,\n            \"cnl_quantity\": \"0\",\n            \"ur_quantity\": \"0\",\n            \"exp_flag\": true,\n            \"exp_quantity\": \"0\",\n            \"tot_flag\": true,\n            \"ov_quantity\": \"0\",\n            \"exptot_quantity\": \"0\",\n            \"phystot_quantity\": \"0\",\n            \"pick_quantity\": \"0\",\n            \"pack_quantity\": \"0\",\n            \"ship_quantity\": \"0\",\n            \"ur_quantitydodge\": null,\n            \"stop_selling\": false,\n            \"costing1\": null,\n            \"costing2\": null,\n            \"costing3\": null,\n            \"costing4\": null,\n            \"totpo_quantity\": \"0\",\n            \"stin_quantity\": \"0\",\n            \"stout_quantity\": \"0\",\n            \"tentative_restock_date\": null,\n            \"catalog_page\": null,\n            \"customer_category\": null,\n            \"opo_quantity\": \"0\",\n            \"apo_quantity\": \"0\",\n            \"upo_quantity\": \"0\",\n            \"as_quantity\": \"0\",\n            \"retail_value\": null,\n            \"suggested_retail_price\": null,\n            \"sku_comments\": null,\n            \"pre_pack\": null,\n            \"descriptionurl\": null,\n            \"extra_pop_catalog_item\": false,\n            \"cpo_quantity\": \"0\",\n            \"date_created\": \"2024-05-27 14:53:17\",\n            \"archive_inbound\": null,\n            \"archive_outbound\": null,\n            \"date_last_shipped\": null,\n            \"date_last_tracked\": null,\n            \"oh_quantity\": \"0\",\n            \"kitsku\": null,\n            \"kit_quantity\": \"0\",\n            \"weight_uom\": null,\n            \"weight\": null,\n            \"dim_uom\": null,\n            \"dim_width\": null,\n            \"dim_length\": null,\n            \"dim_height\": null,\n            \"lock_quantity\": \"0\",\n            \"ecomm_product_description\": null,\n            \"ecomm_small_image_path\": null,\n            \"ecomm_large_image_path\": null,\n            \"product_category2\": null,\n            \"product_category3\": null,\n            \"product_category4\": null,\n            \"product_category5\": null,\n            \"country_of_origin\": null,\n            \"packaging_weight\": null,\n            \"externalsku\": null,\n            \"cases\": null,\n            \"packs\": null,\n            \"qty_case\": null,\n            \"count_date\": null,\n            \"pick_date\": null,\n            \"replenish_date\": null,\n            \"store_date\": null,\n            \"line_id\": \"146\",\n            \"inline_sizescale_code\": null,\n            \"ats_color_break\": null,\n            \"allocation_mode\": null,\n            \"date_last_received\": null,\n            \"factory\": null,\n            \"manufacture_method\": null,\n            \"fabric_composition\": null,\n            \"gender\": null,\n            \"customs_category\": null,\n            \"production_description\": null,\n            \"asin\": null,\n            \"harmonized_tax_code\": null\n        }\n    ]\n}"}],"_postman_id":"07546571-5c12-4275-9212-52d2f8d236cc"}],"id":"c9778a52-85c6-4654-8b35-eb8845d4ecba","description":"<p>The inventory resource reflects both the product details, and inventory quantities for a given <code>sku</code>, <code>whid</code>, and <code>cat_id</code></p>\n<p>This endpoint supports an <code>includes</code> query param, that can be used to include additional associated data.</p>\n<p>Currently the only supported value for the <code>includes</code> is <code>locations</code> which when provided, will return location specific inventory quantities.</p>\n","_postman_id":"c9778a52-85c6-4654-8b35-eb8845d4ecba"},{"name":"Orders","item":[{"name":"GET Orders","event":[{"listen":"test","script":{"id":"57e8b73d-d947-492d-a96d-1043d1a71aad","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"393d1733-3808-4ddf-ac81-d22ebab9a3d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{api-base-url}}/orders","description":"<h3 id=\"get-orders\">GET /orders</h3>\n<p>This endpoint is used to retrieve orders.</p>\n","urlObject":{"path":["orders"],"host":["{{api-base-url}}"],"query":[],"variable":[]}},"response":[{"id":"dac50b65-d615-4a02-a552-461c5e546263","name":"GET Orders (with pagination and limit)","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}","type":"text"},{"key":"Vendor-Key","value":"{{vendor-key}}","type":"text"}],"url":{"raw":"{{api-base-url}}/orders/?page=1&limit=2","host":["{{api-base-url}}"],"path":["orders",""],"query":[{"key":"page","value":"1"},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.1.29"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, x-xsrf-token"},{"key":"Access-Control-Max-Age","value":"172800"},{"key":"Date","value":"Tue, 07 Nov 2023 19:18:13 GMT"},{"key":"Content-Length","value":"12930"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"original_order_id\": null,\n            \"short_order_id\": \"09PRO1\",\n            \"order_id\": \"ordair09PRO1_1a\",\n            \"curr_stat\": \"O4\",\n            \"stat1_crt\": \"2009-09-19 00:16:40\",\n            \"stat2_btch\": \"2009-09-19 00:16:40\",\n            \"stat3_rel\": \"2009-09-19 00:18:17\",\n            \"stat4_fin\": \"2009-09-28 14:06:09\",\n            \"stat5_bll\": null,\n            \"stat6_cmp\": null,\n            \"destination\": \"INACTIVE CUSTOMERS 2020 - 97202\",\n            \"expiry_date\": \"2009-10-19 00:00:00\",\n            \"ship_method\": \"Prepaid Ground\",\n            \"po\": \"---\",\n            \"order_created_by\": \"Tyler\",\n            \"batch_completed_by\": null,\n            \"batch_released_by\": \"Tyler\",\n            \"picked_by\": \"JM\",\n            \"date_picked\": \"2009-09-28 14:02:32\",\n            \"checked_by\": \"R\",\n            \"date_checked\": \"2009-09-28 14:02:32\",\n            \"finalized_by\": null,\n            \"weighbill\": \"1ZY406E10371909236\",\n            \"num_of_pieces\": \"1\",\n            \"weight\": \"14\",\n            \"value\": \"402\",\n            \"shipped_value\": null,\n            \"cod_complete\": null,\n            \"off_price\": null,\n            \"warranty\": null,\n            \"start_date\": \"2009-09-19 00:00:00\",\n            \"notes\": \"---\",\n            \"handling\": null,\n            \"shipping\": null,\n            \"cargo\": null,\n            \"ret_cheq\": null,\n            \"pre_pack\": null,\n            \"ltl\": null,\n            \"units_shipped\": null,\n            \"handling_charge\": \"5.4\",\n            \"ground_ship_charge\": \"$57.42\",\n            \"cargo_ins_charge\": \"0.00\",\n            \"return_cheq_charge\": \"0.00\",\n            \"misc_charge_flag\": null,\n            \"misc_charge1\": \"$0.00\",\n            \"misc_note1\": null,\n            \"misc_charge2\": null,\n            \"misc_note2\": null,\n            \"misc_charge3\": null,\n            \"misc_note3\": null,\n            \"misc_charge4\": null,\n            \"misc_note4\": null,\n            \"misc_charge5\": null,\n            \"misc_note5\": null,\n            \"ph_status\": \"Ship\",\n            \"ph_create_date\": null,\n            \"ph_packed_date\": null,\n            \"percent_fill\": null,\n            \"gs_beyond_point\": null,\n            \"order_terms\": \"CREDIT CARD\",\n            \"fin_note\": \"2851333\",\n            \"order_type\": \"P\",\n            \"order_contents\": \"Y\",\n            \"expected_cartons\": null,\n            \"dlp_num_downloads\": \"1\",\n            \"packed_by\": \"R\",\n            \"date_packed\": \"2009-09-28 14:02:32\",\n            \"location\": \"CS\",\n            \"whid\": \"0001\",\n            \"discount\": \"$0.00\",\n            \"discount_note\": null,\n            \"credit\": \"$0.00\",\n            \"credit_note\": null,\n            \"discount_tax\": \"0\",\n            \"credit_tax\": \"0\",\n            \"misc_tax\": \"0\",\n            \"season\": \"FA09\",\n            \"invoice_num\": \"4139\",\n            \"handling_minimum\": false,\n            \"handling_waive\": false,\n            \"freight_waive\": false,\n            \"freight_minimum\": false,\n            \"out_of_stock_note\": null,\n            \"order_currency\": \"USD\",\n            \"order_tax\": \"0\",\n            \"handling_tax\": \"0\",\n            \"freight_tax\": \"0\",\n            \"invoice_currency\": \"USD\",\n            \"sub_order\": null,\n            \"pre_allocated\": false,\n            \"block_edit\": false,\n            \"invoice_date\": \"2009-09-28 14:02:32\",\n            \"invoice_pay_details\": null,\n            \"invoice_adtl_notes\": null,\n            \"cust_invoice_num\": \"09PRO1\",\n            \"received_value\": null,\n            \"received_by\": null,\n            \"ph_pending\": null,\n            \"ship_with\": null,\n            \"cross_dock_handlingin\": null,\n            \"cross_dock_handlingout\": null,\n            \"mng_pending\": null,\n            \"shp_pending\": null,\n            \"released_to_ship\": \"2009-09-28 14:02:32\",\n            \"stock_transfer_to\": null,\n            \"cost_handlingout\": null,\n            \"cost_handlingin\": null,\n            \"cost_handling_tax\": \"0\",\n            \"cost_ground_shipping\": \"49.47\",\n            \"cost_cargo_insurance\": null,\n            \"cost_cod_charge\": null,\n            \"cost_freight_markup\": \"0.1\",\n            \"cost_freight_tax\": \"0\",\n            \"cust_handlingout\": null,\n            \"cust_handlingin\": null,\n            \"cust_handling_tax\": \"0\",\n            \"cust_ground_shipping\": \"57.42\",\n            \"cust_cargo_insurance\": \"0.00\",\n            \"cust_cod_charge\": \"0.00\",\n            \"cust_freight_markup\": \"0\",\n            \"cust_freight_tax\": \"0\",\n            \"freight_method\": \"03\",\n            \"rel_pending\": null,\n            \"season_summary_faxed\": false,\n            \"season_summary_replied\": false,\n            \"pick_wave\": \"090919121816\",\n            \"wave_priority\": null,\n            \"allocated_value\": \"402\",\n            \"tentative_dateon\": false,\n            \"tentative_start_month\": null,\n            \"tentative_start_day\": null,\n            \"tentative_start_year\": null,\n            \"tentative_cancel_month\": null,\n            \"tentative_cancel_day\": null,\n            \"tentative_cancel_year\": null,\n            \"season_summary_ship_as_ready\": false,\n            \"season_summary_hide\": false,\n            \"3pl_charge_type\": \"UCP\",\n            \"3pl_dx_charge_in\": null,\n            \"3pl_dx_charge_out\": null,\n            \"freight_residential_charge\": \"3\",\n            \"custom1\": null,\n            \"custom2\": null,\n            \"custom3\": null,\n            \"custom4\": null,\n            \"custom5\": null,\n            \"impexp_freight_num_exports\": \"1\",\n            \"impexp_invoice_num_exports\": \"1\",\n            \"rep_name\": null,\n            \"updated_by\": \"Jana Markusen\",\n            \"on_hold\": null,\n            \"on_hold_start\": null,\n            \"on_hold_end\": null,\n            \"on_hold_hours\": null,\n            \"on_hold_reason\": null,\n            \"on_hold_note\": null,\n            \"order_priority\": \"\",\n            \"date_downloaded\": \"2009-09-25 17:56:38\",\n            \"downloaded_by\": \"Jana Markusen\",\n            \"units_to_pick\": \"8\",\n            \"lines_to_pick\": \"8\",\n            \"cust_overrideiop_freight\": false,\n            \"released_to_ship_by\": \"Jana Markusen\",\n            \"shipped_by\": \"Jana Markusen\",\n            \"override_hours_to_process\": null,\n            \"store_number\": \"\",\n            \"department\": \"\",\n            \"vendor_id\": \"\",\n            \"category\": \"\",\n            \"commission_rate\": \"0\",\n            \"receiver_id\": \"\",\n            \"edi_ship_id\": \"\",\n            \"edi_scac_code\": \"\",\n            \"edi_ship_to_location\": \"\",\n            \"edi_duns_number\": \"\",\n            \"carrier\": null,\n            \"edi_trading_partner\": null,\n            \"invoice_complete\": true,\n            \"amount_paid\": null,\n            \"under_dispute\": null,\n            \"ship_date\": null,\n            \"twoship_import_id\": null,\n            \"pick_start_pick\": null,\n            \"pick_end_pick\": null,\n            \"pick_picker_id\": null,\n            \"exclude_from_integration\": null,\n            \"external_data1\": null,\n            \"external_data2\": null,\n            \"external_data3\": null,\n            \"outbound_data_completed\": \"2011-01-01 00:00:00\",\n            \"twoship_import_date\": null,\n            \"commission_paid\": null,\n            \"edi_location_code_qualifier\": null,\n            \"edi_h_tline\": null,\n            \"order_complete_status\": null,\n            \"qbo_invoice_id\": null,\n            \"factor_name\": null,\n            \"factor_note\": null,\n            \"factor_fee\": null,\n            \"factor_pctg\": null,\n            \"integration_exclude_order_file\": null,\n            \"edi_po_date\": null,\n            \"deposit_value\": null,\n            \"edi810_send_count\": null,\n            \"bill_of_lading_number\": null,\n            \"edi_reference_qual\": null,\n            \"edi_reference_id\": null,\n            \"edi_line_sequence_number\": null,\n            \"secondaryfc_id\": null,\n            \"secondaryfc_container\": null,\n            \"secondaryfc_date_in\": null,\n            \"secondaryfc_date_out\": null,\n            \"freight_carrier_delivery_timestamp\": null,\n            \"canpar_shipment_id\": null,\n            \"canpar_cod_type\": null,\n            \"canpar_check_date\": null,\n            \"canpar_cod_amount\": null,\n            \"retailer\": {\n                \"name\": \"INACTIVE CUSTOMERS 2020\",\n                \"newid\": \"36537\"\n            },\n            \"order_items\": [\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"air09T02-BLK-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"12\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"air09T12-PUR-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"9.5\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MJ3_014-DPR-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"119\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MP2_024A-YEL-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"55\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"air09T03-TUR-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"9.5\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MJ1_023A-BRA-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"55\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MP2_008-BLK-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"108\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airABAG10-SLM-OS\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"34\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"original_order_id\": null,\n            \"short_order_id\": \"09PRO10\",\n            \"order_id\": \"ordair09PRO10_1a\",\n            \"curr_stat\": \"O4\",\n            \"stat1_crt\": \"2009-09-28 19:45:33\",\n            \"stat2_btch\": \"2009-09-28 19:45:33\",\n            \"stat3_rel\": \"2009-09-28 19:46:05\",\n            \"stat4_fin\": \"2009-09-29 17:40:38\",\n            \"stat5_bll\": null,\n            \"stat6_cmp\": null,\n            \"destination\": \"INACTIVE CUSTOMERS 2020 - 97202\",\n            \"expiry_date\": \"2009-10-28 00:00:00\",\n            \"ship_method\": \"Prepaid Ground\",\n            \"po\": \"---\",\n            \"order_created_by\": \"Tyler\",\n            \"batch_completed_by\": null,\n            \"batch_released_by\": \"Tyler\",\n            \"picked_by\": \"JM\",\n            \"date_picked\": \"2009-09-29 17:38:28\",\n            \"checked_by\": \"R\",\n            \"date_checked\": \"2009-09-29 17:38:28\",\n            \"finalized_by\": null,\n            \"weighbill\": \"1ZY406E10370485777\",\n            \"num_of_pieces\": \"1\",\n            \"weight\": \"11\",\n            \"value\": \"341\",\n            \"shipped_value\": null,\n            \"cod_complete\": null,\n            \"off_price\": null,\n            \"warranty\": null,\n            \"start_date\": \"2009-09-28 00:00:00\",\n            \"notes\": \"---\",\n            \"handling\": null,\n            \"shipping\": null,\n            \"cargo\": null,\n            \"ret_cheq\": null,\n            \"pre_pack\": null,\n            \"ltl\": null,\n            \"units_shipped\": null,\n            \"handling_charge\": \"6.2\",\n            \"ground_ship_charge\": \"$12.50\",\n            \"cargo_ins_charge\": \"0.00\",\n            \"return_cheq_charge\": \"0.00\",\n            \"misc_charge_flag\": null,\n            \"misc_charge1\": null,\n            \"misc_note1\": null,\n            \"misc_charge2\": null,\n            \"misc_note2\": null,\n            \"misc_charge3\": null,\n            \"misc_note3\": null,\n            \"misc_charge4\": null,\n            \"misc_note4\": null,\n            \"misc_charge5\": null,\n            \"misc_note5\": null,\n            \"ph_status\": \"Ship\",\n            \"ph_create_date\": null,\n            \"ph_packed_date\": null,\n            \"percent_fill\": null,\n            \"gs_beyond_point\": null,\n            \"order_terms\": \"CREDIT CARD\",\n            \"fin_note\": \"2851333\",\n            \"order_type\": \"\",\n            \"order_contents\": \"Y\",\n            \"expected_cartons\": null,\n            \"dlp_num_downloads\": \"1\",\n            \"packed_by\": \"R\",\n            \"date_packed\": \"2009-09-29 17:38:28\",\n            \"location\": \"CS\",\n            \"whid\": \"0001\",\n            \"discount\": null,\n            \"discount_note\": null,\n            \"credit\": null,\n            \"credit_note\": null,\n            \"discount_tax\": null,\n            \"credit_tax\": null,\n            \"misc_tax\": null,\n            \"season\": \"FA09\",\n            \"invoice_num\": \"4139\",\n            \"handling_minimum\": false,\n            \"handling_waive\": false,\n            \"freight_waive\": false,\n            \"freight_minimum\": false,\n            \"out_of_stock_note\": null,\n            \"order_currency\": \"USD\",\n            \"order_tax\": \"0\",\n            \"handling_tax\": \"0\",\n            \"freight_tax\": \"0\",\n            \"invoice_currency\": \"USD\",\n            \"sub_order\": null,\n            \"pre_allocated\": false,\n            \"block_edit\": false,\n            \"invoice_date\": \"2009-09-29 17:38:29\",\n            \"invoice_pay_details\": null,\n            \"invoice_adtl_notes\": null,\n            \"cust_invoice_num\": \"09PRO10\",\n            \"received_value\": null,\n            \"received_by\": null,\n            \"ph_pending\": null,\n            \"ship_with\": null,\n            \"cross_dock_handlingin\": null,\n            \"cross_dock_handlingout\": null,\n            \"mng_pending\": null,\n            \"shp_pending\": null,\n            \"released_to_ship\": \"2009-09-29 17:38:29\",\n            \"stock_transfer_to\": null,\n            \"cost_handlingout\": null,\n            \"cost_handlingin\": null,\n            \"cost_handling_tax\": \"0\",\n            \"cost_ground_shipping\": \"8.64\",\n            \"cost_cargo_insurance\": null,\n            \"cost_cod_charge\": null,\n            \"cost_freight_markup\": \"0.1\",\n            \"cost_freight_tax\": \"0\",\n            \"cust_handlingout\": null,\n            \"cust_handlingin\": null,\n            \"cust_handling_tax\": \"0\",\n            \"cust_ground_shipping\": \"12.5\",\n            \"cust_cargo_insurance\": \"0.00\",\n            \"cust_cod_charge\": \"0.00\",\n            \"cust_freight_markup\": \"0\",\n            \"cust_freight_tax\": \"0\",\n            \"freight_method\": \"03\",\n            \"rel_pending\": null,\n            \"season_summary_faxed\": false,\n            \"season_summary_replied\": false,\n            \"pick_wave\": \"090928194605\",\n            \"wave_priority\": null,\n            \"allocated_value\": \"341\",\n            \"tentative_dateon\": false,\n            \"tentative_start_month\": null,\n            \"tentative_start_day\": null,\n            \"tentative_start_year\": null,\n            \"tentative_cancel_month\": null,\n            \"tentative_cancel_day\": null,\n            \"tentative_cancel_year\": null,\n            \"season_summary_ship_as_ready\": false,\n            \"season_summary_hide\": false,\n            \"3pl_charge_type\": \"UCP\",\n            \"3pl_dx_charge_in\": null,\n            \"3pl_dx_charge_out\": null,\n            \"freight_residential_charge\": \"3\",\n            \"custom1\": null,\n            \"custom2\": null,\n            \"custom3\": null,\n            \"custom4\": null,\n            \"custom5\": null,\n            \"impexp_freight_num_exports\": \"1\",\n            \"impexp_invoice_num_exports\": \"1\",\n            \"rep_name\": null,\n            \"updated_by\": \"Jana Markusen\",\n            \"on_hold\": null,\n            \"on_hold_start\": null,\n            \"on_hold_end\": null,\n            \"on_hold_hours\": null,\n            \"on_hold_reason\": null,\n            \"on_hold_note\": null,\n            \"order_priority\": null,\n            \"date_downloaded\": \"2009-09-29 10:39:24\",\n            \"downloaded_by\": \"Jana Markusen\",\n            \"units_to_pick\": \"8\",\n            \"lines_to_pick\": \"8\",\n            \"cust_overrideiop_freight\": false,\n            \"released_to_ship_by\": \"Jana Markusen\",\n            \"shipped_by\": \"Jana Markusen\",\n            \"override_hours_to_process\": null,\n            \"store_number\": \"\",\n            \"department\": \"\",\n            \"vendor_id\": \"\",\n            \"category\": \"\",\n            \"commission_rate\": null,\n            \"receiver_id\": null,\n            \"edi_ship_id\": null,\n            \"edi_scac_code\": null,\n            \"edi_ship_to_location\": null,\n            \"edi_duns_number\": null,\n            \"carrier\": null,\n            \"edi_trading_partner\": null,\n            \"invoice_complete\": true,\n            \"amount_paid\": null,\n            \"under_dispute\": null,\n            \"ship_date\": null,\n            \"twoship_import_id\": null,\n            \"pick_start_pick\": null,\n            \"pick_end_pick\": null,\n            \"pick_picker_id\": null,\n            \"exclude_from_integration\": null,\n            \"external_data1\": null,\n            \"external_data2\": null,\n            \"external_data3\": null,\n            \"outbound_data_completed\": \"2011-01-01 00:00:00\",\n            \"twoship_import_date\": null,\n            \"commission_paid\": null,\n            \"edi_location_code_qualifier\": null,\n            \"edi_h_tline\": null,\n            \"order_complete_status\": null,\n            \"qbo_invoice_id\": null,\n            \"factor_name\": null,\n            \"factor_note\": null,\n            \"factor_fee\": null,\n            \"factor_pctg\": null,\n            \"integration_exclude_order_file\": null,\n            \"edi_po_date\": null,\n            \"deposit_value\": null,\n            \"edi810_send_count\": null,\n            \"bill_of_lading_number\": null,\n            \"edi_reference_qual\": null,\n            \"edi_reference_id\": null,\n            \"edi_line_sequence_number\": null,\n            \"secondaryfc_id\": null,\n            \"secondaryfc_container\": null,\n            \"secondaryfc_date_in\": null,\n            \"secondaryfc_date_out\": null,\n            \"freight_carrier_delivery_timestamp\": null,\n            \"canpar_shipment_id\": null,\n            \"canpar_cod_type\": null,\n            \"canpar_check_date\": null,\n            \"canpar_cod_amount\": null,\n            \"retailer\": {\n                \"name\": \"INACTIVE CUSTOMERS 2020\",\n                \"newid\": \"36537\"\n            },\n            \"order_items\": [\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"air09T03-CHR-L\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$11.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10_055-BLK-OS\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"0\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MNJ1_004-BLK-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$55.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MS01_03-BLU-L\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$35.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10_041-TEL-OS\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"0\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MJ1_012-CHO-L\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$100.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MP2_028-BBD-L\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$100.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airABAG10-BLK-OS\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$40.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"9b40993a-4783-4395-8a5e-d2498ef6a40c","name":"GET Orders","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{api-base-url}}/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 30 May 2024 20:48:35 GMT"},{"key":"Content-Length","value":"14771"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"original_order_id\": null,\n            \"short_order_id\": \"123456\",\n            \"order_id\": \"ordmtp123456_1a\",\n            \"curr_stat\": \"OC\",\n            \"stat1_crt\": \"2024-05-27 10:55:00\",\n            \"stat2_btch\": \"2024-05-27 10:55:00\",\n            \"stat3_rel\": null,\n            \"stat4_fin\": null,\n            \"stat5_bll\": null,\n            \"stat6_cmp\": \"2024-05-27 18:27:26\",\n            \"destination\": \"Test Company4 - V4G1E2\",\n            \"expiry_date\": \"2024-07-30 00:00:00\",\n            \"ship_method\": \"FEDEX\",\n            \"po\": \"12121212\",\n            \"order_created_by\": \"Postman-SOAP-createOrders\",\n            \"batch_completed_by\": null,\n            \"batch_released_by\": null,\n            \"picked_by\": null,\n            \"date_picked\": null,\n            \"checked_by\": null,\n            \"date_checked\": null,\n            \"finalized_by\": null,\n            \"weighbill\": null,\n            \"num_of_pieces\": null,\n            \"weight\": null,\n            \"value\": \"125\",\n            \"shipped_value\": null,\n            \"cod_complete\": null,\n            \"off_price\": null,\n            \"warranty\": null,\n            \"start_date\": \"2024-05-27 00:00:00\",\n            \"notes\": \"Postman test\",\n            \"handling\": null,\n            \"shipping\": null,\n            \"cargo\": null,\n            \"ret_cheq\": null,\n            \"pre_pack\": null,\n            \"ltl\": null,\n            \"units_shipped\": null,\n            \"handling_charge\": null,\n            \"ground_ship_charge\": null,\n            \"cargo_ins_charge\": null,\n            \"return_cheq_charge\": null,\n            \"misc_charge_flag\": null,\n            \"misc_charge1\": null,\n            \"misc_note1\": null,\n            \"misc_charge2\": null,\n            \"misc_note2\": null,\n            \"misc_charge3\": null,\n            \"misc_note3\": null,\n            \"misc_charge4\": null,\n            \"misc_note4\": null,\n            \"misc_charge5\": null,\n            \"misc_note5\": null,\n            \"ph_status\": null,\n            \"ph_create_date\": null,\n            \"ph_packed_date\": null,\n            \"percent_fill\": null,\n            \"gs_beyond_point\": null,\n            \"order_terms\": \"Net30\",\n            \"fin_note\": null,\n            \"order_type\": \"P\",\n            \"order_contents\": null,\n            \"expected_cartons\": null,\n            \"dlp_num_downloads\": null,\n            \"packed_by\": null,\n            \"date_packed\": null,\n            \"location\": null,\n            \"whid\": null,\n            \"discount\": \"0\",\n            \"discount_note\": \"Testing\",\n            \"credit\": \"0\",\n            \"credit_note\": \"Testing\",\n            \"discount_tax\": \"0.008\",\n            \"credit_tax\": \"0.008\",\n            \"misc_tax\": \"0.008\",\n            \"season\": \"SS24\",\n            \"invoice_num\": null,\n            \"handling_minimum\": null,\n            \"handling_waive\": null,\n            \"freight_waive\": null,\n            \"freight_minimum\": null,\n            \"out_of_stock_note\": null,\n            \"order_currency\": \"CAD\",\n            \"order_tax\": \"0.008\",\n            \"handling_tax\": null,\n            \"freight_tax\": null,\n            \"invoice_currency\": \"CAD\",\n            \"sub_order\": null,\n            \"pre_allocated\": null,\n            \"block_edit\": null,\n            \"invoice_date\": null,\n            \"invoice_pay_details\": null,\n            \"invoice_adtl_notes\": null,\n            \"cust_invoice_num\": null,\n            \"received_value\": null,\n            \"received_by\": null,\n            \"ph_pending\": null,\n            \"ship_with\": null,\n            \"cross_dock_handlingin\": null,\n            \"cross_dock_handlingout\": null,\n            \"mng_pending\": null,\n            \"shp_pending\": null,\n            \"released_to_ship\": null,\n            \"stock_transfer_to\": null,\n            \"cost_handlingout\": null,\n            \"cost_handlingin\": null,\n            \"cost_handling_tax\": null,\n            \"cost_ground_shipping\": null,\n            \"cost_cargo_insurance\": null,\n            \"cost_cod_charge\": null,\n            \"cost_freight_markup\": null,\n            \"cost_freight_tax\": null,\n            \"cust_handlingout\": null,\n            \"cust_handlingin\": null,\n            \"cust_handling_tax\": null,\n            \"cust_ground_shipping\": \"5.00\",\n            \"cust_cargo_insurance\": null,\n            \"cust_cod_charge\": null,\n            \"cust_freight_markup\": null,\n            \"cust_freight_tax\": null,\n            \"freight_method\": null,\n            \"rel_pending\": null,\n            \"season_summary_faxed\": null,\n            \"season_summary_replied\": null,\n            \"pick_wave\": null,\n            \"wave_priority\": null,\n            \"allocated_value\": null,\n            \"tentative_dateon\": null,\n            \"tentative_start_month\": null,\n            \"tentative_start_day\": null,\n            \"tentative_start_year\": null,\n            \"tentative_cancel_month\": null,\n            \"tentative_cancel_day\": null,\n            \"tentative_cancel_year\": null,\n            \"season_summary_ship_as_ready\": null,\n            \"season_summary_hide\": null,\n            \"3pl_charge_type\": null,\n            \"3pl_dx_charge_in\": null,\n            \"3pl_dx_charge_out\": null,\n            \"freight_residential_charge\": null,\n            \"custom1\": null,\n            \"custom2\": null,\n            \"custom3\": null,\n            \"custom4\": null,\n            \"custom5\": null,\n            \"impexp_freight_num_exports\": null,\n            \"rep_name\": null,\n            \"updated_by\": null,\n            \"on_hold\": null,\n            \"on_hold_start\": null,\n            \"on_hold_end\": null,\n            \"on_hold_hours\": null,\n            \"on_hold_reason\": null,\n            \"on_hold_note\": null,\n            \"order_priority\": null,\n            \"date_downloaded\": null,\n            \"downloaded_by\": null,\n            \"units_to_pick\": null,\n            \"lines_to_pick\": null,\n            \"cust_overrideiop_freight\": true,\n            \"released_to_ship_by\": null,\n            \"shipped_by\": null,\n            \"store_number\": null,\n            \"department\": null,\n            \"vendor_id\": null,\n            \"category\": null,\n            \"commission_rate\": null,\n            \"receiver_id\": null,\n            \"edi_ship_id\": null,\n            \"edi_scac_code\": null,\n            \"edi_ship_to_location\": null,\n            \"edi_duns_number\": null,\n            \"carrier\": \"FEDEX\",\n            \"edi_trading_partner\": null,\n            \"impexp_invoice_num_exports\": null,\n            \"invoice_complete\": null,\n            \"amount_paid\": null,\n            \"under_dispute\": null,\n            \"ship_date\": \"2024-07-30 00:00:00\",\n            \"twoship_import_id\": null,\n            \"pick_start_pick\": null,\n            \"pick_end_pick\": null,\n            \"pick_picker_id\": null,\n            \"exclude_from_integration\": null,\n            \"external_data1\": null,\n            \"external_data2\": null,\n            \"external_data3\": null,\n            \"outbound_data_completed\": null,\n            \"twoship_import_date\": null,\n            \"commission_paid\": null,\n            \"edi_location_code_qualifier\": null,\n            \"edi_h_tline\": null,\n            \"order_complete_status\": null,\n            \"qbo_invoice_id\": null,\n            \"factor_name\": null,\n            \"factor_note\": null,\n            \"factor_fee\": null,\n            \"factor_pctg\": null,\n            \"integration_exclude_order_file\": null,\n            \"edi_po_date\": null,\n            \"deposit_value\": null,\n            \"edi810_send_count\": null,\n            \"bill_of_lading_number\": null,\n            \"edi_reference_qual\": null,\n            \"edi_reference_id\": null,\n            \"edi_line_sequence_number\": null,\n            \"secondaryfc_id\": null,\n            \"secondaryfc_container\": null,\n            \"secondaryfc_date_in\": null,\n            \"secondaryfc_date_out\": null,\n            \"freight_carrier_delivery_timestamp\": null,\n            \"canpar_shipment_id\": null,\n            \"canpar_cod_type\": null,\n            \"canpar_check_date\": null,\n            \"canpar_cod_amount\": null\n        },\n        {\n            \"id\": \"3\",\n            \"original_order_id\": null,\n            \"short_order_id\": \"123457\",\n            \"order_id\": \"ordmtp123457_1a\",\n            \"curr_stat\": \"OC\",\n            \"stat1_crt\": \"2024-05-27 10:55:00\",\n            \"stat2_btch\": \"2024-05-27 10:55:00\",\n            \"stat3_rel\": null,\n            \"stat4_fin\": null,\n            \"stat5_bll\": null,\n            \"stat6_cmp\": \"2024-05-27 19:21:51\",\n            \"destination\": \"Test Company4 - V4G1E2\",\n            \"expiry_date\": \"2024-07-30 00:00:00\",\n            \"ship_method\": \"FEDEX\",\n            \"po\": \"12121212\",\n            \"order_created_by\": \"Postman-SOAP-createOrders\",\n            \"batch_completed_by\": null,\n            \"batch_released_by\": null,\n            \"picked_by\": null,\n            \"date_picked\": null,\n            \"checked_by\": null,\n            \"date_checked\": null,\n            \"finalized_by\": null,\n            \"weighbill\": null,\n            \"num_of_pieces\": null,\n            \"weight\": null,\n            \"value\": \"50\",\n            \"shipped_value\": null,\n            \"cod_complete\": null,\n            \"off_price\": null,\n            \"warranty\": null,\n            \"start_date\": \"2024-05-27 00:00:00\",\n            \"notes\": \"Postman test\",\n            \"handling\": null,\n            \"shipping\": null,\n            \"cargo\": null,\n            \"ret_cheq\": null,\n            \"pre_pack\": null,\n            \"ltl\": null,\n            \"units_shipped\": null,\n            \"handling_charge\": null,\n            \"ground_ship_charge\": null,\n            \"cargo_ins_charge\": null,\n            \"return_cheq_charge\": null,\n            \"misc_charge_flag\": null,\n            \"misc_charge1\": null,\n            \"misc_note1\": null,\n            \"misc_charge2\": null,\n            \"misc_note2\": null,\n            \"misc_charge3\": null,\n            \"misc_note3\": null,\n            \"misc_charge4\": null,\n            \"misc_note4\": null,\n            \"misc_charge5\": null,\n            \"misc_note5\": null,\n            \"ph_status\": null,\n            \"ph_create_date\": null,\n            \"ph_packed_date\": null,\n            \"percent_fill\": null,\n            \"gs_beyond_point\": null,\n            \"order_terms\": \"Net30\",\n            \"fin_note\": null,\n            \"order_type\": \"P\",\n            \"order_contents\": null,\n            \"expected_cartons\": null,\n            \"dlp_num_downloads\": null,\n            \"packed_by\": null,\n            \"date_packed\": null,\n            \"location\": null,\n            \"whid\": null,\n            \"discount\": \"0\",\n            \"discount_note\": \"Testing\",\n            \"credit\": \"0\",\n            \"credit_note\": \"Testing\",\n            \"discount_tax\": \"0.02\",\n            \"credit_tax\": \"0.02\",\n            \"misc_tax\": \"0.02\",\n            \"season\": \"SS24\",\n            \"invoice_num\": null,\n            \"handling_minimum\": null,\n            \"handling_waive\": null,\n            \"freight_waive\": null,\n            \"freight_minimum\": null,\n            \"out_of_stock_note\": null,\n            \"order_currency\": \"CAD\",\n            \"order_tax\": \"0.02\",\n            \"handling_tax\": null,\n            \"freight_tax\": null,\n            \"invoice_currency\": \"CAD\",\n            \"sub_order\": null,\n            \"pre_allocated\": null,\n            \"block_edit\": null,\n            \"invoice_date\": null,\n            \"invoice_pay_details\": null,\n            \"invoice_adtl_notes\": null,\n            \"cust_invoice_num\": null,\n            \"received_value\": null,\n            \"received_by\": null,\n            \"ph_pending\": null,\n            \"ship_with\": null,\n            \"cross_dock_handlingin\": null,\n            \"cross_dock_handlingout\": null,\n            \"mng_pending\": null,\n            \"shp_pending\": null,\n            \"released_to_ship\": null,\n            \"stock_transfer_to\": null,\n            \"cost_handlingout\": null,\n            \"cost_handlingin\": null,\n            \"cost_handling_tax\": null,\n            \"cost_ground_shipping\": null,\n            \"cost_cargo_insurance\": null,\n            \"cost_cod_charge\": null,\n            \"cost_freight_markup\": null,\n            \"cost_freight_tax\": null,\n            \"cust_handlingout\": null,\n            \"cust_handlingin\": null,\n            \"cust_handling_tax\": null,\n            \"cust_ground_shipping\": \"5.00\",\n            \"cust_cargo_insurance\": null,\n            \"cust_cod_charge\": null,\n            \"cust_freight_markup\": null,\n            \"cust_freight_tax\": null,\n            \"freight_method\": null,\n            \"rel_pending\": null,\n            \"season_summary_faxed\": null,\n            \"season_summary_replied\": null,\n            \"pick_wave\": null,\n            \"wave_priority\": null,\n            \"allocated_value\": null,\n            \"tentative_dateon\": null,\n            \"tentative_start_month\": null,\n            \"tentative_start_day\": null,\n            \"tentative_start_year\": null,\n            \"tentative_cancel_month\": null,\n            \"tentative_cancel_day\": null,\n            \"tentative_cancel_year\": null,\n            \"season_summary_ship_as_ready\": null,\n            \"season_summary_hide\": null,\n            \"3pl_charge_type\": null,\n            \"3pl_dx_charge_in\": null,\n            \"3pl_dx_charge_out\": null,\n            \"freight_residential_charge\": null,\n            \"custom1\": null,\n            \"custom2\": null,\n            \"custom3\": null,\n            \"custom4\": null,\n            \"custom5\": null,\n            \"impexp_freight_num_exports\": null,\n            \"rep_name\": null,\n            \"updated_by\": null,\n            \"on_hold\": null,\n            \"on_hold_start\": null,\n            \"on_hold_end\": null,\n            \"on_hold_hours\": null,\n            \"on_hold_reason\": null,\n            \"on_hold_note\": null,\n            \"order_priority\": null,\n            \"date_downloaded\": null,\n            \"downloaded_by\": null,\n            \"units_to_pick\": null,\n            \"lines_to_pick\": null,\n            \"cust_overrideiop_freight\": true,\n            \"released_to_ship_by\": null,\n            \"shipped_by\": null,\n            \"store_number\": null,\n            \"department\": null,\n            \"vendor_id\": null,\n            \"category\": null,\n            \"commission_rate\": null,\n            \"receiver_id\": null,\n            \"edi_ship_id\": null,\n            \"edi_scac_code\": null,\n            \"edi_ship_to_location\": null,\n            \"edi_duns_number\": null,\n            \"carrier\": \"FEDEX\",\n            \"edi_trading_partner\": null,\n            \"impexp_invoice_num_exports\": null,\n            \"invoice_complete\": null,\n            \"amount_paid\": null,\n            \"under_dispute\": null,\n            \"ship_date\": \"2024-07-30 00:00:00\",\n            \"twoship_import_id\": null,\n            \"pick_start_pick\": null,\n            \"pick_end_pick\": null,\n            \"pick_picker_id\": null,\n            \"exclude_from_integration\": null,\n            \"external_data1\": null,\n            \"external_data2\": null,\n            \"external_data3\": null,\n            \"outbound_data_completed\": null,\n            \"twoship_import_date\": null,\n            \"commission_paid\": null,\n            \"edi_location_code_qualifier\": null,\n            \"edi_h_tline\": null,\n            \"order_complete_status\": null,\n            \"qbo_invoice_id\": null,\n            \"factor_name\": null,\n            \"factor_note\": null,\n            \"factor_fee\": null,\n            \"factor_pctg\": null,\n            \"integration_exclude_order_file\": null,\n            \"edi_po_date\": null,\n            \"deposit_value\": null,\n            \"edi810_send_count\": null,\n            \"bill_of_lading_number\": null,\n            \"edi_reference_qual\": null,\n            \"edi_reference_id\": null,\n            \"edi_line_sequence_number\": null,\n            \"secondaryfc_id\": null,\n            \"secondaryfc_container\": null,\n            \"secondaryfc_date_in\": null,\n            \"secondaryfc_date_out\": null,\n            \"freight_carrier_delivery_timestamp\": null,\n            \"canpar_shipment_id\": null,\n            \"canpar_cod_type\": null,\n            \"canpar_check_date\": null,\n            \"canpar_cod_amount\": null\n        },\n        {\n            \"id\": \"2\",\n            \"original_order_id\": null,\n            \"short_order_id\": \"98765\",\n            \"order_id\": \"ordmtp98765_1a\",\n            \"curr_stat\": \"O1\",\n            \"stat1_crt\": \"2024-05-27 10:55:00\",\n            \"stat2_btch\": \"2024-05-27 10:55:00\",\n            \"stat3_rel\": null,\n            \"stat4_fin\": null,\n            \"stat5_bll\": null,\n            \"stat6_cmp\": null,\n            \"destination\": \"Test Company4 - V4G1E2\",\n            \"expiry_date\": \"2024-07-30 00:00:00\",\n            \"ship_method\": \"FEDEX\",\n            \"po\": \"12121212\",\n            \"order_created_by\": \"Postman-SOAP-createOrders\",\n            \"batch_completed_by\": null,\n            \"batch_released_by\": null,\n            \"picked_by\": null,\n            \"date_picked\": null,\n            \"checked_by\": null,\n            \"date_checked\": null,\n            \"finalized_by\": null,\n            \"weighbill\": null,\n            \"num_of_pieces\": null,\n            \"weight\": null,\n            \"value\": \"50\",\n            \"shipped_value\": null,\n            \"cod_complete\": null,\n            \"off_price\": null,\n            \"warranty\": null,\n            \"start_date\": \"2024-05-27 00:00:00\",\n            \"notes\": \"Postman test\",\n            \"handling\": null,\n            \"shipping\": null,\n            \"cargo\": null,\n            \"ret_cheq\": null,\n            \"pre_pack\": null,\n            \"ltl\": null,\n            \"units_shipped\": null,\n            \"handling_charge\": \"0.00\",\n            \"ground_ship_charge\": null,\n            \"cargo_ins_charge\": null,\n            \"return_cheq_charge\": null,\n            \"misc_charge_flag\": null,\n            \"misc_charge1\": null,\n            \"misc_note1\": null,\n            \"misc_charge2\": null,\n            \"misc_note2\": null,\n            \"misc_charge3\": null,\n            \"misc_note3\": null,\n            \"misc_charge4\": null,\n            \"misc_note4\": null,\n            \"misc_charge5\": null,\n            \"misc_note5\": null,\n            \"ph_status\": null,\n            \"ph_create_date\": null,\n            \"ph_packed_date\": null,\n            \"percent_fill\": null,\n            \"gs_beyond_point\": null,\n            \"order_terms\": \"Net30\",\n            \"fin_note\": null,\n            \"order_type\": \"P\",\n            \"order_contents\": null,\n            \"expected_cartons\": null,\n            \"dlp_num_downloads\": null,\n            \"packed_by\": null,\n            \"date_packed\": null,\n            \"location\": null,\n            \"whid\": \"0001\",\n            \"discount\": \"0\",\n            \"discount_note\": \"Testing\",\n            \"credit\": \"0\",\n            \"credit_note\": \"Testing\",\n            \"discount_tax\": \"0.02\",\n            \"credit_tax\": \"0.02\",\n            \"misc_tax\": \"0.02\",\n            \"season\": \"SS24\",\n            \"invoice_num\": null,\n            \"handling_minimum\": false,\n            \"handling_waive\": null,\n            \"freight_waive\": null,\n            \"freight_minimum\": null,\n            \"out_of_stock_note\": null,\n            \"order_currency\": \"CAD\",\n            \"order_tax\": \"0.02\",\n            \"handling_tax\": null,\n            \"freight_tax\": null,\n            \"invoice_currency\": \"CAD\",\n            \"sub_order\": null,\n            \"pre_allocated\": null,\n            \"block_edit\": null,\n            \"invoice_date\": null,\n            \"invoice_pay_details\": null,\n            \"invoice_adtl_notes\": null,\n            \"cust_invoice_num\": null,\n            \"received_value\": null,\n            \"received_by\": null,\n            \"ph_pending\": null,\n            \"ship_with\": null,\n            \"cross_dock_handlingin\": null,\n            \"cross_dock_handlingout\": null,\n            \"mng_pending\": null,\n            \"shp_pending\": null,\n            \"released_to_ship\": null,\n            \"stock_transfer_to\": null,\n            \"cost_handlingout\": null,\n            \"cost_handlingin\": null,\n            \"cost_handling_tax\": null,\n            \"cost_ground_shipping\": null,\n            \"cost_cargo_insurance\": null,\n            \"cost_cod_charge\": null,\n            \"cost_freight_markup\": null,\n            \"cost_freight_tax\": null,\n            \"cust_handlingout\": null,\n            \"cust_handlingin\": null,\n            \"cust_handling_tax\": null,\n            \"cust_ground_shipping\": \"5.00\",\n            \"cust_cargo_insurance\": null,\n            \"cust_cod_charge\": null,\n            \"cust_freight_markup\": null,\n            \"cust_freight_tax\": null,\n            \"freight_method\": null,\n            \"rel_pending\": null,\n            \"season_summary_faxed\": null,\n            \"season_summary_replied\": null,\n            \"pick_wave\": null,\n            \"wave_priority\": null,\n            \"allocated_value\": null,\n            \"tentative_dateon\": null,\n            \"tentative_start_month\": null,\n            \"tentative_start_day\": null,\n            \"tentative_start_year\": null,\n            \"tentative_cancel_month\": null,\n            \"tentative_cancel_day\": null,\n            \"tentative_cancel_year\": null,\n            \"season_summary_ship_as_ready\": null,\n            \"season_summary_hide\": null,\n            \"3pl_charge_type\": \"UCP\",\n            \"3pl_dx_charge_in\": null,\n            \"3pl_dx_charge_out\": null,\n            \"freight_residential_charge\": null,\n            \"custom1\": null,\n            \"custom2\": null,\n            \"custom3\": null,\n            \"custom4\": null,\n            \"custom5\": null,\n            \"impexp_freight_num_exports\": null,\n            \"rep_name\": null,\n            \"updated_by\": null,\n            \"on_hold\": null,\n            \"on_hold_start\": null,\n            \"on_hold_end\": null,\n            \"on_hold_hours\": null,\n            \"on_hold_reason\": null,\n            \"on_hold_note\": null,\n            \"order_priority\": null,\n            \"date_downloaded\": null,\n            \"downloaded_by\": null,\n            \"units_to_pick\": null,\n            \"lines_to_pick\": null,\n            \"cust_overrideiop_freight\": true,\n            \"released_to_ship_by\": null,\n            \"shipped_by\": null,\n            \"store_number\": null,\n            \"department\": null,\n            \"vendor_id\": null,\n            \"category\": null,\n            \"commission_rate\": null,\n            \"receiver_id\": null,\n            \"edi_ship_id\": null,\n            \"edi_scac_code\": null,\n            \"edi_ship_to_location\": null,\n            \"edi_duns_number\": null,\n            \"carrier\": \"FEDEX\",\n            \"edi_trading_partner\": null,\n            \"impexp_invoice_num_exports\": null,\n            \"invoice_complete\": null,\n            \"amount_paid\": null,\n            \"under_dispute\": null,\n            \"ship_date\": \"2024-07-30 00:00:00\",\n            \"twoship_import_id\": null,\n            \"pick_start_pick\": null,\n            \"pick_end_pick\": null,\n            \"pick_picker_id\": null,\n            \"exclude_from_integration\": null,\n            \"external_data1\": null,\n            \"external_data2\": null,\n            \"external_data3\": null,\n            \"outbound_data_completed\": null,\n            \"twoship_import_date\": null,\n            \"commission_paid\": null,\n            \"edi_location_code_qualifier\": null,\n            \"edi_h_tline\": null,\n            \"order_complete_status\": null,\n            \"qbo_invoice_id\": null,\n            \"factor_name\": null,\n            \"factor_note\": null,\n            \"factor_fee\": null,\n            \"factor_pctg\": null,\n            \"integration_exclude_order_file\": null,\n            \"edi_po_date\": null,\n            \"deposit_value\": null,\n            \"edi810_send_count\": null,\n            \"bill_of_lading_number\": null,\n            \"edi_reference_qual\": null,\n            \"edi_reference_id\": null,\n            \"edi_line_sequence_number\": null,\n            \"secondaryfc_id\": null,\n            \"secondaryfc_container\": null,\n            \"secondaryfc_date_in\": null,\n            \"secondaryfc_date_out\": null,\n            \"freight_carrier_delivery_timestamp\": null,\n            \"canpar_shipment_id\": null,\n            \"canpar_cod_type\": null,\n            \"canpar_check_date\": null,\n            \"canpar_cod_amount\": null\n        }\n    ]\n}"}],"_postman_id":"393d1733-3808-4ddf-ac81-d22ebab9a3d0"},{"name":"GET Orders CakeParams","event":[{"listen":"test","script":{"id":"57e8b73d-d947-492d-a96d-1043d1a71aad","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ca5ab505-34b6-446f-8990-b560daf1d6cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{api-base-url}}/orders?options[contain][Retailer][fields][]=Retailer.Name&options[contain][Retailer][fields][]=Retailer.NEWID&options[contain][OrderItem][fields][]=OrderItem.UPC_Code&options[conditions][curr_stat]=O4&options[conditions][WHID]=0001&options[recursive]=-1&limit=10","description":"<h3 id=\"get-orders\">GET /orders</h3>\n<p>This endpoint is used to retrieve orders.</p>\n","urlObject":{"path":["orders"],"host":["{{api-base-url}}"],"query":[{"disabled":true,"key":"options[contain]","value":"Retailer"},{"key":"options[contain][Retailer][fields][]","value":"Retailer.Name"},{"key":"options[contain][Retailer][fields][]","value":"Retailer.NEWID"},{"key":"options[contain][OrderItem][fields][]","value":"OrderItem.UPC_Code"},{"disabled":true,"key":"options[fileds][]","value":"expiry_date"},{"key":"options[conditions][curr_stat]","value":"O4"},{"key":"options[conditions][WHID]","value":"0001"},{"key":"options[recursive]","value":"-1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"561daa11-c83c-446a-8fa0-db85fc9d6884","name":"GET Orders (with pagination and limit)","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}","type":"text"},{"key":"Vendor-Key","value":"{{vendor-key}}","type":"text"}],"url":{"raw":"{{api-base-url}}/orders/?page=1&limit=2","host":["{{api-base-url}}"],"path":["orders",""],"query":[{"key":"page","value":"1"},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.1.29"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, x-xsrf-token"},{"key":"Access-Control-Max-Age","value":"172800"},{"key":"Date","value":"Tue, 07 Nov 2023 19:18:13 GMT"},{"key":"Content-Length","value":"12930"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"original_order_id\": null,\n            \"short_order_id\": \"09PRO1\",\n            \"order_id\": \"ordair09PRO1_1a\",\n            \"curr_stat\": \"O4\",\n            \"stat1_crt\": \"2009-09-19 00:16:40\",\n            \"stat2_btch\": \"2009-09-19 00:16:40\",\n            \"stat3_rel\": \"2009-09-19 00:18:17\",\n            \"stat4_fin\": \"2009-09-28 14:06:09\",\n            \"stat5_bll\": null,\n            \"stat6_cmp\": null,\n            \"destination\": \"INACTIVE CUSTOMERS 2020 - 97202\",\n            \"expiry_date\": \"2009-10-19 00:00:00\",\n            \"ship_method\": \"Prepaid Ground\",\n            \"po\": \"---\",\n            \"order_created_by\": \"Tyler\",\n            \"batch_completed_by\": null,\n            \"batch_released_by\": \"Tyler\",\n            \"picked_by\": \"JM\",\n            \"date_picked\": \"2009-09-28 14:02:32\",\n            \"checked_by\": \"R\",\n            \"date_checked\": \"2009-09-28 14:02:32\",\n            \"finalized_by\": null,\n            \"weighbill\": \"1ZY406E10371909236\",\n            \"num_of_pieces\": \"1\",\n            \"weight\": \"14\",\n            \"value\": \"402\",\n            \"shipped_value\": null,\n            \"cod_complete\": null,\n            \"off_price\": null,\n            \"warranty\": null,\n            \"start_date\": \"2009-09-19 00:00:00\",\n            \"notes\": \"---\",\n            \"handling\": null,\n            \"shipping\": null,\n            \"cargo\": null,\n            \"ret_cheq\": null,\n            \"pre_pack\": null,\n            \"ltl\": null,\n            \"units_shipped\": null,\n            \"handling_charge\": \"5.4\",\n            \"ground_ship_charge\": \"$57.42\",\n            \"cargo_ins_charge\": \"0.00\",\n            \"return_cheq_charge\": \"0.00\",\n            \"misc_charge_flag\": null,\n            \"misc_charge1\": \"$0.00\",\n            \"misc_note1\": null,\n            \"misc_charge2\": null,\n            \"misc_note2\": null,\n            \"misc_charge3\": null,\n            \"misc_note3\": null,\n            \"misc_charge4\": null,\n            \"misc_note4\": null,\n            \"misc_charge5\": null,\n            \"misc_note5\": null,\n            \"ph_status\": \"Ship\",\n            \"ph_create_date\": null,\n            \"ph_packed_date\": null,\n            \"percent_fill\": null,\n            \"gs_beyond_point\": null,\n            \"order_terms\": \"CREDIT CARD\",\n            \"fin_note\": \"2851333\",\n            \"order_type\": \"P\",\n            \"order_contents\": \"Y\",\n            \"expected_cartons\": null,\n            \"dlp_num_downloads\": \"1\",\n            \"packed_by\": \"R\",\n            \"date_packed\": \"2009-09-28 14:02:32\",\n            \"location\": \"CS\",\n            \"whid\": \"0001\",\n            \"discount\": \"$0.00\",\n            \"discount_note\": null,\n            \"credit\": \"$0.00\",\n            \"credit_note\": null,\n            \"discount_tax\": \"0\",\n            \"credit_tax\": \"0\",\n            \"misc_tax\": \"0\",\n            \"season\": \"FA09\",\n            \"invoice_num\": \"4139\",\n            \"handling_minimum\": false,\n            \"handling_waive\": false,\n            \"freight_waive\": false,\n            \"freight_minimum\": false,\n            \"out_of_stock_note\": null,\n            \"order_currency\": \"USD\",\n            \"order_tax\": \"0\",\n            \"handling_tax\": \"0\",\n            \"freight_tax\": \"0\",\n            \"invoice_currency\": \"USD\",\n            \"sub_order\": null,\n            \"pre_allocated\": false,\n            \"block_edit\": false,\n            \"invoice_date\": \"2009-09-28 14:02:32\",\n            \"invoice_pay_details\": null,\n            \"invoice_adtl_notes\": null,\n            \"cust_invoice_num\": \"09PRO1\",\n            \"received_value\": null,\n            \"received_by\": null,\n            \"ph_pending\": null,\n            \"ship_with\": null,\n            \"cross_dock_handlingin\": null,\n            \"cross_dock_handlingout\": null,\n            \"mng_pending\": null,\n            \"shp_pending\": null,\n            \"released_to_ship\": \"2009-09-28 14:02:32\",\n            \"stock_transfer_to\": null,\n            \"cost_handlingout\": null,\n            \"cost_handlingin\": null,\n            \"cost_handling_tax\": \"0\",\n            \"cost_ground_shipping\": \"49.47\",\n            \"cost_cargo_insurance\": null,\n            \"cost_cod_charge\": null,\n            \"cost_freight_markup\": \"0.1\",\n            \"cost_freight_tax\": \"0\",\n            \"cust_handlingout\": null,\n            \"cust_handlingin\": null,\n            \"cust_handling_tax\": \"0\",\n            \"cust_ground_shipping\": \"57.42\",\n            \"cust_cargo_insurance\": \"0.00\",\n            \"cust_cod_charge\": \"0.00\",\n            \"cust_freight_markup\": \"0\",\n            \"cust_freight_tax\": \"0\",\n            \"freight_method\": \"03\",\n            \"rel_pending\": null,\n            \"season_summary_faxed\": false,\n            \"season_summary_replied\": false,\n            \"pick_wave\": \"090919121816\",\n            \"wave_priority\": null,\n            \"allocated_value\": \"402\",\n            \"tentative_dateon\": false,\n            \"tentative_start_month\": null,\n            \"tentative_start_day\": null,\n            \"tentative_start_year\": null,\n            \"tentative_cancel_month\": null,\n            \"tentative_cancel_day\": null,\n            \"tentative_cancel_year\": null,\n            \"season_summary_ship_as_ready\": false,\n            \"season_summary_hide\": false,\n            \"3pl_charge_type\": \"UCP\",\n            \"3pl_dx_charge_in\": null,\n            \"3pl_dx_charge_out\": null,\n            \"freight_residential_charge\": \"3\",\n            \"custom1\": null,\n            \"custom2\": null,\n            \"custom3\": null,\n            \"custom4\": null,\n            \"custom5\": null,\n            \"impexp_freight_num_exports\": \"1\",\n            \"impexp_invoice_num_exports\": \"1\",\n            \"rep_name\": null,\n            \"updated_by\": \"Jana Markusen\",\n            \"on_hold\": null,\n            \"on_hold_start\": null,\n            \"on_hold_end\": null,\n            \"on_hold_hours\": null,\n            \"on_hold_reason\": null,\n            \"on_hold_note\": null,\n            \"order_priority\": \"\",\n            \"date_downloaded\": \"2009-09-25 17:56:38\",\n            \"downloaded_by\": \"Jana Markusen\",\n            \"units_to_pick\": \"8\",\n            \"lines_to_pick\": \"8\",\n            \"cust_overrideiop_freight\": false,\n            \"released_to_ship_by\": \"Jana Markusen\",\n            \"shipped_by\": \"Jana Markusen\",\n            \"override_hours_to_process\": null,\n            \"store_number\": \"\",\n            \"department\": \"\",\n            \"vendor_id\": \"\",\n            \"category\": \"\",\n            \"commission_rate\": \"0\",\n            \"receiver_id\": \"\",\n            \"edi_ship_id\": \"\",\n            \"edi_scac_code\": \"\",\n            \"edi_ship_to_location\": \"\",\n            \"edi_duns_number\": \"\",\n            \"carrier\": null,\n            \"edi_trading_partner\": null,\n            \"invoice_complete\": true,\n            \"amount_paid\": null,\n            \"under_dispute\": null,\n            \"ship_date\": null,\n            \"twoship_import_id\": null,\n            \"pick_start_pick\": null,\n            \"pick_end_pick\": null,\n            \"pick_picker_id\": null,\n            \"exclude_from_integration\": null,\n            \"external_data1\": null,\n            \"external_data2\": null,\n            \"external_data3\": null,\n            \"outbound_data_completed\": \"2011-01-01 00:00:00\",\n            \"twoship_import_date\": null,\n            \"commission_paid\": null,\n            \"edi_location_code_qualifier\": null,\n            \"edi_h_tline\": null,\n            \"order_complete_status\": null,\n            \"qbo_invoice_id\": null,\n            \"factor_name\": null,\n            \"factor_note\": null,\n            \"factor_fee\": null,\n            \"factor_pctg\": null,\n            \"integration_exclude_order_file\": null,\n            \"edi_po_date\": null,\n            \"deposit_value\": null,\n            \"edi810_send_count\": null,\n            \"bill_of_lading_number\": null,\n            \"edi_reference_qual\": null,\n            \"edi_reference_id\": null,\n            \"edi_line_sequence_number\": null,\n            \"secondaryfc_id\": null,\n            \"secondaryfc_container\": null,\n            \"secondaryfc_date_in\": null,\n            \"secondaryfc_date_out\": null,\n            \"freight_carrier_delivery_timestamp\": null,\n            \"canpar_shipment_id\": null,\n            \"canpar_cod_type\": null,\n            \"canpar_check_date\": null,\n            \"canpar_cod_amount\": null,\n            \"retailer\": {\n                \"name\": \"INACTIVE CUSTOMERS 2020\",\n                \"newid\": \"36537\"\n            },\n            \"order_items\": [\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"air09T02-BLK-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"12\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"air09T12-PUR-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"9.5\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MJ3_014-DPR-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"119\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MP2_024A-YEL-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"55\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"air09T03-TUR-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"9.5\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MJ1_023A-BRA-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"55\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MP2_008-BLK-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"108\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airABAG10-SLM-OS\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"34\",\n                    \"order_id\": \"ordair09PRO1_1a\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"original_order_id\": null,\n            \"short_order_id\": \"09PRO10\",\n            \"order_id\": \"ordair09PRO10_1a\",\n            \"curr_stat\": \"O4\",\n            \"stat1_crt\": \"2009-09-28 19:45:33\",\n            \"stat2_btch\": \"2009-09-28 19:45:33\",\n            \"stat3_rel\": \"2009-09-28 19:46:05\",\n            \"stat4_fin\": \"2009-09-29 17:40:38\",\n            \"stat5_bll\": null,\n            \"stat6_cmp\": null,\n            \"destination\": \"INACTIVE CUSTOMERS 2020 - 97202\",\n            \"expiry_date\": \"2009-10-28 00:00:00\",\n            \"ship_method\": \"Prepaid Ground\",\n            \"po\": \"---\",\n            \"order_created_by\": \"Tyler\",\n            \"batch_completed_by\": null,\n            \"batch_released_by\": \"Tyler\",\n            \"picked_by\": \"JM\",\n            \"date_picked\": \"2009-09-29 17:38:28\",\n            \"checked_by\": \"R\",\n            \"date_checked\": \"2009-09-29 17:38:28\",\n            \"finalized_by\": null,\n            \"weighbill\": \"1ZY406E10370485777\",\n            \"num_of_pieces\": \"1\",\n            \"weight\": \"11\",\n            \"value\": \"341\",\n            \"shipped_value\": null,\n            \"cod_complete\": null,\n            \"off_price\": null,\n            \"warranty\": null,\n            \"start_date\": \"2009-09-28 00:00:00\",\n            \"notes\": \"---\",\n            \"handling\": null,\n            \"shipping\": null,\n            \"cargo\": null,\n            \"ret_cheq\": null,\n            \"pre_pack\": null,\n            \"ltl\": null,\n            \"units_shipped\": null,\n            \"handling_charge\": \"6.2\",\n            \"ground_ship_charge\": \"$12.50\",\n            \"cargo_ins_charge\": \"0.00\",\n            \"return_cheq_charge\": \"0.00\",\n            \"misc_charge_flag\": null,\n            \"misc_charge1\": null,\n            \"misc_note1\": null,\n            \"misc_charge2\": null,\n            \"misc_note2\": null,\n            \"misc_charge3\": null,\n            \"misc_note3\": null,\n            \"misc_charge4\": null,\n            \"misc_note4\": null,\n            \"misc_charge5\": null,\n            \"misc_note5\": null,\n            \"ph_status\": \"Ship\",\n            \"ph_create_date\": null,\n            \"ph_packed_date\": null,\n            \"percent_fill\": null,\n            \"gs_beyond_point\": null,\n            \"order_terms\": \"CREDIT CARD\",\n            \"fin_note\": \"2851333\",\n            \"order_type\": \"\",\n            \"order_contents\": \"Y\",\n            \"expected_cartons\": null,\n            \"dlp_num_downloads\": \"1\",\n            \"packed_by\": \"R\",\n            \"date_packed\": \"2009-09-29 17:38:28\",\n            \"location\": \"CS\",\n            \"whid\": \"0001\",\n            \"discount\": null,\n            \"discount_note\": null,\n            \"credit\": null,\n            \"credit_note\": null,\n            \"discount_tax\": null,\n            \"credit_tax\": null,\n            \"misc_tax\": null,\n            \"season\": \"FA09\",\n            \"invoice_num\": \"4139\",\n            \"handling_minimum\": false,\n            \"handling_waive\": false,\n            \"freight_waive\": false,\n            \"freight_minimum\": false,\n            \"out_of_stock_note\": null,\n            \"order_currency\": \"USD\",\n            \"order_tax\": \"0\",\n            \"handling_tax\": \"0\",\n            \"freight_tax\": \"0\",\n            \"invoice_currency\": \"USD\",\n            \"sub_order\": null,\n            \"pre_allocated\": false,\n            \"block_edit\": false,\n            \"invoice_date\": \"2009-09-29 17:38:29\",\n            \"invoice_pay_details\": null,\n            \"invoice_adtl_notes\": null,\n            \"cust_invoice_num\": \"09PRO10\",\n            \"received_value\": null,\n            \"received_by\": null,\n            \"ph_pending\": null,\n            \"ship_with\": null,\n            \"cross_dock_handlingin\": null,\n            \"cross_dock_handlingout\": null,\n            \"mng_pending\": null,\n            \"shp_pending\": null,\n            \"released_to_ship\": \"2009-09-29 17:38:29\",\n            \"stock_transfer_to\": null,\n            \"cost_handlingout\": null,\n            \"cost_handlingin\": null,\n            \"cost_handling_tax\": \"0\",\n            \"cost_ground_shipping\": \"8.64\",\n            \"cost_cargo_insurance\": null,\n            \"cost_cod_charge\": null,\n            \"cost_freight_markup\": \"0.1\",\n            \"cost_freight_tax\": \"0\",\n            \"cust_handlingout\": null,\n            \"cust_handlingin\": null,\n            \"cust_handling_tax\": \"0\",\n            \"cust_ground_shipping\": \"12.5\",\n            \"cust_cargo_insurance\": \"0.00\",\n            \"cust_cod_charge\": \"0.00\",\n            \"cust_freight_markup\": \"0\",\n            \"cust_freight_tax\": \"0\",\n            \"freight_method\": \"03\",\n            \"rel_pending\": null,\n            \"season_summary_faxed\": false,\n            \"season_summary_replied\": false,\n            \"pick_wave\": \"090928194605\",\n            \"wave_priority\": null,\n            \"allocated_value\": \"341\",\n            \"tentative_dateon\": false,\n            \"tentative_start_month\": null,\n            \"tentative_start_day\": null,\n            \"tentative_start_year\": null,\n            \"tentative_cancel_month\": null,\n            \"tentative_cancel_day\": null,\n            \"tentative_cancel_year\": null,\n            \"season_summary_ship_as_ready\": false,\n            \"season_summary_hide\": false,\n            \"3pl_charge_type\": \"UCP\",\n            \"3pl_dx_charge_in\": null,\n            \"3pl_dx_charge_out\": null,\n            \"freight_residential_charge\": \"3\",\n            \"custom1\": null,\n            \"custom2\": null,\n            \"custom3\": null,\n            \"custom4\": null,\n            \"custom5\": null,\n            \"impexp_freight_num_exports\": \"1\",\n            \"impexp_invoice_num_exports\": \"1\",\n            \"rep_name\": null,\n            \"updated_by\": \"Jana Markusen\",\n            \"on_hold\": null,\n            \"on_hold_start\": null,\n            \"on_hold_end\": null,\n            \"on_hold_hours\": null,\n            \"on_hold_reason\": null,\n            \"on_hold_note\": null,\n            \"order_priority\": null,\n            \"date_downloaded\": \"2009-09-29 10:39:24\",\n            \"downloaded_by\": \"Jana Markusen\",\n            \"units_to_pick\": \"8\",\n            \"lines_to_pick\": \"8\",\n            \"cust_overrideiop_freight\": false,\n            \"released_to_ship_by\": \"Jana Markusen\",\n            \"shipped_by\": \"Jana Markusen\",\n            \"override_hours_to_process\": null,\n            \"store_number\": \"\",\n            \"department\": \"\",\n            \"vendor_id\": \"\",\n            \"category\": \"\",\n            \"commission_rate\": null,\n            \"receiver_id\": null,\n            \"edi_ship_id\": null,\n            \"edi_scac_code\": null,\n            \"edi_ship_to_location\": null,\n            \"edi_duns_number\": null,\n            \"carrier\": null,\n            \"edi_trading_partner\": null,\n            \"invoice_complete\": true,\n            \"amount_paid\": null,\n            \"under_dispute\": null,\n            \"ship_date\": null,\n            \"twoship_import_id\": null,\n            \"pick_start_pick\": null,\n            \"pick_end_pick\": null,\n            \"pick_picker_id\": null,\n            \"exclude_from_integration\": null,\n            \"external_data1\": null,\n            \"external_data2\": null,\n            \"external_data3\": null,\n            \"outbound_data_completed\": \"2011-01-01 00:00:00\",\n            \"twoship_import_date\": null,\n            \"commission_paid\": null,\n            \"edi_location_code_qualifier\": null,\n            \"edi_h_tline\": null,\n            \"order_complete_status\": null,\n            \"qbo_invoice_id\": null,\n            \"factor_name\": null,\n            \"factor_note\": null,\n            \"factor_fee\": null,\n            \"factor_pctg\": null,\n            \"integration_exclude_order_file\": null,\n            \"edi_po_date\": null,\n            \"deposit_value\": null,\n            \"edi810_send_count\": null,\n            \"bill_of_lading_number\": null,\n            \"edi_reference_qual\": null,\n            \"edi_reference_id\": null,\n            \"edi_line_sequence_number\": null,\n            \"secondaryfc_id\": null,\n            \"secondaryfc_container\": null,\n            \"secondaryfc_date_in\": null,\n            \"secondaryfc_date_out\": null,\n            \"freight_carrier_delivery_timestamp\": null,\n            \"canpar_shipment_id\": null,\n            \"canpar_cod_type\": null,\n            \"canpar_check_date\": null,\n            \"canpar_cod_amount\": null,\n            \"retailer\": {\n                \"name\": \"INACTIVE CUSTOMERS 2020\",\n                \"newid\": \"36537\"\n            },\n            \"order_items\": [\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"air09T03-CHR-L\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$11.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10_055-BLK-OS\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"0\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MNJ1_004-BLK-M\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$55.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MS01_03-BLU-L\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$35.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10_041-TEL-OS\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"0\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MJ1_012-CHO-L\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$100.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airAB10MP2_028-BBD-L\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$100.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                },\n                {\n                    \"tot_quantity\": \"1\",\n                    \"bo_quantity\": \"0\",\n                    \"upc_code\": \"airABAG10-BLK-OS\",\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"off_price_value\": \"$40.00\",\n                    \"order_id\": \"ordair09PRO10_1a\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"f5e728d0-2113-4e0f-8478-347075b3f0e6","name":"GET Orders","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{api-base-url}}/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 30 May 2024 20:48:35 GMT"},{"key":"Content-Length","value":"14771"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"original_order_id\": null,\n            \"short_order_id\": \"123456\",\n            \"order_id\": \"ordmtp123456_1a\",\n            \"curr_stat\": \"OC\",\n            \"stat1_crt\": \"2024-05-27 10:55:00\",\n            \"stat2_btch\": \"2024-05-27 10:55:00\",\n            \"stat3_rel\": null,\n            \"stat4_fin\": null,\n            \"stat5_bll\": null,\n            \"stat6_cmp\": \"2024-05-27 18:27:26\",\n            \"destination\": \"Test Company4 - V4G1E2\",\n            \"expiry_date\": \"2024-07-30 00:00:00\",\n            \"ship_method\": \"FEDEX\",\n            \"po\": \"12121212\",\n            \"order_created_by\": \"Postman-SOAP-createOrders\",\n            \"batch_completed_by\": null,\n            \"batch_released_by\": null,\n            \"picked_by\": null,\n            \"date_picked\": null,\n            \"checked_by\": null,\n            \"date_checked\": null,\n            \"finalized_by\": null,\n            \"weighbill\": null,\n            \"num_of_pieces\": null,\n            \"weight\": null,\n            \"value\": \"125\",\n            \"shipped_value\": null,\n            \"cod_complete\": null,\n            \"off_price\": null,\n            \"warranty\": null,\n            \"start_date\": \"2024-05-27 00:00:00\",\n            \"notes\": \"Postman test\",\n            \"handling\": null,\n            \"shipping\": null,\n            \"cargo\": null,\n            \"ret_cheq\": null,\n            \"pre_pack\": null,\n            \"ltl\": null,\n            \"units_shipped\": null,\n            \"handling_charge\": null,\n            \"ground_ship_charge\": null,\n            \"cargo_ins_charge\": null,\n            \"return_cheq_charge\": null,\n            \"misc_charge_flag\": null,\n            \"misc_charge1\": null,\n            \"misc_note1\": null,\n            \"misc_charge2\": null,\n            \"misc_note2\": null,\n            \"misc_charge3\": null,\n            \"misc_note3\": null,\n            \"misc_charge4\": null,\n            \"misc_note4\": null,\n            \"misc_charge5\": null,\n            \"misc_note5\": null,\n            \"ph_status\": null,\n            \"ph_create_date\": null,\n            \"ph_packed_date\": null,\n            \"percent_fill\": null,\n            \"gs_beyond_point\": null,\n            \"order_terms\": \"Net30\",\n            \"fin_note\": null,\n            \"order_type\": \"P\",\n            \"order_contents\": null,\n            \"expected_cartons\": null,\n            \"dlp_num_downloads\": null,\n            \"packed_by\": null,\n            \"date_packed\": null,\n            \"location\": null,\n            \"whid\": null,\n            \"discount\": \"0\",\n            \"discount_note\": \"Testing\",\n            \"credit\": \"0\",\n            \"credit_note\": \"Testing\",\n            \"discount_tax\": \"0.008\",\n            \"credit_tax\": \"0.008\",\n            \"misc_tax\": \"0.008\",\n            \"season\": \"SS24\",\n            \"invoice_num\": null,\n            \"handling_minimum\": null,\n            \"handling_waive\": null,\n            \"freight_waive\": null,\n            \"freight_minimum\": null,\n            \"out_of_stock_note\": null,\n            \"order_currency\": \"CAD\",\n            \"order_tax\": \"0.008\",\n            \"handling_tax\": null,\n            \"freight_tax\": null,\n            \"invoice_currency\": \"CAD\",\n            \"sub_order\": null,\n            \"pre_allocated\": null,\n            \"block_edit\": null,\n            \"invoice_date\": null,\n            \"invoice_pay_details\": null,\n            \"invoice_adtl_notes\": null,\n            \"cust_invoice_num\": null,\n            \"received_value\": null,\n            \"received_by\": null,\n            \"ph_pending\": null,\n            \"ship_with\": null,\n            \"cross_dock_handlingin\": null,\n            \"cross_dock_handlingout\": null,\n            \"mng_pending\": null,\n            \"shp_pending\": null,\n            \"released_to_ship\": null,\n            \"stock_transfer_to\": null,\n            \"cost_handlingout\": null,\n            \"cost_handlingin\": null,\n            \"cost_handling_tax\": null,\n            \"cost_ground_shipping\": null,\n            \"cost_cargo_insurance\": null,\n            \"cost_cod_charge\": null,\n            \"cost_freight_markup\": null,\n            \"cost_freight_tax\": null,\n            \"cust_handlingout\": null,\n            \"cust_handlingin\": null,\n            \"cust_handling_tax\": null,\n            \"cust_ground_shipping\": \"5.00\",\n            \"cust_cargo_insurance\": null,\n            \"cust_cod_charge\": null,\n            \"cust_freight_markup\": null,\n            \"cust_freight_tax\": null,\n            \"freight_method\": null,\n            \"rel_pending\": null,\n            \"season_summary_faxed\": null,\n            \"season_summary_replied\": null,\n            \"pick_wave\": null,\n            \"wave_priority\": null,\n            \"allocated_value\": null,\n            \"tentative_dateon\": null,\n            \"tentative_start_month\": null,\n            \"tentative_start_day\": null,\n            \"tentative_start_year\": null,\n            \"tentative_cancel_month\": null,\n            \"tentative_cancel_day\": null,\n            \"tentative_cancel_year\": null,\n            \"season_summary_ship_as_ready\": null,\n            \"season_summary_hide\": null,\n            \"3pl_charge_type\": null,\n            \"3pl_dx_charge_in\": null,\n            \"3pl_dx_charge_out\": null,\n            \"freight_residential_charge\": null,\n            \"custom1\": null,\n            \"custom2\": null,\n            \"custom3\": null,\n            \"custom4\": null,\n            \"custom5\": null,\n            \"impexp_freight_num_exports\": null,\n            \"rep_name\": null,\n            \"updated_by\": null,\n            \"on_hold\": null,\n            \"on_hold_start\": null,\n            \"on_hold_end\": null,\n            \"on_hold_hours\": null,\n            \"on_hold_reason\": null,\n            \"on_hold_note\": null,\n            \"order_priority\": null,\n            \"date_downloaded\": null,\n            \"downloaded_by\": null,\n            \"units_to_pick\": null,\n            \"lines_to_pick\": null,\n            \"cust_overrideiop_freight\": true,\n            \"released_to_ship_by\": null,\n            \"shipped_by\": null,\n            \"store_number\": null,\n            \"department\": null,\n            \"vendor_id\": null,\n            \"category\": null,\n            \"commission_rate\": null,\n            \"receiver_id\": null,\n            \"edi_ship_id\": null,\n            \"edi_scac_code\": null,\n            \"edi_ship_to_location\": null,\n            \"edi_duns_number\": null,\n            \"carrier\": \"FEDEX\",\n            \"edi_trading_partner\": null,\n            \"impexp_invoice_num_exports\": null,\n            \"invoice_complete\": null,\n            \"amount_paid\": null,\n            \"under_dispute\": null,\n            \"ship_date\": \"2024-07-30 00:00:00\",\n            \"twoship_import_id\": null,\n            \"pick_start_pick\": null,\n            \"pick_end_pick\": null,\n            \"pick_picker_id\": null,\n            \"exclude_from_integration\": null,\n            \"external_data1\": null,\n            \"external_data2\": null,\n            \"external_data3\": null,\n            \"outbound_data_completed\": null,\n            \"twoship_import_date\": null,\n            \"commission_paid\": null,\n            \"edi_location_code_qualifier\": null,\n            \"edi_h_tline\": null,\n            \"order_complete_status\": null,\n            \"qbo_invoice_id\": null,\n            \"factor_name\": null,\n            \"factor_note\": null,\n            \"factor_fee\": null,\n            \"factor_pctg\": null,\n            \"integration_exclude_order_file\": null,\n            \"edi_po_date\": null,\n            \"deposit_value\": null,\n            \"edi810_send_count\": null,\n            \"bill_of_lading_number\": null,\n            \"edi_reference_qual\": null,\n            \"edi_reference_id\": null,\n            \"edi_line_sequence_number\": null,\n            \"secondaryfc_id\": null,\n            \"secondaryfc_container\": null,\n            \"secondaryfc_date_in\": null,\n            \"secondaryfc_date_out\": null,\n            \"freight_carrier_delivery_timestamp\": null,\n            \"canpar_shipment_id\": null,\n            \"canpar_cod_type\": null,\n            \"canpar_check_date\": null,\n            \"canpar_cod_amount\": null\n        },\n        {\n            \"id\": \"3\",\n            \"original_order_id\": null,\n            \"short_order_id\": \"123457\",\n            \"order_id\": \"ordmtp123457_1a\",\n            \"curr_stat\": \"OC\",\n            \"stat1_crt\": \"2024-05-27 10:55:00\",\n            \"stat2_btch\": \"2024-05-27 10:55:00\",\n            \"stat3_rel\": null,\n            \"stat4_fin\": null,\n            \"stat5_bll\": null,\n            \"stat6_cmp\": \"2024-05-27 19:21:51\",\n            \"destination\": \"Test Company4 - V4G1E2\",\n            \"expiry_date\": \"2024-07-30 00:00:00\",\n            \"ship_method\": \"FEDEX\",\n            \"po\": \"12121212\",\n            \"order_created_by\": \"Postman-SOAP-createOrders\",\n            \"batch_completed_by\": null,\n            \"batch_released_by\": null,\n            \"picked_by\": null,\n            \"date_picked\": null,\n            \"checked_by\": null,\n            \"date_checked\": null,\n            \"finalized_by\": null,\n            \"weighbill\": null,\n            \"num_of_pieces\": null,\n            \"weight\": null,\n            \"value\": \"50\",\n            \"shipped_value\": null,\n            \"cod_complete\": null,\n            \"off_price\": null,\n            \"warranty\": null,\n            \"start_date\": \"2024-05-27 00:00:00\",\n            \"notes\": \"Postman test\",\n            \"handling\": null,\n            \"shipping\": null,\n            \"cargo\": null,\n            \"ret_cheq\": null,\n            \"pre_pack\": null,\n            \"ltl\": null,\n            \"units_shipped\": null,\n            \"handling_charge\": null,\n            \"ground_ship_charge\": null,\n            \"cargo_ins_charge\": null,\n            \"return_cheq_charge\": null,\n            \"misc_charge_flag\": null,\n            \"misc_charge1\": null,\n            \"misc_note1\": null,\n            \"misc_charge2\": null,\n            \"misc_note2\": null,\n            \"misc_charge3\": null,\n            \"misc_note3\": null,\n            \"misc_charge4\": null,\n            \"misc_note4\": null,\n            \"misc_charge5\": null,\n            \"misc_note5\": null,\n            \"ph_status\": null,\n            \"ph_create_date\": null,\n            \"ph_packed_date\": null,\n            \"percent_fill\": null,\n            \"gs_beyond_point\": null,\n            \"order_terms\": \"Net30\",\n            \"fin_note\": null,\n            \"order_type\": \"P\",\n            \"order_contents\": null,\n            \"expected_cartons\": null,\n            \"dlp_num_downloads\": null,\n            \"packed_by\": null,\n            \"date_packed\": null,\n            \"location\": null,\n            \"whid\": null,\n            \"discount\": \"0\",\n            \"discount_note\": \"Testing\",\n            \"credit\": \"0\",\n            \"credit_note\": \"Testing\",\n            \"discount_tax\": \"0.02\",\n            \"credit_tax\": \"0.02\",\n            \"misc_tax\": \"0.02\",\n            \"season\": \"SS24\",\n            \"invoice_num\": null,\n            \"handling_minimum\": null,\n            \"handling_waive\": null,\n            \"freight_waive\": null,\n            \"freight_minimum\": null,\n            \"out_of_stock_note\": null,\n            \"order_currency\": \"CAD\",\n            \"order_tax\": \"0.02\",\n            \"handling_tax\": null,\n            \"freight_tax\": null,\n            \"invoice_currency\": \"CAD\",\n            \"sub_order\": null,\n            \"pre_allocated\": null,\n            \"block_edit\": null,\n            \"invoice_date\": null,\n            \"invoice_pay_details\": null,\n            \"invoice_adtl_notes\": null,\n            \"cust_invoice_num\": null,\n            \"received_value\": null,\n            \"received_by\": null,\n            \"ph_pending\": null,\n            \"ship_with\": null,\n            \"cross_dock_handlingin\": null,\n            \"cross_dock_handlingout\": null,\n            \"mng_pending\": null,\n            \"shp_pending\": null,\n            \"released_to_ship\": null,\n            \"stock_transfer_to\": null,\n            \"cost_handlingout\": null,\n            \"cost_handlingin\": null,\n            \"cost_handling_tax\": null,\n            \"cost_ground_shipping\": null,\n            \"cost_cargo_insurance\": null,\n            \"cost_cod_charge\": null,\n            \"cost_freight_markup\": null,\n            \"cost_freight_tax\": null,\n            \"cust_handlingout\": null,\n            \"cust_handlingin\": null,\n            \"cust_handling_tax\": null,\n            \"cust_ground_shipping\": \"5.00\",\n            \"cust_cargo_insurance\": null,\n            \"cust_cod_charge\": null,\n            \"cust_freight_markup\": null,\n            \"cust_freight_tax\": null,\n            \"freight_method\": null,\n            \"rel_pending\": null,\n            \"season_summary_faxed\": null,\n            \"season_summary_replied\": null,\n            \"pick_wave\": null,\n            \"wave_priority\": null,\n            \"allocated_value\": null,\n            \"tentative_dateon\": null,\n            \"tentative_start_month\": null,\n            \"tentative_start_day\": null,\n            \"tentative_start_year\": null,\n            \"tentative_cancel_month\": null,\n            \"tentative_cancel_day\": null,\n            \"tentative_cancel_year\": null,\n            \"season_summary_ship_as_ready\": null,\n            \"season_summary_hide\": null,\n            \"3pl_charge_type\": null,\n            \"3pl_dx_charge_in\": null,\n            \"3pl_dx_charge_out\": null,\n            \"freight_residential_charge\": null,\n            \"custom1\": null,\n            \"custom2\": null,\n            \"custom3\": null,\n            \"custom4\": null,\n            \"custom5\": null,\n            \"impexp_freight_num_exports\": null,\n            \"rep_name\": null,\n            \"updated_by\": null,\n            \"on_hold\": null,\n            \"on_hold_start\": null,\n            \"on_hold_end\": null,\n            \"on_hold_hours\": null,\n            \"on_hold_reason\": null,\n            \"on_hold_note\": null,\n            \"order_priority\": null,\n            \"date_downloaded\": null,\n            \"downloaded_by\": null,\n            \"units_to_pick\": null,\n            \"lines_to_pick\": null,\n            \"cust_overrideiop_freight\": true,\n            \"released_to_ship_by\": null,\n            \"shipped_by\": null,\n            \"store_number\": null,\n            \"department\": null,\n            \"vendor_id\": null,\n            \"category\": null,\n            \"commission_rate\": null,\n            \"receiver_id\": null,\n            \"edi_ship_id\": null,\n            \"edi_scac_code\": null,\n            \"edi_ship_to_location\": null,\n            \"edi_duns_number\": null,\n            \"carrier\": \"FEDEX\",\n            \"edi_trading_partner\": null,\n            \"impexp_invoice_num_exports\": null,\n            \"invoice_complete\": null,\n            \"amount_paid\": null,\n            \"under_dispute\": null,\n            \"ship_date\": \"2024-07-30 00:00:00\",\n            \"twoship_import_id\": null,\n            \"pick_start_pick\": null,\n            \"pick_end_pick\": null,\n            \"pick_picker_id\": null,\n            \"exclude_from_integration\": null,\n            \"external_data1\": null,\n            \"external_data2\": null,\n            \"external_data3\": null,\n            \"outbound_data_completed\": null,\n            \"twoship_import_date\": null,\n            \"commission_paid\": null,\n            \"edi_location_code_qualifier\": null,\n            \"edi_h_tline\": null,\n            \"order_complete_status\": null,\n            \"qbo_invoice_id\": null,\n            \"factor_name\": null,\n            \"factor_note\": null,\n            \"factor_fee\": null,\n            \"factor_pctg\": null,\n            \"integration_exclude_order_file\": null,\n            \"edi_po_date\": null,\n            \"deposit_value\": null,\n            \"edi810_send_count\": null,\n            \"bill_of_lading_number\": null,\n            \"edi_reference_qual\": null,\n            \"edi_reference_id\": null,\n            \"edi_line_sequence_number\": null,\n            \"secondaryfc_id\": null,\n            \"secondaryfc_container\": null,\n            \"secondaryfc_date_in\": null,\n            \"secondaryfc_date_out\": null,\n            \"freight_carrier_delivery_timestamp\": null,\n            \"canpar_shipment_id\": null,\n            \"canpar_cod_type\": null,\n            \"canpar_check_date\": null,\n            \"canpar_cod_amount\": null\n        },\n        {\n            \"id\": \"2\",\n            \"original_order_id\": null,\n            \"short_order_id\": \"98765\",\n            \"order_id\": \"ordmtp98765_1a\",\n            \"curr_stat\": \"O1\",\n            \"stat1_crt\": \"2024-05-27 10:55:00\",\n            \"stat2_btch\": \"2024-05-27 10:55:00\",\n            \"stat3_rel\": null,\n            \"stat4_fin\": null,\n            \"stat5_bll\": null,\n            \"stat6_cmp\": null,\n            \"destination\": \"Test Company4 - V4G1E2\",\n            \"expiry_date\": \"2024-07-30 00:00:00\",\n            \"ship_method\": \"FEDEX\",\n            \"po\": \"12121212\",\n            \"order_created_by\": \"Postman-SOAP-createOrders\",\n            \"batch_completed_by\": null,\n            \"batch_released_by\": null,\n            \"picked_by\": null,\n            \"date_picked\": null,\n            \"checked_by\": null,\n            \"date_checked\": null,\n            \"finalized_by\": null,\n            \"weighbill\": null,\n            \"num_of_pieces\": null,\n            \"weight\": null,\n            \"value\": \"50\",\n            \"shipped_value\": null,\n            \"cod_complete\": null,\n            \"off_price\": null,\n            \"warranty\": null,\n            \"start_date\": \"2024-05-27 00:00:00\",\n            \"notes\": \"Postman test\",\n            \"handling\": null,\n            \"shipping\": null,\n            \"cargo\": null,\n            \"ret_cheq\": null,\n            \"pre_pack\": null,\n            \"ltl\": null,\n            \"units_shipped\": null,\n            \"handling_charge\": \"0.00\",\n            \"ground_ship_charge\": null,\n            \"cargo_ins_charge\": null,\n            \"return_cheq_charge\": null,\n            \"misc_charge_flag\": null,\n            \"misc_charge1\": null,\n            \"misc_note1\": null,\n            \"misc_charge2\": null,\n            \"misc_note2\": null,\n            \"misc_charge3\": null,\n            \"misc_note3\": null,\n            \"misc_charge4\": null,\n            \"misc_note4\": null,\n            \"misc_charge5\": null,\n            \"misc_note5\": null,\n            \"ph_status\": null,\n            \"ph_create_date\": null,\n            \"ph_packed_date\": null,\n            \"percent_fill\": null,\n            \"gs_beyond_point\": null,\n            \"order_terms\": \"Net30\",\n            \"fin_note\": null,\n            \"order_type\": \"P\",\n            \"order_contents\": null,\n            \"expected_cartons\": null,\n            \"dlp_num_downloads\": null,\n            \"packed_by\": null,\n            \"date_packed\": null,\n            \"location\": null,\n            \"whid\": \"0001\",\n            \"discount\": \"0\",\n            \"discount_note\": \"Testing\",\n            \"credit\": \"0\",\n            \"credit_note\": \"Testing\",\n            \"discount_tax\": \"0.02\",\n            \"credit_tax\": \"0.02\",\n            \"misc_tax\": \"0.02\",\n            \"season\": \"SS24\",\n            \"invoice_num\": null,\n            \"handling_minimum\": false,\n            \"handling_waive\": null,\n            \"freight_waive\": null,\n            \"freight_minimum\": null,\n            \"out_of_stock_note\": null,\n            \"order_currency\": \"CAD\",\n            \"order_tax\": \"0.02\",\n            \"handling_tax\": null,\n            \"freight_tax\": null,\n            \"invoice_currency\": \"CAD\",\n            \"sub_order\": null,\n            \"pre_allocated\": null,\n            \"block_edit\": null,\n            \"invoice_date\": null,\n            \"invoice_pay_details\": null,\n            \"invoice_adtl_notes\": null,\n            \"cust_invoice_num\": null,\n            \"received_value\": null,\n            \"received_by\": null,\n            \"ph_pending\": null,\n            \"ship_with\": null,\n            \"cross_dock_handlingin\": null,\n            \"cross_dock_handlingout\": null,\n            \"mng_pending\": null,\n            \"shp_pending\": null,\n            \"released_to_ship\": null,\n            \"stock_transfer_to\": null,\n            \"cost_handlingout\": null,\n            \"cost_handlingin\": null,\n            \"cost_handling_tax\": null,\n            \"cost_ground_shipping\": null,\n            \"cost_cargo_insurance\": null,\n            \"cost_cod_charge\": null,\n            \"cost_freight_markup\": null,\n            \"cost_freight_tax\": null,\n            \"cust_handlingout\": null,\n            \"cust_handlingin\": null,\n            \"cust_handling_tax\": null,\n            \"cust_ground_shipping\": \"5.00\",\n            \"cust_cargo_insurance\": null,\n            \"cust_cod_charge\": null,\n            \"cust_freight_markup\": null,\n            \"cust_freight_tax\": null,\n            \"freight_method\": null,\n            \"rel_pending\": null,\n            \"season_summary_faxed\": null,\n            \"season_summary_replied\": null,\n            \"pick_wave\": null,\n            \"wave_priority\": null,\n            \"allocated_value\": null,\n            \"tentative_dateon\": null,\n            \"tentative_start_month\": null,\n            \"tentative_start_day\": null,\n            \"tentative_start_year\": null,\n            \"tentative_cancel_month\": null,\n            \"tentative_cancel_day\": null,\n            \"tentative_cancel_year\": null,\n            \"season_summary_ship_as_ready\": null,\n            \"season_summary_hide\": null,\n            \"3pl_charge_type\": \"UCP\",\n            \"3pl_dx_charge_in\": null,\n            \"3pl_dx_charge_out\": null,\n            \"freight_residential_charge\": null,\n            \"custom1\": null,\n            \"custom2\": null,\n            \"custom3\": null,\n            \"custom4\": null,\n            \"custom5\": null,\n            \"impexp_freight_num_exports\": null,\n            \"rep_name\": null,\n            \"updated_by\": null,\n            \"on_hold\": null,\n            \"on_hold_start\": null,\n            \"on_hold_end\": null,\n            \"on_hold_hours\": null,\n            \"on_hold_reason\": null,\n            \"on_hold_note\": null,\n            \"order_priority\": null,\n            \"date_downloaded\": null,\n            \"downloaded_by\": null,\n            \"units_to_pick\": null,\n            \"lines_to_pick\": null,\n            \"cust_overrideiop_freight\": true,\n            \"released_to_ship_by\": null,\n            \"shipped_by\": null,\n            \"store_number\": null,\n            \"department\": null,\n            \"vendor_id\": null,\n            \"category\": null,\n            \"commission_rate\": null,\n            \"receiver_id\": null,\n            \"edi_ship_id\": null,\n            \"edi_scac_code\": null,\n            \"edi_ship_to_location\": null,\n            \"edi_duns_number\": null,\n            \"carrier\": \"FEDEX\",\n            \"edi_trading_partner\": null,\n            \"impexp_invoice_num_exports\": null,\n            \"invoice_complete\": null,\n            \"amount_paid\": null,\n            \"under_dispute\": null,\n            \"ship_date\": \"2024-07-30 00:00:00\",\n            \"twoship_import_id\": null,\n            \"pick_start_pick\": null,\n            \"pick_end_pick\": null,\n            \"pick_picker_id\": null,\n            \"exclude_from_integration\": null,\n            \"external_data1\": null,\n            \"external_data2\": null,\n            \"external_data3\": null,\n            \"outbound_data_completed\": null,\n            \"twoship_import_date\": null,\n            \"commission_paid\": null,\n            \"edi_location_code_qualifier\": null,\n            \"edi_h_tline\": null,\n            \"order_complete_status\": null,\n            \"qbo_invoice_id\": null,\n            \"factor_name\": null,\n            \"factor_note\": null,\n            \"factor_fee\": null,\n            \"factor_pctg\": null,\n            \"integration_exclude_order_file\": null,\n            \"edi_po_date\": null,\n            \"deposit_value\": null,\n            \"edi810_send_count\": null,\n            \"bill_of_lading_number\": null,\n            \"edi_reference_qual\": null,\n            \"edi_reference_id\": null,\n            \"edi_line_sequence_number\": null,\n            \"secondaryfc_id\": null,\n            \"secondaryfc_container\": null,\n            \"secondaryfc_date_in\": null,\n            \"secondaryfc_date_out\": null,\n            \"freight_carrier_delivery_timestamp\": null,\n            \"canpar_shipment_id\": null,\n            \"canpar_cod_type\": null,\n            \"canpar_check_date\": null,\n            \"canpar_cod_amount\": null\n        }\n    ]\n}"}],"_postman_id":"ca5ab505-34b6-446f-8990-b560daf1d6cd"}],"id":"ec181063-c1f6-481f-99cd-69d469b0d16e","description":"<p>The orders resource which reflects orders details.</p>\n","_postman_id":"ec181063-c1f6-481f-99cd-69d469b0d16e"},{"name":"OrderTerms","item":[{"name":"GET OrderTerms","event":[{"listen":"test","script":{"id":"74843f42-6b0a-4b07-8ff4-a1b3393079e1","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"be47462d-61ec-4307-baac-f7aaa3b87bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}","type":"text"},{"key":"Vendor-Key","value":"{{vendor-key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api-base-url}}/orderTerms","description":"<p>Get a list of all order terms.</p>\n","urlObject":{"path":["orderTerms"],"host":["{{api-base-url}}"],"query":[],"variable":[]}},"response":[{"id":"beae05be-4309-4b84-b4c9-6aafaaa7923a","name":"GET OrderTerms","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api-base-url}}/orderTerms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 30 May 2024 20:52:46 GMT"},{"key":"Content-Length","value":"3333"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": [\n        {\n            \"channel_id\": null,\n            \"name\": \"COD\",\n            \"discount\": null,\n            \"return_cheque_charge\": true,\n            \"days\": null,\n            \"payment_details\": null,\n            \"whid\": \"0001\",\n            \"line_id\": \"2\",\n            \"on_time_incentive\": null,\n            \"qbo_terms\": null,\n            \"waive_freight_customer\": null,\n            \"waive_freight_brand\": null,\n            \"override_minimum_charge\": null,\n            \"master_profile\": null,\n            \"auto_ship_released_orders\": null\n        },\n        {\n            \"channel_id\": null,\n            \"name\": \"COD HOLD 30\",\n            \"discount\": null,\n            \"return_cheque_charge\": true,\n            \"days\": null,\n            \"payment_details\": null,\n            \"whid\": \"0001\",\n            \"line_id\": \"3\",\n            \"on_time_incentive\": null,\n            \"qbo_terms\": null,\n            \"waive_freight_customer\": null,\n            \"waive_freight_brand\": null,\n            \"override_minimum_charge\": null,\n            \"master_profile\": null,\n            \"auto_ship_released_orders\": null\n        },\n        {\n            \"channel_id\": null,\n            \"name\": \"COD HOLD 60\",\n            \"discount\": null,\n            \"return_cheque_charge\": true,\n            \"days\": null,\n            \"payment_details\": null,\n            \"whid\": \"0001\",\n            \"line_id\": \"4\",\n            \"on_time_incentive\": null,\n            \"qbo_terms\": null,\n            \"waive_freight_customer\": null,\n            \"waive_freight_brand\": null,\n            \"override_minimum_charge\": null,\n            \"master_profile\": null,\n            \"auto_ship_released_orders\": null\n        },\n        {\n            \"channel_id\": null,\n            \"name\": \"CREDIT CARD\",\n            \"discount\": null,\n            \"return_cheque_charge\": false,\n            \"days\": null,\n            \"payment_details\": null,\n            \"whid\": \"0001\",\n            \"line_id\": \"1\",\n            \"on_time_incentive\": null,\n            \"qbo_terms\": null,\n            \"waive_freight_customer\": null,\n            \"waive_freight_brand\": null,\n            \"override_minimum_charge\": null,\n            \"master_profile\": null,\n            \"auto_ship_released_orders\": null\n        },\n        {\n            \"channel_id\": null,\n            \"name\": \"NET 10\",\n            \"discount\": null,\n            \"return_cheque_charge\": false,\n            \"days\": null,\n            \"payment_details\": null,\n            \"whid\": \"0001\",\n            \"line_id\": \"5\",\n            \"on_time_incentive\": null,\n            \"qbo_terms\": null,\n            \"waive_freight_customer\": null,\n            \"waive_freight_brand\": null,\n            \"override_minimum_charge\": null,\n            \"master_profile\": null,\n            \"auto_ship_released_orders\": null\n        },\n        {\n            \"channel_id\": null,\n            \"name\": \"NET 30\",\n            \"discount\": null,\n            \"return_cheque_charge\": false,\n            \"days\": null,\n            \"payment_details\": null,\n            \"whid\": \"0001\",\n            \"line_id\": \"6\",\n            \"on_time_incentive\": null,\n            \"qbo_terms\": null,\n            \"waive_freight_customer\": null,\n            \"waive_freight_brand\": null,\n            \"override_minimum_charge\": null,\n            \"master_profile\": null,\n            \"auto_ship_released_orders\": null\n        },\n        {\n            \"channel_id\": null,\n            \"name\": \"NET 60\",\n            \"discount\": null,\n            \"return_cheque_charge\": false,\n            \"days\": null,\n            \"payment_details\": null,\n            \"whid\": \"0001\",\n            \"line_id\": \"7\",\n            \"on_time_incentive\": null,\n            \"qbo_terms\": null,\n            \"waive_freight_customer\": null,\n            \"waive_freight_brand\": null,\n            \"override_minimum_charge\": null,\n            \"master_profile\": null,\n            \"auto_ship_released_orders\": null\n        },\n        {\n            \"channel_id\": null,\n            \"name\": \"PDC 30\",\n            \"discount\": null,\n            \"return_cheque_charge\": true,\n            \"days\": null,\n            \"payment_details\": null,\n            \"whid\": \"0001\",\n            \"line_id\": \"8\",\n            \"on_time_incentive\": null,\n            \"qbo_terms\": null,\n            \"waive_freight_customer\": null,\n            \"waive_freight_brand\": null,\n            \"override_minimum_charge\": null,\n            \"master_profile\": null,\n            \"auto_ship_released_orders\": null\n        },\n        {\n            \"channel_id\": null,\n            \"name\": \"PDC 60\",\n            \"discount\": null,\n            \"return_cheque_charge\": true,\n            \"days\": null,\n            \"payment_details\": null,\n            \"whid\": \"0001\",\n            \"line_id\": \"9\",\n            \"on_time_incentive\": null,\n            \"qbo_terms\": null,\n            \"waive_freight_customer\": null,\n            \"waive_freight_brand\": null,\n            \"override_minimum_charge\": null,\n            \"master_profile\": null,\n            \"auto_ship_released_orders\": null\n        },\n        {\n            \"channel_id\": null,\n            \"name\": \"TERMS PENDING\",\n            \"discount\": null,\n            \"return_cheque_charge\": false,\n            \"days\": null,\n            \"payment_details\": null,\n            \"whid\": \"0001\",\n            \"line_id\": \"10\",\n            \"on_time_incentive\": null,\n            \"qbo_terms\": null,\n            \"waive_freight_customer\": null,\n            \"waive_freight_brand\": null,\n            \"override_minimum_charge\": null,\n            \"master_profile\": null,\n            \"auto_ship_released_orders\": null\n        }\n    ]\n}"}],"_postman_id":"be47462d-61ec-4307-baac-f7aaa3b87bdb"},{"name":"GET OrderTerm","event":[{"listen":"test","script":{"id":"29f94023-2d86-4415-8e1d-9e0cf39a1dd9","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"30045c28-bc66-4720-95e7-8bd4cdae70ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}","type":"text"},{"key":"Vendor-Key","value":"{{vendor-key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api-base-url}}/orderTerms/5","description":"<p>Request order terms Details for a single order term</p>\n","urlObject":{"path":["orderTerms","5"],"host":["{{api-base-url}}"],"query":[],"variable":[]}},"response":[{"id":"8997b0bd-889c-4a05-94c4-cc3157a6a3fe","name":"GET OrderTerm","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api-base-url}}/orderterms/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 30 May 2024 20:53:22 GMT"},{"key":"Content-Length","value":"351"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": {\n        \"channel_id\": null,\n        \"name\": \"COD\",\n        \"discount\": null,\n        \"return_cheque_charge\": true,\n        \"days\": null,\n        \"payment_details\": null,\n        \"whid\": \"0001\",\n        \"line_id\": \"2\",\n        \"on_time_incentive\": null,\n        \"qbo_terms\": null,\n        \"waive_freight_customer\": null,\n        \"waive_freight_brand\": null,\n        \"override_minimum_charge\": null,\n        \"master_profile\": null,\n        \"auto_ship_released_orders\": null\n    }\n}"}],"_postman_id":"30045c28-bc66-4720-95e7-8bd4cdae70ce"}],"id":"6c3fff82-f8d4-4cb3-8957-a9de2eab9c92","_postman_id":"6c3fff82-f8d4-4cb3-8957-a9de2eab9c92","description":""},{"name":"Shipments","item":[{"name":"GET Shipments","event":[{"listen":"test","script":{"id":"886e81f6-7891-4c85-bc7d-35923fc840b2","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"4f1ca24e-0b4d-478d-8ac9-a71cfd87cd9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api-base-url}}/shipments/?page=1&limit=2&whid=0001","description":"<p>Get a list of shipments based on the filters provided.</p>\n","urlObject":{"path":["shipments",""],"host":["{{api-base-url}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"2"},{"key":"whid","value":"0001"}],"variable":[]}},"response":[{"id":"bf6d1da2-bd6b-4347-a863-c716c437d439","name":"GET Shipments","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{api-base-url}}/shipments/?page=1&limit=2&whid=0001","host":["{{api-base-url}}"],"path":["shipments",""],"query":[{"key":"page","value":"1"},{"key":"limit","value":"2"},{"key":"whid","value":"0001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 31 May 2024 20:36:51 GMT"},{"key":"Content-Length","value":"5081"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"allow_dynamic_skus\": \"0\",\n            \"ship_id\": \"shpmtp12345\",\n            \"curr_stat\": \"R1\",\n            \"stat1_crt\": \"2024-05-27 19:49:46\",\n            \"stat2_req\": null,\n            \"stat3_rec\": null,\n            \"stat4_fin\": null,\n            \"stat5_bll\": null,\n            \"stat6_cmp\": null,\n            \"shipment_created_by\": \"Blastministrator\",\n            \"req_created_by\": null,\n            \"req_received_by\": null,\n            \"req_date_processed\": null,\n            \"carrier\": \"FEDEX\",\n            \"weighbill\": \"9898989\",\n            \"po\": \"---\",\n            \"num_of_pieces\": \"2\",\n            \"rec_created_by\": null,\n            \"rec_received_by\": null,\n            \"rec_date_processed\": null,\n            \"finalized_by\": null,\n            \"rec_charge\": null,\n            \"origin\": \"---\",\n            \"receiving_charge\": null,\n            \"whid\": \"0001\",\n            \"num_of_skids\": null,\n            \"invoice_num\": null,\n            \"ship_currency\": \"CAD\",\n            \"ship_tax\": null,\n            \"invoice_currency\": \"CAD\",\n            \"season\": \"SS24\",\n            \"po_curr_stat\": null,\n            \"po_ship_method\": null,\n            \"po_ship_carrier\": null,\n            \"po_pallets\": null,\n            \"po_cartons\": null,\n            \"po_weight\": null,\n            \"po_start_date\": null,\n            \"po_ship_date\": null,\n            \"po_cancel_date\": null,\n            \"po_arrival_date\": \"\",\n            \"po_order_terms\": null,\n            \"po_note\": null,\n            \"stock_transfer_from\": null,\n            \"3pl_charge_type\": null,\n            \"po_manu_inv_num\": null,\n            \"shp_pending\": null,\n            \"po_ex_country\": null,\n            \"outbound_data_completed\": null,\n            \"pending_note\": null,\n            \"shipment_on_hold\": null,\n            \"under_receive_original_id\": null,\n            \"container_number\": \"\",\n            \"importer\": \"\",\n            \"importer_ref\": null,\n            \"vessel_voyage\": \"\",\n            \"delivery_order\": null,\n            \"weigh_at\": \"\",\n            \"sample_size\": \"\",\n            \"sample_qty\": \"\",\n            \"seal_num\": \"\",\n            \"waive_receiving\": null,\n            \"receiving_method\": null,\n            \"date_arrived\": null,\n            \"shipment_items\": [\n                {\n                    \"line_id\": \"1\",\n                    \"ship_id\": \"shpmtp12345\",\n                    \"upc_code\": \"mtpBeach-BLK-10\",\n                    \"description\": \"Beach style in BLK color, size 10\",\n                    \"tot_quantity\": \"5\",\n                    \"item_value\": \"0\",\n                    \"product_cat\": null,\n                    \"unit_type\": \"each\",\n                    \"location\": null,\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"units_per_carton\": null,\n                    \"upc\": null,\n                    \"3pl_base_charge\": null,\n                    \"opo_quantity\": \"0\",\n                    \"upo_quantity\": \"0\",\n                    \"external_line_id\": null,\n                    \"extwh_quantity\": \"0\",\n                    \"kitsku\": null,\n                    \"kitskunew\": null,\n                    \"finalizing_note\": null,\n                    \"shipment_item_locations\": []\n                },\n                {\n                    \"line_id\": \"2\",\n                    \"ship_id\": \"shpmtp12345\",\n                    \"upc_code\": \"mtpBeach-BLK-7\",\n                    \"description\": \"Beach style in BLK color, size 7\",\n                    \"tot_quantity\": \"5\",\n                    \"item_value\": \"0\",\n                    \"product_cat\": null,\n                    \"unit_type\": \"each\",\n                    \"location\": null,\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"units_per_carton\": null,\n                    \"upc\": null,\n                    \"3pl_base_charge\": null,\n                    \"opo_quantity\": \"0\",\n                    \"upo_quantity\": \"0\",\n                    \"external_line_id\": null,\n                    \"extwh_quantity\": \"0\",\n                    \"kitsku\": null,\n                    \"kitskunew\": null,\n                    \"finalizing_note\": null,\n                    \"shipment_item_locations\": []\n                },\n                {\n                    \"line_id\": \"3\",\n                    \"ship_id\": \"shpmtp12345\",\n                    \"upc_code\": \"mtpBeach-BLK-8\",\n                    \"description\": \"Beach style in BLK color, size 8\",\n                    \"tot_quantity\": \"5\",\n                    \"item_value\": \"0\",\n                    \"product_cat\": null,\n                    \"unit_type\": \"each\",\n                    \"location\": null,\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"units_per_carton\": null,\n                    \"upc\": null,\n                    \"3pl_base_charge\": null,\n                    \"opo_quantity\": \"0\",\n                    \"upo_quantity\": \"0\",\n                    \"external_line_id\": null,\n                    \"extwh_quantity\": \"0\",\n                    \"kitsku\": null,\n                    \"kitskunew\": null,\n                    \"finalizing_note\": null,\n                    \"shipment_item_locations\": []\n                },\n                {\n                    \"line_id\": \"4\",\n                    \"ship_id\": \"shpmtp12345\",\n                    \"upc_code\": \"mtpBeach-BLU-13\",\n                    \"description\": \"Beach style in BLU color, size 13\",\n                    \"tot_quantity\": \"5\",\n                    \"item_value\": \"0\",\n                    \"product_cat\": null,\n                    \"unit_type\": \"each\",\n                    \"location\": null,\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"units_per_carton\": null,\n                    \"upc\": null,\n                    \"3pl_base_charge\": null,\n                    \"opo_quantity\": \"0\",\n                    \"upo_quantity\": \"0\",\n                    \"external_line_id\": null,\n                    \"extwh_quantity\": \"0\",\n                    \"kitsku\": null,\n                    \"kitskunew\": null,\n                    \"finalizing_note\": null,\n                    \"shipment_item_locations\": []\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"allow_dynamic_skus\": \"0\",\n            \"ship_id\": \"shpmtpCF70000107-03\",\n            \"curr_stat\": \"R1\",\n            \"stat1_crt\": \"2024-05-29 15:47:38\",\n            \"stat2_req\": null,\n            \"stat3_rec\": null,\n            \"stat4_fin\": null,\n            \"stat5_bll\": null,\n            \"stat6_cmp\": null,\n            \"shipment_created_by\": \"Stargest USA\",\n            \"req_created_by\": null,\n            \"req_received_by\": null,\n            \"req_date_processed\": null,\n            \"carrier\": \"\",\n            \"weighbill\": \"\",\n            \"po\": \"CF70000107-03\",\n            \"num_of_pieces\": null,\n            \"rec_created_by\": null,\n            \"rec_received_by\": null,\n            \"rec_date_processed\": null,\n            \"finalized_by\": null,\n            \"rec_charge\": null,\n            \"origin\": \"\",\n            \"receiving_charge\": null,\n            \"whid\": \"0001\",\n            \"num_of_skids\": null,\n            \"invoice_num\": null,\n            \"ship_currency\": \"CAD\",\n            \"ship_tax\": null,\n            \"invoice_currency\": null,\n            \"season\": \"\",\n            \"po_curr_stat\": null,\n            \"po_ship_method\": null,\n            \"po_ship_carrier\": null,\n            \"po_pallets\": null,\n            \"po_cartons\": null,\n            \"po_weight\": null,\n            \"po_start_date\": null,\n            \"po_ship_date\": null,\n            \"po_cancel_date\": null,\n            \"po_arrival_date\": null,\n            \"po_order_terms\": null,\n            \"po_note\": null,\n            \"stock_transfer_from\": null,\n            \"3pl_charge_type\": null,\n            \"po_manu_inv_num\": null,\n            \"shp_pending\": null,\n            \"po_ex_country\": null,\n            \"outbound_data_completed\": null,\n            \"pending_note\": null,\n            \"shipment_on_hold\": null,\n            \"under_receive_original_id\": null,\n            \"container_number\": \"\",\n            \"importer\": null,\n            \"importer_ref\": null,\n            \"vessel_voyage\": null,\n            \"delivery_order\": null,\n            \"weigh_at\": null,\n            \"sample_size\": null,\n            \"sample_qty\": null,\n            \"seal_num\": null,\n            \"waive_receiving\": null,\n            \"receiving_method\": null,\n            \"date_arrived\": null,\n            \"shipment_items\": [\n                {\n                    \"line_id\": \"5\",\n                    \"ship_id\": \"shpmtpCF70000107-03\",\n                    \"upc_code\": \"mtpBeach-GRN-9\",\n                    \"description\": \"Beach style in GRN color, size 9\",\n                    \"tot_quantity\": \"5\",\n                    \"item_value\": null,\n                    \"product_cat\": null,\n                    \"unit_type\": \"each\",\n                    \"location\": null,\n                    \"whid\": \"0001\",\n                    \"cat_id\": \"0001\",\n                    \"units_per_carton\": null,\n                    \"upc\": null,\n                    \"3pl_base_charge\": null,\n                    \"opo_quantity\": \"0\",\n                    \"upo_quantity\": \"0\",\n                    \"external_line_id\": null,\n                    \"extwh_quantity\": \"0\",\n                    \"kitsku\": null,\n                    \"kitskunew\": null,\n                    \"finalizing_note\": null,\n                    \"shipment_item_locations\": []\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"4f1ca24e-0b4d-478d-8ac9-a71cfd87cd9c"},{"name":"GET Shipment","event":[{"listen":"test","script":{"id":"67c9458e-d833-4537-993a-548e01a4b4b3","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"66468b4a-d21a-46e9-ade1-f16294acdb18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api-base-url}}/shipments/12345","description":"<p>Get a single shipment from the shipment id.</p>\n","urlObject":{"path":["shipments","12345"],"host":["{{api-base-url}}"],"query":[],"variable":[]}},"response":[{"id":"8641a9bd-4376-43ff-945e-cb2427aeeec8","name":"GET Shipment","originalRequest":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api-base-url}}/shipments/12345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 31 May 2024 20:37:27 GMT"},{"key":"Content-Length","value":"3237"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"200 OK\",\n    \"data\": {\n        \"id\": \"1\",\n        \"allow_dynamic_skus\": \"0\",\n        \"ship_id\": \"shpmtp12345\",\n        \"curr_stat\": \"R1\",\n        \"stat1_crt\": \"2024-05-27 19:49:46\",\n        \"stat2_req\": null,\n        \"stat3_rec\": null,\n        \"stat4_fin\": null,\n        \"stat5_bll\": null,\n        \"stat6_cmp\": null,\n        \"shipment_created_by\": \"Blastministrator\",\n        \"req_created_by\": null,\n        \"req_received_by\": null,\n        \"req_date_processed\": null,\n        \"carrier\": \"FEDEX\",\n        \"weighbill\": \"9898989\",\n        \"po\": \"---\",\n        \"num_of_pieces\": \"2\",\n        \"rec_created_by\": null,\n        \"rec_received_by\": null,\n        \"rec_date_processed\": null,\n        \"finalized_by\": null,\n        \"rec_charge\": null,\n        \"origin\": \"---\",\n        \"receiving_charge\": null,\n        \"whid\": \"0001\",\n        \"num_of_skids\": null,\n        \"invoice_num\": null,\n        \"ship_currency\": \"CAD\",\n        \"ship_tax\": null,\n        \"invoice_currency\": \"CAD\",\n        \"season\": \"SS24\",\n        \"po_curr_stat\": null,\n        \"po_ship_method\": null,\n        \"po_ship_carrier\": null,\n        \"po_pallets\": null,\n        \"po_cartons\": null,\n        \"po_weight\": null,\n        \"po_start_date\": null,\n        \"po_ship_date\": null,\n        \"po_cancel_date\": null,\n        \"po_arrival_date\": \"\",\n        \"po_order_terms\": null,\n        \"po_note\": null,\n        \"stock_transfer_from\": null,\n        \"3pl_charge_type\": null,\n        \"po_manu_inv_num\": null,\n        \"shp_pending\": null,\n        \"po_ex_country\": null,\n        \"outbound_data_completed\": null,\n        \"pending_note\": null,\n        \"shipment_on_hold\": null,\n        \"under_receive_original_id\": null,\n        \"container_number\": \"\",\n        \"importer\": \"\",\n        \"importer_ref\": null,\n        \"vessel_voyage\": \"\",\n        \"delivery_order\": null,\n        \"weigh_at\": \"\",\n        \"sample_size\": \"\",\n        \"sample_qty\": \"\",\n        \"seal_num\": \"\",\n        \"waive_receiving\": null,\n        \"receiving_method\": null,\n        \"date_arrived\": null,\n        \"shipment_items\": [\n            {\n                \"line_id\": \"1\",\n                \"ship_id\": \"shpmtp12345\",\n                \"upc_code\": \"mtpBeach-BLK-10\",\n                \"description\": \"Beach style in BLK color, size 10\",\n                \"tot_quantity\": \"5\",\n                \"item_value\": \"0\",\n                \"product_cat\": null,\n                \"unit_type\": \"each\",\n                \"location\": null,\n                \"whid\": \"0001\",\n                \"cat_id\": \"0001\",\n                \"units_per_carton\": null,\n                \"upc\": null,\n                \"3pl_base_charge\": null,\n                \"opo_quantity\": \"0\",\n                \"upo_quantity\": \"0\",\n                \"external_line_id\": null,\n                \"extwh_quantity\": \"0\",\n                \"kitsku\": null,\n                \"kitskunew\": null,\n                \"finalizing_note\": null,\n                \"shipment_item_locations\": []\n            },\n            {\n                \"line_id\": \"2\",\n                \"ship_id\": \"shpmtp12345\",\n                \"upc_code\": \"mtpBeach-BLK-7\",\n                \"description\": \"Beach style in BLK color, size 7\",\n                \"tot_quantity\": \"5\",\n                \"item_value\": \"0\",\n                \"product_cat\": null,\n                \"unit_type\": \"each\",\n                \"location\": null,\n                \"whid\": \"0001\",\n                \"cat_id\": \"0001\",\n                \"units_per_carton\": null,\n                \"upc\": null,\n                \"3pl_base_charge\": null,\n                \"opo_quantity\": \"0\",\n                \"upo_quantity\": \"0\",\n                \"external_line_id\": null,\n                \"extwh_quantity\": \"0\",\n                \"kitsku\": null,\n                \"kitskunew\": null,\n                \"finalizing_note\": null,\n                \"shipment_item_locations\": []\n            },\n            {\n                \"line_id\": \"3\",\n                \"ship_id\": \"shpmtp12345\",\n                \"upc_code\": \"mtpBeach-BLK-8\",\n                \"description\": \"Beach style in BLK color, size 8\",\n                \"tot_quantity\": \"5\",\n                \"item_value\": \"0\",\n                \"product_cat\": null,\n                \"unit_type\": \"each\",\n                \"location\": null,\n                \"whid\": \"0001\",\n                \"cat_id\": \"0001\",\n                \"units_per_carton\": null,\n                \"upc\": null,\n                \"3pl_base_charge\": null,\n                \"opo_quantity\": \"0\",\n                \"upo_quantity\": \"0\",\n                \"external_line_id\": null,\n                \"extwh_quantity\": \"0\",\n                \"kitsku\": null,\n                \"kitskunew\": null,\n                \"finalizing_note\": null,\n                \"shipment_item_locations\": []\n            },\n            {\n                \"line_id\": \"4\",\n                \"ship_id\": \"shpmtp12345\",\n                \"upc_code\": \"mtpBeach-BLU-13\",\n                \"description\": \"Beach style in BLU color, size 13\",\n                \"tot_quantity\": \"5\",\n                \"item_value\": \"0\",\n                \"product_cat\": null,\n                \"unit_type\": \"each\",\n                \"location\": null,\n                \"whid\": \"0001\",\n                \"cat_id\": \"0001\",\n                \"units_per_carton\": null,\n                \"upc\": null,\n                \"3pl_base_charge\": null,\n                \"opo_quantity\": \"0\",\n                \"upo_quantity\": \"0\",\n                \"external_line_id\": null,\n                \"extwh_quantity\": \"0\",\n                \"kitsku\": null,\n                \"kitskunew\": null,\n                \"finalizing_note\": null,\n                \"shipment_item_locations\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"66468b4a-d21a-46e9-ade1-f16294acdb18"},{"name":"PATCH Shipment Complete","event":[{"listen":"test","script":{"id":"5b28309f-306b-46b3-8f30-29b8d3a697c9","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"fff1af2d-a49a-4236-8443-2b7714cb30b1","exec":[""],"type":"text/javascript"}}],"id":"ea9c34af-dbff-4d17-a671-acdbb463dfe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"body":{"mode":"raw","raw":"{\n    \"Shipment\": {\n        \"ShipID\": \"shpmtpCF70000107-03\",\n        \"Rec_Received_By\": \"John Doe\",\n        \"Finalized_By\": \"Jane Doe\",\n        \"WaiveReceiving\": false\n    },\n    \"ShipmentItem\": {\n        \"2\": {\n            \"ShipmentItemLocation\": [\n                {\n                    \"quantity\": 5,\n                    \"location\": \"---\",\n                    \"dtlshp_id\": \"2\"\n                }\n            ],\n            \"FinalizingNote\": \"test\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api-base-url}}/shipments/complete","description":"<p>Finalize a shipment and mark it as complete.</p>\n","urlObject":{"path":["shipments","complete"],"host":["{{api-base-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea9c34af-dbff-4d17-a671-acdbb463dfe9"}],"id":"b687ebe0-be21-48b0-8441-d01817242b10","_postman_id":"b687ebe0-be21-48b0-8441-d01817242b10","description":""},{"name":"Sizescales","item":[{"name":"Get Sizescales","event":[{"listen":"test","script":{"id":"0e8e1a53-c9b8-4177-bc97-0db8577acf3e","exec":["pm.test(\"Status code is 200\", () => {","  pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"7e6e5070-5191-44cc-bf61-e3716e085e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Vendor-Code","value":"{{vendor-code}}"},{"key":"Vendor-Key","value":"{{vendor-key}}"}],"url":"{{api-base-url}}/sizescales","description":"<p>Get a list of all sizescale with size details included.</p>\n","urlObject":{"path":["sizescales"],"host":["{{api-base-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e6e5070-5191-44cc-bf61-e3716e085e76"}],"id":"30c7d26c-cb6f-4cb0-843b-0a63a413b922","_postman_id":"30c7d26c-cb6f-4cb0-843b-0a63a413b922","description":""}],"event":[{"listen":"prerequest","script":{"id":"8aa5b0f4-d9e0-4cd0-8271-cf9c72a9b216","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"31964d2b-24ff-40ca-b525-13bc227260d5","type":"text/javascript","exec":[""]}}]}