{"info":{"_postman_id":"999fea89-452e-4d7e-b8a7-30c98d92d902","name":"Multivende Integration Services","description":"<html><head></head><body><p>Multivende Integration Services (MIS) allows clients or third-party applications to interact with the user's information in a standard way. To connect using OAuth 2.0, you must first have a developer account and create your application. To learn how to create your account, please contact <a href=\"https://null\">api@multivende.com</a></p>\n<h1 id=\"getting-started-with-the-rest-api\">Getting started with the REST API</h1>\n<p>Learn how to use the Multivende REST API.</p>\n<h3 id=\"step-1-implements-the-connection-using-oauth20\">Step 1. Implements the connection using Oauth2.0</h3>\n<p>This connection allows you to grant permissions from the merchant account to your application and generate an <strong>authorization code</strong>. You have two options to connect your application to a Multivende merchant account:</p>\n<h4 id=\"option-1-using-a-graphical-interface-from-your-system\">Option 1: Using a graphical interface from your system</h4>\n<p>Follow the instructions in this article:<br><a href=\"https://help.multivende.com/hc/es-419/articles/13698734687501-Configuraci%C3%B3n-de-Autenticaci%C3%B3n-OAuth2-Todo-lo-que-necesitas-saber\">https://help.multivende.com/hc/es-419/articles/13698734687501-Configuración-de-Autenticación-OAuth2-Todo-lo-que-necesitas-saber</a></p>\n<h4 id=\"option-2-using-the-developers-platform-by-setting-the-merchant-account-id-in-your-app\">Option 2: Using the Developers platform by setting the merchant account ID in your app</h4>\n<p>If your integration or system does <strong>not</strong> include a graphical interface, follow this article to link a merchant account to your app:<br><a href=\"https://help.multivende.com/hc/es-419/articles/29109021397773--C%C3%B3mo-generar-authorization-code-sin-interfaz-gr%C3%A1fica\">https://help.multivende.com/hc/es-419/articles/29109021397773--Cómo-generar-authorization-code-sin-interfaz-gráfica</a></p>\n<hr>\n<p>At this point, you should have the following parameters:</p>\n<ul>\n<li><p><strong>Client ID</strong></p>\n</li>\n<li><p><strong>Client Secret</strong></p>\n</li>\n<li><p><strong>Code (Authorization Code)</strong></p>\n</li>\n</ul>\n<hr>\n<h3 id=\"🔐-obtain-an-access-token\">🔐 Obtain an access token</h3>\n<p>Use the parameters above to request a valid token that will allow you to make API calls. The app.multivende.com pointing to <a href=\"https://app.multivende.com\">https://app.multivende.com</a>.</p>\n<ul>\n<li><p>Use the <code>POST Authenticate OAuth2</code> <a href=\"https://dev.multivende.com/#1894fcd3-ed03-4f5d-88b8-6b8d29f564cc\">endpoint</a> to obtain the access token.</p>\n</li>\n<li><p>Implement token refresh using the <code>POST Refresh token OAuth2</code> <a href=\"https://dev.multivende.com/#64a040fc-8937-4c1d-a334-80348054ea65\">endpoint</a>.</p>\n</li>\n</ul>\n<hr>\n<h3 id=\"step-2-make-your-first-test-api-call\">Step 2. Make your first test API call</h3>\n<p>Once you have a valid <code>access_token</code>, you can begin interacting with the Multivende API. The first recommended step is to validate that authentication is working correctly by making a test call.</p>\n<p>You can start testing the integration using an account where the <code>app.multivende.com</code> points to:<br><a href=\"https://app.multivende.com\"><b>https://app.multivende.com</b></a></p>\n<hr>\n<h4 id=\"📘-example-get-application-information\">📘 Example: Get application information</h4>\n<p>This endpoint allows you to validate that the token works and that you have access to the API.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">GET app.multivende.com/api/d/info\n\n</code></pre>\n<p>Response 200:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"_id\": \"9c4e3348-c58e-48d2-b083-xxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n  \"DeveloperApp\": {\n    \"_id\": \"72c5a8f6-91a0-46d5-b9d7-xxxxxxxxxxx\",\n    \"displayName\": \"app test\",\n    \"name\": \"app test\",\n    \"code\": \"app_test\",\n    \"visibility\": \"private\",\n    \"updatedAt\": \"2021-03-27T18:39:34.000Z\",\n    \"createdById\": \"444755c9-fcb6-45f2-8ac3-xxxxxxxxxxx\",\n    \"updatedById\": \"444755c9-fcb6-45f2-8ac3-xxxxxxxxxxx\",\n    \"status\": \"created\"\n  },\n  \"scopes\": {\n    \"read:products\": true,\n    \"write:products\": true,\n    \"read:clients\": true,\n    \"write:clients\": true,\n    \"manage:clients\": true,\n    \"read:warehouses\": {\n      \"all\": true\n    },\n    \"write:warehouses\": {\n      \"all\": true\n    },\n    \"manage:warehouses\": true,\n    \"read:stocks\": {\n      \"all\": true\n    },\n    \"write:stocks\": {\n      \"all\": true\n    },\n    \"read:prices\": {\n      \"all\": true\n    },\n    \"write:prices\": {\n      \"all\": true\n    },\n    \"read:checkouts\": {\n      \"all\": true\n    },\n    \"write:checkouts\": {\n      \"all\": true\n    },\n    \"read:product_links\": {\n      \"all\": true\n    },\n    \"write:product_links\": {\n      \"all\": true\n    },\n    \"manage:checkouts\": true,\n    \"manage:product_links\": true,\n    \"read:couriers\": {\n      \"all\": true\n    },\n    \"write:couriers\": {\n      \"all\": true\n    }\n  },\n  \"MarketplaceConnection\": {\n    \"_name\": \"app test\",\n    \"_id\": \"052a4518-899c-4d9d-9ebb-xxxxxxxxxxx\",\n    \"name\": \"app test\",\n    \"provider\": \"app_test\",\n    \"createdAt\": \"2021-04-22T22:29:04.000Z\",\n    \"updatedAt\": \"2021-04-22T22:29:04.000Z\",\n    \"createdById\": \"d0699084-6054-4f27-b779-xxxxxxxxxxx\",\n    \"updatedById\": \"d0699084-6054-4f27-b779-xxxxxxxxxxx\",\n    \"status\": \"created\",\n    \"MerchantAppId\": \"9c4e3348-c58e-48d2-b083-xxxxxxxxxxx\"\n  }\n}\n\n</code></pre>\n<p>If you get a successful response from this call, your authentication is working, and you are ready to start consuming the rest of the API.</p>\n<hr>\n<p>✅ <em>If you receive this response successfully, your authentication is working and you’re ready to consume the rest of the API!</em></p>\n<h1 id=\"overview\">Overview</h1>\n<p>MIS allows to interact with several aspects of the users' account. Usually it will allow to interact with stock, prices, products and checkouts.</p>\n<p>You can start testing the integration using an account with the app.multivende.com pointing to <a href=\"https://app.multivende.com\">https://app.multivende.com</a>.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>An access token must be provided in every request. The access token is attached to a user, and the client can invite as many users as they want.</p>\n<h1 id=\"general-info-for-the-requests\">General info for the requests</h1>\n<p>The requests must have Content-Type: application/x-www-form-urlencoded. All the responses are in JSON format.</p>\n<h1 id=\"pagination\">Pagination</h1>\n<p>Most endpoints returning lists will actually return an object containing the property \"entries\" with the result as array and a property \"pagination\" with the information needed to move back and forth through the array. Arrays will list mostly 50 items per page. The first page is the numbered \"1\".</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>Standard HTTP errors should be expected.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p><strong>Request limit 5 rps</strong>. Through the response header \"<strong>x-im-request-count</strong>\" the number of requests made per second is notified and \"x-im-request-limit\" to know the limit of requests allowed. If it exceeds the limit, the response will be status 429.</p>\n<h1 id=\"dates\">Dates</h1>\n<p>All dates are in UTC format, so the integration must adjust according to the time zone</p>\n<h1 id=\"security\">Security</h1>\n<p>HTTPS communication only with TLS&gt;= 1.2<br><strong>HTTP and TLS&lt; 1.2 will be deprecated on 07/31/2021</strong></p>\n<p>The token must be sent in the header not as a query string</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting started with the REST API","slug":"getting-started-with-the-rest-api"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"General info for the requests","slug":"general-info-for-the-requests"},{"content":"Pagination","slug":"pagination"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"},{"content":"Dates","slug":"dates"},{"content":"Security","slug":"security"}],"owner":"4439232","collectionId":"999fea89-452e-4d7e-b8a7-30c98d92d902","publishedId":"2sBXcGDepk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-24T13:53:34.000Z"},"item":[{"name":"Authentication and Users","item":[{"name":"Get app information","id":"4485f1bc-920e-42ae-af5d-e55e749706ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/d/info","description":"<p>This endpoint will show the information related to the current app.</p>\n<p>In the response, the MerchantId is the Multivende id that identifies a merchant or seller user account.</p>\n<p>If your application is a sales channel, the _id in the MarketplaceConnection field will be the connection identifier between the merchant's account and your channel. You will use this ID to later create sales to Multivende. This information only appears in the response for Sales Channel applications.</p>\n<p>For more information visit this <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698416328333--Qu%C3%A9-debo-hacer-para-integrar-una-aplicaci%C3%B3n\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","d","info"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"d0120b47-bf44-4167-86a2-8a2382a4a86c","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/d/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"521-os3KMwoQ5gJWrCewpuILrqw49QM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 23 Apr 2021 01:34:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"9c4e3348-c58e-48d2-b083-xxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"DeveloperApp\": {\n        \"_id\": \"72c5a8f6-91a0-46d5-b9d7-xxxxxxxxxxx\",\n        \"displayName\": \"app test\",\n        \"name\": \"app test\",\n        \"code\": \"app_test\",\n        \"visibility\": \"private\",\n        \"updatedAt\": \"2021-03-27T18:39:34.000Z\",\n        \"createdById\": \"444755c9-fcb6-45f2-8ac3-xxxxxxxxxxx\",\n        \"updatedById\": \"444755c9-fcb6-45f2-8ac3-xxxxxxxxxxx\",\n        \"status\": \"created\"\n    },\n    \"scopes\": {\n        \"read:products\": true,\n        \"write:products\": true,\n        \"read:clients\": true,\n        \"write:clients\": true,\n        \"manage:clients\": true,\n        \"read:warehouses\": {\n            \"all\": true\n        },\n        \"write:warehouses\": {\n            \"all\": true\n        },\n        \"manage:warehouses\": true,\n        \"read:stocks\": {\n            \"all\": true\n        },\n        \"write:stocks\": {\n            \"all\": true\n        },\n        \"read:prices\": {\n            \"all\": true\n        },\n        \"write:prices\": {\n            \"all\": true\n        },\n        \"read:checkouts\": {\n            \"all\": true\n        },\n        \"write:checkouts\": {\n            \"all\": true\n        },\n        \"read:product_links\": {\n            \"all\": true\n        },\n        \"write:product_links\": {\n            \"all\": true\n        },\n        \"manage:checkouts\": true,\n        \"manage:product_links\": true,\n        \"read:couriers\": {\n            \"all\": true\n        },\n        \"write:couriers\": {\n            \"all\": true\n        }\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"app test\",\n        \"_id\": \"052a4518-899c-4d9d-9ebb-xxxxxxxxxxx\",\n        \"name\": \"app test\",\n        \"provider\": \"app_test\",\n        \"createdAt\": \"2021-04-22T22:29:04.000Z\",\n        \"updatedAt\": \"2021-04-22T22:29:04.000Z\",\n        \"createdById\": \"d0699084-6054-4f27-b779-xxxxxxxxxxx\",\n        \"updatedById\": \"d0699084-6054-4f27-b779-xxxxxxxxxxx\",\n        \"status\": \"created\",\n        \"MerchantAppId\": \"9c4e3348-c58e-48d2-b083-xxxxxxxxxxx\"\n    }\n}"},{"id":"7fa6f564-9448-453c-9c35-cc9b9e59abd3","name":"500 error","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/d/info"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"521-os3KMwoQ5gJWrCewpuILrqw49QM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 23 Apr 2021 01:34:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\n"},{"id":"f0e683c6-664d-4e9c-8c0b-3aae73802ef1","name":"401 error","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/d/info"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"521-os3KMwoQ5gJWrCewpuILrqw49QM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 23 Apr 2021 01:34:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"success\": false,\n    \"message\": \"invalid signature\",\n    \"errorType\": \"JWT Error\",\n    \"errorName\": \"JsonWebTokenError\",\n    \"errorDetails\": null\n}"}],"_postman_id":"4485f1bc-920e-42ae-af5d-e55e749706ec"},{"name":"Authenticate OAuth2","event":[{"listen":"test","script":{"id":"52bb0c23-28c2-4891-8a0a-156041527d36","exec":["var data = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"vault:access_token\", data.token);\r","postman.setEnvironmentVariable(\"vault:refresh_token\", data.refreshToken);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7ae673d4-9a06-470a-afc9-771fda615426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"client_id\": \"\",\r\n  \"client_secret\": \"{{client_secret}}\",\r\n  \"grant_type\": \"authorization_code\",\r\n  \"code\": \"{{code}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/oauth/access-token","description":"<p>This endpoint allows an application to authenticate with the platform.</p>\n<p>To authenticate, you must POST the application credentials and wait for a token. The access token must be attached to any subsequent request.</p>\n<p>For more information visit the <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">related article</a> in our Help Center.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id</td>\n<td>varchar</td>\n<td>a unique public identifier for an application that is used to identify it to an authorization server</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>client_secret</td>\n<td>varchar</td>\n<td>a password for a client application, used to authenticate it to an authorization server and get access tokens</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>grant_type</td>\n<td>string</td>\n<td>determines which authentication flow is used to obtain the token.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>code</td>\n<td>varchar</td>\n<td>the authorization code for the connection to the merchant account</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["oauth","access-token"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"12c3eaef-1a40-4fe3-ab77-d3d2e6778fba","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"client_id\": 00000000000,\n  \"client_secret\": \"NMV6TupxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxpR3YNW\",\n  \"grant_type\": \"authorization_code\",\n  \"code\": \"ac-xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/oauth/access-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"231","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 18:19:51 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"e7-coIM/ObvbBbm8b1L1cInp4JKHCA\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Set-Cookie","value":"heroku-session-affinity=ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0; Version=1; Expires=Wed, 30-May-2018 18:19:51 GMT; Max-Age=86400; Domain=demo.multivende.com; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\r\n  \"_id\": \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\",\r\n  \"status\": \"created\",\r\n  \"OauthClientId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxx\",\r\n  \"MerchantId\": \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\",\r\n  \"CreatedById\": \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\",\r\n  \"UpdatedById\": \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\",\r\n  \"OwnerId\": \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\",\r\n  \"scopes\": {\r\n    \"read:products\": true,\r\n    \"write:products\": true,\r\n    \"read:warehouses\": {\r\n      \"all\": true\r\n    },\r\n    \"read:stocks\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"write:stocks\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"read:prices\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"write:prices\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"read:checkouts\": {\r\n      \"all\": false,\r\n      \"d6cf8518-4d62-47a4-ac3a-4b7d3f5d5431\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"write:checkouts\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"read:product_links\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"write:product_links\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"manage:checkouts\": true,\r\n    \"manage:product_links\": true\r\n  },\r\n  \"expiresAt\": \"2021-03-03T01:45:34.958Z\",\r\n  \"refreshToken\": \"rt-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\r\n  \"refreshTokenExpiresAt\": \"2021-03-04T19:45:34.958Z\",\r\n  \"updatedAt\": \"2021-03-02T19:45:34.000Z\",\r\n  \"createdAt\": \"2021-03-02T19:45:34.000Z\",\r\n  \"token\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\r\n}"},{"id":"eab876e8-aefa-42c8-9b3a-d3749b9cf0d3","name":"422 error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"client_id\": 00000000000,\n  \"client_secret\": \"NMV6TupxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxpR3YNW\",\n  \"grant_type\": \"authorization_code\",\n  \"code\": \"ac-xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/oauth/access-token"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"231","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 18:19:51 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"e7-coIM/ObvbBbm8b1L1cInp4JKHCA\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Set-Cookie","value":"heroku-session-affinity=ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0; Version=1; Expires=Wed, 30-May-2018 18:19:51 GMT; Max-Age=86400; Domain=demo.multivende.com; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\r\n    \"name\": \"OAuthInvalidParametersError\"\r\n}"},{"id":"ac7e26fa-4be6-4d23-9e5a-7dd049cb8665","name":"500 error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"client_id\": 00000000000,\n  \"client_secret\": \"NMV6TupxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxpR3YNW\",\n  \"grant_type\": \"authorization_code\",\n  \"code\": \"ac-xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/oauth/access-token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"231","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 18:19:51 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"e7-coIM/ObvbBbm8b1L1cInp4JKHCA\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Set-Cookie","value":"heroku-session-affinity=ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0; Version=1; Expires=Wed, 30-May-2018 18:19:51 GMT; Max-Age=86400; Domain=demo.multivende.com; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":""}],"_postman_id":"7ae673d4-9a06-470a-afc9-771fda615426"},{"name":"Refresh token OAuth2","event":[{"listen":"test","script":{"id":"f3a86be7-72c4-4d24-96ac-cfbe8b9d5873","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"vault:access_token\", data.token);","postman.setEnvironmentVariable(\"vault:refresh_token\", data.refreshToken);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a7183be7-680e-4558-a77e-31812efa7a0e","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":false},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"client_id\": \"\",\r\n  \"client_secret\": \"{{client_secret}}\",\r\n  \"grant_type\": \"refresh_token\",\r\n  \"refresh_token\": \"{{refresh_token}}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/oauth/access-token","description":"<p>This endpoint allows an application to refresh the generated token for queries.</p>\n<p>To authenticate, you must POST the application credentials with the refresh_token obtained in <a href=\"#64a040fc-8937-4c1d-a334-80348054ea65\">Authenticate OAuth2</a> and wait for a token. The access token must be attached to any subsequent request.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Description</th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id</td>\n<td>varchar</td>\n<td>a unique public identifier for an application that is used to identify it to an authorization server</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>client_secret</td>\n<td>varchar</td>\n<td>a password for a client application, used to authenticate it to an authorization server and get access tokens</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>grant_type</td>\n<td>string</td>\n<td>determines which authentication flow is used to obtain the token.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>refresh_token</td>\n<td>varchar</td>\n<td>the refresh token to get a new access token</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["oauth","access-token"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"98e137f5-4f6f-4e3d-b8e6-1703c3120eca","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"client_id\": 00000000000,\n  \"client_secret\": \"NMV6TupxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxpR3YNW\",\n  \"grant_type\": \"refresh_token\",\n  \"refresh_token\": \"rt-xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/oauth/access-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"231","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 18:19:51 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"e7-coIM/ObvbBbm8b1L1cInp4JKHCA\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Set-Cookie","value":"heroku-session-affinity=ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0; Version=1; Expires=Wed, 30-May-2018 18:19:51 GMT; Max-Age=86400; Domain=demo.multivende.com; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\r\n  \"_id\": \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\",\r\n  \"status\": \"created\",\r\n  \"OauthClientId\": \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\",\r\n  \"MerchantId\": \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\",\r\n  \"CreatedById\": \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\",\r\n  \"UpdatedById\": \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\",\r\n  \"OwnerId\": \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\",\r\n  \"scopes\": {\r\n    \"read:products\": true,\r\n    \"write:products\": true,\r\n    \"read:stocks\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"write:stocks\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"read:prices\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"write:prices\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"read:checkouts\": {\r\n      \"all\": false,\r\n      \"d6cf8518-4d62-47a4-ac3a-4b7d3f5d5431\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"write:checkouts\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"read:product_links\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"write:product_links\": {\r\n      \"all\": false,\r\n      \"xxxxxxxxx-3736-4f94-8xxx-xxxxxxxxxxxxxxx\": true\r\n    },\r\n    \"manage:checkouts\": true,\r\n    \"manage:product_links\": true\r\n  },\r\n  \"expiresAt\": \"2021-03-03T01:45:34.958Z\",\r\n  \"refreshToken\": \"rt-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\r\n  \"refreshTokenExpiresAt\": \"2021-03-04T19:45:34.958Z\",\r\n  \"updatedAt\": \"2021-03-02T19:45:34.000Z\",\r\n  \"createdAt\": \"2021-03-02T19:45:34.000Z\",\r\n  \"token\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\r\n}"},{"id":"ab2316e8-f0ac-4f19-890f-70b61c540478","name":"500 error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"client_id\": 00000000000,\n  \"client_secret\": \"NMV6TupxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxpR3YNW\",\n  \"grant_type\": \"refresh_token\",\n  \"refresh_token\": \"rt-xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/oauth/access-token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"231","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 18:19:51 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"e7-coIM/ObvbBbm8b1L1cInp4JKHCA\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Set-Cookie","value":"heroku-session-affinity=ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0; Version=1; Expires=Wed, 30-May-2018 18:19:51 GMT; Max-Age=86400; Domain=demo.multivende.com; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<title>Error</title>\r\n</head>\r\n<body>\r\n<pre>Internal Server Error</pre>\r\n</body>\r\n</html>"},{"id":"65886460-f986-427a-99ee-64338f6ac6c2","name":"422 error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"client_id\": 00000000000,\n  \"client_secret\": \"NMV6TupxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxpR3YNW\",\n  \"grant_type\": \"refresh_token\",\n  \"refresh_token\": \"rt-xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/oauth/access-token"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"231","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 18:19:51 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"e7-coIM/ObvbBbm8b1L1cInp4JKHCA\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Set-Cookie","value":"heroku-session-affinity=ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0; Version=1; Expires=Wed, 30-May-2018 18:19:51 GMT; Max-Age=86400; Domain=demo.multivende.com; Path=/","description":"an HTTP cookie"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\r\n    \"name\": \"OAuthInvalidParametersError\"\r\n}"}],"_postman_id":"a7183be7-680e-4558-a77e-31812efa7a0e"}],"id":"f4922317-3692-400b-8aeb-9b8eaa68e354","description":"<p>You can complete the token acquisition and update process, as well as obtain information from the developer application that manages the integration of the external system with Multivende.</p>\n","_postman_id":"f4922317-3692-400b-8aeb-9b8eaa68e354"},{"name":"Products","item":[{"name":"Brands","item":[{"name":"Get brands","event":[{"listen":"test","script":{"id":"9c4ce9e8-21db-443e-91cc-133fe0f5a773","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"brand_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"55249420-f5a6-4717-a0b1-9df934f89c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/brands/p/:page","description":"<p>This endpoint will list the product brands in the associated to the Merchant.</p>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n</li>\n<li><p>Please make good use of pagination to avoid sending requests to non-existent pages.</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","brands","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"41ed2ca4-3450-4524-85e9-d16c793104ca","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":{"raw":"app.multivende.com/api/m/:merchant_id/brands/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","brands","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"9cf-ecbnpxiX1Bu3DrtbfdFM7CFAhM0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 22 Oct 2018 19:46:51 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n  \"entries\": [\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"BEABA\",\n          \"code\": null,\n          \"description\": \"PRODUCTOS INFANTILES PARA ALIMENTACION\",\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2018-05-20T23:12:26.000Z\",\n          \"updatedAt\": \"2018-05-20T23:12:26.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"MAQUI\",\n          \"code\": null,\n          \"description\": \"VESTUARIO DE MATERNIDAD Y LACTANCIA\",\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2018-05-20T23:10:56.000Z\",\n          \"updatedAt\": \"2018-05-20T23:10:56.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"MEDELA\",\n          \"code\": null,\n          \"description\": \"PRODUCTOS DE LACTANCIA\",\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2018-05-20T23:10:33.000Z\",\n          \"updatedAt\": \"2018-05-20T23:10:33.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"NUEVE LUNAS\",\n          \"code\": null,\n          \"description\": \"PRODUCTOS DE MATERNIDAD Y LACTANCIA. ROPA DE CAMA, COJINES MATERNALES, DECORACION\",\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2018-05-20T23:11:31.000Z\",\n          \"updatedAt\": \"2018-05-20T23:11:31.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"ONITAS\",\n          \"code\": null,\n          \"description\": \"COJINES HISTORICOS CHILENOS\",\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2018-05-20T23:13:27.000Z\",\n          \"updatedAt\": \"2018-05-20T23:13:27.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"TRAMOYA\",\n          \"code\": null,\n          \"description\": \"JUGUETES INFANTILES\",\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2018-05-20T23:12:01.000Z\",\n          \"updatedAt\": \"2018-05-20T23:12:01.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n      }\n  ],\n  \"pagination\": {\n      \"offset\": 0,\n      \"limit\": 50,\n      \"total_pages\": 1,\n      \"current_page\": 1,\n      \"next_page\": 0,\n      \"previous_page\": 0,\n      \"total_items\": 6\n  }\n}"},{"id":"bc25ba57-2959-4d9a-be64-6f85c2774bb3","name":"403 forbidden","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":{"raw":"app.multivende.com/api/m/:merchant_id/brands/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","brands","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"9cf-ecbnpxiX1Bu3DrtbfdFM7CFAhM0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 22 Oct 2018 19:46:51 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""},{"id":"4c4d1ead-d070-42d1-b04d-cf0090e985db","name":"500 error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":{"raw":"app.multivende.com/api/m/:merchant_id/brands/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","brands","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"9cf-ecbnpxiX1Bu3DrtbfdFM7CFAhM0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 22 Oct 2018 19:46:51 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"55249420-f5a6-4717-a0b1-9df934f89c16"},{"name":"Create brands","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"edd0a640-af14-4ebb-92d1-bc6a3a9c93a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Canon\",\r\n    \"description\": \"Canon Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/brands","description":"<p>This endpoint allow to create product brands in the associated to the Merchant.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>varchar</td>\n<td>name of the brand</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>description</td>\n<td>text</td>\n<td>description of the brand</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","brands"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"98546330-22ec-424d-8d4c-3e925c63fdbf","name":"201 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Canon\",\r\n    \"description\": \"Canon Descriptoin\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/brands","host":["app.multivende.com"],"path":["api","m",":merchant_id","brands"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"Etag","value":"W/\"15e-KtcwhP1DDVcPLaJr6qqy0NTdJss\""},{"key":"Date","value":"Fri, 02 Oct 2020 14:44:52 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"Canon\",\n  \"code\": null,\n  \"description\": \"Canon Description\",\n  \"tags\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2022-03-08T19:13:31.000Z\",\n  \"updatedAt\": \"2022-03-17T16:57:09.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"},{"id":"08913b6f-dc1d-4c7a-8787-68f6c211aca7","name":"400 bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Canon\",\r\n    \"description\": \"Canon Descriptoin\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/brands","host":["app.multivende.com"],"path":["api","m",":merchant_id","brands"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"Etag","value":"W/\"15e-KtcwhP1DDVcPLaJr6qqy0NTdJss\""},{"key":"Date","value":"Fri, 02 Oct 2020 14:44:52 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""},{"id":"bb76255c-9e4f-4a60-a32e-27f8f03e8deb","name":"500 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \r\n    \"description\": \"Canon Descriptoin\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/brands","host":["app.multivende.com"],"path":["api","m",":merchant_id","brands"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"Etag","value":"W/\"15e-KtcwhP1DDVcPLaJr6qqy0NTdJss\""},{"key":"Date","value":"Fri, 02 Oct 2020 14:44:52 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"edd0a640-af14-4ebb-92d1-bc6a3a9c93a7"},{"name":"Update brands","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0f5fc510-cc7a-4d3f-84e7-d9c0ea34aed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Canon\",\r\n    \"description\": \"Canon Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/brands/:brand_id","description":"<p>This endpoint allow to create product brands in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>varchar</td>\n<td>name of the brand</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>description</td>\n<td>text</td>\n<td>description of the brand</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","brands",":brand_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the brand.</p>\n","type":"text/plain"},"type":"any","value":"","key":"brand_id"}]}},"response":[{"id":"3fe8abc4-5156-44b0-a161-8d0e02fe99b1","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Canon\",\r\n    \"description\": \"Canon Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/brands/:brand_id","host":["app.multivende.com"],"path":["api","brands",":brand_id"],"variable":[{"key":"brand_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 16:57:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"374"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"176-m0RD6MKY0q7e8eO1qrwEdTDbR3o\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"Canon\",\n  \"code\": null,\n  \"description\": \"Canon Description\",\n  \"tags\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2022-03-08T19:13:31.000Z\",\n  \"updatedAt\": \"2022-03-17T16:57:09.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"},{"id":"46c0b371-426b-4ec8-b32c-a2b5b71ab484","name":"400 bad request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Canon\",\r\n    \"description\": \"Canon Descriptoin\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/brands/:brand_id","host":["app.multivende.com"],"path":["api","brands",":brand_id"],"variable":[{"key":"brand_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"Etag","value":"W/\"15e-KtcwhP1DDVcPLaJr6qqy0NTdJss\""},{"key":"Date","value":"Fri, 02 Oct 2020 14:44:52 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""},{"id":"d02f70d4-aefa-499a-ab02-408f2b38f6eb","name":"500 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \r\n    \"description\": \"Canon Descriptoin\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/brands/:brand_id","host":["app.multivende.com"],"path":["api","brands",":brand_id"],"variable":[{"key":"brand_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"Etag","value":"W/\"15e-KtcwhP1DDVcPLaJr6qqy0NTdJss\""},{"key":"Date","value":"Fri, 02 Oct 2020 14:44:52 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f5fc510-cc7a-4d3f-84e7-d9c0ea34aed3"},{"name":"Get brands by Id","event":[{"listen":"test","script":{"id":"9c4ce9e8-21db-443e-91cc-133fe0f5a773","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"brand_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"42edae96-287d-496d-af76-66558f175e1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/brands/:brand_id","description":"<p>This endpoint will show a product brands in the associated to the Merchant.</p>\n<p><strong>Additional Notes:</strong></p>\n<p>The <code>brand_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get brands</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","brands",":brand_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the brand.</p>\n","type":"text/plain"},"type":"any","value":"","key":"brand_id"}]}},"response":[{"id":"a8dc70cc-30e0-4e4c-982b-a86058b982e7","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/brands/:brand_id","host":["app.multivende.com"],"path":["api","brands",":brand_id"],"variable":[{"key":"brand_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"364"},{"key":"Etag","value":"W/\"16c-SZ1fbbGNLciexOPD454eZxBCmY8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 15 Oct 2019 20:54:51 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"Canon\",\n  \"code\": null,\n  \"description\": \"Canon Description\",\n  \"tags\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2022-03-08T19:13:31.000Z\",\n  \"updatedAt\": \"2022-03-17T16:57:09.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"},{"id":"97e376d2-a0c5-4489-a26b-a37ba7f8c74c","name":"404 not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/brands/:brand_id","host":["app.multivende.com"],"path":["api","brands",":brand_id"],"variable":[{"key":"brand_id","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"364"},{"key":"Etag","value":"W/\"16c-SZ1fbbGNLciexOPD454eZxBCmY8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 15 Oct 2019 20:54:51 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42edae96-287d-496d-af76-66558f175e1a"}],"id":"bcf9e33a-76f4-4cdb-9de6-3b90c9b4fcef","_postman_id":"bcf9e33a-76f4-4cdb-9de6-3b90c9b4fcef","description":""},{"name":"Shipping Classes","item":[{"name":"Get shipping classes","event":[{"listen":"test","script":{"id":"567d8c7c-717b-4ae3-b352-dfcfa90537b8","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"brand_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1fe6aab2-ee50-4ef1-ae35-ec97a373ab9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/shipping-classes/p/:page","description":"<p>This endpoint will list the shipping classes brands in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","shipping-classes","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"d3cb2e1e-6dba-4480-936a-273b395f60c9","name":"Get shipping classes","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/shipping-classes/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","shipping-classes","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"864"},{"key":"Etag","value":"W/\"360-GPcLphVnlY1wDc9ITOB0toXPdCY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 14 Jan 2021 21:34:28 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Clase de envio paque gigante\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-01-14T20:14:34.000Z\",\n            \"updatedAt\": \"2021-01-14T20:14:34.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Productos pequeños\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-04-03T14:20:48.000Z\",\n            \"updatedAt\": \"2020-04-03T14:20:48.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"}],"_postman_id":"1fe6aab2-ee50-4ef1-ae35-ec97a373ab9f"},{"name":"Post shipping classes","event":[{"listen":"test","script":{"id":"461f531f-d484-4e72-b91e-393a64deb22a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b98ad6ff-3e66-4f6a-a320-d3e7f511bed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test shipping classes\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/shipping-classes","description":"<p>This endpoint will create the shipping classes in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","shipping-classes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"fb0bfc3a-c0ce-43f8-94d0-cb3463a714b5","name":"Post shipping classes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test shipping classes\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/shipping-classes","host":["app.multivende.com"],"path":["api","m",":merchant_id","shipping-classes"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"332"},{"key":"Etag","value":"W/\"14c-bg4a3yPs08ORjHZVbB2nGGTE9Ds\""},{"key":"Date","value":"Thu, 14 Jan 2021 21:42:13 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"status\": \"created\",\n    \"name\": \"test shipping classes\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2021-01-14T21:42:13.000Z\",\n    \"createdAt\": \"2021-01-14T21:42:13.000Z\"\n}"}],"_postman_id":"b98ad6ff-3e66-4f6a-a320-d3e7f511bed7"},{"name":"Get shipping classes by Id","event":[{"listen":"test","script":{"id":"c0cbceee-43e0-4428-9d85-f84f60df09f1","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"brand_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1a04a628-894a-4264-81b8-2a8cd5af3e4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/shipping-classes/:shipping_classes_id","description":"<p>This endpoint will show a product shipping classes in the associated to the Merchant.</p>\n<p><strong>Notes:</strong> The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","shipping-classes",":shipping_classes_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the shipping class associated with the product.</p>\n","type":"text/plain"},"type":"any","value":"","key":"shipping_classes_id"}]}},"response":[{"id":"3b1b6e2d-3c74-44a3-9c8d-f511aaf6675d","name":"Get shipping classes by Id","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":{"raw":"app.multivende.com/api/shipping-classes/:shipping_classes_id","host":["app.multivende.com"],"path":["api","shipping-classes",":shipping_classes_id"],"variable":[{"key":"shipping_classes_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"heroku-session-affinity=AECDaANoA24IAWrK/xL///8HYgAKEQhiAAhAi2EEbAAAAANtAAAABXdlYi4xbQAAAAV3ZWIuM20AAAAFd2ViLjRqERaW2nHlicOl1r23py86GALTJ3Y_; Version=1; Expires=Fri, 15-Jan-2021 21:28:41 GMT; Max-Age=86400; Domain=app.multivende.com; Path=/"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"370"},{"key":"Etag","value":"W/\"172-y78ZkZnqmbY7uX9gGy84r8t+Eus\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 14 Jan 2021 21:28:41 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"Clase de envio paque gigante\",\n    \"code\": null,\n    \"description\": null,\n    \"status\": \"created\",\n    \"createdAt\": \"2021-01-14T20:14:34.000Z\",\n    \"updatedAt\": \"2021-01-14T20:14:34.000Z\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"}],"_postman_id":"1a04a628-894a-4264-81b8-2a8cd5af3e4b"}],"id":"d4da84dc-01d3-47d6-8bb2-e28fb0d4f3b0","event":[{"listen":"prerequest","script":{"id":"8dbdb61e-2d47-4001-b8ea-05a34cbd725b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7828925b-d9fd-4f57-89c4-25997e3e1c46","type":"text/javascript","exec":[""]}}],"_postman_id":"d4da84dc-01d3-47d6-8bb2-e28fb0d4f3b0","description":""},{"name":"Colors","item":[{"name":"Get colors","event":[{"listen":"test","script":{"id":"9c4ce9e8-21db-443e-91cc-133fe0f5a773","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"brand_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6610c142-b8b6-474d-80aa-62998a645922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/colors/p/:page","description":"<p>This endpoint will list the product colors in the associated to the Merchant.</p>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n</li>\n<li><p>Please make good use of pagination to avoid sending requests to non-existent pages.</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","colors","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"66fd8426-1322-4f1f-9a56-36c95f4d4129","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/colors/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","colors","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:09:12 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"289a-22hmiuRLIj8czhznUPUFojtzA7A\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"-\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-11-12T21:12:25.000Z\",\n            \"updatedAt\": \"2021-11-12T21:12:25.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"-\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-11-12T21:12:25.000Z\",\n            \"updatedAt\": \"2021-11-12T21:12:25.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Amarillo\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Azul marino\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2021-08-03T18:18:16.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Beige\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Blanco\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"BROWN\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-12-15T13:56:02.000Z\",\n            \"updatedAt\": \"2020-12-15T13:56:02.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Celeste\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Crema\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Dorado\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Esmeralda\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Fucsia\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Gris\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Lavanda\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Lila\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Magenta\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-08-03T18:16:18.000Z\",\n            \"updatedAt\": \"2021-08-03T18:16:18.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Marrón\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Naranja\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"NAVY\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-12-15T16:20:48.000Z\",\n            \"updatedAt\": \"2020-12-15T16:20:48.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Negro\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Ocre\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Piel\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Plateado\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Púrpura\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Rojo\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Rosa\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Salmón\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Terracota\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Verde\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Violeta oscuro\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n            \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 30\n    }\n}"},{"id":"73ca16d7-f63d-432d-a8d0-c7a6d14486c2","name":"400 bad request","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/colors/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","colors","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:09:12 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"289a-22hmiuRLIj8czhznUPUFojtzA7A\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"08f232d8-1a7e-40f0-9137-ecfd14cad727","name":"500 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/colors/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","colors","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:09:12 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"289a-22hmiuRLIj8czhznUPUFojtzA7A\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"6610c142-b8b6-474d-80aa-62998a645922"},{"name":"Create colors","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e109751f-013b-4bad-8d57-4a8a97917911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Black\",\r\n    \"description\": \"Black Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/colors","description":"<p>This endpoint allow to create product brands in the associated to the Merchant.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>varchar</td>\n<td>name of the color</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>description</td>\n<td>varchar</td>\n<td>a description for the color</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","colors"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"b823b463-8470-42ab-8b47-4ff2973d422f","name":"201 created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Black\",\r\n    \"description\": \"Black Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/colors","host":["app.multivende.com"],"path":["api","m",":merchant_id","colors"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:22:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"15e-/gt6/aWAlEBZQaR7FD9Ad0CnsA4\""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"status\": \"created\",\n  \"name\": \"Black\",\n  \"description\": \"Black Description\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"updatedAt\": \"2022-03-17T17:22:10.000Z\",\n  \"createdAt\": \"2022-03-17T17:22:10.000Z\"\n}"},{"id":"68aa1fd1-6a01-4ab3-9972-b2a36e045f33","name":"400 bad request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Black\",\r\n    \"description\": 12345\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/colors","host":["app.multivende.com"],"path":["api","m",":merchant_id","colors"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:22:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"15e-/gt6/aWAlEBZQaR7FD9Ad0CnsA4\""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"f308e50d-3e7c-4de8-a6c4-dd743434a907","name":"500 error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Black\",\r\n    \"description\": 12345\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/colors","host":["app.multivende.com"],"path":["api","m",":merchant_id","colors"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:22:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"15e-/gt6/aWAlEBZQaR7FD9Ad0CnsA4\""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"e109751f-013b-4bad-8d57-4a8a97917911"},{"name":"Update colors","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"78870649-7684-46f3-8bfe-113a45dff82f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Black\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/colors/:color_id","description":"<p>This endpoint allow to create update a brand in the associated to the Merchant.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Requiered</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>varchar</td>\n<td>The name of the color</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>varchar</td>\n<td>A description of the color</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p>**<br />Additional Notes:**</p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","colors",":color_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the color attribute.</p>\n","type":"text/plain"},"type":"any","value":"","key":"color_id"}]}},"response":[{"id":"b4832eea-b3f9-4756-9aa2-cd3524b413c3","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Black\",\r\n    \"description\": \"The black color\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/colors/:color_id","host":["app.multivende.com"],"path":["api","colors",":color_id"],"variable":[{"key":"color_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:27:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"340"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"154-nxl+3EV8hlqY3h4/PXXsmDRsmFA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"Black\",\n  \"code\": null,\n  \"tags\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2022-03-17T17:26:04.000Z\",\n  \"updatedAt\": \"2022-03-17T17:26:39.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"},{"id":"56fb30ae-8856-4f55-9cba-19733fc37d98","name":"500 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Black\",\r\n    \"description\": \"The black color\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/colors/:color_id","host":["app.multivende.com"],"path":["api","colors",":color_id"],"variable":[{"key":"color_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:27:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"340"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"154-nxl+3EV8hlqY3h4/PXXsmDRsmFA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"019a6154-e366-4f29-a961-477179bdf179","name":"400 bad request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Black\",\r\n    \"description\": \"The black color\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/colors/:color_id","host":["app.multivende.com"],"path":["api","colors",":color_id"],"variable":[{"key":"color_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:27:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"340"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"154-nxl+3EV8hlqY3h4/PXXsmDRsmFA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"78870649-7684-46f3-8bfe-113a45dff82f"},{"name":"Get colors by id","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b6fcbcac-c3e3-4947-bd30-33fcfbb55e41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLcL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/colors/:color_id","description":"<p>This endpoint allow to create product brands in the associated to the Merchant.</p>\n<p><strong>Additionals Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code>can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","colors",":color_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the color attribute.</p>\n","type":"text/plain"},"type":"any","value":"","key":"color_id"}]}},"response":[{"id":"dbc2e653-ca21-4c80-8fe0-bfa646940d5d","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLcL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/colors/:color_id","host":["app.multivende.com"],"path":["api","colors",":color_id"],"variable":[{"key":"color_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:28:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"340"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"154-nxl+3EV8hlqY3h4/PXXsmDRsmFA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"Black\",\n  \"code\": null,\n  \"tags\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2022-03-17T17:26:04.000Z\",\n  \"updatedAt\": \"2022-03-17T17:26:39.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"},{"id":"38751b24-b5ba-4cbb-b4c5-8d80b4a386d6","name":"400 error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLcL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/colors/:color_id","host":["app.multivende.com"],"path":["api","colors",":color_id"],"variable":[{"key":"color_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:28:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"340"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"154-nxl+3EV8hlqY3h4/PXXsmDRsmFA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"225e84b1-c081-4d08-823c-b91d64eb069b","name":"500 error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLcL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/colors/:color_id","host":["app.multivende.com"],"path":["api","colors",":color_id"],"variable":[{"key":"color_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:28:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"340"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"154-nxl+3EV8hlqY3h4/PXXsmDRsmFA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"b6fcbcac-c3e3-4947-bd30-33fcfbb55e41"}],"id":"dc692826-cb39-4975-b416-abf854534447","event":[{"listen":"prerequest","script":{"id":"efa23dcd-d12c-4e80-bb88-2e254fddc58a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e11ce88b-3618-4289-8624-6d7a015805e5","type":"text/javascript","exec":[""]}}],"_postman_id":"dc692826-cb39-4975-b416-abf854534447","description":""},{"name":"Sizes","item":[{"name":"Get sizes","event":[{"listen":"test","script":{"id":"9c4ce9e8-21db-443e-91cc-133fe0f5a773","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"brand_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f383029b-626d-434e-bffd-96956df88a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/sizes/p/:page","description":"<p>This endpoint will list the product sizes in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","sizes","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[],"_postman_id":"f383029b-626d-434e-bffd-96956df88a07"},{"name":"Create sizes","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7b916e1a-097e-4bfd-a83a-c2f98ee84ffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/sizes","description":"<p>This endpoint allow to create product sizes in the associated to the Merchant.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>varchar</td>\n<td>The name for the zise</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>description</td>\n<td>varchar</td>\n<td>A description to the size</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p>Addtionals <strong>Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","sizes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"a86f07a9-c68c-4ad4-a9ff-944e175390e5","name":"201 created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/sizes","host":["app.multivende.com"],"path":["api","m",":merchant_id","sizes"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:13:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"329"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"149-2AoW51Ee//H4M7Ztgo+1N+zxdbY\""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"position\": 0,\n  \"status\": \"created\",\n  \"name\": \"XXLLL\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"updatedAt\": \"2022-03-17T17:13:25.000Z\",\n  \"createdAt\": \"2022-03-17T17:13:25.000Z\"\n}"},{"id":"76ac2556-5779-4393-bc33-968582ed0371","name":"400 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/sizes","host":["app.multivende.com"],"path":["api","m",":merchant_id","sizes"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:13:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"329"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"149-2AoW51Ee//H4M7Ztgo+1N+zxdbY\""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"78a12fde-3a18-4d60-b7b5-45a083086f1f","name":"500 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/sizes","host":["app.multivende.com"],"path":["api","m",":merchant_id","sizes"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:13:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"329"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"149-2AoW51Ee//H4M7Ztgo+1N+zxdbY\""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"7b916e1a-097e-4bfd-a83a-c2f98ee84ffb"},{"name":"Update sizes","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ccd20ed6-a347-4a02-b9ca-ec8274eb9b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLcL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/sizes/:size_id","description":"<p>This endpoint allow to create product brands in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","sizes",":size_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the size attribute.</p>\n","type":"text/plain"},"type":"any","value":"","key":"size_id"}]}},"response":[{"id":"00ab0e57-3793-45a7-9aa2-768c6ba5d7b2","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLcL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/sizes/:size_id","host":["app.multivende.com"],"path":["api","sizes",":size_id"],"variable":[{"key":"size_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:18:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"162-4WABf7CPoORBOnqwib0RpGxgpxA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"XXLLcL\",\n  \"code\": null,\n  \"position\": 0,\n  \"tags\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2022-03-17T17:17:57.000Z\",\n  \"updatedAt\": \"2022-03-17T17:18:40.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"},{"id":"aa3433e8-41fd-40ec-b14b-d3423c7dbd79","name":"400 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLcL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/sizes/:size_id","host":["app.multivende.com"],"path":["api","sizes",":size_id"],"variable":[{"key":"size_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:18:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"162-4WABf7CPoORBOnqwib0RpGxgpxA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"},{"id":"0bc3086a-1495-493d-a034-7f445c0d63e8","name":"500 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLcL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/sizes/:size_id","host":["app.multivende.com"],"path":["api","sizes",":size_id"],"variable":[{"key":"size_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:18:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"162-4WABf7CPoORBOnqwib0RpGxgpxA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Internal Server Error</pre>\n</body>\n</html>"}],"_postman_id":"ccd20ed6-a347-4a02-b9ca-ec8274eb9b14"},{"name":"Get sizes by id","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4822bc4d-4c70-4aa2-a7a7-eb6e8f091bd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/sizes/:size_id","description":"<p>This endpoint allow to get a size by id in the associated to the Merchant.</p>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","sizes",":size_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the size attribute.</p>\n","type":"text/plain"},"type":"any","value":"","key":"size_id"}]}},"response":[{"id":"1713dc09-b9c8-4f31-8b7d-01fad1057f6a","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/sizes/:size_id","host":["app.multivende.com"],"path":["api","sizes",":size_id"],"variable":[{"key":"size_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:19:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"162-4WABf7CPoORBOnqwib0RpGxgpxA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"XXLLcL\",\n  \"code\": null,\n  \"position\": 0,\n  \"tags\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2022-03-17T17:17:57.000Z\",\n  \"updatedAt\": \"2022-03-17T17:18:40.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"},{"id":"27c0170f-73bc-4187-ac96-0b6b6dd94930","name":"400 error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":{"raw":"app.multivende.com/api/sizes/:size_id","host":["app.multivende.com"],"path":["api","sizes",":size_id"],"variable":[{"key":"size_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:19:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"162-4WABf7CPoORBOnqwib0RpGxgpxA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"},{"id":"fcdc8024-6853-43ce-852a-938dbac3eaad","name":"500 error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":{"raw":"app.multivende.com/api/sizes/:size_id","host":["app.multivende.com"],"path":["api","sizes",":size_id"],"variable":[{"key":"size_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:19:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"354"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"162-4WABf7CPoORBOnqwib0RpGxgpxA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Internal Server Error</pre>\n</body>\n</html>"}],"_postman_id":"4822bc4d-4c70-4aa2-a7a7-eb6e8f091bd8"}],"id":"fe2e41ee-cc1d-4d6c-9156-6a68a05058ba","event":[{"listen":"prerequest","script":{"id":"efa23dcd-d12c-4e80-bb88-2e254fddc58a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e11ce88b-3618-4289-8624-6d7a015805e5","type":"text/javascript","exec":[""]}}],"_postman_id":"fe2e41ee-cc1d-4d6c-9156-6a68a05058ba","description":""},{"name":"Seasons","item":[{"name":"Get seasons","event":[{"listen":"test","script":{"id":"9c4ce9e8-21db-443e-91cc-133fe0f5a773","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"season_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bfb632d0-0862-447d-a9a9-368757a30619","request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/seasons/p/:page","description":"<p>This endpoint will list the product seasons in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","seasons","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"ed1f325d-c997-4dac-bd8f-71e747c7160f","name":"Get seasons","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/seasons/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","seasons","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:29:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"806"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"326-2G/elW/leYqkzkgZ83lJr1tHRRc\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"entries\": [\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Primavera, 2019\",\n          \"code\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2020-08-06T17:20:49.000Z\",\n          \"updatedAt\": \"2020-08-06T17:20:49.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Verano, 2021\",\n          \"code\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2021-08-04T17:26:00.000Z\",\n          \"updatedAt\": \"2021-08-04T17:32:12.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n      }\n  ],\n  \"pagination\": {\n      \"offset\": 0,\n      \"limit\": 50,\n      \"total_pages\": 1,\n      \"current_page\": 1,\n      \"next_page\": 0,\n      \"previous_page\": 0,\n      \"total_items\": 2\n  }\n}"}],"_postman_id":"bfb632d0-0862-447d-a9a9-368757a30619"},{"name":"Post seasons","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"41aba8b8-aa25-4b9d-bfbc-84750db59043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Verano 2022\",\r\n    \"description\": \"Verano Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/seasons","description":"<p>This endpoint allow to create product brands in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","seasons"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"7f77c098-e564-4dab-bbe7-6e9952cc3ab0","name":"Post seasons","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Verano 2022\",\r\n    \"description\": \"Verano Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/seasons","host":["app.multivende.com"],"path":["api","m",":merchant_id","seasons"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:31:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"322"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"142-UFCPh90tJWqgRsFb0nIqt8ifKqg\""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"status\": \"created\",\n  \"name\": \"Verano 2022\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"updatedAt\": \"2022-03-17T17:31:20.000Z\",\n  \"createdAt\": \"2022-03-17T17:31:20.000Z\"\n}"}],"_postman_id":"41aba8b8-aa25-4b9d-bfbc-84750db59043"},{"name":"Update seasons","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7108eb99-1d1d-4b06-a756-ce7b07cdc25e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Verano 2022\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/seasons/:season_id","description":"<p>This endpoint allow to create product brands in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","seasons",":season_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the season attribute.</p>\n","type":"text/plain"},"type":"any","value":"","key":"season_id"}]}},"response":[{"id":"63446076-7570-4056-9efa-b2f1c8cc87b8","name":"Update seasons","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Verano 2022\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/seasons/:season_id","host":["app.multivende.com"],"path":["api","seasons",":season_id"],"variable":[{"key":"season_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:33:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"334"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"14e-fzhNuRVtC7yJvD9bdQiw3+2UkOU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"Verano 2022\",\n  \"code\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2021-08-04T17:26:00.000Z\",\n  \"updatedAt\": \"2022-03-17T17:33:14.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"}],"_postman_id":"7108eb99-1d1d-4b06-a756-ce7b07cdc25e"},{"name":"Get seasons by id","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"535bddee-aa9e-432c-8e81-9a13e9c2bc49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLcL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/seasons/:season_id","description":"<p>This endpoint allow to get seasons in the associated to the Merchant.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","seasons",":season_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the season attribute.</p>\n","type":"text/plain"},"type":"any","value":"","key":"season_id"}]}},"response":[{"id":"e21bda6f-d329-4b1b-ba7d-89d666434889","name":"Get seasons by id","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"XXLLcL\",\r\n    \"description\": \"Size\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/seasons/:season_id","host":["app.multivende.com"],"path":["api","seasons",":season_id"],"variable":[{"key":"season_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 17:35:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"334"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"14e-fzhNuRVtC7yJvD9bdQiw3+2UkOU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"Verano 2022\",\n  \"code\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2021-08-04T17:26:00.000Z\",\n  \"updatedAt\": \"2022-03-17T17:33:14.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"}],"_postman_id":"535bddee-aa9e-432c-8e81-9a13e9c2bc49"}],"id":"87f542a0-c023-4ca1-a254-87e5ad4865c7","_postman_id":"87f542a0-c023-4ca1-a254-87e5ad4865c7","description":""},{"name":"Categories","item":[{"name":"Get products categories","event":[{"listen":"test","script":{"id":"de1e3c15-ec8b-43db-aefe-df6b7fd7195d","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"product_category_id\", data.entries[0]._id);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bf9e437c-0834-48ef-8010-16c6ee1c0a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/product-categories/p/:page","description":"<p>This endpoint allows you to consult the merchant categories.</p>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-categories","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"549c1f2e-4bee-4da8-bd48-42ed3635822d","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-categories/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-categories","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"514"},{"key":"Etag","value":"W/\"202-/5VmrJLKsWwbrFAIP+GrymjTExU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 15 Oct 2019 20:56:53 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"branch\": \"Poleras hombre\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Poleras hombre\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-10-10T15:58:39.000Z\",\n            \"updatedAt\": \"2019-10-10T15:58:39.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 1\n    }\n}"},{"id":"399e852a-9a14-4448-8ccb-08b77c6c50b8","name":"400 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-categories/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-categories","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"514"},{"key":"Etag","value":"W/\"202-/5VmrJLKsWwbrFAIP+GrymjTExU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 15 Oct 2019 20:56:53 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""},{"id":"9051ea2d-53e2-44c2-9abb-fce6965abc25","name":"500 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-categories/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-categories","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"514"},{"key":"Etag","value":"W/\"202-/5VmrJLKsWwbrFAIP+GrymjTExU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 15 Oct 2019 20:56:53 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bf9e437c-0834-48ef-8010-16c6ee1c0a34"},{"name":"Get product categories by Id","event":[{"listen":"test","script":{"id":"de1e3c15-ec8b-43db-aefe-df6b7fd7195d","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8d9e7571-a134-4e26-a410-bab61e39f518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/product-categories/:product_category_id","description":"<p>This endpoint will show a product category in the associated to the Merchant.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","product-categories",":product_category_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the product category.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_category_id"}]}},"response":[{"id":"baac8d14-26cc-4eea-83c0-98aa04508d91","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/product-categories/:product_category_id","host":["app.multivende.com"],"path":["api","product-categories",":product_category_id"],"variable":[{"key":"product_category_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"382"},{"key":"Etag","value":"W/\"17e-pnKSCZol89xXZkq04edpKUmTDkI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 15 Oct 2019 20:56:59 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"branch\": \"Poleras hombre\",\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"Poleras hombre\",\n    \"code\": null,\n    \"description\": null,\n    \"status\": \"created\",\n    \"createdAt\": \"2019-10-10T15:58:39.000Z\",\n    \"updatedAt\": \"2019-10-10T15:58:39.000Z\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"},{"id":"c2e05d1a-69b8-4cb7-9003-447ff94ead0d","name":"400 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/product-categories/:product_category_id","host":["app.multivende.com"],"path":["api","product-categories",":product_category_id"],"variable":[{"key":"product_category_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"382"},{"key":"Etag","value":"W/\"17e-pnKSCZol89xXZkq04edpKUmTDkI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 15 Oct 2019 20:56:59 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""},{"id":"1b31b4ae-42e0-4501-aadd-f7acfd9c873f","name":"500 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/product-categories/:product_category_id","host":["app.multivende.com"],"path":["api","product-categories",":product_category_id"],"variable":[{"key":"product_category_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"382"},{"key":"Etag","value":"W/\"17e-pnKSCZol89xXZkq04edpKUmTDkI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 15 Oct 2019 20:56:59 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Internal Server Error</pre>\n</body>\n</html>"}],"_postman_id":"8d9e7571-a134-4e26-a410-bab61e39f518"},{"name":"Update products categories","event":[{"listen":"test","script":{"id":"b137acfa-5ed8-4ff7-a91b-0b385da25cb3","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"eb5bb4c7-94ee-4f34-ad8e-ed7a30b02c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{product_category_name}}\",\n    \"description\": \"{{product_category_description}}\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/product-categories/:product_category_id","description":"<p>This endpoint will update a product category in the associated to the Merchant.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>varchar</td>\n<td>The name of the category</td>\n<td>No</td>\n</tr>\n<tr>\n<td>description</td>\n<td>varchar</td>\n<td>The description of the category</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","product-categories",":product_category_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the product category.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_category_id"}]}},"response":[{"id":"dab975f5-5751-43bf-9c2a-ac01cbcaecbf","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Animales y Mascotas > Gatos > Estética y Cuidado > Artículos Sanitarios > Baños Sanitarios\",\n    \"description\": \"animales\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-categories/:product_category_id","host":["app.multivende.com"],"path":["api","product-categories",":product_category_id"],"variable":[{"key":"product_category_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Feb 2022 18:44:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"546"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"222-ah5ZU/d8KwZm/0FEv4FJMdp0Hkg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"branch\": \"Animales y Mascotas > Gatos > Estética y Cuidado > Artículos Sanitarios > Baños Sanitarios\",\n    \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\",\n    \"name\": \"Animales y Mascotas > Gatos > Estética y Cuidado > Artículos Sanitarios > Baños Sanitarios\",\n    \"code\": null,\n    \"description\": \"animales\",\n    \"status\": \"created\",\n    \"createdAt\": \"2021-04-27T18:46:53.000Z\",\n    \"updatedAt\": \"2022-02-15T18:44:19.000Z\",\n    \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\"\n}"},{"id":"c34bf126-b630-4905-beba-8d764fb8d291","name":"400 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Animales y Mascotas > Gatos > Estética y Cuidado > Artículos Sanitarios > Baños Sanitarios\",\n    \"description\": \"animales\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-categories/:product_category_id","host":["app.multivende.com"],"path":["api","product-categories",":product_category_id"],"variable":[{"key":"product_category_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Feb 2022 18:44:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"546"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"222-ah5ZU/d8KwZm/0FEv4FJMdp0Hkg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"},{"id":"806e3b1b-80cc-4b7d-8766-ec961efa5ec0","name":"500 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \n    \"description\": \"animales\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-categories/:product_category_id","host":["app.multivende.com"],"path":["api","product-categories",":product_category_id"],"variable":[{"key":"product_category_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Feb 2022 18:44:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"546"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"222-ah5ZU/d8KwZm/0FEv4FJMdp0Hkg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Internal Server Error</pre>\n</body>\n</html>"}],"_postman_id":"eb5bb4c7-94ee-4f34-ad8e-ed7a30b02c4c"},{"name":"Create products categories","event":[{"listen":"test","script":{"id":"ab987776-9e9f-49b2-b2d9-e0ed6b467f88","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8adee2bc-6a17-4585-8efa-7a332b999f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{product_category_name}}\",\n    \"description\": \"{{product_category_description}}\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/product-categories","description":"<p>This endpoint create a product category in the associated to the Merchant.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>varchar</td>\n<td>The name of the category</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>description</td>\n<td>varchar</td>\n<td>The description of the category</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-categories"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"32cb9729-9364-48f9-98a1-76fd9a57ee08","name":"201 created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Animales y Mascotas > Gatos > Estética y Cuidado > Artículos Sanitarios > Baños Sanitarios\",\n    \"description\": \"animales\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-categories","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-categories"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Feb 2022 18:49:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"534"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"216-QCgGDAMhxlwIZq5FXbT1dsHtRVM\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"branch\": \"Animales y Mascotas > Gatos > Estética y Cuidado > Artículos Sanitarios > Baños Sanitarios\",\n    \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\",\n    \"status\": \"created\",\n    \"name\": \"Animales y Mascotas > Gatos > Estética y Cuidado > Artículos Sanitarios > Baños Sanitarios\",\n    \"description\": \"animales\",\n    \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\",\n    \"updatedAt\": \"2022-02-15T18:49:08.000Z\",\n    \"createdAt\": \"2022-02-15T18:49:08.000Z\"\n}"},{"id":"20a75335-590d-4b73-bd97-329e7dccfd3a","name":"400 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Animales y Mascotas > Gatos > Estética y Cuidado > Artículos Sanitarios > Baños Sanitarios\",\n    \"description\": \"animales\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-categories","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-categories"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Feb 2022 18:49:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"534"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"216-QCgGDAMhxlwIZq5FXbT1dsHtRVM\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"},{"id":"5c0b69aa-5117-4c61-8ec1-3cd69fd2ca8e","name":"401 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Animales y Mascotas > Gatos > Estética y Cuidado > Artículos Sanitarios > Baños Sanitarios\",\n    \"description\": \"animales\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-categories","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-categories"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Feb 2022 18:49:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"534"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"216-QCgGDAMhxlwIZq5FXbT1dsHtRVM\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"jwt expired\",\n    \"errorType\": \"JWT Error\",\n    \"errorName\": \"TokenExpiredError\",\n    \"errorDetails\": null\n}"},{"id":"e1dd9541-23d9-4b4d-9bec-24d2dd72764c","name":"500 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Animales y Mascotas > Gatos > Estética y Cuidado > Artículos Sanitarios > Baños Sanitarios\",\n    \"description\": \"animales\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-categories","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-categories"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Feb 2022 18:49:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"534"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"216-QCgGDAMhxlwIZq5FXbT1dsHtRVM\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Internal Server Error</pre>\n</body>\n</html>"}],"_postman_id":"8adee2bc-6a17-4585-8efa-7a332b999f51"}],"id":"b614753f-bf7d-45d6-bf86-5e366f0cf4aa","_postman_id":"b614753f-bf7d-45d6-bf86-5e366f0cf4aa","description":""},{"name":"Pictures","item":[{"name":"Product Picture Sets","item":[{"name":"Get products picture sets","event":[{"listen":"test","script":{"id":"7a777b8f-5221-4149-a715-39ecb92415e4","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"product_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d5877e69-2bae-42fb-b2d5-f46158a02171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/product-picture-sets","description":"<p>This endpoint lists the image albums for the products the associated to the Merchant.</p>\n<p><strong>Addtional Notes:</strong></p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n</li>\n<li><p>The Multivende _id for the default album is \"null\".</p>\n</li>\n</ul>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-picture-sets"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"e34a20eb-659c-4f3e-a0c0-19f61b7ce0ab","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-picture-sets","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-picture-sets"],"variable":[{"key":"merchant_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Jun 2021 20:30:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a65-h/GjqIXTroA3UgAxmVipBY34GwE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n  \"entries\": [\n    {\n      \"branch\": \"Album-test-App\",\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"name\": \"Album-test-App\",\n      \"code\": null,\n      \"description\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2021-04-22T23:51:29.000Z\",\n      \"updatedAt\": \"2021-04-22T23:51:29.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n    },\n    {\n      \"branch\": \"Argentina\",\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"name\": \"Argentina\",\n      \"code\": null,\n      \"description\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2020-01-28T13:39:09.000Z\",\n      \"updatedAt\": \"2020-01-28T13:39:09.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n    },\n    {\n      \"branch\": \"Dafiti\",\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"name\": \"Dafiti\",\n      \"code\": null,\n      \"description\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2020-01-06T00:46:10.000Z\",\n      \"updatedAt\": \"2020-01-06T00:46:10.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n    },\n    {\n      \"branch\": \"ExampleAlbum\",\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"name\": \"ExampleAlbum\",\n      \"code\": null,\n      \"description\": \"This is an example album\",\n      \"status\": \"created\",\n      \"createdAt\": \"2021-04-21T00:18:30.000Z\",\n      \"updatedAt\": \"2021-04-21T00:18:30.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n    },\n    {\n      \"branch\": \"Paris\",\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"name\": \"Paris\",\n      \"code\": null,\n      \"description\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2020-07-29T20:39:33.000Z\",\n      \"updatedAt\": \"2020-07-29T20:39:33.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n    },\n    {\n      \"branch\": \"Paris\",\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"name\": \"Paris\",\n      \"code\": null,\n      \"description\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2020-07-29T20:37:30.000Z\",\n      \"updatedAt\": \"2020-07-29T20:37:30.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n    },\n    {\n      \"branch\": \"Shopify\",\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"name\": \"Shopify\",\n      \"code\": null,\n      \"description\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2020-07-29T20:10:18.000Z\",\n      \"updatedAt\": \"2020-07-29T20:10:18.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n    }\n  ],\n  \"pagination\": {\n    \"limit\": 7\n  }\n}"},{"id":"43ff7375-506b-421c-9973-8c723c6a76c0","name":"400 error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-picture-sets","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-picture-sets"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Jun 2021 20:30:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a65-h/GjqIXTroA3UgAxmVipBY34GwE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"},{"id":"909daf1d-128e-4b11-9139-8a9bd582805f","name":"500 error","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-picture-sets","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-picture-sets"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Jun 2021 20:30:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a65-h/GjqIXTroA3UgAxmVipBY34GwE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Internal Server Error</pre>\n</body>\n</html>"}],"_postman_id":"d5877e69-2bae-42fb-b2d5-f46158a02171"}],"id":"81a5d151-9e0e-4e15-a3cd-d05a11699844","description":"<p>Manage product images, upload images to products, or read image information from Multivende.</p>\n","_postman_id":"81a5d151-9e0e-4e15-a3cd-d05a11699844"},{"name":"Product Pictures","item":[{"name":"Get products pictures","event":[{"listen":"test","script":{"id":"28e5a909-92d2-4bbd-afcf-e689d5fd51ac","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"product_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"cc1b46ae-8ca1-4432-bf76-f56e6d1d9990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/products/:product_id/images","description":"<p>This endpoint list of images of a product the associated to the Merchant.</p>\n<p><strong>Additional Notes</strong></p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n</li>\n<li><p>If the <code>\"ProductPictureSetId\"</code> field is null, it is the default album.</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","products",":product_id","images"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the product in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_id"}]}},"response":[{"id":"4c91f182-8996-46f8-94af-f4c9a4876c61","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/products/:product_id/images","host":["app.multivende.com"],"path":["api","products",":product_id","images"],"variable":[{"key":"product_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Jun 2021 20:43:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"128c-Zm9cTeLj4AY9tVwqEkmv8/40KQI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/1-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"provider\": \"s3\",\n        \"title\": null,\n        \"alt\": null,\n        \"description\": null,\n        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n        \"storagePath\": null,\n        \"fileKey\": \"1-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n        \"originalServerPath\": \"/tmp/AivQ8EPan8P-L1Fp2hV68sqn.jpg\",\n        \"originalFileName\": \"1.jpg\",\n        \"fileName\": null,\n        \"fileType\": \"image/jpeg\",\n        \"fileSize\": 14257,\n        \"position\": 1,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-06-02T20:26:14.000Z\",\n        \"updatedAt\": \"2021-06-02T20:26:14.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductPictureSetId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductPictureSet\": {\n            \"branch\": \"Album-test-App\",\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Album-test-App\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-04-22T23:51:29.000Z\",\n            \"updatedAt\": \"2021-04-22T23:51:29.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        }\n    },\n    {\n        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/7707036531296_1-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"provider\": \"s3\",\n        \"title\": null,\n        \"alt\": null,\n        \"description\": null,\n        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n        \"storagePath\": null,\n        \"fileKey\": \"7707036531296_1-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n        \"originalServerPath\": \"/tmp/2loqypPk1XMLdeKHmGGdhjaG.jpg\",\n        \"originalFileName\": \"7707036531296_1.jpg\",\n        \"fileName\": null,\n        \"fileType\": \"image/jpeg\",\n        \"fileSize\": 57927,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-04-05T22:23:24.000Z\",\n        \"updatedAt\": \"2021-04-05T22:23:24.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductPictureSetId\": null,\n        \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductPictureSet\": null\n    },\n    {\n        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/arrodillada-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.png\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"provider\": \"s3\",\n        \"title\": null,\n        \"alt\": null,\n        \"description\": null,\n        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n        \"storagePath\": null,\n        \"fileKey\": \"arrodillada-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.png\",\n        \"originalServerPath\": \"/tmp/Z3NML9HHcNHq1AJVfdoZY_NL.png\",\n        \"originalFileName\": \"arrodillada.png\",\n        \"fileName\": null,\n        \"fileType\": \"image/png\",\n        \"fileSize\": 25888,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-06-02T20:26:13.000Z\",\n        \"updatedAt\": \"2021-06-02T20:26:13.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductPictureSetId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductPictureSet\": {\n            \"branch\": \"Album-test-App\",\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Album-test-App\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-04-22T23:51:29.000Z\",\n            \"updatedAt\": \"2021-04-22T23:51:29.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        }\n    },\n    {\n        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-826187-mlc28849370666_122018-o-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxoctet-stream-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"provider\": \"s3\",\n        \"title\": null,\n        \"alt\": null,\n        \"description\": null,\n        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n        \"storagePath\": null,\n        \"fileKey\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-826187-mlc28849370666_122018-o-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxoctet-stream-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n        \"originalServerPath\": \"/tmp/1e62HD34F0mYwAouzVciGSyA.jpeg\",\n        \"originalFileName\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-826187-mlc28849370666_122018-o-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.octet-stream.jpeg\",\n        \"fileName\": null,\n        \"fileType\": \"image/jpeg\",\n        \"fileSize\": 24236,\n        \"position\": 1,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-04-24T13:20:56.000Z\",\n        \"updatedAt\": \"2021-04-24T13:20:56.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductPictureSetId\": null,\n        \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductPictureSet\": null\n    }\n]"},{"id":"d2573394-7ee5-49cc-99bc-6bec367e37b5","name":"400 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/products/:product_id/images","host":["app.multivende.com"],"path":["api","products",":product_id","images"],"variable":[{"key":"product_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Jun 2021 20:43:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"128c-Zm9cTeLj4AY9tVwqEkmv8/40KQI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"},{"id":"cd333b6b-4f54-4087-bb1c-70af08ebb9ef","name":"500 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/products/:product_id/images","host":["app.multivende.com"],"path":["api","products",":product_id","images"],"variable":[{"key":"product_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Jun 2021 20:43:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"128c-Zm9cTeLj4AY9tVwqEkmv8/40KQI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Internal Server Error</pre>\n</body>\n</html>"}],"_postman_id":"cc1b46ae-8ca1-4432-bf76-f56e6d1d9990"},{"name":"Delete products images by id","id":"d72c8de8-86af-4a44-828e-6db69ff9dda9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/product-images/:product_image_id","description":"<p>This endpoint allows you to delete an image associated with a product.</p>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>To know the images associated with the product, you can obtain them by <a href=\"https://dev.multivende.com/#760a6350-2daf-4eab-9b9f-d3b4957e5ebb\">consulting the product</a> leaving the filter <strong>_include_product_picture=true</strong>.</p>\n</li>\n<li><p>The \"status\"=\"delete\" field in the response indicates that the image was successfully deleted.</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","product-images",":product_image_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>dentifier of the product image.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_image_id"}]}},"response":[{"id":"26dc9ccb-2979-40eb-9080-7ae3616050a8","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-images/:product_image_id","host":["app.multivende.com"],"path":["api","product-images",":product_image_id"],"variable":[{"key":"product_image_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/image-9f93fc1d-542a-47f7-8532-131110ac7971.png\",\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"provider\": \"s3\",\n    \"title\": null,\n    \"alt\": null,\n    \"description\": null,\n    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n    \"storagePath\": null,\n    \"fileKey\": \"image-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.png\",\n    \"originalServerPath\": \"/tmp/MRBcXpPng7NpRFY9xgiqJ5c1.png\",\n    \"originalFileName\": \"image.png\",\n    \"fileName\": null,\n    \"fileType\": \"image/png\",\n    \"fileSize\": 56291,\n    \"position\": 0,\n    \"status\": \"deleted\",\n    \"createdAt\": \"2023-07-14T16:28:29.000Z\",\n    \"updatedAt\": \"2023-07-14T16:31:56.000Z\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"ProductPictureSetId\": null,\n    \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n}"},{"id":"4db13ec8-91cf-4dc9-aab5-7d693a613820","name":"400 error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-images/:product_image_id","host":["app.multivende.com"],"path":["api","product-images",":product_image_id"],"variable":[{"key":"product_image_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/image-9f93fc1d-542a-47f7-8532-131110ac7971.png\",\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"provider\": \"s3\",\n    \"title\": null,\n    \"alt\": null,\n    \"description\": null,\n    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n    \"storagePath\": null,\n    \"fileKey\": \"image-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.png\",\n    \"originalServerPath\": \"/tmp/MRBcXpPng7NpRFY9xgiqJ5c1.png\",\n    \"originalFileName\": \"image.png\",\n    \"fileName\": null,\n    \"fileType\": \"image/png\",\n    \"fileSize\": 56291,\n    \"position\": 0,\n    \"status\": \"deleted\",\n    \"createdAt\": \"2023-07-14T16:28:29.000Z\",\n    \"updatedAt\": \"2023-07-14T16:31:56.000Z\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"ProductPictureSetId\": null,\n    \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n}"},{"id":"401e7995-ec6f-4e7d-9e8d-17ea199a4b7b","name":"500 error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-images/:product_image_id","host":["app.multivende.com"],"path":["api","product-images",":product_image_id"],"variable":[{"key":"product_image_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Internal Server Error</pre>\n</body>\n</html>"}],"_postman_id":"d72c8de8-86af-4a44-828e-6db69ff9dda9"},{"name":"Upload pictures to products by Id","id":"d677115b-5168-43fc-9619-91ad7b46cd98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>File</p>\n","value":null},{"key":"ProductPictureSetId","value":"{{product_picture_set_id}}","description":"<p>Identifier of the product image set (Optional)</p>\n","type":"text"},{"key":"position","value":"","description":"<p>optional</p>\n","type":"text"}]},"url":"app.multivende.com/api/products/:product_id/images","description":"<p>This endpoint allows upload a picture to a product</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file</td>\n<td>File</td>\n<td>The local image file</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ProductPictureSetId</td>\n<td>Text</td>\n<td>The album id</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Position</td>\n<td>Text</td>\n<td>The position of the image on the album</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Addtional Notes:</p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","products",":product_id","images"],"host":["app.multivende.com"],"query":[],"variable":[{"type":"any","value":"","key":"product_id"}]}},"response":[{"id":"1ec6e3ab-e489-496c-b13b-67ad5b5495f2","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/Angel/Desktop/test.png"},{"key":"ProductPictureSetId","value":"{{product_picture_set_id}}","type":"text","uuid":"1b0c2d30-5d17-42db-ad1b-2524d450d8f5"},{"key":"position","value":"1","type":"text","uuid":"cd48cf21-becf-4670-b391-36913d5ee7d6"}]},"url":{"raw":"app.multivende.com/api/products/:product_id/images","host":["app.multivende.com"],"path":["api","products",":product_id","images"],"variable":[{"key":"product_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"ETag","value":"W/\"2ac-LFvL7kbv1Jf5O4C1OxmlejL5h3A\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"assets/storage/products-images/test-.png\",\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"position\": 0,\n    \"status\": \"created\",\n    \"provider\": \"local\",\n    \"storagePath\": \"assets/storage/products-images\",\n    \"fileName\": \"test-.png\",\n    \"fileSize\": 5146,\n    \"fileType\": \"image/png\",\n    \"originalServerPath\": \"C:\\\\Users\\\\MV\\\\AppData\\\\Local\\\\Temp\\\\--2-.png\",\n    \"originalFileName\": \"test.png\",\n    \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2019-10-18T19:49:54.000Z\",\n    \"createdAt\": \"2019-10-18T19:49:54.000Z\"\n}"},{"id":"bc37f8aa-8dd3-4e66-aeb1-87b8e35542be","name":"401 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/Angel/Desktop/test.png"},{"key":"ProductPictureSetId","value":"{{product_picture_set_id}}","type":"text","uuid":"8f81216c-3676-4d24-947a-f025dda3af79"},{"key":"Position","value":"1","type":"text","uuid":"8732ffd4-0c64-4f57-9a3f-297f04639fa5"}]},"url":{"raw":"app.multivende.com/api/products/:product_id/images","host":["app.multivende.com"],"path":["api","products",":product_id","images"],"variable":[{"key":"product_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"ETag","value":"W/\"2ac-LFvL7kbv1Jf5O4C1OxmlejL5h3A\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"jwt expired\",\n    \"errorType\": \"JWT Error\",\n    \"errorName\": \"TokenExpiredError\",\n    \"errorDetails\": null\n}"}],"_postman_id":"d677115b-5168-43fc-9619-91ad7b46cd98"},{"name":"Upload picture to product by url","id":"645cceae-5d85-4900-95f9-6ff0cfa4cc9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\n[\n    {\n        \"productId\": \"xxxxxxxx-f391-464a-adfe-939e811173c8\",\n        \"images\": [ \"https://http2.mlstatic.com/D_NQ_NP_693507-CBT49747002566_ejemplo-O.jpg\"]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/product-pictures/picture-set/:product_pictures_set_id/images-by-url","description":"<p>This endpoint allows upload a picture to a product from an url.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productId</td>\n<td>char</td>\n<td>The id of the product</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>storageUrl</td>\n<td>varchar</td>\n<td>url of the image</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n</li>\n<li><p>The <code>product-pictures-set-id</code> can be taken from <a href=\"#5ab59741-d087-4b68-bda3-83600f4b401f\">Get products picture set</a> endpoint.</p>\n</li>\n<li><p>If you are going to upload to the <strong>default album</strong> the variable <code>product-pictures-set-id</code> = <strong>default.</strong></p>\n</li>\n<li><p>Limit 100 products.</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-pictures","picture-set",":product_pictures_set_id","images-by-url"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Identifier of the product image set.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_pictures_set_id"}]}},"response":[{"id":"16382154-87d2-4af6-a3c6-5dab1f789590","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"productId\": \"xxxxxxxx-f391-464a-adfe-939e811173c8\",\n        \"images\": [ \"https://http2.mlstatic.com/D_NQ_NP_693507-CBT49747002566_ejemplo-O.jpg\"]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-pictures/picture-set/:product_pictures_set_id/images-by-url","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-pictures","picture-set",":product_pictures_set_id","images-by-url"],"variable":[{"key":"merchant_id","value":""},{"key":"product_pictures_set_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"ETag","value":"W/\"2ac-LFvL7kbv1Jf5O4C1OxmlejL5h3A\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"productId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"imagesProcess\": [\n            {\n                \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"-d_nq_np_xxxxxx-cbt49747002566_ejemplo-o.jpeg\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"provider\": \"s3\",\n                \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                \"fileKey\": \"xxxxxxxx-0724-44c2-xxxx-050cfe48beb6-d_nq_np_693507-cbt49747002566_042022-o.jpeg\",\n                \"fileSize\": \"77156\",\n                \"fileType\": \"image/jpeg\",\n                \"originalServerPath\": \"/D_NQ_NP_693507-CBT49747002566_042022-O.jpg?category=product-image\",\n                \"originalFileName\": \"D_NQ_NP_693507-CBT49747002566_042022-O.jpg?category=product-image\",\n                \"position\": 0,\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictureSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2022-12-14T16:44:49.000Z\",\n                \"createdAt\": \"2022-12-14T16:44:49.000Z\"\n            }\n        ]\n    }\n]"},{"id":"9830e9c8-1106-430c-87c6-6b951037f102","name":"401 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"productId\": \"xxxxxxxx-f391-464a-adfe-939e811173c8\",\n        \"images\": [ \"https://http2.mlstatic.com/D_NQ_NP_693507-CBT49747002566_ejemplo-O.jpg\"]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-pictures/picture-set/:product_pictures_set_id/images-by-url","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-pictures","picture-set",":product_pictures_set_id","images-by-url"],"variable":[{"key":"merchant_id","value":""},{"key":"product_pictures_set_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"ETag","value":"W/\"2ac-LFvL7kbv1Jf5O4C1OxmlejL5h3A\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"jwt expired\",\n    \"errorType\": \"JWT Error\",\n    \"errorName\": \"TokenExpiredError\",\n    \"errorDetails\": null\n}"}],"_postman_id":"645cceae-5d85-4900-95f9-6ff0cfa4cc9f"},{"name":"Update product picture position","id":"23eec049-4c0b-4108-9b39-b3a84cd22aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"\n[\n    {\n        \"productId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"images\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX\"\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/product-pictures/picture-set/:product_pictures_set_id/update-position","description":"<p>This endpoint allows update the position to a picture for an product.</p>\n<p>Additional Notes:</p>\n<ul>\n<li><p>The index of the array is the corresponding position.</p>\n</li>\n<li><p>The <code>product_pictures_set_id</code> can be taken from <a href=\"#5ab59741-d087-4b68-bda3-83600f4b401f\">Get products picture set</a> endpoint.</p>\n</li>\n<li><p>If you are going to upload to the default album the variable <code>product_pictures_set_id</code> = <code>\"default\"</code></p>\n</li>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-pictures","picture-set",":product_pictures_set_id","update-position"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Identifier of the product image set.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_pictures_set_id"}]}},"response":[{"id":"91437ad1-78a3-40cc-8a05-b1698bdcc223","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"productId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"images\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-pictures/picture-set/:product_pictures_set_id/update-position","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-pictures","picture-set",":product_pictures_set_id","update-position"],"variable":[{"key":"merchant_id","value":""},{"key":"product_pictures_set_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"ETag","value":"W/\"2ac-LFvL7kbv1Jf5O4C1OxmlejL5h3A\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"19ef93ef-ad1c-4e25-ba4a-0a5c0c464d6e","name":"401 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"productId\": \"xxxxxxxx-464a-496b-b412-d956be3b5821\",\n        \"images\": [\n            {\n                \"_id\": \"xxxxxxxx-7a05-430c-8070-baaabc715c02\"\n            },\n            {\n                \"_id\": \"xxxxxxxx-634d-4140-9bbe-934a94d902a2\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-pictures/picture-set/:product_pictures_set_id/update-position","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-pictures","picture-set",":product_pictures_set_id","update-position"],"variable":[{"key":"merchant_id","value":""},{"key":"product_pictures_set_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"ETag","value":"W/\"2ac-LFvL7kbv1Jf5O4C1OxmlejL5h3A\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"jwt expired\",\n    \"errorType\": \"JWT Error\",\n    \"errorName\": \"TokenExpiredError\",\n    \"errorDetails\": null\n}"}],"_postman_id":"23eec049-4c0b-4108-9b39-b3a84cd22aa5"},{"name":"Update Alt Picture","id":"1cf44506-b73d-4fd1-91a5-0cfcdb0d8b20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"alt\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/product-pictures/:product_image_id/alt","description":"<p>This endpoint allows you to record a value for the Alt attribute.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Alt</td>\n<td>Varchar</td>\n<td>The Alt attribute value</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","product-pictures",":product_image_id","alt"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the product image.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_image_id"}]}},"response":[{"id":"f9c62604-c23f-4ddc-87b4-99861269b326","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"alt\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-pictures/:product_image_id/alt","host":["app.multivende.com"],"path":["api","product-pictures",":product_image_id","alt"],"variable":[{"key":"product_image_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/p-peya-96-1-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.jpg\",\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"provider\": \"s3\",\n    \"title\": null,\n    \"alt\": \"4\",\n    \"description\": null,\n    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n    \"storagePath\": null,\n    \"fileKey\": \"p-peya-96-1-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.jpg\",\n    \"originalServerPath\": \"/tmp/DPWidElkmtwvFsH89dDETsdh.jpg\",\n    \"originalFileName\": \"p-PEYA-96-1.jpg\",\n    \"fileName\": null,\n    \"fileType\": \"image/jpeg\",\n    \"fileSize\": 47497,\n    \"position\": 1,\n    \"status\": \"created\",\n    \"createdAt\": \"2024-07-11T20:20:30.000Z\",\n    \"updatedAt\": \"2024-10-22T23:42:21.000Z\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPictureSetId\": null,\n    \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"},{"id":"db98cb6d-2fc9-4f69-a9e5-89ee00c32a1c","name":"400 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"alt\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-pictures/:product_image_id/alt","host":["app.multivende.com"],"path":["api","product-pictures",":product_image_id","alt"],"variable":[{"key":"product_image_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"},{"id":"18cc2679-f1b0-43d7-88ec-0231fcc16edc","name":"500 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"alt\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-pictures/:product_image_id/alt","host":["app.multivende.com"],"path":["api","product-pictures",":product_image_id","alt"],"variable":[{"key":"product_image_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Internal Server Error</pre>\n</body>\n</html>"}],"_postman_id":"1cf44506-b73d-4fd1-91a5-0cfcdb0d8b20"}],"id":"726d7092-7cb8-4f82-b0c6-fe3cdc25cb19","_postman_id":"726d7092-7cb8-4f82-b0c6-fe3cdc25cb19","description":""},{"name":"Product Version Pictures","item":[{"name":"Delete products versions images by id","id":"a0ae2c19-4448-438a-b270-cf7cbd2c9f82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/product-version-images/:product_versions_image_id","description":"<p>This endpoint allows you to delete an image associated with a product version.</p>\n<p>To know the images associated with the product version, you can obtain them by consulting the product leaving the filter <strong>_include_product_picture=true</strong>.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","product-version-images",":product_versions_image_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the product version image.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_versions_image_id"}]}},"response":[{"id":"65ae8bfc-fcae-4a94-9226-2d7101afd256","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-version-images/:product_versions_image_id","host":["app.multivende.com"],"path":["api","product-version-images",":product_versions_image_id"],"variable":[{"key":"product_versions_image_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-product-versions-images/captura-de-pantalla-2022-05-30-a-las-122401-a-m-60343e1f-af7f-4b1d-8b44-0a182679f740.png\",\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"provider\": \"s3\",\n    \"title\": null,\n    \"alt\": null,\n    \"description\": null,\n    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-product-versions-images\",\n    \"storagePath\": null,\n    \"fileKey\": \"captura-de-pantalla-2022-05-30-a-las-122401-a-m-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.png\",\n    \"originalServerPath\": \"/tmp/kVNZRnWaPRgD8AkgZWegHIsp.png\",\n    \"originalFileName\": \"Captura de Pantalla 2022-05-30 a la(s) 12.24.01 a. m..png\",\n    \"fileName\": null,\n    \"fileType\": \"image/png\",\n    \"fileSize\": 651991,\n    \"position\": 0,\n    \"status\": \"deleted\",\n    \"createdAt\": \"2023-07-14T15:18:13.000Z\",\n    \"updatedAt\": \"2023-07-14T15:37:28.000Z\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"ProductPictureSetId\": null,\n    \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n}"},{"id":"e911663b-d9b1-4704-83f6-0ab405c59bba","name":"400 error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-version-images/:product_versions_image_id","host":["app.multivende.com"],"path":["api","product-version-images",":product_versions_image_id"],"variable":[{"key":"product_versions_image_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"}],"_postman_id":"a0ae2c19-4448-438a-b270-cf7cbd2c9f82"},{"name":"Get products versions pictures","event":[{"listen":"test","script":{"id":"1697ab81-cd88-46a9-9556-6eb5a0405181","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"product_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3aa3604d-d6b7-4daf-8123-ba0d1de2646c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/product-versions/:product_version_id/images","description":"<p>This endpoint lists images of the versions of a product the associated to the Merchant.</p>\n<p>If the <code>\"ProductPictureSetId\"</code> field is null, it is the default album.</p>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","product-versions",":product_version_id","images"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the product version (variant).</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_version_id"}]}},"response":[{"id":"a698f744-02d4-4fa1-977e-72cb78f67868","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/product-versions/:product_version_id/images","host":["app.multivende.com"],"path":["api","product-versions",":product_version_id","images"],"variable":[{"key":"product_version_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Jun 2021 20:43:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"610-y73hyCAemxGE3nv3L0on4NYvKtI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-product-versions-images/1-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"alt\": null,\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"createdAt\": \"2021-06-02T20:36:10.000Z\",\n        \"updatedAt\": \"2021-06-02T20:36:10.000Z\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"fileType\": \"image/jpeg\",\n        \"provider\": \"s3\",\n        \"status\": \"created\",\n        \"storagePath\": null,\n        \"fileName\": null,\n        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-product-versions-images\",\n        \"fileKey\": \"1-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n        \"position\": 0,\n        \"ProductPictureSetId\": null,\n        \"ProductPictureSet\": null\n    },\n    {\n        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-product-versions-images/arrodillada-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.png\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"alt\": null,\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"createdAt\": \"2021-06-02T20:36:11.000Z\",\n        \"updatedAt\": \"2021-06-02T20:36:11.000Z\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"fileType\": \"image/png\",\n        \"provider\": \"s3\",\n        \"status\": \"created\",\n        \"storagePath\": null,\n        \"fileName\": null,\n        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-product-versions-images\",\n        \"fileKey\": \"arrodillada-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.png\",\n        \"position\": 0,\n        \"ProductPictureSetId\": null,\n        \"ProductPictureSet\": null\n    }\n]"},{"id":"7802f7ae-771c-4318-bde2-6fc34c143fd5","name":"400 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/product-versions/:product_version_id/images","host":["app.multivende.com"],"path":["api","product-versions",":product_version_id","images"],"variable":[{"key":"product_version_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Jun 2021 20:43:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"610-y73hyCAemxGE3nv3L0on4NYvKtI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"}],"_postman_id":"3aa3604d-d6b7-4daf-8123-ba0d1de2646c"},{"name":"Upload picture to product version by Id","id":"2b5c9d57-abcd-4304-8f77-93a882354db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/Angel/Desktop/test.png"},{"key":"ProductPictureSetId","value":"{{product_picture_set_id}}","description":"<p>optional</p>\n","type":"text"},{"key":"position","value":"","description":"<p>optional</p>\n","type":"text"}]},"url":"app.multivende.com/api/product-versions/:product_version_id/images","description":"<p>This endpoint allows upload a picture to a product version</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>file</td>\n<td>File</td>\n<td>The local file of the image</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>ProductPictureSetId</td>\n<td>Text</td>\n<td>The id of the album</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Text</td>\n<td>The position of the imagen at the album</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Additional Notes:</p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","product-versions",":product_version_id","images"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the product version (variant).</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_version_id"}]}},"response":[{"id":"a2f0b7ad-118e-4638-bf57-2b39235b024f","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/Angel/Desktop/test.png"}]},"url":{"raw":"app.multivende.com/api/product-versions/:product_version_id/images","host":["app.multivende.com"],"path":["api","product-versions",":product_version_id","images"],"variable":[{"key":"product_version_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"707"},{"key":"ETag","value":"W/\"2c3-LnsJCNtGZPI/x3v02kN3sdgU54Q\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:55:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"assets/storage/product-versions-images/test-png\",\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"position\": 0,\n    \"status\": \"created\",\n    \"provider\": \"local\",\n    \"storagePath\": \"assets/storage/product-versions-images\",\n    \"fileName\": \"test-png\",\n    \"fileSize\": 5146,\n    \"fileType\": \"image/png\",\n    \"originalServerPath\": \"C:\\\\Users\\\\MV\\\\AppData\\\\Local\\\\Temp\\\\CBxRLMmS-Q8JmUPiat3cGHAj.png\",\n    \"originalFileName\": \"test.png\",\n    \"ProductVersionId\": \"6848131d-c93e-4b2d-87ff-2f17712f4d67\",\n    \"CreatedById\": \"dadf0be7-a5ba-4687-b257-74201619c4da\",\n    \"UpdatedById\": \"dadf0be7-a5ba-4687-b257-74201619c4da\",\n    \"updatedAt\": \"2019-10-18T19:55:17.000Z\",\n    \"createdAt\": \"2019-10-18T19:55:17.000Z\"\n}"},{"id":"83977484-2e80-4135-9020-d4efdebf86ec","name":"400 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/Angel/Desktop/test.png"}]},"url":{"raw":"app.multivende.com/api/product-versions/:product_version_id/images","host":["app.multivende.com"],"path":["api","product-versions",":product_version_id","images"],"variable":[{"key":"product_version_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"707"},{"key":"ETag","value":"W/\"2c3-LnsJCNtGZPI/x3v02kN3sdgU54Q\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:55:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"}],"_postman_id":"2b5c9d57-abcd-4304-8f77-93a882354db6"},{"name":"Upload picture to product version by url","id":"95e836e2-cf89-4578-8f5a-7dba9d9798b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\n[\n    {\n        \"productVersionId\": \"xxxxxxxx-f391-464a-adfe-939e811173c8\",\n        \"images\": [ \"https://http2.mlstatic.com/D_NQ_NP_693507-CBT49747002566_ejemplo-O.jpg\"]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/product-versions-pictures/picture-set/:product_pictures_set_id/images-by-url","description":"<p>This endpoint allows upload a picture to a product version from an url</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productVersionId</td>\n<td>varchar</td>\n<td>The id of theproduct version</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>images [ ]</td>\n<td>array</td>\n<td>List of the images urls</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Additional Notes:</p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n</li>\n<li><p>The <code>product-pictures-set-id</code> can be taken from <a href=\"#5ab59741-d087-4b68-bda3-83600f4b401f\">Get products picture set</a> endpoint.</p>\n</li>\n<li><p>If you are going to upload to the default album the variable <code>product_pictures_set_id</code> = <code>default</code></p>\n</li>\n<li><p>Limit 100 products</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-versions-pictures","picture-set",":product_pictures_set_id","images-by-url"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Identifier of the product image set.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_pictures_set_id"}]}},"response":[{"id":"aa0b21e7-8c16-4398-aac3-cfc3207638c0","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"productVersionId\": \"xxxxxxxx-f391-464a-adfe-939e811173c8\",\n        \"images\": [ \"https://http2.mlstatic.com/D_NQ_NP_693507-CBT49747002566_ejemplo-O.jpg\"]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-versions-pictures/picture-set/:product_pictures_set_id/images-by-url","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-versions-pictures","picture-set",":product_pictures_set_id","images-by-url"],"variable":[{"key":"merchant_id","value":""},{"key":"product_pictures_set_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"ETag","value":"W/\"2ac-LFvL7kbv1Jf5O4C1OxmlejL5h3A\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"productVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"imagesProcess\": [\n            {\n                \"url\": \"https://im-prod-v2-xxxxxxxxxxxx.amazonaws.com/xxxxxxxxx-xxxx-xxxx-9b88-b8e6f09f95d4-o.gif\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"provider\": \"s3\",\n                \"storageUrl\": \"https://xxxxxxxxxx-product-xxxxxxxxxxxxxxx.amazonaws.com\",\n                \"fileKey\": \"xxxxxxxx-71f0-4c47-9b88-b8e6f09f95d4-o.gif\",\n                \"fileSize\": \"8456\",\n                \"fileType\": \"image/gif\",\n                \"originalServerPath\": \"/xxxxxxx/xxxxxxx/xxxxxxx/img-not-available/1.1.0/O.gif\",\n                \"originalFileName\": \"O.gif\",\n                \"position\": 0,\n                \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictureSetId\": null,\n                \"updatedAt\": \"2025-10-14T12:16:05.000Z\",\n                \"createdAt\": \"2025-10-14T12:16:05.000Z\"\n            }\n        ]\n    }\n]"},{"id":"1a4aca27-51d1-4a59-b15c-d035451c22b3","name":"400 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"productVersionId\": \"xxxxxxxx-f391-464a-adfe-939e811173c8\",\n        \"images\": [ \"https://http2.mlstatic.com/D_NQ_NP_693507-CBT49747002566_ejemplo-O.jpg\"]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-versions-pictures/picture-set/:product_pictures_set_id/images-by-url","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-versions-pictures","picture-set",":product_pictures_set_id","images-by-url"],"variable":[{"key":"merchant_id","value":""},{"key":"product_pictures_set_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"ETag","value":"W/\"2ac-LFvL7kbv1Jf5O4C1OxmlejL5h3A\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"}],"_postman_id":"95e836e2-cf89-4578-8f5a-7dba9d9798b1"},{"name":"Update product version picture position","id":"a811e1ca-b168-407a-a782-50fa995d9791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"\n[\n    {\n        \"productVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"images\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/product-versions-pictures/picture-set/:product_pictures_set_id/update-position","description":"<p>This endpoint allows update the position to a picture for a product version.</p>\n<p>The index of the array is the corresponding position.</p>\n<p>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n<p>The <code>product_pictures_set_id</code> can be taken from <a href=\"https://desktop.postman.com/?desktopVersion=10.6.0&amp;webVersion=10.6.7-ui-221210-1433&amp;userId=4439232&amp;teamId=111570\">Get products picture set</a> endpoint.</p>\n<p>If you are going to upload to the default album the variable <code>product_pictures_set_id</code> = <code>default</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-versions-pictures","picture-set",":product_pictures_set_id","update-position"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Identifier of the product image set.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_pictures_set_id"}]}},"response":[{"id":"167c8536-2f8f-4549-b2e5-9a52abe0263f","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"productVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"images\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-versions-pictures/picture-set/:product_pictures_set_id/update-position","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-versions-pictures","picture-set",":product_pictures_set_id","update-position"],"variable":[{"key":"merchant_id","value":""},{"key":"product_pictures_set_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"ETag","value":"W/\"2ac-LFvL7kbv1Jf5O4C1OxmlejL5h3A\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"images\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"error\": \"{}\"\n    }\n]"},{"id":"13663c47-a610-43a2-99b8-5f5ba02aa4bd","name":"200 OK - No match error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"productVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"images\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-versions-pictures/picture-set/:product_pictures_set_id/update-position","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-versions-pictures","picture-set",":product_pictures_set_id","update-position"],"variable":[{"key":"merchant_id","value":""},{"key":"product_pictures_set_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"ETag","value":"W/\"2ac-LFvL7kbv1Jf5O4C1OxmlejL5h3A\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"productId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"message\": \"The number of images sent does not match the number of images that the product has in the album.\"\n    }\n]"},{"id":"1e98059b-c403-4ea6-a38c-ccbafc9bbff4","name":"400 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"productVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"images\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-versions-pictures/picture-set/:product_pictures_set_id/update-position","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-versions-pictures","picture-set",":product_pictures_set_id","update-position"],"variable":[{"key":"merchant_id","value":""},{"key":"product_pictures_set_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"ETag","value":"W/\"2ac-LFvL7kbv1Jf5O4C1OxmlejL5h3A\""},{"key":"Date","value":"Fri, 18 Oct 2019 19:49:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"}],"_postman_id":"a811e1ca-b168-407a-a782-50fa995d9791"}],"id":"d71c0502-6158-40cd-bedf-85de30e026ae","_postman_id":"d71c0502-6158-40cd-bedf-85de30e026ae","description":""}],"id":"dbf582cc-ebb4-4cab-be5c-0fa4ddf3cf01","_postman_id":"dbf582cc-ebb4-4cab-be5c-0fa4ddf3cf01","description":""},{"name":"Configurations","item":[{"name":"Products","item":[{"name":"Custom Attributes","item":[{"name":"Custom Attributes Sets","item":[{"name":"Create Custom Attribute Sets","event":[{"listen":"test","script":{"id":"0a791508-e0a5-41d6-bd07-43ca79434325","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_attribute_set_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"be9741ca-780a-4a42-9e72-7e0521f118d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{custom_attribute_set_name}}\",\n    \"description\": \"{{custom_attribute_set_description}}\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/custom-attribute-sets/:attribute_set_scope","description":"<p>This endpoint enables a set of custom attributes on the associated merchant.</p>\n<p>To create a set of the custom attributes for products, you need to set the variable  = products</p>\n<p>To create a set of custom attributes for product versions, you must set the variable  = product_versions</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint, <code>attribute_set_scope</code> can be: \"products\" or \"product_versions\" endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","m",":merchant_id","custom-attribute-sets",":attribute_set_scope"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Scope in which the attribute set is applied (e.g., global or specific context).</p>\n","type":"text/plain"},"type":"any","value":"","key":"attribute_set_scope"}]}},"response":[{"id":"3176deb2-4897-49de-bf0c-0eb7a2c42f5d","name":"Create Custom Attribute Sets","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{custom_attribute_set_name}}\",\n    \"description\": \"{{custom_attribute_set_description}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/custom-attribute-sets/:attribute_set_scope","host":["app.multivende.com"],"path":["api","m",":merchant_id","custom-attribute-sets",":attribute_set_scope"],"variable":[{"key":"merchant_id","value":""},{"key":"attribute_set_scope","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Feb 2022 19:04:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"432"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1b0-Y4rGRu6/1b/6oEnXzzp3+gnMPJk\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"position\": 0,\n  \"status\": \"created\",\n  \"name\": \"Group att\",\n  \"description\": \"Group att products\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeScopeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"updatedAt\": \"2022-02-15T19:04:14.000Z\",\n  \"createdAt\": \"2022-02-15T19:04:14.000Z\"\n}"}],"_postman_id":"be9741ca-780a-4a42-9e72-7e0521f118d2"},{"name":"Update Custom Attribute Sets","event":[{"listen":"test","script":{"id":"0cc63142-c974-458b-bbba-358e7795ad47","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_attribute_set_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e9f33d84-5dd5-4b57-82e0-1135924c9fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{custom_attribute_set_name}}\",\n    \"description\": \"{{custom_attribute_set_description}}\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/custom-attribute-sets/:custom_attribute_set_id","description":"<p>This endpoint allows you to update a set of custom attributes on the associated merchant.</p>\n<p><strong>Note:</strong> The <code>custom_attribute_set_id</code> can be taken from <a href=\"#19d7c870-df30-451f-96b7-98e9ea17473f\">Get Custom Attribute Sets</a>.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","custom-attribute-sets",":custom_attribute_set_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the custom attribute set.</p>\n","type":"text/plain"},"type":"any","value":"","key":"custom_attribute_set_id"}]}},"response":[{"id":"8f76a887-f1e6-425d-bfdf-f11239b7fea7","name":"Update Custom Attribute Sets","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Atributos Dafiti - Versiones\",\n    \"description\": \"Atributos Dafiti - Versiones test\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/custom-attribute-sets/:custom_attribute_set_id","host":["app.multivende.com"],"path":["api","custom-attribute-sets",":custom_attribute_set_id"],"variable":[{"key":"custom_attribute_set_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Feb 2022 16:14:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"490"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1ea-0pcz7RtSVUXnFQW8jfhLF9yM1C4\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"Atributos Dafiti - Versiones\",\n  \"code\": null,\n  \"description\": \"Atributos Dafiti - Versiones test\",\n  \"position\": 0,\n  \"tags\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2021-08-02T19:14:00.000Z\",\n  \"updatedAt\": \"2022-02-16T16:14:17.000Z\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeScopeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"}],"_postman_id":"e9f33d84-5dd5-4b57-82e0-1135924c9fac"},{"name":"Get Custom Attribute Sets","event":[{"listen":"test","script":{"id":"479fb2cd-7efd-4ee8-a047-d7aeac056656","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_attribute_set_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e0c7cc4f-2536-4038-a91c-f2fc40c1cccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/custom-attribute-sets/:attribute_set_scope","description":"<p>This endpoint will list the Custom Attribute Sets in the associated Merchant.</p>\n<p>To obtain the custom attributes available for products, you must set the variable  = products</p>\n<p>To obtain the custom attributes available for the product versions, you must set the variable  = product_versions</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint, <code>attribute_set_scope</code> can be: \"products\" or \"product_versions\" endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","m",":merchant_id","custom-attribute-sets",":attribute_set_scope"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Scope in which the attribute set is applied (e.g., global or specific context).</p>\n","type":"text/plain"},"type":"any","value":"","key":"attribute_set_scope"}]}},"response":[{"id":"7cc82552-079f-4f56-9f42-ba5c94bd272d","name":"Get Custom Attribute Sets","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/custom-attribute-sets/:attribute_set_scope","host":["app.multivende.com"],"path":["api","m",":merchant_id","custom-attribute-sets",":attribute_set_scope"],"variable":[{"key":"merchant_id","value":""},{"key":"attribute_set_scope","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Feb 2022 18:56:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"446a-aTHr8WzPS+A7K0Qw+ZPOidjB65c\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"Falabella - Configuración General\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"Falabella - Simuladores y Soportes Volante\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"Hites - Configuración General\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"Marketplaces - Configuración General\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"Mercadolibre - Configuración General\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"Mercadolibre - Sillas Gamer\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"Mercadolibre - Simuladores y Soportes Volante\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"MercadoRipley - Configuración General\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"MercadoRipley - Simuladores y Soportes Volante\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"Paris - Configuración General\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"Paris - Simuladores y Soportes Volante\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"Shopify - Configuración General\",\n        \"position\": 0\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"Walmart - Configuración General\",\n        \"position\": 0\n    }\n]"}],"_postman_id":"e0c7cc4f-2536-4038-a91c-f2fc40c1cccc"}],"id":"7944c25d-5527-43a4-b2da-29e672b3449c","_postman_id":"7944c25d-5527-43a4-b2da-29e672b3449c","description":""},{"name":"Get Custom Attributes Type","event":[{"listen":"test","script":{"id":"6c78860b-6994-4a48-a203-cf6a49a1d6e7","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8cae72a8-b776-4132-99e8-6a8274e901b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/custom-attribute-types","description":"<p>This final point allows to list the types of custom attributes that can be created</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","custom-attribute-types"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"8471fc0f-e466-40e4-90c8-3970a0752791","name":"Get Custom Attributes Type","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/custom-attribute-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Feb 2022 16:51:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"aec-ZBM0MnAqvOUTIzi3To40Xzvb7XY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"61033f6c-0689-426c-813f-c2ea081d2e73\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n        \"code\": \"single_line_text\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n        \"position\": 0,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"763c2831-b9af-462f-8974-d401f358949c\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n        \"code\": \"single_selection_list\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"a844377d-5b70-4aa8-b0ae-71aa260f010e\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Multiple_line_text.Name\",\n        \"code\": \"multiple_line_text\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Multiple_line_text.Description\",\n        \"position\": 2,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"a07ffb20-452a-480a-98a6-f7d37fedffe2\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Name\",\n        \"code\": \"html_text\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Description\",\n        \"position\": 3,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"0649d0f8-8c54-11e8-bf89-1231d7e4ab9a\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Name\",\n        \"code\": \"number\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Description\",\n        \"position\": 4,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"2793d4de-8c54-11e8-bf89-1231d7e4ab9a\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Name\",\n        \"code\": \"radio\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Description\",\n        \"position\": 5,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"9837ecba-4020-11e9-8361-54e1adf69410\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Product_category.Name\",\n        \"code\": \"product_category\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Product_category.Description\",\n        \"position\": 6,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"0514a389-68ed-11e9-bb40-2c56dc130c0d\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.CheckBox.Name\",\n        \"code\": \"check_box\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.CheckBox.Description\",\n        \"position\": 7,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"dc0d921b-3d20-11ea-84d4-e4e74934d1f8\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Custom_attribute_set.Name\",\n        \"code\": \"custom_attribute_set\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Custom_attribute_set.Description\",\n        \"position\": 8,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    }\n]"}],"_postman_id":"8cae72a8-b776-4132-99e8-6a8274e901b9"},{"name":"Get Code Types","event":[{"listen":"test","script":{"id":"6c78860b-6994-4a48-a203-cf6a49a1d6e7","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"dab85811-fc96-4c92-a44d-d4f78b403212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/code-types","description":"<p>This final point allows to list the types of code types</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","code-types"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"04cee41b-bcda-470d-aa9b-f5a6f0d67dd7","name":"Get Code Types","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/custom-attribute-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Feb 2022 16:51:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"aec-ZBM0MnAqvOUTIzi3To40Xzvb7XY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"09fdcf5b-7355-11ee-8005-06623390b47b\",\n            \"name\": \"CODE_TYPES.OTHER.Name\",\n            \"code\": \"_code_type_other_\",\n            \"description\": \"CODE_TYPES.OTHER.Description\",\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2023-09-21T00:00:00.000Z\",\n            \"updatedAt\": \"2023-09-21T00:00:00.000Z\"\n        },\n        {\n            \"_id\": \"0e72964e-ff4f-11e6-89f7-e8113204ac02\",\n            \"name\": \"CODE_TYPES.JAN.Name\",\n            \"code\": \"_code_type_jan_\",\n            \"description\": \"CODE_TYPES.JAN.Description\",\n            \"position\": 0,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"createdAt\": \"2017-03-02T10:43:53.000Z\",\n            \"updatedAt\": \"2017-03-02T10:43:53.000Z\"\n        },\n        {\n            \"_id\": \"384830da-ff50-11e6-89f7-e8113204ac02\",\n            \"name\": \"CODE_TYPES.ISBN13.Name\",\n            \"code\": \"_code_type_isbn13_\",\n            \"description\": \"CODE_TYPES.ISBN13.Description\",\n            \"position\": 0,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"createdAt\": \"2017-03-02T10:43:53.000Z\",\n            \"updatedAt\": \"2017-03-02T10:43:53.000Z\"\n        },\n        {\n            \"_id\": \"3dd2efb6-ff4c-11e6-89f7-e8113204ac02\",\n            \"name\": \"CODE_TYPES.EAN.Name\",\n            \"code\": \"_code_type_ean_\",\n            \"description\": \"CODE_TYPES.EAN.Description\",\n            \"position\": 0,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"createdAt\": \"2017-03-02T10:43:53.000Z\",\n            \"updatedAt\": \"2017-03-02T10:43:53.000Z\"\n        },\n        {\n            \"_id\": \"6a1c1c30-ff4e-11e6-89f7-e8113204ac02\",\n            \"name\": \"CODE_TYPES.UPC.Name\",\n            \"code\": \"_code_type_upc_\",\n            \"description\": \"CODE_TYPES.UPC.Description\",\n            \"position\": 0,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"createdAt\": \"2017-03-02T10:43:53.000Z\",\n            \"updatedAt\": \"2017-03-02T10:43:53.000Z\"\n        },\n        {\n            \"_id\": \"f0e8a50f-594d-11ee-8005-06623390b47b\",\n            \"name\": \"CODE_TYPES.GTIN.Name\",\n            \"code\": \"_code_type_gtin_\",\n            \"description\": \"CODE_TYPES.GTIN.Description\",\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2023-09-21T00:00:00.000Z\",\n            \"updatedAt\": \"2023-09-21T00:00:00.000Z\"\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 6\n    }\n}"}],"_postman_id":"dab85811-fc96-4c92-a44d-d4f78b403212"},{"name":"Create Custom Attribute","event":[{"listen":"test","script":{"id":"b9c229fc-6d03-4c07-8d0a-557ed9af1076","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_attribute_set_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"72dfe7b8-ac5c-4e6f-9b80-a8edd9056674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{custom_attribute_name}}\",\n    \"description\": \"{{custom_attribute_description}}\",\n    \"code\": \"{{custom_attribute_code}}\",\n    \"CustomAttributeTypeId\": \"{{custom_attribute_type_id}}\",\n    \"CustomAttributeSpecificityId\": \"7464869d-968b-46d4-85c5-0e349052c5c9\",\n    \"CustomAttributeOptions\": [\n        {\n            \"text\": \"{{custom_attribute_option_text}}\",\n            \"code\": \"{{custom_attribute_option_code}}\",\n            \"status\": \"waiting-for-creation\"\n        },\n        {\n            \"text\": \"{{custom_attribute_option_text}}\",\n            \"code\": \"{{custom_attribute_option_code}}\",\n            \"status\": \"waiting-for-creation\"\n        },\n        {\n            \"text\": \"{{custom_attribute_option_text}}\",\n            \"code\": \"{{custom_attribute_option_code}}\",\n            \"status\": \"waiting-for-creation\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/custom-attribute-sets/:custom_attribute_set_id/custom-attributes","description":"<p>This endpoint allows you to create a custom attribute in a custom attribute set</p>\n<p><strong>Note:</strong> The <code>custom_attribute_type_id</code> can be taken from <a href=\"#142e5ba1-002a-4bd6-9f97-41d692328b6f\">Get Custom Attributes Type</a></p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","custom-attribute-sets",":custom_attribute_set_id","custom-attributes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the custom attribute set.</p>\n","type":"text/plain"},"type":"any","value":"","key":"custom_attribute_set_id"}]}},"response":[{"id":"94e672fa-66c4-4d71-8b9e-3b5bad44f1ac","name":"Create Custom Attribute (Options)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"test_custom_att\",\n    \"CustomAttributeTypeId\": \"763c2831-b9af-462f-8974-d401f358949c\",\n    \"CustomAttributeSpecificityId\": \"7464869d-968b-46d4-85c5-0e349052c5c9\",\n    \"name\": \"test - custom att\",\n    \"description\": \"test custom\",\n    \"CustomAttributeOptions\": [\n        {\n            \"text\": \"Option 1\",\n            \"code\": \"option_1\",\n            \"status\": \"waiting-for-creation\"\n        },\n        {\n            \"text\": \"Option 2\",\n            \"code\": \"option_2\",\n            \"status\": \"waiting-for-creation\"\n        },\n        {\n            \"text\": \"Option 3\",\n            \"code\": \"option_3\",\n            \"status\": \"waiting-for-creation\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/custom-attribute-sets/:custom_attribute_set_id/custom-attributes","host":["app.multivende.com"],"path":["api","custom-attribute-sets",":custom_attribute_set_id","custom-attributes"],"variable":[{"key":"custom_attribute_set_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Feb 2022 16:59:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"653"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"28d-Ax4JQiz9ziE5eYGVq8lUx9iACKY\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"position\": 0,\n  \"status\": \"created\",\n  \"name\": \"test - custom att\",\n  \"code\": \"test_custom_att\",\n  \"description\": \"test custom\",\n  \"CustomAttributeTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeScopeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSetId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"updatedAt\": \"2022-02-17T16:59:14.000Z\",\n  \"createdAt\": \"2022-02-17T16:59:14.000Z\"\n}"},{"id":"cfb65123-0384-4e14-bfe9-9be55f07dd5e","name":"Create Custom Attribute (Simple)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"test_line\",\n    \"CustomAttributeTypeId\": \"61033f6c-0689-426c-813f-c2ea081d2e73\",\n    \"CustomAttributeSpecificityId\": \"7464869d-968b-46d4-85c5-0e349052c5c9\",\n    \"name\": \"test line\",\n    \"description\": \"test line\",\n    \"CustomAttributeOptions\": []\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/custom-attribute-sets/:custom_attribute_set_id/custom-attributes","host":["app.multivende.com"],"path":["api","custom-attribute-sets",":custom_attribute_set_id","custom-attributes"],"variable":[{"key":"custom_attribute_set_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Feb 2022 17:02:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"637"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"27d-qF41SB/g/h295mrCuk6YUwfwnRE\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"position\": 0,\n  \"status\": \"created\",\n  \"name\": \"test line\",\n  \"code\": \"test_line\",\n  \"description\": \"test line\",\n  \"CustomAttributeTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeScopeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSetId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"updatedAt\": \"2022-02-17T17:02:31.000Z\",\n  \"createdAt\": \"2022-02-17T17:02:31.000Z\"\n}"}],"_postman_id":"72dfe7b8-ac5c-4e6f-9b80-a8edd9056674"},{"name":"Update Custom Attribute","event":[{"listen":"test","script":{"id":"e462e9af-dc54-4b19-be66-2fa55cd4f13d","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_attribute_set_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f64785a2-ec53-475d-80c4-16f01dde94de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"_id\": \"\",\n    \"name\": \"{{custom_attribute_name}}\",\n    \"description\": \"{{custom_attribute_description}}\",\n    \"code\": \"{{custom_attribute_code}}\",\n    \"tags\": null,\n    \"CustomAttributeSetId\": \"\",\n    \"CustomAttributeOptions\": [\n        {\n            \"_id\": \"{{custom_attribute_option_id}}\",\n            \"name\": \"{{custom_attribute_option_name}}\",\n            \"description\": \"{{custom_attribute_option_description}}\",\n            \"text\": \"{{custom_attribute_option_text}}\",\n            \"number\": \"{{custom_attribute_option_number}}\",\n            \"code\": \"{{custom_attribute_option_code}}\",\n            \"tags\": null,\n            \"status\": \"created\"\n        },\n        {\n            \"_id\": \"{{custom_attribute_option_id}}\",\n            \"name\": \"{{custom_attribute_option_name}}\",\n            \"description\": \"{{custom_attribute_option_description}}\",\n            \"text\": \"{{custom_attribute_option_text}}\",\n            \"number\": \"{{custom_attribute_option_number}}\",\n            \"code\": \"{{custom_attribute_option_code}}\",\n            \"tags\": null,\n            \"status\": \"created\"\n        },\n        {\n            \"_id\": \"{{custom_attribute_option_id}}\",\n            \"name\": \"{{custom_attribute_option_name}}\",\n            \"description\": \"{{custom_attribute_option_description}}\",\n            \"text\": \"{{custom_attribute_option_text}}\",\n            \"number\": \"{{custom_attribute_option_number}}\",\n            \"code\": \"{{custom_attribute_option_code}}\",\n            \"tags\": null,\n            \"status\": \"created\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/custom-attributes/:custom_attributes_id","description":"<p>This endpoint allows to update a custom attribute.</p>\n<p><strong>Note:</strong> The <code>custom_attributes_id</code> can be taken from <a href=\"#19d7c870-df30-451f-96b7-98e9ea17473f\">Get Product Custom Attributes</a></p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","custom-attributes",":custom_attributes_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of a custom attribute.</p>\n","type":"text/plain"},"type":"any","value":"","key":"custom_attributes_id"}]}},"response":[{"id":"0132f41e-b4df-41da-a6ac-c717fe40e1c6","name":"Create Custom Attribute (Options)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"test_custom_att\",\n    \"CustomAttributeTypeId\": \"763c2831-b9af-462f-8974-d401f358949c\",\n    \"CustomAttributeSpecificityId\": \"7464869d-968b-46d4-85c5-0e349052c5c9\",\n    \"name\": \"test - custom att\",\n    \"description\": \"test custom\",\n    \"CustomAttributeOptions\": [\n        {\n            \"text\": \"Option 1\",\n            \"code\": \"option_1\",\n            \"status\": \"waiting-for-creation\"\n        },\n        {\n            \"text\": \"Option 2\",\n            \"code\": \"option_2\",\n            \"status\": \"waiting-for-creation\"\n        },\n        {\n            \"text\": \"Option 3\",\n            \"code\": \"option_3\",\n            \"status\": \"waiting-for-creation\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/custom-attributes/:custom_attributes_id","host":["app.multivende.com"],"path":["api","custom-attributes",":custom_attributes_id"],"variable":[{"key":"custom_attributes_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Feb 2022 16:59:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"653"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"28d-Ax4JQiz9ziE5eYGVq8lUx9iACKY\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"position\": 0,\n  \"status\": \"created\",\n  \"name\": \"test - custom att\",\n  \"code\": \"test_custom_att\",\n  \"description\": \"test custom\",\n  \"CustomAttributeTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeScopeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSetId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"updatedAt\": \"2022-02-17T16:59:14.000Z\",\n  \"createdAt\": \"2022-02-17T16:59:14.000Z\"\n}"},{"id":"79ef049c-b8de-4e99-9248-7cf516447f3f","name":"Create Custom Attribute (Simple)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"code\": \"test_line\",\n    \"CustomAttributeTypeId\": \"61033f6c-0689-426c-813f-c2ea081d2e73\",\n    \"CustomAttributeSpecificityId\": \"7464869d-968b-46d4-85c5-0e349052c5c9\",\n    \"name\": \"test line\",\n    \"description\": \"test line\",\n    \"CustomAttributeOptions\": []\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/custom-attributes/:custom_attributes_id","host":["app.multivende.com"],"path":["api","custom-attributes",":custom_attributes_id"],"variable":[{"key":"custom_attributes_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Feb 2022 17:02:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"637"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"27d-qF41SB/g/h295mrCuk6YUwfwnRE\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"position\": 0,\n  \"status\": \"created\",\n  \"name\": \"test line\",\n  \"code\": \"test_line\",\n  \"description\": \"test line\",\n  \"CustomAttributeTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeScopeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSetId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"updatedAt\": \"2022-02-17T17:02:31.000Z\",\n  \"createdAt\": \"2022-02-17T17:02:31.000Z\"\n}"},{"id":"ec85921e-791c-4b13-8338-cba15ab93b63","name":"Update Custom Attribute","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"test - custom att 1\",\n  \"code\": \"test_custom_att_1\",\n  \"description\": \"test custom\",\n  \"position\": 0,\n  \"tags\": null,\n  \"CustomAttributeSetId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeOptions\": [\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"description\": null,\n          \"text\": \"Optionw\",\n          \"number\": null,\n          \"code\": \"option_3\",\n          \"position\": 0,\n          \"tags\": null,\n          \"status\": \"created\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"description\": null,\n          \"text\": \"Optiowe\",\n          \"number\": null,\n          \"code\": \"option_2\",\n          \"position\": 0,\n          \"tags\": null,\n          \"status\": \"created\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"description\": null,\n          \"text\": \"Option 1 edit\",\n          \"number\": null,\n          \"code\": \"option_1\",\n          \"position\": 0,\n          \"tags\": null,\n          \"status\": \"created\"\n      }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/custom-attributes/:custom_attributes_id","host":["app.multivende.com"],"path":["api","custom-attributes",":custom_attributes_id"],"variable":[{"key":"custom_attributes_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Feb 2022 17:11:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"669"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"29d-TOsZKbnd1qyZ/ZrcZQzy89gdmhM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"test - custom att 1\",\n  \"code\": \"test_custom_att_1\",\n  \"description\": \"test custom\",\n  \"position\": 0,\n  \"tags\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2022-02-17T16:51:56.000Z\",\n  \"updatedAt\": \"2022-02-17T17:07:57.000Z\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSetId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeScopeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"}],"_postman_id":"f64785a2-ec53-475d-80c4-16f01dde94de"},{"name":"Get Product Custom Attributes","event":[{"listen":"test","script":{"id":"037fc0a2-4567-4cf9-80f7-40bcf7345aca","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"98b8b40d-c341-465f-a271-5f4e672ee16d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/custom-attributes/:custom_attributes_id","description":"<p>This endpoint allows you to view the details of a custom attribute.</p>\n<p><strong>Note:</strong> The <code>custom_attributes_id</code> can be taken from <a href=\"#19d7c870-df30-451f-96b7-98e9ea17473f\">Get Product Custom Attributes</a></p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","custom-attributes",":custom_attributes_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of a custom attribute.</p>\n","type":"text/plain"},"type":"any","value":"","key":"custom_attributes_id"}]}},"response":[{"id":"e669fb3f-fac7-4c49-8070-95a224b398c2","name":"Get Product Custom Attributes","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/custom-attributes/:custom_attributes_id","host":["app.multivende.com"],"path":["api","custom-attributes",":custom_attributes_id"],"variable":[{"key":"custom_attributes_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Feb 2022 17:29:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"834-fZTVGCDXE4Ysy+XAj8YAahjM6dw\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"name\": \"test - custom att 1\",\n  \"code\": \"test_custom_att_1\",\n  \"description\": \"test custom\",\n  \"position\": 0,\n  \"tags\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2022-02-17T16:51:56.000Z\",\n  \"updatedAt\": \"2022-02-17T17:07:57.000Z\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSetId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeScopeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"CustomAttributeOptions\": [\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"description\": null,\n          \"text\": \"Optionw\",\n          \"number\": null,\n          \"code\": \"option_3\",\n          \"position\": 0,\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2022-02-17T16:51:56.000Z\",\n          \"updatedAt\": \"2022-02-17T17:07:57.000Z\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"CustomAttributeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"description\": null,\n          \"text\": \"Optiowe\",\n          \"number\": null,\n          \"code\": \"option_2\",\n          \"position\": 0,\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2022-02-17T16:51:56.000Z\",\n          \"updatedAt\": \"2022-02-17T17:07:57.000Z\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"CustomAttributeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"description\": null,\n          \"text\": \"Option 1 edit\",\n          \"number\": null,\n          \"code\": \"option_1\",\n          \"position\": 0,\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2022-02-17T16:51:56.000Z\",\n          \"updatedAt\": \"2022-02-17T17:11:42.000Z\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"CustomAttributeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n      }\n  ]\n}"}],"_postman_id":"98b8b40d-c341-465f-a271-5f4e672ee16d"}],"id":"1ce260ed-02d3-4e7b-991a-a11a8e454fdc","_postman_id":"1ce260ed-02d3-4e7b-991a-a11a8e454fdc","description":""},{"name":"Tags","item":[{"name":"Get Tags","event":[{"listen":"test","script":{"id":"7e71b6a0-331e-4868-8f3b-35c1187050ff","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7ffe8e19-63dd-4259-aee0-fbdce7258946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/tags/p/:page","description":"<p>This endpoint will list the Tags in the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","tags","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"e223d263-ae4f-4f01-b2a6-9e84398aa357","name":"Get Tags","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/tags/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","tags","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"0\",\n            \"code\": null,\n            \"slug\": \"0\",\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2024-07-10T18:19:49.000Z\",\n            \"updatedAt\": \"2024-07-10T18:19:49.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"TagTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"TagType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"TAG_TYPES.Product_tag.Name\",\n                \"description\": \"TAG_TYPES.Product_tag.Description\",\n                \"code\": \"_product_tag\",\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            }\n        },\n               {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Black friday\",\n            \"code\": null,\n            \"slug\": \"black-friday\",\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2023-07-14T14:18:24.000Z\",\n            \"updatedAt\": \"2023-07-14T14:18:24.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"TagTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"TagType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"TAG_TYPES.Product_tag.Name\",\n                \"description\": \"TAG_TYPES.Product_tag.Description\",\n                \"code\": \"_product_tag\",\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            }\n        }\n           ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"}],"_postman_id":"7ffe8e19-63dd-4259-aee0-fbdce7258946"},{"name":"Create Tags","event":[{"listen":"test","script":{"id":"0a1d891f-1985-4f56-972f-621883796200","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"036ce576-9015-444d-bf6f-4da9bd4a1858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"test1\",\r\n   \"slug\": \"test1\", \r\n   \"description\": \"tag\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/tags/type/_product_tag","description":"<p>This endpoint allow to create product brands in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","tags","type","_product_tag"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"d11a2dbd-2eab-48c3-9ce7-81cee2b80b24","name":"Post tags","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"test1\",\r\n   \"slug\": \"test1\", \r\n   \"description\": \"tag\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/tags/type/_product_tag","host":["app.multivende.com"],"path":["api","m",":merchant_id","tags","type","_product_tag"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Mar 2022 16:34:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"403"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"route=1648053274.81.2463.813716; Expires=Fri, 25-Mar-22 16:34:33 GMT; Max-Age=172800; Path=/; Secure; HttpOnly"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"193-wJNCqLyeOp1uwmxe++GZEyys6FM\""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"   \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"status\": \"created\",\n    \"name\": \"test1\",\n    \"slug\": \"test-1\",\n    \"description\": \"tag\",\n    \"TagTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"updatedAt\": \"2022-03-23T16:34:41.000Z\",\n    \"createdAt\": \"2022-03-23T16:34:41.000Z\""}],"_postman_id":"036ce576-9015-444d-bf6f-4da9bd4a1858"},{"name":"Update Tags","id":"d6fd3a30-d3ef-49a5-8af3-93b11f26fe3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"name\",\n    \"slug\": \"slug\",\n    \"description\": \"description\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/tags/:tag_id","description":"<p>This endpoint will update the tag based on the associated \"_id\"</p>\n<p><strong>Note:</strong> The <code>tag_id</code> can be taken from <a href=\"https://dev.multivende.com/#46f8a64a-3d00-451c-94d4-5e69316f12c4\">Get Tags</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","tags",":tag_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of a tag associated with the product or entity.</p>\n","type":"text/plain"},"type":"any","value":"","key":"tag_id"}]}},"response":[{"id":"ebb8b0d5-7663-4c81-9b5a-bc2d1420e88b","name":"Update Tags","originalRequest":{"method":"PUT","header":[],"url":{"raw":"app.multivende.com/api/tags/:tag_id","host":["app.multivende.com"],"path":["api","tags",":tag_id"],"variable":[{"key":"tag_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"newborrar\",\n    \"code\": null,\n    \"slug\": \"newborrar\",\n    \"description\": \"PruebaPostman\",\n    \"status\": \"created\",\n    \"createdAt\": \"2023-12-11T15:44:35.000Z\",\n    \"updatedAt\": \"2024-09-24T15:24:46.000Z\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"TagTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}\n"}],"_postman_id":"d6fd3a30-d3ef-49a5-8af3-93b11f26fe3d"},{"name":"Delete Tags","id":"e0b15ca8-b999-4509-85f3-2c5e72626555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"DELETE","header":[],"url":"app.multivende.com/api/tags/:tag_id","description":"<p>This endpoint will remove the tag based on the associated \"_id\"</p>\n<p><strong>Note:</strong> The <code>tag_id</code> can be taken from <a href=\"https://dev.multivende.com/#46f8a64a-3d00-451c-94d4-5e69316f12c4\">Get Tags</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","tags",":tag_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of a tag associated with the product or entity.</p>\n","type":"text/plain"},"type":"any","value":"","key":"tag_id"}]}},"response":[{"id":"b4d6b9fc-1616-492a-a7bc-2284f253a7d5","name":"Delete Tags","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"app.multivende.com/api/tags/:tag_id","host":["app.multivende.com"],"path":["api","tags",":tag_id"],"variable":[{"key":"tag_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"Prueba\",\n    \"code\": null,\n    \"slug\": \"prueba\",\n    \"description\": \"PruebaPostman\",\n    \"status\": \"deleted\",\n    \"createdAt\": \"2024-09-24T14:30:09.000Z\",\n    \"updatedAt\": \"2024-09-24T15:12:23.000Z\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"TagTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"}],"_postman_id":"e0b15ca8-b999-4509-85f3-2c5e72626555"}],"id":"18782f1e-6897-4e66-b6f2-55ea6bb82f54","_postman_id":"18782f1e-6897-4e66-b6f2-55ea6bb82f54","description":""},{"name":"Warranties","item":[{"name":"Get Warranties","event":[{"listen":"test","script":{"id":"2996f084-edc1-45a2-ba71-07909d8186da","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"125f2668-5f03-417c-b515-9857c988f75d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/warranties","description":"<p>This endpoint will list the Warranties in the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","warranties"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"8ba79d86-813c-4416-a878-5306da0ebe1a","name":"Get Warranties","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/warranties","host":["app.multivende.com"],"path":["api","m",":merchant_id","warranties"],"variable":[{"key":"merchant_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"1 día\",\n            \"code\": null,\n            \"description\": null,\n            \"content\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2024-02-22T14:15:12.000Z\",\n            \"updatedAt\": \"2024-02-22T14:15:12.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"10 día\",\n            \"code\": null,\n            \"description\": null,\n            \"content\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2024-02-22T14:15:12.000Z\",\n            \"updatedAt\": \"2024-02-22T14:15:12.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n        ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"}],"_postman_id":"125f2668-5f03-417c-b515-9857c988f75d"},{"name":"Create Warranties","id":"4fe46f10-1918-4c33-94a1-f7fd02641aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"PruebaPostman\",\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/warranties","description":"<p>This endpoint will create a Warranties on the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","warranties"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"a6f70841-5297-4f9f-b214-e94c61aca1f4","name":"Create Warranties","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"PruebaPostman\",\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/warranties","host":["app.multivende.com"],"path":["api","m",":merchant_id","warranties"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"position\": 0,\n    \"status\": \"created\",\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman\",\n    \"content\": \"PruebaPostman\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2024-09-24T15:49:40.000Z\",\n    \"createdAt\": \"2024-09-24T15:49:40.000Z\"\n}"}],"_postman_id":"4fe46f10-1918-4c33-94a1-f7fd02641aa5"},{"name":"Update Warranties","id":"f02b7086-8f2e-4a74-894f-8b19c0648d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman\",\n    \"content\": \"PruebaPostman\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/warranties/:warranties_id","description":"<p>This endpoint will update a Warranties on the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>warranties_id</code> can be taken from <a href=\"https://dev.multivende.com/#98350185-37cb-47f7-a066-48741b664f28\">Get Warranties</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","warranties",":warranties_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the warranty associated with the product.</p>\n","type":"text/plain"},"type":"any","value":"","key":"warranties_id"}]}},"response":[{"id":"82be0358-7d85-4104-a355-5d10996ded83","name":"Update Warranties","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman\",\n    \"content\": \"PruebaPostman\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/warranties/:warranties_id","host":["app.multivende.com"],"path":["api","warranties",":warranties_id"],"variable":[{"key":"warranties_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"PruebaPostman\",\n    \"code\": null,\n    \"description\": \"PruebaPostman\",\n    \"content\": \"PruebaPostman\",\n    \"position\": 0,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"createdAt\": \"2024-09-24T15:48:21.000Z\",\n    \"updatedAt\": \"2024-09-24T15:58:07.000Z\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"}],"_postman_id":"f02b7086-8f2e-4a74-894f-8b19c0648d97"},{"name":"Delete Warranties","id":"79ef68e3-fdc7-44f0-a072-04daa1408759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"DELETE","header":[],"url":"app.multivende.com/api/warranties/:warranties_id","description":"<p>This endpoint will Deleted a Warranties on the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>warranties_id</code> can be taken from <a href=\"https://dev.multivende.com/#98350185-37cb-47f7-a066-48741b664f28\">Get Warranties</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","warranties",":warranties_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the warranty associated with the product.</p>\n","type":"text/plain"},"type":"any","value":"","key":"warranties_id"}]}},"response":[{"id":"0cabb1f5-8e25-43af-a298-0773a2a94596","name":"Delete Warranties","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"app.multivende.com/api/warranties/:warranties_id","host":["app.multivende.com"],"path":["api","warranties",":warranties_id"],"variable":[{"key":"warranties_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"PruebaPostman\",\n    \"code\": null,\n    \"description\": \"PruebaPostman\",\n    \"content\": \"PruebaPostman\",\n    \"position\": 0,\n    \"tags\": null,\n    \"status\": \"deleted\",\n    \"createdAt\": \"2024-09-24T15:48:21.000Z\",\n    \"updatedAt\": \"2024-09-24T16:23:03.000Z\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"}],"_postman_id":"79ef68e3-fdc7-44f0-a072-04daa1408759"}],"id":"4ac64f6f-40a9-4124-b656-18a3dc5ee7b1","_postman_id":"4ac64f6f-40a9-4124-b656-18a3dc5ee7b1","description":""},{"name":"Official Stores","item":[{"name":"Get Official Stores","event":[{"listen":"test","script":{"id":"1207d583-d1ca-4246-abf6-c8d6efee35a2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a0bc140a-8d90-4a1e-bf03-04dd937d6bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/official-stores","description":"<p>This endpoint will list the Official Stores in the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","official-stores"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"6853441b-8002-4d97-8bdc-b3018c9328ed","name":"Get Official Stores","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/official-stores","host":["app.multivende.com"],"path":["api","m",":merchant_id","official-stores"],"variable":[{"key":"merchant_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Shop Online\",\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-08-24T20:29:41.000Z\",\n            \"updatedAt\": \"2023-02-14T16:38:25.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 1\n    }\n}"}],"_postman_id":"a0bc140a-8d90-4a1e-bf03-04dd937d6bde"},{"name":"Create Official Stores","id":"f054585b-8917-4c0e-9888-be788e4eda17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/official-stores","description":"<p>This endpoint will create a Official Stores in the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","official-stores"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"85dcbc8f-31ac-4ac5-9f92-c6142ccc2a15","name":"Create Official Stores","originalRequest":{"method":"POST","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/official-stores","host":["app.multivende.com"],"path":["api","m",":merchant_id","official-stores"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"status\": \"created\",\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2024-09-24T16:39:39.000Z\",\n    \"createdAt\": \"2024-09-24T16:39:39.000Z\"\n}"}],"_postman_id":"f054585b-8917-4c0e-9888-be788e4eda17"},{"name":"Update Official Stores","id":"d9017581-4d72-44dc-a0ab-83c7f433e165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman_1\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/official-stores/:official_store_id","description":"<p>This endpoint will update a Official Store on the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>official_store_id</code> can be taken from <a href=\"https://dev.multivende.com/#d77a43b5-42db-41c3-9f11-db8a03cf1c7d\">Get Official Stores</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","official-stores",":official_store_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the official store.</p>\n","type":"text/plain"},"type":"any","value":"","key":"official_store_id"}]}},"response":[{"id":"ada566c4-ad4e-4e46-aa96-b8c3335775cf","name":"Update Official Stores","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman_1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/official-stores/:official_store_id","host":["app.multivende.com"],"path":["api","official-stores",":official_store_id"],"variable":[{"key":"official_store_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman_1\",\n    \"status\": \"created\",\n    \"createdAt\": \"2024-09-24T16:39:39.000Z\",\n    \"updatedAt\": \"2024-09-24T16:43:41.000Z\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"}],"_postman_id":"d9017581-4d72-44dc-a0ab-83c7f433e165"},{"name":"Delete Official Stores","id":"d285dee5-c9a4-4072-a613-9c82041d68f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"DELETE","header":[],"url":"app.multivende.com/api/official-stores/:official_store_id","description":"<p>This endpoint will delete a Official Store on the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>official_store_id</code> can be taken from <a href=\"https://dev.multivende.com/#d77a43b5-42db-41c3-9f11-db8a03cf1c7d\">Get Official Stores</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","official-stores",":official_store_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the official store.</p>\n","type":"text/plain"},"type":"any","value":"","key":"official_store_id"}]}},"response":[{"id":"e5a6c9b3-ac29-4a8d-8197-c009890cad8e","name":"Delete Official Stores","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"app.multivende.com/api/official-stores/:official_store_id","host":["app.multivende.com"],"path":["api","official-stores",":official_store_id"],"variable":[{"key":"official_store_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman_1\",\n    \"status\": \"deleted\",\n    \"createdAt\": \"2024-09-24T16:39:39.000Z\",\n    \"updatedAt\": \"2024-09-24T18:31:56.000Z\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"}],"_postman_id":"d285dee5-c9a4-4072-a613-9c82041d68f6"}],"id":"379ba014-b074-484a-ae0c-6eef781467a0","_postman_id":"379ba014-b074-484a-ae0c-6eef781467a0","description":""},{"name":"Product Groups","item":[{"name":"Get Product Groups","event":[{"listen":"test","script":{"id":"af9576b7-1b5b-426b-845f-0ec996e46b75","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"eeaf3210-a11a-4b20-a5b7-147cf03b6cc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/product-groups","description":"<p>This endpoint will list the Product Groups in the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-groups"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"8f4248a6-d91f-40fd-ac15-864f35a671b1","name":"Get Product Groups","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-groups","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-groups"],"variable":[{"key":"merchant_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"branch\": \"Hites\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Hites\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2022-04-28T16:04:35.000Z\",\n            \"updatedAt\": \"2022-04-28T16:04:35.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionProductGroupMappings\": []\n        },\n        {\n            \"branch\": \"Hites 1\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Hites 1\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2024-02-22T14:15:13.000Z\",\n            \"updatedAt\": \"2024-02-22T14:15:13.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionProductGroupMappings\": []\n        }\n            ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"}],"_postman_id":"eeaf3210-a11a-4b20-a5b7-147cf03b6cc7"},{"name":"Create Product Groups","id":"4f3c2248-ac72-46af-b8d1-a2ef74d4fc18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/product-groups","description":"<p>This endpoint will create a Product Group in the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-groups"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"ee75cfad-08c2-4dbb-9c65-9415d94bf881","name":"Create Product Groups","originalRequest":{"method":"POST","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-groups","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-groups"],"variable":[{"key":"merchant_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"branch\": \"PruebaPostman\",\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"status\": \"created\",\n    \"name\": \"PruebaPostman\",\n    \"description\": \"PruebaPostman\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2024-09-26T15:29:12.000Z\",\n    \"createdAt\": \"2024-09-26T15:29:12.000Z\"\n}"}],"_postman_id":"4f3c2248-ac72-46af-b8d1-a2ef74d4fc18"},{"name":"Update Product Group","id":"e5125696-72f7-4bf6-aba8-2ecc558d2a74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"PruebaPostman_1\",\n    \"description\": \"PruebaPostman_1\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/product-groups/:product_group_id","description":"<p>This endpoint will update a Product Group in the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>product_group_id</code> can be taken from <a href=\"https://dev.multivende.com/#98027014-4c63-4412-9a00-7288ecb068f1\">Get Product Groups</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","product-groups",":product_group_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the product group.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_group_id"}]}},"response":[{"id":"1bf44eb3-ef76-4dca-b8c5-4d72f42c327f","name":"Update Product Group","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"PruebaPostman_1\",\n    \"description\": \"PruebaPostman_1\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-groups/:product_group_id","host":["app.multivende.com"],"path":["api","product-groups",":product_group_id"],"variable":[{"key":"product_group_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"branch\": \"PruebaPostman_1\",\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"PruebaPostman_1\",\n    \"code\": null,\n    \"description\": \"PruebaPostman_1\",\n    \"status\": \"created\",\n    \"createdAt\": \"2024-09-26T15:29:12.000Z\",\n    \"updatedAt\": \"2024-09-26T15:32:52.000Z\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"}],"_postman_id":"e5125696-72f7-4bf6-aba8-2ecc558d2a74"},{"name":"Delete Product Group","id":"a9268b63-d028-46e3-bc31-17f7fde95920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"DELETE","header":[],"url":"app.multivende.com/api/product-groups/:product_group_id","description":"<p>This endpoint will update a Product Group in the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>product_group_id</code> can be taken from <a href=\"https://dev.multivende.com/#98027014-4c63-4412-9a00-7288ecb068f1\">Get Product Groups</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<h4 id=\"important\"><strong>Important:</strong></h4>\n<h4 id=\"if-you-delete-a-product-group-you-will-be-deleting-the-assignments-of-the-connections-where-that-product-group-is-located\"><strong>If you delete a product group you will be deleting the assignments of the connections where that product group is located.</strong></h4>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","product-groups",":product_group_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the product group.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_group_id"}]}},"response":[{"id":"c52adbe4-79f1-4f2a-8016-eb9d87f535be","name":"Delete Product Group","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"app.multivende.com/api/product-groups/:product_group_id","host":["app.multivende.com"],"path":["api","product-groups",":product_group_id"],"variable":[{"key":"product_group_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"productGroup\": {\n        \"branch\": \"PruebaPostman_1\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PruebaPostman_1\",\n        \"code\": null,\n        \"description\": \"PruebaPostman_1\",\n        \"status\": \"deleted\",\n        \"createdAt\": \"2024-09-26T15:29:12.000Z\",\n        \"updatedAt\": \"2024-09-26T15:36:05.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n}"}],"_postman_id":"a9268b63-d028-46e3-bc31-17f7fde95920"}],"id":"e375bbb4-988e-4858-a413-632272befafd","_postman_id":"e375bbb4-988e-4858-a413-632272befafd","description":""}],"id":"60c2d1dd-b037-4570-bd27-c25111b278be","_postman_id":"60c2d1dd-b037-4570-bd27-c25111b278be","description":""}],"id":"35554429-d2eb-4b19-8257-fee0a6b0a2e4","_postman_id":"35554429-d2eb-4b19-8257-fee0a6b0a2e4","description":""},{"name":"Get products with scroll","event":[{"listen":"test","script":{"id":"f3e88c9a-60d7-46af-8ebf-f1efec4ba20c","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"scroll_id\", data.pagination.scroll_id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e7ffacf6-a203-4d5e-954f-16e9e656c7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"app.multivende.com/api/m/:merchant_id/products/limit/:limit?_scroll_id=&_filter_by=&_from=&_to=&_include_pictures=true&_include_custom_attributes=true","description":"<p>This endpoint allows obtaining list the products in the associated to the Merchant paginated by scroll.</p>\n<p>It allows filtering by creation date (createdAt) or update date (updatedAt) delivering as input data a range of dates as required.</p>\n<p>The range for the allowed limit is &gt;=50 and &lt;=5000</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_scroll_id</td>\n<td>_scroll_id</td>\n<td>use the scroll_id returned by the query in the pagination field</td>\n<td>No</td>\n</tr>\n<tr>\n<td>_filter_by</td>\n<td>Varchar</td>\n<td>filter by date: updatedAt or createdAt</td>\n<td>Required to filter by date</td>\n</tr>\n<tr>\n<td>_from</td>\n<td>Date</td>\n<td>Date from</td>\n<td>No, but if required if you need to do a polling request</td>\n</tr>\n<tr>\n<td>_to</td>\n<td>Date</td>\n<td>Date to</td>\n<td>No, but if required if you need to do a polling request</td>\n</tr>\n<tr>\n<td>_include_pictures</td>\n<td>Boolean</td>\n<td>Set true if you want to consult the product pictures infromation</td>\n<td>No</td>\n</tr>\n<tr>\n<td>_include_custom_attributes</td>\n<td>Boolean</td>\n<td>Set true if you want to consult the custom attributes infromation</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n</li>\n<li><p>The allowed query window allowed for polling, if not for the first time, is 2 hours.</p>\n</li>\n</ul>\n<p>For more information visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","products","limit",":limit"],"host":["app.multivende.com"],"query":[{"description":{"content":"<p>use the scroll_id returned by the query in the pagination field</p>\n","type":"text/plain"},"key":"_scroll_id","value":""},{"description":{"content":"<p>updatedAt || createdAt (optional)</p>\n","type":"text/plain"},"key":"_filter_by","value":""},{"description":{"content":"<p>date from to filter (is required to filter by date created or updated)</p>\n","type":"text/plain"},"key":"_from","value":""},{"description":{"content":"<p>date to to filter (is required to filter by date created or updated)</p>\n","type":"text/plain"},"key":"_to","value":""},{"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"_include_pictures","value":"true"},{"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"_include_custom_attributes","value":"true"}],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Maximum number of results returned per request (typically ranges between 50 and 100 when using scroll).</p>\n","type":"text/plain"},"type":"any","value":"","key":"limit"}]}},"response":[{"id":"e0174a87-9ea5-4ec0-bad4-609b650fa209","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"app.multivende.com/api/m/:merchant_id/products/limit/1000?_scroll_id=&_filter_by=updatedAt&_from=2022-12-06T23:28:14.000Z&_to=2023-03-17T14:56:50.000Z&_include_pictures=true&_include_custom_attributes=true","host":["app.multivende.com"],"path":["api","m",":merchant_id","products","limit","1000"],"query":[{"key":"_scroll_id","value":"","description":"use the scroll_id returned by the query in the pagination field"},{"key":"_filter_by","value":"updatedAt","description":"updatedAt || createdAt (optional)"},{"key":"_from","value":"2022-12-06T23:28:14.000Z","description":"date from to filter (is required to filter by date created or updated)"},{"key":"_to","value":"2023-03-17T14:56:50.000Z","description":"date to to filter (is required to filter by date created or updated)"},{"key":"_include_pictures","value":"true","description":"(optional)"},{"key":"_include_custom_attributes","value":"true","description":"(optional)"}],"variable":[{"key":"merchant_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"name\": \"Peya Prueba 96\",\n            \"code\": \"PEYA-96\",\n            \"description\": null,\n            \"htmlDescription\": \"\",\n            \"shortDescription\": \"\",\n            \"model\": \"\",\n            \"createdAt\": \"2021-04-06T21:00:54.000Z\",\n            \"updatedAt\": \"2023-03-17T14:56:50.000Z\",\n            \"status\": \"created\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"BrandId\": null,\n            \"SeasonId\": null,\n            \"CodeTypeId\": null,\n            \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ProductCategoryId\": null,\n            \"InternalCodeTypeId\": null,\n            \"Brand\": {\n                \"_id\": null,\n                \"name\": null\n            },\n            \"Season\": {\n                \"_id\": null,\n                \"name\": null\n            },\n            \"ProductCategory\": {\n                \"_id\": null,\n                \"name\": null\n            },\n            \"ProductTags\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"status\": \"created\",\n                    \"TagId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"createdAt\": \"2021-04-06T21:00:54.000Z\",\n                    \"updatedAt\": \"2021-04-06T21:00:54.000Z\",\n                    \"Tag\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"PEYA\",\n                        \"slug\": \"peya\",\n                        \"description\": null,\n                        \"TagTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"createdAt\": \"2021-04-06T21:00:20.000Z\",\n                        \"updatedAt\": \"2021-04-06T21:00:20.000Z\"\n                    }\n                }\n            ],\n            \"ProductVersions\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": \"child-96\",\n                    \"position\": 0,\n                    \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"createdAt\": \"2021-04-06T21:00:54.000Z\",\n                    \"updatedAt\": \"2023-03-17T14:58:01.000Z\",\n                    \"Size\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Talla 96\",\n                        \"createdAt\": \"2021-04-06T21:00:54.000Z\",\n                        \"updatedAt\": \"2021-04-06T21:00:54.000Z\"\n                    },\n                    \"Color\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Negro\",\n                        \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n                        \"updatedAt\": \"2018-07-29T16:53:21.000Z\"\n                    }\n                }\n            ]\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"name\": \"Peya Prueba 382\",\n            \"code\": \"PEYA-382\",\n            \"description\": null,\n            \"htmlDescription\": \"\",\n            \"shortDescription\": \"\",\n            \"model\": \"\",\n            \"createdAt\": \"2021-04-06T21:02:52.000Z\",\n            \"updatedAt\": \"2023-03-17T14:56:50.000Z\",\n            \"status\": \"created\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"BrandId\": null,\n            \"SeasonId\": null,\n            \"CodeTypeId\": null,\n            \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ProductCategoryId\": null,\n            \"InternalCodeTypeId\": null,\n            \"Brand\": {\n                \"_id\": null,\n                \"name\": null\n            },\n            \"Season\": {\n                \"_id\": null,\n                \"name\": null\n            },\n            \"ProductCategory\": {\n                \"_id\": null,\n                \"name\": null\n            },\n            \"ProductTags\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"status\": \"created\",\n                    \"TagId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"createdAt\": \"2021-04-06T21:02:53.000Z\",\n                    \"updatedAt\": \"2021-04-06T21:02:53.000Z\",\n                    \"Tag\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"PEYA\",\n                        \"slug\": \"peya\",\n                        \"description\": null,\n                        \"TagTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"createdAt\": \"2021-04-06T21:00:20.000Z\",\n                        \"updatedAt\": \"2021-04-06T21:00:20.000Z\"\n                    }\n                }\n            ],\n            \"ProductVersions\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": \"child-382\",\n                    \"position\": 0,\n                    \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"createdAt\": \"2021-04-06T21:02:52.000Z\",\n                    \"updatedAt\": \"2023-03-17T14:58:17.000Z\",\n                    \"Size\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Talla 382\",\n                        \"createdAt\": \"2021-04-06T21:02:52.000Z\",\n                        \"updatedAt\": \"2021-04-06T21:02:52.000Z\"\n                    },\n                    \"Color\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Negro\",\n                        \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n                        \"updatedAt\": \"2018-07-29T16:53:21.000Z\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 1000,\n        \"total_items\": 236,\n        \"scroll_id\": null\n    }\n}"},{"id":"113d223b-2b71-4080-a533-ca7e12702d33","name":"400 error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"app.multivende.com/api/m/:merchant_id/products/limit/1000?_scroll_id=&_filter_by=updatedAt&_from=2022-12-06T23:28:14.000Z&_to=2023-03-17T14:56:50.000Z&_include_pictures=true&_include_custom_attributes=true","host":["app.multivende.com"],"path":["api","m",":merchant_id","products","limit","1000"],"query":[{"key":"_scroll_id","value":"","description":"use the scroll_id returned by the query in the pagination field"},{"key":"_filter_by","value":"updatedAt","description":"updatedAt || createdAt (optional)"},{"key":"_from","value":"2022-12-06T23:28:14.000Z","description":"date from to filter (is required to filter by date created or updated)"},{"key":"_to","value":"2023-03-17T14:56:50.000Z","description":"date to to filter (is required to filter by date created or updated)"},{"key":"_include_pictures","value":"true","description":"(optional)"},{"key":"_include_custom_attributes","value":"true","description":"(optional)"}],"variable":[{"key":"merchant_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"a7461b14-50a4-464a-bc4c-70b7d66881cd","name":"500 error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"app.multivende.com/api/m/:merchant_id/products/limit/1000?_scroll_id=&_filter_by=updatedAt&_from=2022-12-06T23:28:14.000Z&_to=2023-03-17T14:56:50.000Z&_include_pictures=true&_include_custom_attributes=true","host":["app.multivende.com"],"path":["api","m",":merchant_id","products","limit","1000"],"query":[{"key":"_scroll_id","value":"","description":"use the scroll_id returned by the query in the pagination field"},{"key":"_filter_by","value":"updatedAt","description":"updatedAt || createdAt (optional)"},{"key":"_from","value":"2022-12-06T23:28:14.000Z","description":"date from to filter (is required to filter by date created or updated)"},{"key":"_to","value":"2023-03-17T14:56:50.000Z","description":"date to to filter (is required to filter by date created or updated)"},{"key":"_include_pictures","value":"true","description":"(optional)"},{"key":"_include_custom_attributes","value":"true","description":"(optional)"}],"variable":[{"key":"merchant_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e7ffacf6-a203-4d5e-954f-16e9e656c7f1"},{"name":"Get product attributes","id":"1b48f80c-3926-40c9-93bc-930699a7e38e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/all-product-attributes","description":"<p>This endpoint will show all the attributes that the merchant has created for their products.</p>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n<p>For more information visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13698734687501-Autenticaci%C3%B3n-con-Oauth2\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","all-product-attributes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"3198d679-3eff-4ebb-bb8d-9235b69e4247","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/all-product-attributes","host":["app.multivende.com"],"path":["api","m",":merchant_id","all-product-attributes"],"variable":[{"key":"merchant_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"38c4-+yBeEUZcu2/reW7yg1cjeRw1yhE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 01 Jun 2021 21:24:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"productAttribute\": [\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.Season.Name\",\n            \"code\": \"product_attribute_season\",\n            \"description\": \"PRODUCT_ATTRIBUTES.Season.Description\",\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.Model.Name\",\n            \"code\": \"product_attribute_model\",\n            \"description\": \"PRODUCT_ATTRIBUTES.Model.Description\",\n            \"position\": 1,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.Description.Name\",\n            \"code\": \"product_attribute_description\",\n            \"description\": \"PRODUCT_ATTRIBUTES.Description.Description\",\n            \"position\": 2,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.HTML_Description.Name\",\n            \"code\": \"product_attribute_html_description\",\n            \"description\": \"PRODUCT_ATTRIBUTES.HTML_Description.Description\",\n            \"position\": 3,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.Short_description.Name\",\n            \"code\": \"product_attribute_short_description\",\n            \"description\": \"PRODUCT_ATTRIBUTES.Short_description.Description\",\n            \"position\": 4,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.HTML_short_description.Name\",\n            \"code\": \"product_attribute_html_short_description\",\n            \"description\": \"PRODUCT_ATTRIBUTES.HTML_short_description.Description\",\n            \"position\": 5,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.Warranty.Name\",\n            \"code\": \"product_attribute_warranty\",\n            \"description\": \"PRODUCT_ATTRIBUTES.Warranty.Description\",\n            \"position\": 6,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.Brand.Name\",\n            \"code\": \"product_attribute_brand\",\n            \"description\": \"PRODUCT_ATTRIBUTES.Brand.Description\",\n            \"position\": 7,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        }\n    ],\n    \"productVersionAttributes\": [\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_VERSION_ATTRIBUTES.Color.Name\",\n            \"code\": \"product_version_attribute_color\",\n            \"description\": \"PRODUCT_VERSION_ATTRIBUTES.Color.Description\",\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_VERSION_ATTRIBUTES.Size.Name\",\n            \"code\": \"product_version_attribute_size\",\n            \"description\": \"PRODUCT_VERSION_ATTRIBUTES.Size.Description\",\n            \"position\": 1,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_VERSION_ATTRIBUTES.Sku.Name\",\n            \"code\": \"product_version_attribute_sku\",\n            \"description\": \"PRODUCT_VERSION_ATTRIBUTES.Sku.Description\",\n            \"position\": 2,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_VERSION_ATTRIBUTES.Internal_sku.Name\",\n            \"code\": \"product_version_attribute_internal_sku\",\n            \"description\": \"PRODUCT_VERSION_ATTRIBUTES.Internal_sku.Description\",\n            \"position\": 3,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_VERSION_ATTRIBUTES.Width.Name\",\n            \"code\": \"product_version_attribute_width\",\n            \"description\": \"PRODUCT_VERSION_ATTRIBUTES.Width.Description\",\n            \"position\": 4,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_VERSION_ATTRIBUTES.Height.Name\",\n            \"code\": \"product_version_attribute_height\",\n            \"description\": \"PRODUCT_VERSION_ATTRIBUTES.Height.Description\",\n            \"position\": 5,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_VERSION_ATTRIBUTES.Length.Name\",\n            \"code\": \"product_version_attribute_length\",\n            \"description\": \"PRODUCT_VERSION_ATTRIBUTES.Length.Description\",\n            \"position\": 6,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_VERSION_ATTRIBUTES.Weight.Name\",\n            \"code\": \"product_version_attribute_weight\",\n            \"description\": \"PRODUCT_VERSION_ATTRIBUTES.Weight.Description\",\n            \"position\": 7,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\"\n        }\n    ],\n    \"customAttributes\": [\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Impuesto\",\n            \"code\": \"impuesto\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-01-10T18:39:32.000Z\",\n            \"updatedAt\": \"2019-01-10T18:39:32.000Z\",\n            \"MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSetId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeTypeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet._id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.name\": \"pp\",\n            \"CustomAttributeSet.code\": null,\n            \"CustomAttributeSet.description\": null,\n            \"CustomAttributeSet.position\": 0,\n            \"CustomAttributeSet.tags\": null,\n            \"CustomAttributeSet.status\": \"created\",\n            \"CustomAttributeSet.createdAt\": \"2018-01-17T00:30:20.000Z\",\n            \"CustomAttributeSet.updatedAt\": \"2018-01-17T00:30:20.000Z\",\n            \"CustomAttributeSet.MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"codicion\",\n            \"code\": \"codicion\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-17T00:32:19.000Z\",\n            \"updatedAt\": \"2019-01-10T18:39:27.000Z\",\n            \"MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSetId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeTypeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet._id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.name\": \"pp\",\n            \"CustomAttributeSet.code\": null,\n            \"CustomAttributeSet.description\": null,\n            \"CustomAttributeSet.position\": 0,\n            \"CustomAttributeSet.tags\": null,\n            \"CustomAttributeSet.status\": \"created\",\n            \"CustomAttributeSet.createdAt\": \"2018-01-17T00:30:20.000Z\",\n            \"CustomAttributeSet.updatedAt\": \"2018-01-17T00:30:20.000Z\",\n            \"CustomAttributeSet.MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Cilindrada\",\n            \"code\": \"cilindrada\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-17T15:14:26.000Z\",\n            \"updatedAt\": \"2018-01-17T15:14:26.000Z\",\n            \"MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSetId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeTypeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet._id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.name\": \"Atributos de motor\",\n            \"CustomAttributeSet.code\": null,\n            \"CustomAttributeSet.description\": null,\n            \"CustomAttributeSet.position\": 0,\n            \"CustomAttributeSet.tags\": null,\n            \"CustomAttributeSet.status\": \"created\",\n            \"CustomAttributeSet.createdAt\": \"2018-01-17T15:14:17.000Z\",\n            \"CustomAttributeSet.updatedAt\": \"2018-01-17T15:14:17.000Z\",\n            \"CustomAttributeSet.MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Cantidad de Pistones\",\n            \"code\": \"cantidad_de_pistones\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-17T15:14:37.000Z\",\n            \"updatedAt\": \"2018-01-17T15:14:37.000Z\",\n            \"MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSetId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeTypeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet._id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.name\": \"Atributos de motor\",\n            \"CustomAttributeSet.code\": null,\n            \"CustomAttributeSet.description\": null,\n            \"CustomAttributeSet.position\": 0,\n            \"CustomAttributeSet.tags\": null,\n            \"CustomAttributeSet.status\": \"created\",\n            \"CustomAttributeSet.createdAt\": \"2018-01-17T15:14:17.000Z\",\n            \"CustomAttributeSet.updatedAt\": \"2018-01-17T15:14:17.000Z\",\n            \"CustomAttributeSet.MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"telefono no comprar\",\n            \"code\": \"telefono_no_comprar\",\n            \"description\": \"test\",\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-04-13T15:56:46.000Z\",\n            \"updatedAt\": \"2021-04-13T15:56:46.000Z\",\n            \"MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSetId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeTypeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet._id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.name\": \"test - reacondionado\",\n            \"CustomAttributeSet.code\": null,\n            \"CustomAttributeSet.description\": \"fhfdhfh\",\n            \"CustomAttributeSet.position\": 0,\n            \"CustomAttributeSet.tags\": null,\n            \"CustomAttributeSet.status\": \"created\",\n            \"CustomAttributeSet.createdAt\": \"2021-04-13T15:56:20.000Z\",\n            \"CustomAttributeSet.updatedAt\": \"2021-04-13T15:56:20.000Z\",\n            \"CustomAttributeSet.MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"test\",\n            \"code\": \"test\",\n            \"description\": \"weFSDFDSF\",\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-04-13T15:57:03.000Z\",\n            \"updatedAt\": \"2021-04-13T15:57:03.000Z\",\n            \"MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSetId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeTypeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet._id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.name\": \"test - reacondionado\",\n            \"CustomAttributeSet.code\": null,\n            \"CustomAttributeSet.description\": \"fhfdhfh\",\n            \"CustomAttributeSet.position\": 0,\n            \"CustomAttributeSet.tags\": null,\n            \"CustomAttributeSet.status\": \"created\",\n            \"CustomAttributeSet.createdAt\": \"2021-04-13T15:56:20.000Z\",\n            \"CustomAttributeSet.updatedAt\": \"2021-04-13T15:56:20.000Z\",\n            \"CustomAttributeSet.MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"test\",\n            \"code\": \"test\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-03-31T17:30:28.000Z\",\n            \"updatedAt\": \"2021-03-31T17:30:28.000Z\",\n            \"MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSetId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeTypeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet._id\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.name\": \"auth check\",\n            \"CustomAttributeSet.code\": null,\n            \"CustomAttributeSet.description\": null,\n            \"CustomAttributeSet.position\": 0,\n            \"CustomAttributeSet.tags\": null,\n            \"CustomAttributeSet.status\": \"created\",\n            \"CustomAttributeSet.createdAt\": \"2021-03-31T17:30:10.000Z\",\n            \"CustomAttributeSet.updatedAt\": \"2021-03-31T17:30:10.000Z\",\n            \"CustomAttributeSet.MerchantId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CustomAttributeScopeId\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.CreatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CustomAttributeSet.UpdatedById\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        }\n    ]\n}"},{"id":"ccb2b118-14f9-41d6-a845-8386cc7bdca2","name":"400 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/all-product-attributes","host":["app.multivende.com"],"path":["api","m",":merchant_id","all-product-attributes"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"38c4-+yBeEUZcu2/reW7yg1cjeRw1yhE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 01 Jun 2021 21:24:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":""},{"id":"d9b7c582-493b-450c-8102-ce0b8a9d1b4b","name":"500 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/all-product-attributes","host":["app.multivende.com"],"path":["api","m",":merchant_id","all-product-attributes"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"38c4-+yBeEUZcu2/reW7yg1cjeRw1yhE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 01 Jun 2021 21:24:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1b48f80c-3926-40c9-93bc-930699a7e38e"},{"name":"Create product","event":[{"listen":"test","script":{"id":"9c4ce9e8-21db-443e-91cc-133fe0f5a773","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"product_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3f40cff0-1f7d-41ef-a1c5-d147bbc15c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"test product\",\n  \"alias\": \"test product alias\",\n  \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"model\": \"MV01\",\n  \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"description\": \"plain text description\",\n  \"tags\": [\n    {\n      \"text\": \"tag I\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag II\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag new\"\n    }\n  ],\n  \"ProductVersions\": [\n    {\n      \"status\": \"waiting-for-creation\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXd\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"<h1>​Product version html description</h1>\",\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": 23,\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"code\": \"sku hijo\",\n      \"internalCode\": \"MV02\",\n      \"InventoryTypeId\": \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\",\n      \"width\": 100,\n      \"length\": 101,\n      \"height\": 102,\n      \"weight\": 9,\n      \"position\": 0\n    },\n    {\n      \"status\": \"waiting-for-creation\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"MV03\",\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"InternalCodeTypeId\": null,\n      \"width\": 100,\n      \"length\": 101,\n      \"height\": 102,\n      \"weight\": 9,\n      \"position\": 1\n    }\n  ],\n  \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"code\": \"12344123\",\n  \"internalCode\": \"1122334455\",\n  \"shortDescription\": \"​plain short text description\",\n  \"htmlDescription\": \"<h1>​HTML text description</h1>\",\n  \"htmlShortDescription\": \"<h1>​​HTML short text description</h1>\",\n  \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"otherProductCategories\": [\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  ],\n  \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"CustomAttributeValues\": {\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX4\": \"test\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX6\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX7\": \"<h1>​content</h1>\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX8\": \"test canal\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX9\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  },\n  \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"productGroups\": [\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  ],\n  \"InventoryTypeId\": \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/products","description":"<p>This endpoint allows to create the product in the associated Merchant.</p>\n<h5 id=\"params\"><strong>Params:</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Varchar</td>\n<td>Name of the product</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Varchar</td>\n<td>The sku opf the product</td>\n<td>No</td>\n</tr>\n<tr>\n<td>InventoryTypeId</td>\n<td>Varchar</td>\n<td>Internal field, use \"InventoryTypeId\":\"791a6654-c5f2-11e6-aad6-2c56dc130c0d\"</td>\n<td>No</td>\n</tr>\n<tr>\n<td>InternalCodeTypeId</td>\n<td>Varchar</td>\n<td>Internal field</td>\n<td>No</td>\n</tr>\n<tr>\n<td>ProductVersions</td>\n<td>Array</td>\n<td>data structure that stores product versions</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>The minimum required fields for each ProductVersions:</p>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Varchar</td>\n<td>Status of product version creation, use: \"waiting-for-creation\"</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Varchar</td>\n<td>sku of the product version</td>\n<td>No</td>\n</tr>\n<tr>\n<td>isDefaultVersion</td>\n<td>Varchar</td>\n<td>Indicates whether the product version is the default version</td>\n<td>No</td>\n</tr>\n<tr>\n<td>InventoryTypeId</td>\n<td>Varchar</td>\n<td>Internal field, use \"InventoryTypeId\":\"791a6654-c5f2-11e6-aad6-2c56dc130c0d\"</td>\n<td>No</td>\n</tr>\n<tr>\n<td>InternalCodeTypeId</td>\n<td>Char</td>\n<td>Internal field, use \"InternalCodeTypeId\":null</td>\n<td>No</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>position of the version at the ProductVersions array</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p>The minimum required fields to create a product:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"name\":\"test product\",\n  \"code\":\"12345\",\n  \"InventoryTypeId\":\"791a6654-c5f2-11e6-aad6-2c56dc130c0d\",\n  \"InternalCodeTypeId\":null\n  \"ProductVersions\":\n  [\n {\n  \"status\":\"waiting-for-creation\",\n  \"code\":\"12345\",\n  \"isDefaultVersion\":true,\n  \"InventoryTypeId\":\"791a6654-c5f2-11e6-aad6-2c56dc130c0d\",\n  \"InternalCodeTypeId\":null,\n  \"position\":0\n  }\n ]\n}\n\n\n</code></pre>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n</li>\n<li><p>Other attributes or fields are found in the documentation example.</p>\n</li>\n<li><p><strong>Use Allways InventoryTypeId = \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\".</strong></p>\n</li>\n<li><p>otherProductCategories = is an array refers to the categories registered in case the product belongs to more than one category.</p>\n</li>\n<li><p>The remaining information, like product categories, brands and so forth, can be taken from <a href=\"#14305549-3758-40ed-9d47-064522f4c58b\">Configurations&gt;Products</a> section.</p>\n</li>\n<li><p>The <code>Custom Attributes</code> Object shoud be created following this struct:<br />  {<br />  'custom_attribute_id': 'custom_attribute_option_id',<br />  'custom_attribute_id': '.....',<br />  'custom_attribute_id': '.....'</p>\n</li>\n</ul>\n<p>}</p>\n<p>For more information visit this <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","m",":merchant_id","products"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"48935ac5-c3d0-462a-bda2-36da41b706a3","name":"201 created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"test product\",\n  \"alias\": \"test product alias\",\n  \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"model\": \"MV01\",\n  \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"description\": \"plain text description\",\n  \"tags\": [\n    {\n      \"text\": \"tag I\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag II\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag new\"\n    }\n  ],\n  \"ProductVersions\": [\n    {\n      \"status\": \"waiting-for-creation\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXd\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"<h1>​Product version html description</h1>\",\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": 23,\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"code\": \"sku hijo\",\n      \"internalCode\": \"MV02\",\n      \"InventoryTypeId\": \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\",\n      \"width\": 100,\n      \"length\": 101,\n      \"height\": 102,\n      \"weight\": 9,\n      \"position\": 0\n    },\n    {\n      \"status\": \"waiting-for-creation\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"MV03\",\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"InternalCodeTypeId\": null,\n      \"width\": 100,\n      \"length\": 101,\n      \"height\": 102,\n      \"weight\": 9,\n      \"position\": 1\n    }\n  ],\n  \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"code\": \"12344123\",\n  \"internalCode\": \"1122334455\",\n  \"shortDescription\": \"​plain short text description\",\n  \"htmlDescription\": \"<h1>​HTML text description</h1>\",\n  \"htmlShortDescription\": \"<h1>​​HTML short text description</h1>\",\n  \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"otherProductCategories\": [\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  ],\n  \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"CustomAttributeValues\": {\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX4\": \"test\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX6\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX7\": \"<h1>​content</h1>\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX8\": \"test canal\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX9\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  },\n  \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"productGroups\": [\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  ],\n  \"InventoryTypeId\": \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/products","host":["app.multivende.com"],"path":["api","m",":merchant_id","products"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Mon, 20 Aug 2018 20:54:56 GMT","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"6c98-6TfbWVjcQIUQnDIKiiymKJhHcWs\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"s%3AzzgSoErzayHMlPCj_l4n0vbiz0V52RTB.iKtRa8ijJsXItV1hx%2BZE%2BaPOB74pgOTMdv9t%2BIXB5gk","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"product\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"name\": \"test product\",\n        \"alias\": \"test product alias\",\n        \"model\": \"XX5A\",\n        \"description\": \"plain text description\",\n        \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"code\": \"12344123\",\n        \"internalCode\": \"45353453\",\n        \"shortDescription\": \"​plain short text description\",\n        \"htmlDescription\": \"<h1>​HTML text description</h1>\",\n        \"htmlShortDescription\": \"<h1>​​HTML short text description</h1>\",\n        \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"updatedAt\": \"2018-08-20T20:54:54.000Z\",\n        \"createdAt\": \"2018-08-20T20:54:54.000Z\",\n        \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"defaultColor\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"-\",\n        \"code\": null,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2017-12-26T18:34:14.000Z\",\n        \"updatedAt\": \"2017-12-26T18:34:14.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"defaultSize\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"-\",\n        \"code\": null,\n        \"position\": 0,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2017-12-26T18:34:14.000Z\",\n        \"updatedAt\": \"2017-12-26T18:34:14.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"productType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_TYPES.PRODUCT.Name\",\n        \"code\": \"_product_types_product_\",\n        \"description\": \"PRODUCT_TYPES.PRODUCT.Description\",\n        \"tags\": \"\",\n        \"status\": \"created\",\n        \"createdAt\": \"2017-03-16T09:41:44.000Z\",\n        \"updatedAt\": \"2017-03-16T09:41:44.000Z\"\n    },\n    \"customAttributeScopes\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_products.Name\",\n            \"code\": \"products\",\n            \"description\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_products.Description\",\n            \"position\": 0,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n            \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_product_versions.Name\",\n            \"code\": \"product_versions\",\n            \"description\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_product_versions.Description\",\n            \"position\": 1,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n            \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n        }\n    ],\n    \"customAttributeTypes\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Name\",\n            \"code\": \"number\",\n            \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Description\",\n            \"position\": 4,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n            \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Name\",\n            \"code\": \"radio\",\n            \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Description\",\n            \"position\": 5,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n            \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n            \"code\": \"single_line_text\",\n            \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n            \"position\": 0,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n            \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n            \"code\": \"single_selection_list\",\n            \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n            \"position\": 1,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n            \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Name\",\n            \"code\": \"html_text\",\n            \"description\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Description\",\n            \"position\": 3,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n            \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Multiple_line_text.Name\",\n            \"code\": \"multiple_line_text\",\n            \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Multiple_line_text.Description\",\n            \"position\": 2,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n            \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n        }\n    ],\n    \"customAttributes\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"temperatura\",\n            \"code\": \"temperatura\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-30T19:12:47.000Z\",\n            \"updatedAt\": \"2018-07-30T19:12:47.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Name\",\n                \"code\": \"number\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Description\",\n                \"position\": 4,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Pesable - Cítricas\",\n            \"code\": \"pesable_citricas\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-08-09T15:12:16.000Z\",\n            \"updatedAt\": \"2018-08-09T15:12:16.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Name\",\n                \"code\": \"radio\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Description\",\n                \"position\": 5,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"disponible para rebajas\",\n            \"code\": \"disponible_para_rebajas\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-30T19:13:52.000Z\",\n            \"updatedAt\": \"2018-07-30T19:13:52.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Name\",\n                \"code\": \"radio\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Description\",\n                \"position\": 5,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"ID de Video de Youtube\",\n            \"code\": \"id_de_video_de_youtube\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-06-29T20:18:34.000Z\",\n            \"updatedAt\": \"2018-06-29T20:18:34.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n                \"code\": \"single_line_text\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n                \"position\": 0,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"canal - Jugueteria\",\n            \"code\": \"canal_jugueteria\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-08-09T15:11:37.000Z\",\n            \"updatedAt\": \"2018-08-09T15:11:37.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n                \"code\": \"single_line_text\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n                \"position\": 0,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"forma de carcasa\",\n            \"code\": \"forma_de_carcasa\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-05-24T16:42:06.000Z\",\n            \"updatedAt\": \"2018-05-24T16:42:06.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n                \"code\": \"single_line_text\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n                \"position\": 0,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Testing\",\n            \"code\": \"testing\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-06-29T20:17:07.000Z\",\n            \"updatedAt\": \"2018-06-29T20:17:07.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n                \"code\": \"single_line_text\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n                \"position\": 0,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Tipo de Material\",\n            \"code\": \"tipo_de_material\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-03T15:55:21.000Z\",\n            \"updatedAt\": \"2018-07-03T15:55:21.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                \"code\": \"single_selection_list\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                \"position\": 1,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Tipo de Material - Cybershot\",\n            \"code\": \"tipo_de_material_cybershot\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-08-09T15:10:47.000Z\",\n            \"updatedAt\": \"2018-08-09T15:10:47.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                \"code\": \"single_selection_list\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                \"position\": 1,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Talle\",\n            \"code\": \"talle\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-05-25T15:08:34.000Z\",\n            \"updatedAt\": \"2018-05-25T15:10:55.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                \"code\": \"single_selection_list\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                \"position\": 1,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"colorillos\",\n            \"code\": \"colorillos\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-04-20T16:41:59.000Z\",\n            \"updatedAt\": \"2018-04-20T16:41:59.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                \"code\": \"single_selection_list\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                \"position\": 1,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Mis super tamaños\",\n            \"code\": \"mis_super_tamanos\",\n            \"description\": \"bla bla descripcion\",\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-04-23T17:15:08.000Z\",\n            \"updatedAt\": \"2018-04-23T17:15:08.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                \"code\": \"single_selection_list\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                \"position\": 1,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Capacidad updated 2\",\n            \"code\": \"capacidad_updated_2\",\n            \"description\": \"desc\",\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-04-19T17:48:10.000Z\",\n            \"updatedAt\": \"2018-06-29T16:46:12.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                \"code\": \"single_selection_list\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                \"position\": 1,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Tipo - Manzanas y Peras\",\n            \"code\": \"tipo_manzanas_y_peras\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-08-09T15:09:48.000Z\",\n            \"updatedAt\": \"2018-08-09T15:09:48.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                \"code\": \"single_selection_list\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                \"position\": 1,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"htmlcontent - Jugueteria\",\n            \"code\": \"htmlcontent_jugueteria\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-08-09T15:11:17.000Z\",\n            \"updatedAt\": \"2018-08-09T15:11:17.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Name\",\n                \"code\": \"html_text\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Description\",\n                \"position\": 3,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"html mini desc\",\n            \"code\": \"html_mini_desc\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-30T19:12:31.000Z\",\n            \"updatedAt\": \"2018-07-30T19:12:31.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Name\",\n                \"code\": \"html_text\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Description\",\n                \"position\": 3,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"meta description\",\n            \"code\": \"meta_description\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-30T19:12:19.000Z\",\n            \"updatedAt\": \"2018-07-30T19:12:19.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Multiple_line_text.Name\",\n                \"code\": \"multiple_line_text\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Multiple_line_text.Description\",\n                \"position\": 2,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        }\n    ],\n    \"productVersionCustomAttributes\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"MIni description\",\n            \"code\": \"m_ini_description\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-20T18:35:32.000Z\",\n            \"updatedAt\": \"2018-07-20T18:35:32.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Name\",\n                \"code\": \"html_text\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Description\",\n                \"position\": 3,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Exclusivo\",\n            \"code\": \"exclusivo\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-20T20:28:47.000Z\",\n            \"updatedAt\": \"2018-07-20T20:28:47.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Name\",\n                \"code\": \"radio\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Description\",\n                \"position\": 5,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Tipo - Cítricas V\",\n            \"code\": \"tipo_citricas_v\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-08-09T15:15:10.000Z\",\n            \"updatedAt\": \"2018-08-09T15:15:59.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                \"code\": \"single_selection_list\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                \"position\": 1,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Monto numerico\",\n            \"code\": \"monto_numerico\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-20T20:29:15.000Z\",\n            \"updatedAt\": \"2018-07-20T20:29:15.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Name\",\n                \"code\": \"number\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Description\",\n                \"position\": 4,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Partida\",\n            \"code\": \"partida\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-19T20:06:26.000Z\",\n            \"updatedAt\": \"2018-07-19T20:06:26.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n                \"code\": \"single_line_text\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n                \"position\": 0,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Estampados\",\n            \"code\": \"estampados\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-19T21:14:35.000Z\",\n            \"updatedAt\": \"2018-07-20T14:22:09.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                \"code\": \"single_selection_list\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                \"position\": 1,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Color Armazon\",\n            \"code\": \"color_armazon\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-07-18T20:57:40.000Z\",\n            \"updatedAt\": \"2018-07-19T21:09:53.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                \"code\": \"single_selection_list\",\n                \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                \"position\": 1,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n            }\n        }\n    ]\n}"},{"id":"aa01c4ac-b140-42a6-8f65-00a4892ac245","name":"401 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"test product\",\n  \"alias\": \"test product alias\",\n  \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"model\": \"MV01\",\n  \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"description\": \"plain text description\",\n  \"tags\": [\n    {\n      \"text\": \"tag I\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag II\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag new\"\n    }\n  ],\n  \"ProductVersions\": [\n    {\n      \"status\": \"waiting-for-creation\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXd\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"<h1>​Product version html description</h1>\",\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": 23,\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"code\": \"sku hijo\",\n      \"internalCode\": \"MV02\",\n      \"InventoryTypeId\": \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\",\n      \"width\": 100,\n      \"length\": 101,\n      \"height\": 102,\n      \"weight\": 9,\n      \"position\": 0\n    },\n    {\n      \"status\": \"waiting-for-creation\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"MV03\",\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"InternalCodeTypeId\": null,\n      \"width\": 100,\n      \"length\": 101,\n      \"height\": 102,\n      \"weight\": 9,\n      \"position\": 1\n    }\n  ],\n  \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"code\": \"12344123\",\n  \"internalCode\": \"1122334455\",\n  \"shortDescription\": \"​plain short text description\",\n  \"htmlDescription\": \"<h1>​HTML text description</h1>\",\n  \"htmlShortDescription\": \"<h1>​​HTML short text description</h1>\",\n  \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"otherProductCategories\": [\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  ],\n  \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"CustomAttributeValues\": {\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX4\": \"test\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX6\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX7\": \"<h1>​content</h1>\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX8\": \"test canal\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX9\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  },\n  \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"productGroups\": [\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  ],\n  \"InventoryTypeId\": \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/products","host":["app.multivende.com"],"path":["api","m",":merchant_id","products"],"variable":[{"key":"merchant_id","value":""}]}},"code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Mon, 20 Aug 2018 20:54:56 GMT","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"6c98-6TfbWVjcQIUQnDIKiiymKJhHcWs\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"s%3AzzgSoErzayHMlPCj_l4n0vbiz0V52RTB.iKtRa8ijJsXItV1hx%2BZE%2BaPOB74pgOTMdv9t%2BIXB5gk","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"jwt malformed\",\n    \"errorType\": \"JWT Error\",\n    \"errorName\": \"JsonWebTokenError\",\n    \"errorDetails\": null\n}"},{"id":"d2208e5f-a334-41a8-8123-cad4e6aeba0d","name":"500 error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"test product\",\n  \"alias\": \"test product alias\",\n  \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"model\": \"MV01\",\n  \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"description\": \"plain text description\",\n  \"tags\": [\n    {\n      \"text\": \"tag I\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag II\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag new\"\n    }\n  ],\n  \"ProductVersions\": [\n    {\n      \"status\": \"waiting-for-creation\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXXd\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"<h1>​Product version html description</h1>\",\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": 23,\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"code\": \"sku hijo\",\n      \"internalCode\": \"MV02\",\n      \"InventoryTypeId\": \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\",\n      \"width\": 100,\n      \"length\": 101,\n      \"height\": 102,\n      \"weight\": 9,\n      \"position\": 0\n    },\n    {\n      \"status\": \"waiting-for-creation\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"MV03\",\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"InternalCodeTypeId\": null,\n      \"width\": 100,\n      \"length\": 101,\n      \"height\": 102,\n      \"weight\": 9,\n      \"position\": 1\n    }\n  ],\n  \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"code\": \"12344123\",\n  \"internalCode\": \"1122334455\",\n  \"shortDescription\": \"​plain short text description\",\n  \"htmlDescription\": \"<h1>​HTML text description</h1>\",\n  \"htmlShortDescription\": \"<h1>​​HTML short text description</h1>\",\n  \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"otherProductCategories\": [\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  ],\n  \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"CustomAttributeValues\": {\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX4\": \"test\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX6\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX7\": \"<h1>​content</h1>\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX8\": \"test canal\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX9\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  },\n  \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"productGroups\": [\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  ],\n  \"InventoryTypeId\": \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/products","host":["app.multivende.com"],"path":["api","m",":merchant_id","products"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Mon, 20 Aug 2018 20:54:56 GMT","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"6c98-6TfbWVjcQIUQnDIKiiymKJhHcWs\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"s%3AzzgSoErzayHMlPCj_l4n0vbiz0V52RTB.iKtRa8ijJsXItV1hx%2BZE%2BaPOB74pgOTMdv9t%2BIXB5gk","key":"connect.sid"}],"responseTime":null,"body":""}],"_postman_id":"3f40cff0-1f7d-41ef-a1c5-d147bbc15c24"},{"name":"Update product","event":[{"listen":"test","script":{"id":"9c4ce9e8-21db-443e-91cc-133fe0f5a773","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6219dd36-cc66-4aa1-aad6-3ab3203abd50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"212 Woman Nyc Set Edt 100 Ml Updated\",\n  \"alias\": null,\n  \"BrandId\": null,\n  \"model\": null,\n  \"SeasonId\": null,\n  \"description\": \"test description\",\n  \"ProductVersions\": [\n    {\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"MV01\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"status\": \"created\",\n      \"internalCode\": null,\n      \"CodeTypeId\": null,\n      \"InternalCodeTypeId\": null,\n      \"position\": 0,\n      \"width\": 0,\n      \"length\": 0,\n      \"height\": 0,\n      \"weight\": 0,\n      \"Size\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"-\"\n      },\n      \"CodeType\": null,\n      \"InternalCodeType\": null,\n      \"Color\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Agua\"\n      },\n      \"InventoryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"INVENTORY_TYPES.Normal.Name\",\n        \"code\": \"_normal_inventory_type\",\n        \"description\": \"INVENTORY_TYPES.Normal.Description\",\n        \"position\": 0,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n      },\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"allImages\": [],\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"9427906487482\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"status\": \"marked-for-deletion\",\n      \"internalCode\": null,\n      \"CodeTypeId\": null,\n      \"InternalCodeTypeId\": null,\n      \"position\": 1,\n      \"width\": 0,\n      \"length\": 0,\n      \"height\": 0,\n      \"weight\": 0,\n      \"Size\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"-\"\n      },\n      \"CodeType\": null,\n      \"InternalCodeType\": null,\n      \"Color\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Azul acero\"\n      },\n      \"InventoryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"INVENTORY_TYPES.Normal.Name\",\n        \"code\": \"_normal_inventory_type\",\n        \"description\": \"INVENTORY_TYPES.Normal.Description\",\n        \"position\": 0,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n      },\n      \"CustomAttributeValues\": {},\n      \"allImages\": [],\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"status\": \"waiting-for-creation\",\n      \"allImages\": [],\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"5379043487471\",\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"InternalCodeTypeId\": null,\n      \"position\": 2\n    }\n  ],\n  \"ProductCategoryId\": null,\n  \"code\": \"22223423\",\n  \"internalCode\": null,\n  \"CodeTypeId\": null,\n  \"shortDescription\": null,\n  \"htmlDescription\": \"<h1>​test html description</h1>\",\n  \"htmlShortDescription\": null,\n  \"tags\": [\n    {\n      \"text\": \"TAG-01-T\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag III\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n  ],\n  \"WarrantyId\": null,\n  \"ShippingClassId\": null,\n  \"CustomAttributeValues\": {\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"Nombre producto magento\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": \"<p><br><br><!--StartFragment--><span style=\\\" font-family: Lato, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">Description Magento</span><!--EndFragment--><br><br><br></p>\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX4\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5\": \"Marca Woocommerce\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX6\": \"<p>Description Woocomerce</p>\"\n  },\n  \"OfficialStoreId\": null,\n  \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"InternalCodeTypeId\": null\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/products/:product_id","description":"<p>This endpoint allows to update the product information.</p>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p><strong>Use InventoryTypeId = \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\".</strong></p>\n</li>\n<li><p>The remaining information, like product categories, brands and so forth, can be taken from <a href=\"#14305549-3758-40ed-9d47-064522f4c58b\">Configurations&gt;Products</a> section.</p>\n</li>\n<li><p>The <code>Custom Attributes</code> Object shoud be created following this struct:</p>\n</li>\n</ul>\n<blockquote><br />{<br />'custom_attribute_id': 'custom_attribute_option_id',<br />'custom_attribute_id': '.....',<br />'custom_attribute_id': '.....'<br /><br /></blockquote>\n\n<p>For more information visit this <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","products",":product_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the product in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_id"}]}},"response":[{"id":"64d66ea0-e97d-4b3f-8df0-1fbf9ac2b1bf","name":"201 created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"212 Woman Nyc Set Edt 100 Ml Updated\",\n  \"alias\": null,\n  \"BrandId\": null,\n  \"model\": null,\n  \"SeasonId\": null,\n  \"description\": \"test description\",\n  \"ProductVersions\": [\n    {\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"MV01\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"status\": \"created\",\n      \"internalCode\": null,\n      \"CodeTypeId\": null,\n      \"InternalCodeTypeId\": null,\n      \"position\": 0,\n      \"width\": 0,\n      \"length\": 0,\n      \"height\": 0,\n      \"weight\": 0,\n      \"Size\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"-\"\n      },\n      \"CodeType\": null,\n      \"InternalCodeType\": null,\n      \"Color\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Agua\"\n      },\n      \"InventoryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"INVENTORY_TYPES.Normal.Name\",\n        \"code\": \"_normal_inventory_type\",\n        \"description\": \"INVENTORY_TYPES.Normal.Description\",\n        \"position\": 0,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n      },\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"allImages\": [],\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"9427906487482\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"status\": \"marked-for-deletion\",\n      \"internalCode\": null,\n      \"CodeTypeId\": null,\n      \"InternalCodeTypeId\": null,\n      \"position\": 1,\n      \"width\": 0,\n      \"length\": 0,\n      \"height\": 0,\n      \"weight\": 0,\n      \"Size\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"-\"\n      },\n      \"CodeType\": null,\n      \"InternalCodeType\": null,\n      \"Color\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Azul acero\"\n      },\n      \"InventoryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"INVENTORY_TYPES.Normal.Name\",\n        \"code\": \"_normal_inventory_type\",\n        \"description\": \"INVENTORY_TYPES.Normal.Description\",\n        \"position\": 0,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n      },\n      \"CustomAttributeValues\": {},\n      \"allImages\": [],\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"status\": \"waiting-for-creation\",\n      \"allImages\": [],\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"5379043487471\",\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"InternalCodeTypeId\": null,\n      \"position\": 2\n    }\n  ],\n  \"ProductCategoryId\": null,\n  \"code\": \"22223423\",\n  \"internalCode\": null,\n  \"CodeTypeId\": null,\n  \"shortDescription\": null,\n  \"htmlDescription\": \"<h1>​test html description</h1>\",\n  \"htmlShortDescription\": null,\n  \"tags\": [\n    {\n      \"text\": \"TAG-01-T\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag III\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n  ],\n  \"WarrantyId\": null,\n  \"ShippingClassId\": null,\n  \"CustomAttributeValues\": {\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"Nombre producto magento\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": \"<p><br><br><!--StartFragment--><span style=\\\" font-family: Lato, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">Description Magento</span><!--EndFragment--><br><br><br></p>\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX4\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5\": \"Marca Woocommerce\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX6\": \"<p>Description Woocomerce</p>\"\n  },\n  \"OfficialStoreId\": null,\n  \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"InternalCodeTypeId\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/products/:product_id","host":["app.multivende.com"],"path":["api","products",":product_id"],"variable":[{"key":"product_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"3a53-65zDZvh85jdwv1chXM2A5LAFbtk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 06 Nov 2019 12:47:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"212 Woman Nyc Set Edt 100 Ml Updated\",\n    \"alias\": null,\n    \"model\": null,\n    \"code\": \"22223423\",\n    \"internalCode\": null,\n    \"providerCode\": null,\n    \"description\": \"test description\",\n    \"htmlDescription\": \"<h1>​test html description</h1>\",\n    \"shortDescription\": null,\n    \"htmlShortDescription\": null,\n    \"status\": \"created\",\n    \"createdAt\": \"2019-06-15T17:50:28.000Z\",\n    \"updatedAt\": \"2019-11-06T12:45:43.000Z\",\n    \"CodeTypeId\": null,\n    \"InternalCodeTypeId\": null,\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductCategoryId\": null,\n    \"BrandId\": null,\n    \"BrandTaxonomyItemId\": null,\n    \"SeasonId\": null,\n    \"WarrantyId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingClassId\": null,\n    \"OfficialStoreId\": null,\n    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductTags\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"createdAt\": \"2019-07-22T14:18:44.000Z\",\n            \"updatedAt\": \"2019-11-06T12:47:42.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"TagId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"createdAt\": \"2019-11-06T12:45:43.000Z\",\n            \"updatedAt\": \"2019-11-06T12:47:42.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"TagId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"ProductInProductCategories\": [],\n    \"ProductInProductGroups\": [],\n    \"CustomAttributeValues\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": null,\n            \"text\": null,\n            \"number\": null,\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-11-06T12:45:43.000Z\",\n            \"updatedAt\": \"2019-11-06T12:45:43.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeOptionId\": null,\n            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": null,\n            \"CheckoutId\": null,\n            \"ClientId\": null,\n            \"UserId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttribute\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Categoria Mercado Libre\",\n                \"code\": \"categoria_mercado_libre\",\n                \"description\": null,\n                \"position\": 0,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-08-08T21:57:59.000Z\",\n                \"updatedAt\": \"2019-08-08T21:57:59.000Z\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSpecificityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSet\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"MercadoLibre Conexion 1\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-08-08T21:57:36.000Z\",\n                    \"updatedAt\": \"2019-08-08T21:57:36.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"CustomAttributeType\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Product_category.Name\",\n                    \"code\": \"product_category\",\n                    \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Product_category.Description\",\n                    \"position\": 6,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                    \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                }\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": null,\n            \"text\": \"Marca Woocommerce\",\n            \"number\": null,\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-11-06T12:45:43.000Z\",\n            \"updatedAt\": \"2019-11-06T12:45:43.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeOptionId\": null,\n            \"ProductCategoryId\": null,\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": null,\n            \"CheckoutId\": null,\n            \"ClientId\": null,\n            \"UserId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttribute\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Marca Woo\",\n                \"code\": \"marca_woo\",\n                \"description\": null,\n                \"position\": 0,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-10-10T13:18:01.000Z\",\n                \"updatedAt\": \"2019-10-10T13:18:01.000Z\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSpecificityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSet\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Woocommerce\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-10-10T13:17:52.000Z\",\n                    \"updatedAt\": \"2019-10-10T13:17:52.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"CustomAttributeType\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n                    \"code\": \"single_line_text\",\n                    \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                    \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                }\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": null,\n            \"text\": \"Nombre producto magento\",\n            \"number\": null,\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-11-06T12:45:43.000Z\",\n            \"updatedAt\": \"2019-11-06T12:45:43.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeOptionId\": null,\n            \"ProductCategoryId\": null,\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": null,\n            \"CheckoutId\": null,\n            \"ClientId\": null,\n            \"UserId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttribute\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Nombre Magento\",\n                \"code\": \"nombre_magento\",\n                \"description\": null,\n                \"position\": 0,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-10-28T20:35:40.000Z\",\n                \"updatedAt\": \"2019-10-28T20:35:40.000Z\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSpecificityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSet\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Magento\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-10-28T20:35:24.000Z\",\n                    \"updatedAt\": \"2019-10-28T20:35:24.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"CustomAttributeType\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n                    \"code\": \"single_line_text\",\n                    \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                    \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                }\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": null,\n            \"text\": null,\n            \"number\": null,\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-11-06T12:45:43.000Z\",\n            \"updatedAt\": \"2019-11-06T12:45:43.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeOptionId\": null,\n            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": null,\n            \"CheckoutId\": null,\n            \"ClientId\": null,\n            \"UserId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttribute\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Departamento VTEX\",\n                \"code\": \"departamento_vtex\",\n                \"description\": null,\n                \"position\": 0,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-08-14T15:47:18.000Z\",\n                \"updatedAt\": \"2019-08-14T15:47:18.000Z\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSpecificityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSet\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"VTEX Tiienda 1\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-08-14T15:46:45.000Z\",\n                    \"updatedAt\": \"2019-08-14T15:46:45.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"CustomAttributeType\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Product_category.Name\",\n                    \"code\": \"product_category\",\n                    \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Product_category.Description\",\n                    \"position\": 6,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                    \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                }\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": null,\n            \"text\": \"<p><br><br><!--StartFragment--><span style=\\\" font-family: Lato, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">Description Magento</span><!--EndFragment--><br><br><br></p>\",\n            \"number\": null,\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-11-06T12:45:43.000Z\",\n            \"updatedAt\": \"2019-11-06T12:45:43.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeOptionId\": null,\n            \"ProductCategoryId\": null,\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": null,\n            \"CheckoutId\": null,\n            \"ClientId\": null,\n            \"UserId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttribute\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Description Magento\",\n                \"code\": \"description_magento\",\n                \"description\": null,\n                \"position\": 0,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-10-28T20:35:58.000Z\",\n                \"updatedAt\": \"2019-10-28T20:35:58.000Z\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSpecificityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSet\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Magento\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-10-28T20:35:24.000Z\",\n                    \"updatedAt\": \"2019-10-28T20:35:24.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"CustomAttributeType\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Name\",\n                    \"code\": \"html_text\",\n                    \"description\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Description\",\n                    \"position\": 3,\n                    \"tags\": \"NULL\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                    \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                }\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": null,\n            \"text\": \"<p>Description Woocomerce</p>\",\n            \"number\": null,\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-11-06T12:45:43.000Z\",\n            \"updatedAt\": \"2019-11-06T12:45:43.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeOptionId\": null,\n            \"ProductCategoryId\": null,\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": null,\n            \"CheckoutId\": null,\n            \"ClientId\": null,\n            \"UserId\": null,\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttribute\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Short description woo\",\n                \"code\": \"short_description_woo\",\n                \"description\": null,\n                \"position\": 0,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-10-10T18:17:05.000Z\",\n                \"updatedAt\": \"2019-10-10T18:17:05.000Z\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSpecificityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CustomAttributeSet\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Woocommerce\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-10-10T13:17:52.000Z\",\n                    \"updatedAt\": \"2019-10-10T13:17:52.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"CustomAttributeType\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Name\",\n                    \"code\": \"html_text\",\n                    \"description\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Description\",\n                    \"position\": 3,\n                    \"tags\": \"NULL\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                    \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                }\n            }\n        }\n    ]\n}"},{"id":"26d17e18-9161-475e-865d-76c7626a1b0e","name":"401 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"212 Woman Nyc Set Edt 100 Ml Updated\",\n  \"alias\": null,\n  \"BrandId\": null,\n  \"model\": null,\n  \"SeasonId\": null,\n  \"description\": \"test description\",\n  \"ProductVersions\": [\n    {\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"MV01\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"status\": \"created\",\n      \"internalCode\": null,\n      \"CodeTypeId\": null,\n      \"InternalCodeTypeId\": null,\n      \"position\": 0,\n      \"width\": 0,\n      \"length\": 0,\n      \"height\": 0,\n      \"weight\": 0,\n      \"Size\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"-\"\n      },\n      \"CodeType\": null,\n      \"InternalCodeType\": null,\n      \"Color\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Agua\"\n      },\n      \"InventoryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"INVENTORY_TYPES.Normal.Name\",\n        \"code\": \"_normal_inventory_type\",\n        \"description\": \"INVENTORY_TYPES.Normal.Description\",\n        \"position\": 0,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n      },\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"allImages\": [],\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"9427906487482\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"status\": \"marked-for-deletion\",\n      \"internalCode\": null,\n      \"CodeTypeId\": null,\n      \"InternalCodeTypeId\": null,\n      \"position\": 1,\n      \"width\": 0,\n      \"length\": 0,\n      \"height\": 0,\n      \"weight\": 0,\n      \"Size\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"-\"\n      },\n      \"CodeType\": null,\n      \"InternalCodeType\": null,\n      \"Color\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Azul acero\"\n      },\n      \"InventoryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"INVENTORY_TYPES.Normal.Name\",\n        \"code\": \"_normal_inventory_type\",\n        \"description\": \"INVENTORY_TYPES.Normal.Description\",\n        \"position\": 0,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n      },\n      \"CustomAttributeValues\": {},\n      \"allImages\": [],\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"status\": \"waiting-for-creation\",\n      \"allImages\": [],\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"5379043487471\",\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"InternalCodeTypeId\": null,\n      \"position\": 2\n    }\n  ],\n  \"ProductCategoryId\": null,\n  \"code\": \"22223423\",\n  \"internalCode\": null,\n  \"CodeTypeId\": null,\n  \"shortDescription\": null,\n  \"htmlDescription\": \"<h1>​test html description</h1>\",\n  \"htmlShortDescription\": null,\n  \"tags\": [\n    {\n      \"text\": \"TAG-01-T\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag III\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n  ],\n  \"WarrantyId\": null,\n  \"ShippingClassId\": null,\n  \"CustomAttributeValues\": {\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"Nombre producto magento\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": \"<p><br><br><!--StartFragment--><span style=\\\" font-family: Lato, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">Description Magento</span><!--EndFragment--><br><br><br></p>\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX4\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5\": \"Marca Woocommerce\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX6\": \"<p>Description Woocomerce</p>\"\n  },\n  \"OfficialStoreId\": null,\n  \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"InternalCodeTypeId\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/products/:product_id","host":["app.multivende.com"],"path":["api","products",":product_id"],"variable":[{"key":"product_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"3a53-65zDZvh85jdwv1chXM2A5LAFbtk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 06 Nov 2019 12:47:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"jwt malformed\",\n    \"errorType\": \"JWT Error\",\n    \"errorName\": \"JsonWebTokenError\",\n    \"errorDetails\": null\n}"},{"id":"9282d321-9b63-4221-a152-190c6addad13","name":"500 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"212 Woman Nyc Set Edt 100 Ml Updated\",\n  \"alias\": null,\n  \"BrandId\": null,\n  \"model\": null,\n  \"SeasonId\": null,\n  \"description\": \"test description\",\n  \"ProductVersions\": [\n    {\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"MV01\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"status\": \"created\",\n      \"internalCode\": null,\n      \"CodeTypeId\": null,\n      \"InternalCodeTypeId\": null,\n      \"position\": 0,\n      \"width\": 0,\n      \"length\": 0,\n      \"height\": 0,\n      \"weight\": 0,\n      \"Size\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"-\"\n      },\n      \"CodeType\": null,\n      \"InternalCodeType\": null,\n      \"Color\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Agua\"\n      },\n      \"InventoryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"INVENTORY_TYPES.Normal.Name\",\n        \"code\": \"_normal_inventory_type\",\n        \"description\": \"INVENTORY_TYPES.Normal.Description\",\n        \"position\": 0,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n      },\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"allImages\": [],\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"9427906487482\",\n      \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"status\": \"marked-for-deletion\",\n      \"internalCode\": null,\n      \"CodeTypeId\": null,\n      \"InternalCodeTypeId\": null,\n      \"position\": 1,\n      \"width\": 0,\n      \"length\": 0,\n      \"height\": 0,\n      \"weight\": 0,\n      \"Size\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"-\"\n      },\n      \"CodeType\": null,\n      \"InternalCodeType\": null,\n      \"Color\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Azul acero\"\n      },\n      \"InventoryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"INVENTORY_TYPES.Normal.Name\",\n        \"code\": \"_normal_inventory_type\",\n        \"description\": \"INVENTORY_TYPES.Normal.Description\",\n        \"position\": 0,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n      },\n      \"CustomAttributeValues\": {},\n      \"allImages\": [],\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"status\": \"waiting-for-creation\",\n      \"allImages\": [],\n      \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"code\": \"5379043487471\",\n      \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n      },\n      \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n      \"InternalCodeTypeId\": null,\n      \"position\": 2\n    }\n  ],\n  \"ProductCategoryId\": null,\n  \"code\": \"22223423\",\n  \"internalCode\": null,\n  \"CodeTypeId\": null,\n  \"shortDescription\": null,\n  \"htmlDescription\": \"<h1>​test html description</h1>\",\n  \"htmlShortDescription\": null,\n  \"tags\": [\n    {\n      \"text\": \"TAG-01-T\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n      \"text\": \"tag III\",\n      \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n  ],\n  \"WarrantyId\": null,\n  \"ShippingClassId\": null,\n  \"CustomAttributeValues\": {\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX1\": \"Nombre producto magento\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX2\": \"<p><br><br><!--StartFragment--><span style=\\\" font-family: Lato, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\\\">Description Magento</span><!--EndFragment--><br><br><br></p>\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX3\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX4\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX5\": \"Marca Woocommerce\",\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXX6\": \"<p>Description Woocomerce</p>\"\n  },\n  \"OfficialStoreId\": null,\n  \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n  \"InternalCodeTypeId\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/products/:product_id","host":["app.multivende.com"],"path":["api","products",":product_id"],"variable":[{"key":"product_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"3a53-65zDZvh85jdwv1chXM2A5LAFbtk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 06 Nov 2019 12:47:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6219dd36-cc66-4aa1-aad6-3ab3203abd50"},{"name":"Get product by id","id":"8fb3418a-e976-45a3-b61e-6cd8a46b91ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/products/:product_id?_include_product_picture=false","description":"<p>This endpoint will show a product by the id.</p>\n<p>It is sent in true if you want the response to bring information from the images.</p>\n<p>For more information visit this <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","products",":product_id"],"host":["app.multivende.com"],"query":[{"key":"_include_product_picture","value":"false"}],"variable":[{"description":{"content":"<p>Unique identifier of the product in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_id"}]}},"response":[{"id":"7218205b-27db-43f6-8327-5ff130c3a55e","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/products/:product_id?_include_product_picture=false","host":["app.multivende.com"],"path":["api","products",":product_id"],"query":[{"key":"_include_product_picture","value":"false"}],"variable":[{"key":"product_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 16:47:01 GMT","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"1e02-ktqJmtska/1vkDR3cvl5ZFXtG8w\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"s%3ANk_kFseJIwmRguXeOHgvc2CyK3RMOojU.eGmTKK6MMWsR7xbKg5mmg6sQM06rcr9rbhB5T2XvQsA","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"test product\",\n    \"alias\": null,\n    \"model\": null,\n    \"code\": \"1851326525901\",\n    \"internalCode\": null,\n    \"providerCode\": null,\n    \"description\": \"test plait text description\",\n    \"htmlDescription\": \"<p>test html text description</p>\",\n    \"shortDescription\": null,\n    \"htmlShortDescription\": null,\n    \"status\": \"created\",\n    \"createdAt\": \"2018-07-19T21:06:08.000Z\",\n    \"updatedAt\": \"2018-07-19T21:06:08.000Z\",\n    \"CodeTypeId\": null,\n    \"InternalCodeTypeId\": null,\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductCategoryId\": null,\n    \"BrandId\": null,\n    \"BrandTaxonomyItemId\": null,\n    \"SeasonId\": null,\n    \"WarrantyId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"OfficialStoreId\": null,\n    \"ShippingClassId\": null,\n    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductTags\": [],\n    \"Brand\": null,\n    \"Season\": null,\n    \"ProductCategory\": null,\n    \"CodeType\": null,\n    \"InternalCodeType\": null,\n    \"ProductVersions\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"6286951898130\",\n            \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"internalCode\": null,\n            \"CodeTypeId\": null,\n            \"InternalCodeTypeId\": null,\n            \"position\": 0,\n            \"width\": 0,\n            \"length\": 0,\n            \"height\": 0,\n            \"weight\": 0,\n            \"Size\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"-\"\n            },\n            \"CodeType\": null,\n            \"InternalCodeType\": null,\n            \"Color\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"-\"\n            },\n            \"InventoryType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"INVENTORY_TYPES.Normal.Name\",\n                \"code\": \"_normal_inventory_type\",\n                \"description\": \"INVENTORY_TYPES.Normal.Description\",\n                \"position\": 0,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            },\n            \"CustomAttributeValues\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"text\": null,\n                    \"number\": null,\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-07-19T21:06:08.000Z\",\n                    \"updatedAt\": \"2018-07-19T21:06:08.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeOptionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductId\": null,\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutId\": null,\n                    \"UserId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttribute\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Color Armazon\",\n                        \"code\": \"color_armazon\",\n                        \"description\": null,\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-18T20:57:40.000Z\",\n                        \"updatedAt\": \"2018-07-19T21:09:53.000Z\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeSpecificityId\": null,\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeSet\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Attr VTEX\",\n                            \"code\": null,\n                            \"description\": \"ajksdhsajkd\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2018-07-18T19:03:37.000Z\",\n                            \"updatedAt\": \"2018-07-19T21:09:35.000Z\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        },\n                        \"CustomAttributeType\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                            \"code\": \"single_selection_list\",\n                            \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                            \"position\": 1,\n                            \"tags\": \"NULL\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                            \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                        }\n                    },\n                    \"CustomAttributeOption\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": null,\n                        \"description\": null,\n                        \"text\": \"azul\",\n                        \"number\": null,\n                        \"code\": \"azul\",\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-18T20:57:40.000Z\",\n                        \"updatedAt\": \"2018-07-18T20:57:40.000Z\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                }\n            ]\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"5056120454792\",\n            \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"internalCode\": null,\n            \"CodeTypeId\": null,\n            \"InternalCodeTypeId\": null,\n            \"position\": 1,\n            \"width\": 0,\n            \"length\": 0,\n            \"height\": 0,\n            \"weight\": 0,\n            \"Size\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"-\"\n            },\n            \"CodeType\": null,\n            \"InternalCodeType\": null,\n            \"Color\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"-\"\n            },\n            \"InventoryType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"INVENTORY_TYPES.Normal.Name\",\n                \"code\": \"_normal_inventory_type\",\n                \"description\": \"INVENTORY_TYPES.Normal.Description\",\n                \"position\": 0,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            },\n            \"CustomAttributeValues\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"text\": null,\n                    \"number\": null,\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-07-19T21:06:08.000Z\",\n                    \"updatedAt\": \"2018-07-19T21:06:08.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeOptionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductId\": null,\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutId\": null,\n                    \"UserId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttribute\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Color Armazon\",\n                        \"code\": \"color_armazon\",\n                        \"description\": null,\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-18T20:57:40.000Z\",\n                        \"updatedAt\": \"2018-07-19T21:09:53.000Z\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeSpecificityId\": null,\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeSet\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Attr VTEX\",\n                            \"code\": null,\n                            \"description\": \"ajksdhsajkd\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2018-07-18T19:03:37.000Z\",\n                            \"updatedAt\": \"2018-07-19T21:09:35.000Z\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        },\n                        \"CustomAttributeType\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                            \"code\": \"single_selection_list\",\n                            \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                            \"position\": 1,\n                            \"tags\": \"NULL\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                            \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                        }\n                    },\n                    \"CustomAttributeOption\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": null,\n                        \"description\": null,\n                        \"text\": \"naranja\",\n                        \"number\": null,\n                        \"code\": \"naranja\",\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-18T20:57:40.000Z\",\n                        \"updatedAt\": \"2018-07-18T20:57:40.000Z\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"Warranty\": null,\n    \"ProductInProductCategories\": [],\n    \"ProductInProductGroups\": [],\n    \"ShippingClass\": null,\n    \"OfficialStore\": null,\n    \"CustomAttributeValues\": []\n}"},{"id":"1760469c-6b04-4ca7-8032-553986e04c54","name":"400 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/products/:product_id?_include_product_picture=false","host":["app.multivende.com"],"path":["api","products",":product_id"],"query":[{"key":"_include_product_picture","value":"false"}],"variable":[{"key":"product_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 16:47:01 GMT","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"1e02-ktqJmtska/1vkDR3cvl5ZFXtG8w\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"s%3ANk_kFseJIwmRguXeOHgvc2CyK3RMOojU.eGmTKK6MMWsR7xbKg5mmg6sQM06rcr9rbhB5T2XvQsA","key":"connect.sid"}],"responseTime":null,"body":""},{"id":"2c39c66d-3b50-4a02-8713-301b8e33c1ee","name":"500 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/products/:product_id?_include_product_picture=false","host":["app.multivende.com"],"path":["api","products",":product_id"],"query":[{"key":"_include_product_picture","value":"false"}],"variable":[{"key":"product_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 16:47:01 GMT","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"1e02-ktqJmtska/1vkDR3cvl5ZFXtG8w\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"s%3ANk_kFseJIwmRguXeOHgvc2CyK3RMOojU.eGmTKK6MMWsR7xbKg5mmg6sQM06rcr9rbhB5T2XvQsA","key":"connect.sid"}],"responseTime":null,"body":""}],"_postman_id":"8fb3418a-e976-45a3-b61e-6cd8a46b91ae"},{"name":"Get product summary by id","id":"93d641e4-87fd-4909-b5cd-239c043caa29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/products/:product_id/summary","description":"<p>This endpoint will show a product by the id.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n","urlObject":{"path":["api","products",":product_id","summary"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the product in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_id"}]}},"response":[{"id":"dee97eda-d824-493b-bcb9-ac80bfb0ca6b","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/products/:product_id/summary","host":["app.multivende.com"],"path":["api","products",":product_id","summary"],"variable":[{"key":"product_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"50e-Qz5Sn6eMBOcwlPCHnzEm73oNAqg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 08 Oct 2019 18:46:06 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"2 Mochilas Disfraz\",\n    \"alias\": null,\n    \"model\": \"2 Mochilas\",\n    \"code\": \"9699804201952\",\n    \"internalCode\": null,\n    \"providerCode\": null,\n    \"description\": \"Adelanta Navidad\\r\\nMochila de peluche \\r\\nmodelo Dinosaurio para niños y niñas\\r\\n6 modelos disponibles.\\r\\ndesde 2 años\\r\\nEs un increíble regalo para potenciar la autonomía en la etapa preescolar, de manera lúdica.\\r\\nLa mochila consiste en un cuerpo central que contiene los objetos que quieras transportar, en la parte superior consta de un gorro que simula la cabeza del personaje y los brazos tienen muñequeras para que quede como un disfraz.\\r\\nPrecios especiales para colegios, jardines infantiles e instituciones!\",\n    \"htmlDescription\": null,\n    \"shortDescription\": null,\n    \"htmlShortDescription\": null,\n    \"status\": \"created\",\n    \"createdAt\": \"2018-05-16T20:29:57.000Z\",\n    \"updatedAt\": \"2018-12-11T18:35:19.000Z\",\n    \"CodeTypeId\": null,\n    \"InternalCodeTypeId\": null,\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductCategoryId\": null,\n    \"BrandId\": null,\n    \"BrandTaxonomyItemId\": null,\n    \"SeasonId\": null,\n    \"WarrantyId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingClassId\": null,\n    \"OfficialStoreId\": null,\n    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"}],"_postman_id":"93d641e4-87fd-4909-b5cd-239c043caa29"},{"name":"Product Bulk Deletion","id":"7ab71a35-5ec2-4e76-8147-f03ceacf2671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"delete-products\",\n    \"products\": [\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    ],\n    \"selectedCount\": 1\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/products/bulk-deletion","description":"<p>This endpoint will delete several products using their ids.</p>\n<p>Params:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>Varchar</td>\n<td>Specifies the action to be performed</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>products</td>\n<td>Array</td>\n<td>List the product ids to delete</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n","urlObject":{"path":["api","m",":merchant_id","products","bulk-deletion"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"f9452d9f-bbe2-4370-a535-3a83fe04b140","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"type\": \"delete-products\",\n  \"products\": [\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  ],\n  \"selectedCount\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/products/bulk-deletion","host":["app.multivende.com"],"path":["api","m",":merchant_id","products","bulk-deletion"],"variable":[{"key":"merchant_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-9vm8J/rVtZmFxLxo9mFcx85ZfNA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 08 Jul 2019 18:43:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"},{"id":"02385870-a711-49a5-9c7d-0043181a0480","name":"401 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"type\": \"delete-products\",\n  \"products\": [\n    \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n  ],\n  \"selectedCount\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/products/bulk-deletion","host":["app.multivende.com"],"path":["api","m",":merchant_id","products","bulk-deletion"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-9vm8J/rVtZmFxLxo9mFcx85ZfNA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 08 Jul 2019 18:43:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"jwt expired\",\n    \"errorType\": \"JWT Error\",\n    \"errorName\": \"TokenExpiredError\",\n    \"errorDetails\": null\n}"}],"_postman_id":"7ab71a35-5ec2-4e76-8147-f03ceacf2671"}],"id":"2ac43c26-fc81-430a-babd-ad6f30fc94bd","description":"<p>Manages the creation, updating, and viewing of products, their versions, and attributes in a merchant's account.</p>\n","_postman_id":"2ac43c26-fc81-430a-babd-ad6f30fc94bd"},{"name":"Stores and Warehouses","item":[{"name":"Get stores and warehouses","event":[{"listen":"test","script":{"id":"d7447bc0-b747-4059-bafe-f01e21877401","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"warehouse_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"96ac331e-ed22-4558-a76d-860caafb0707","request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/stores-and-warehouses/p/:page","description":"<p>This endpoint will get the stores and warehouses information related to the Merchant account.</p>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n</li>\n<li><p>This endpoint requires validating pagination.</p>\n</li>\n<li><p>If your integration needs to synchronize stock, it is important to store the <code>warehouse _id</code></p>\n</li>\n</ul>\n<p>For more information visit this <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752410175501--C%C3%B3mo-cargar-stock-v%C3%ADa-API\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","m",":merchant_id","stores-and-warehouses","p",":page"],"host":["app.multivende.com"],"query":[{"disabled":true,"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"include_fulfillment","value":"true"}],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"0477ee38-006c-4873-bf89-91b27fffd4c2","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/stores-and-warehouses/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","stores-and-warehouses","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Tue, 29 May 2018 18:22:44 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"4fa-ncYtUvACOkNrpZPmaQt/L6H99jM\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Mi Tienda (Personaliza el nombre)\",\n            \"code\": null,\n            \"address\": null,\n            \"description\": null,\n            \"type\": \"store\",\n            \"phoneAreaCode\": null,\n            \"phoneNumber\": null,\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"openHours\": null,\n            \"tags\": null,\n            \"position\": 0,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-05-24T00:19:31.000Z\",\n            \"updatedAt\": \"2018-05-24T00:19:31.000Z\",\n            \"CreatedById\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"LocationId\": null,\n            \"TimezoneId\": null,\n            \"MerchantId\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"SalesGroupId\": null\n        },\n        {\n            \"_id\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Bodega (Personaliza el nombre)\",\n            \"code\": null,\n            \"address\": null,\n            \"description\": null,\n            \"type\": \"warehouse\",\n            \"phoneAreaCode\": null,\n            \"phoneNumber\": null,\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"openHours\": null,\n            \"tags\": null,\n            \"position\": 1,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-05-24T00:19:31.000Z\",\n            \"updatedAt\": \"2018-05-24T00:19:31.000Z\",\n            \"CreatedById\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"LocationId\": null,\n            \"TimezoneId\": null,\n            \"MerchantId\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"SalesGroupId\": null\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"},{"id":"27fbf7bc-7952-4c0a-a253-61ab316842c4","name":"401 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/stores-and-warehouses/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","stores-and-warehouses","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Tue, 29 May 2018 18:22:44 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"4fa-ncYtUvACOkNrpZPmaQt/L6H99jM\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAX3QpWf///8HYgAJbgdiAAz5D2EBbAAAAAFtAAAABXdlYi4xam5rk1QHp/81YBVpRYFQPX93Ela0","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"jwt malformed\",\n    \"errorType\": \"JWT Error\",\n    \"errorName\": \"JsonWebTokenError\",\n    \"errorDetails\": null\n}"}],"_postman_id":"96ac331e-ed22-4558-a76d-860caafb0707"},{"name":"Create store or warehouse","id":"c5461b9c-18c2-4bc8-9838-7f83ca1f8973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Store 1\",\n    \"type\": \"store\",\n    \"description\": \"The main warehouse of the company\",\n    \"address\": \"Antonio Varas 175, Of 402, Providencia, Santiago\",\n    \"phoneAreaCode\": \"+562\",\n    \"phoneNumber\": \"5656 5281\",\n    \"latitude\": \"-33.429684\",\n    \"longitude\": \"-70.617017\",\n    \"openHours\": \"09:00 to 19:00 hours.\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/stores-and-warehouses","description":"<p>This endpoint allows to create a store or warehouse associated to the Merchant.</p>\n<p>Params:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Varchar</td>\n<td>The warehouse name</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Varchar</td>\n<td>Type of the warehouse</td>\n<td>No</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Text</td>\n<td>A description about the warehouse</td>\n<td>No</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Varchar</td>\n<td>The address of the warehouse</td>\n<td>No</td>\n</tr>\n<tr>\n<td>phoneAreaCode</td>\n<td>Text</td>\n<td>Area code of the warehouse</td>\n<td>No</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Text</td>\n<td>Phone number of the warehouse</td>\n<td>No</td>\n</tr>\n<tr>\n<td>latitude</td>\n<td>Decimal</td>\n<td>latitude of the warehouse</td>\n<td>No</td>\n</tr>\n<tr>\n<td>longitude</td>\n<td>Decimal</td>\n<td>logitude of the warehouse</td>\n<td>No</td>\n</tr>\n<tr>\n<td>openHours</td>\n<td>Text</td>\n<td>Warehouse operating hours</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n</li>\n<li><p><strong>Parameters:</strong> All the params are optional except <code>{{access token}}</code> and <code>{{name}}</code>.</p>\n</li>\n<li><p>Param <code>{{type}}</code> has possible values 'store' and 'warehouse'. Default value is 'store'</p>\n</li>\n</ul>\n<p>For more information visit this <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752410175501--C%C3%B3mo-cargar-stock-v%C3%ADa-API\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","m",":merchant_id","stores-and-warehouses"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"84886974-31ec-41f1-a726-35c7b7def2d5","name":"201 created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Store 1\",\n    \"type\": \"store\",\n    \"description\": \"The main warehouse of the company\",\n    \"address\": \"Antonio Varas 175, Of 402, Providencia, Santiago\",\n    \"phoneAreaCode\": \"+562\",\n    \"phoneNumber\": \"5656 5281\",\n    \"latitude\": \"-33.429684\",\n    \"longitude\": \"-70.617017\",\n    \"openHours\": \"09:00 to 19:00 hours.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/stores-and-warehouses","host":["app.multivende.com"],"path":["api","m",":merchant_id","stores-and-warehouses"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Mar 2022 21:36:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"592"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"250-P3svjy26gc8rSoWY4U9GyZYrRr0\""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"status\": \"created\",\n    \"name\": \"Store 1\",\n    \"description\": \"The main warehouse of the company\",\n    \"address\": \"Antonio Varas 175, Of 402, Providencia, Santiago\",\n    \"type\": \"store\",\n    \"phoneAreaCode\": \"+562\",\n    \"phoneNumber\": \"5656 5281\",\n    \"latitude\": \"-33.429684\",\n    \"longitude\": \"-70.617017\",\n    \"openHours\": \"09:00 to 19:00 hours.\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"position\": 30,\n    \"updatedAt\": \"2022-03-10T21:36:59.000Z\",\n    \"createdAt\": \"2022-03-10T21:36:59.000Z\"\n}"},{"id":"2ff1203d-da77-4d1a-b643-4817966fcce7","name":"400 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Store 1\",\n    \"type\": \"store\",\n    \"description\": \"The main warehouse of the company\",\n    \"address\": \"Antonio Varas 175, Of 402, Providencia, Santiago\",\n    \"phoneAreaCode\": \"+562\",\n    \"phoneNumber\": \"5656 5281\",\n    \"latitude\": \"-33.429684\",\n    \"longitude\": \"-70.617017\",\n    \"openHours\": \"09:00 to 19:00 hours.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/stores-and-warehouses","host":["app.multivende.com"],"path":["api","m",":merchant_id","stores-and-warehouses"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Mar 2022 21:36:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"592"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"250-P3svjy26gc8rSoWY4U9GyZYrRr0\""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""},{"id":"b0192c73-a2f3-4dd5-97ff-d263ea691d15","name":"500 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Store 1\",\n    \"type\": \"store\",\n    \"description\": \"The main warehouse of the company\",\n    \"address\": \"Antonio Varas 175, Of 402, Providencia, Santiago\",\n    \"phoneAreaCode\": \"+562\",\n    \"phoneNumber\": \"5656 5281\",\n    \"latitude\": \"-33.429684\",\n    \"longitude\": \"-70.617017\",\n    \"openHours\": \"09:00 to 19:00 hours.\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/stores-and-warehouses","host":["app.multivende.com"],"path":["api","m",":merchant_id","stores-and-warehouses"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Mar 2022 21:36:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"592"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"250-P3svjy26gc8rSoWY4U9GyZYrRr0\""},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"c5461b9c-18c2-4bc8-9838-7f83ca1f8973"}],"id":"58a061c6-c6b3-49d0-a2ad-a514e00b5caa","description":"<p>Consult and create warehouses for a merchant's account in Multivende.</p>\n","_postman_id":"58a061c6-c6b3-49d0-a2ad-a514e00b5caa"},{"name":"Price lists","item":[{"name":"Get price lists","event":[{"listen":"test","script":{"id":"de1e3c15-ec8b-43db-aefe-df6b7fd7195d","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"product_price_list_id\", data.entries[0]._id);","postman.setEnvironmentVariable(\"currency_id\", data.entries[0].Currency._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0dbe71ef-36eb-4e1c-8c89-0d4724a2e91b","request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/product-price-lists/p/:page","description":"<p>This endpoint will list the price lists in the associated to the Merchant.</p>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n<p>For more information visit this <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14576486650893-Consultar-precios-de-productos-via-API\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-price-lists","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"1777b6d9-6499-4ef4-9229-af4334e4e303","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-price-lists/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-price-lists","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"778","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Tue, 29 May 2018 20:02:35 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"30a-/27+4obXYUeeXS5J4cBZlfESnC4\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAXSpfrf///8HYgAJhapiAAN1MWEBbAAAAAFtAAAABXdlYi4xatItDxOanB4jm3CLakz6/BG4dzPB","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Precios de lista\",\n            \"isDefault\": true,\n            \"code\": null,\n            \"description\": null,\n            \"position\": 0,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-05-24T00:19:31.000Z\",\n            \"updatedAt\": \"2018-05-24T00:19:31.000Z\",\n            \"CreatedById\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CurrencyId\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"Currency\": {\n                \"_id\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"PlatformCurrency\": {\n                    \"_id\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                    \"symbol\": \"$\",\n                    \"code\": \"CLP\",\n                    \"decimalPlaces\": 0\n                }\n            }\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 1\n    }\n}"},{"id":"3fa5c90d-92cb-4a77-bb64-737d098ab74c","name":"500 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-price-lists/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-price-lists","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"778","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Tue, 29 May 2018 20:02:35 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"30a-/27+4obXYUeeXS5J4cBZlfESnC4\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAXSpfrf///8HYgAJhapiAAN1MWEBbAAAAAFtAAAABXdlYi4xatItDxOanB4jm3CLakz6/BG4dzPB","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":""},{"id":"35a08c1a-efa0-4898-a128-77ce510d3e07","name":"400 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-price-lists/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-price-lists","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"778","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Tue, 29 May 2018 20:02:35 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"30a-/27+4obXYUeeXS5J4cBZlfESnC4\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAXSpfrf///8HYgAJhapiAAN1MWEBbAAAAAFtAAAABXdlYi4xatItDxOanB4jm3CLakz6/BG4dzPB","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":""}],"_postman_id":"0dbe71ef-36eb-4e1c-8c89-0d4724a2e91b"},{"name":"Create price list","id":"5cba67c6-a231-43b7-8664-5f2304926026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Web and marketplaces prices\",\n    \"description\": \"Prices applied to all products for web and marketplaces channels\",\n    \"CurrencyId\": \"{{currency_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/product-price-lists","description":"<p>This endpoint allows to create a price list associated to the Merchant.</p>\n<p>Params:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Varchar</td>\n<td>name of the proce list</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Varchar</td>\n<td>description of the price list</td>\n<td>No</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>Varchar</td>\n<td>Currency id of the price list</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n</li>\n<li><p>The <code>currency_id</code> can be taken from <a href=\"#b9116f7f-c155-47bf-bb6f-5cbe663c2578\">Get currencies</a> endpoint.</p>\n</li>\n</ul>\n<p>For more information visit this <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752469039117-Actualizaci%C3%B3n-de-Precios\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-price-lists"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"a3b53b0e-4595-4433-8f84-bd0a96652de9","name":"200 OK Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Web and marketplaces prices\",\n    \"description\": \"Prices applied to all products for web and marketplaces channels\",\n    \"CurrencyId\": \"{{currency_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-price-lists","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-price-lists"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"778","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Tue, 29 May 2018 20:02:35 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"30a-/27+4obXYUeeXS5J4cBZlfESnC4\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAXSpfrf///8HYgAJhapiAAN1MWEBbAAAAAFtAAAABXdlYi4xatItDxOanB4jm3CLakz6/BG4dzPB","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"status\": \"created\",\n    \"name\": \"Web and marketplaces prices\",\n    \"description\": \"Prices applied to all products for web and marketplaces channels\",\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"isDefault\": false,\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"position\": 81,\n    \"updatedAt\": \"2025-10-14T18:22:41.000Z\",\n    \"createdAt\": \"2025-10-14T18:22:41.000Z\"\n}"},{"id":"e17154d4-7d9b-4be2-b465-d74b9041f58f","name":"500 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \n    \"description\": \"Prices applied to all products for web and marketplaces channels\",\n    \"CurrencyId\": \"{{currency_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-price-lists","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-price-lists"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"778","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Tue, 29 May 2018 20:02:35 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"30a-/27+4obXYUeeXS5J4cBZlfESnC4\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAXSpfrf///8HYgAJhapiAAN1MWEBbAAAAAFtAAAABXdlYi4xatItDxOanB4jm3CLakz6/BG4dzPB","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"name\": \"SequelizeValidationError\",\n    \"message\": \"notNull Violation: name cannot be null\",\n    \"errors\": [\n        {\n            \"message\": \"name cannot be null\",\n            \"type\": \"notNull Violation\",\n            \"path\": \"name\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"46dc666b-87c4-415e-8b42-652f35b61a00","name":"400 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"name\": \"price list test\",\n    \"description\": \"Prices applied to all products for web and marketplaces channels\",\n   \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-price-lists","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-price-lists"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"778","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Tue, 29 May 2018 20:02:35 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"30a-/27+4obXYUeeXS5J4cBZlfESnC4\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAXSpfrf///8HYgAJhapiAAN1MWEBbAAAAAFtAAAABXdlYi4xatItDxOanB4jm3CLakz6/BG4dzPB","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"}],"_postman_id":"5cba67c6-a231-43b7-8664-5f2304926026"}],"id":"a35a0461-487f-40cd-afc8-aa685ce78a6c","description":"<p>Create and view price lists associated with a merchant account.</p>\n","_postman_id":"a35a0461-487f-40cd-afc8-aa685ce78a6c"},{"name":"Currencies","item":[{"name":"Get currencies","event":[{"listen":"test","script":{"id":"de1e3c15-ec8b-43db-aefe-df6b7fd7195d","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"product_price_list_id\", data.entries[0]._id);","postman.setEnvironmentVariable(\"currency_id\", data.entries[0].Currency._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"158610ab-0a5c-4d38-9957-91232ec6b1ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"app.multivende.com/api/m/:merchant_id/currencies","description":"<p>This endpoint will list the currencies in the associated to the Merchant.</p>\n<p>If the <code>\"Currencies\"</code> field is [] it means that the currency is not enabled for the Merchant.</p>\n<p>The currencyId is \"Currencies\" -&gt; \"_ id\"</p>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</li>\n</ul>\n","urlObject":{"path":["api","m",":merchant_id","currencies"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"ded4d1de-b1af-48a2-a12b-27203b7e9ae7","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"app.multivende.com/api/m/:merchant_id/currencies","host":["app.multivende.com"],"path":["api","m",":merchant_id","currencies"],"variable":[{"key":"merchant_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"a15-uT/PSfoc6ZTu0S8yE+IP26/MDvw\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 30 Apr 2021 02:21:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\",\n            \"Currencies\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"UF\",\n            \"name\": \"CURRENCIES.Chilean_UF.Name\",\n            \"code\": \"UF\",\n            \"decimalPlaces\": 2,\n            \"position\": 1,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\",\n            \"Currencies\": []\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Mexican_peso.Name\",\n            \"code\": \"MXN\",\n            \"decimalPlaces\": 2,\n            \"position\": 2,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2017-07-14T22:09:44.000Z\",\n            \"updatedAt\": \"2017-07-14T22:09:44.000Z\",\n            \"Currencies\": []\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.United_states_dollar.Name\",\n            \"code\": \"USD\",\n            \"decimalPlaces\": 2,\n            \"position\": 3,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2017-07-14T22:09:44.000Z\",\n            \"updatedAt\": \"2017-07-14T22:09:44.000Z\",\n            \"Currencies\": []\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Colombian_peso.Name\",\n            \"code\": \"COP\",\n            \"decimalPlaces\": 0,\n            \"position\": 4,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2017-07-14T22:09:44.000Z\",\n            \"updatedAt\": \"2017-07-14T22:09:44.000Z\",\n            \"Currencies\": []\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"S/\",\n            \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n            \"code\": \"PEN\",\n            \"decimalPlaces\": 2,\n            \"position\": 5,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\",\n            \"Currencies\": []\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Argentine_peso.Name\",\n            \"code\": \"ARS\",\n            \"decimalPlaces\": 2,\n            \"position\": 6,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\",\n            \"Currencies\": []\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$U\",\n            \"name\": \"CURRENCIES.Uruguayan_peso.Name\",\n            \"code\": \"UYU\",\n            \"decimalPlaces\": 0,\n            \"position\": 7,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-13T10:51:38.000Z\",\n            \"updatedAt\": \"2018-01-13T10:51:38.000Z\",\n            \"Currencies\": []\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$Bs\",\n            \"name\": \"CURRENCIES.Venezuelan_bolivar.Name\",\n            \"code\": \"VES\",\n            \"decimalPlaces\": 0,\n            \"position\": 8,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-13T10:51:38.000Z\",\n            \"updatedAt\": \"2018-01-13T10:51:38.000Z\",\n            \"Currencies\": []\n        }\n    ],\n    \"pagination\": {}\n}"},{"id":"eefba48d-0443-4476-8243-a1858be8c9fe","name":"500  error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"app.multivende.com/api/m/:merchant_id/currencies","host":["app.multivende.com"],"path":["api","m",":merchant_id","currencies"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"a15-uT/PSfoc6ZTu0S8yE+IP26/MDvw\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 30 Apr 2021 02:21:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd15af8b-1d3e-46f9-8e8c-23a5edf8129e","name":"400 error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"app.multivende.com/api/m/:merchant_id/currencies","host":["app.multivende.com"],"path":["api","m",":merchant_id","currencies"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"a15-uT/PSfoc6ZTu0S8yE+IP26/MDvw\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 30 Apr 2021 02:21:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"158610ab-0a5c-4d38-9957-91232ec6b1ad"}],"id":"a82aae22-434a-456e-9759-419e88210b23","_postman_id":"a82aae22-434a-456e-9759-419e88210b23","description":""},{"name":"Stocks","item":[{"name":"Get stocks with scroll","event":[{"listen":"test","script":{"id":"f3e88c9a-60d7-46af-8ebf-f1efec4ba20c","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"scroll_id\", data.pagination.scroll_id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2844aac8-f7cf-4f1c-bc0f-9f7a7d324925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/product-stocks/stores-and-warehouses/:warehouse_id/limit/:limit?_scroll_id=&_filter_by={{_filter_by}}&_from={{_from}}&_to={{_to}}&_code={{code}}","description":"<p>This endpoint allows obtaining the stock of the products, paginated by scroll.</p>\n<p>It allows filtering by creation date (createdAt) or update date (updatedAt) delivering as input data a range of dates as required.</p>\n<p>the range for the allowed limit is &gt;=50 and &lt;=5000</p>\n<p>Params:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_scroll_id</td>\n<td>_scroll_id</td>\n<td>use the scroll_id returned by the query in the pagination field</td>\n<td>No</td>\n</tr>\n<tr>\n<td>_filter_by</td>\n<td>Varchar</td>\n<td>filter by date: updatedAt</td>\n<td>Required if filter by date</td>\n</tr>\n<tr>\n<td>_from</td>\n<td>Date</td>\n<td>Date from</td>\n<td>No, but if required to polling</td>\n</tr>\n<tr>\n<td>_to</td>\n<td>Date</td>\n<td>Date to</td>\n<td>No, but if required to polling</td>\n</tr>\n<tr>\n<td>_code</td>\n<td>Varchar</td>\n<td>sku of the version</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Scroll pagination usage</strong></p>\n<p>The _scroll_id parameter is used to retrieve the next page of results when using scroll pagination.</p>\n<p><strong>Important</strong>: In the first request, the _scroll_id must not be sent or must be null.</p>\n<p>The API will return a _scroll_id in the response, which must be used in subsequent requests to continue retrieving the next pages of data.</p>\n<p><strong>Flow example:</strong></p>\n<ol>\n<li><p>First request → do not send _scroll_id</p>\n</li>\n<li><p>Response → returns _scroll_id</p>\n</li>\n<li><p>Next request → send the returned _scroll_id</p>\n</li>\n<li><p>Repeat until no more results are returned.</p>\n</li>\n</ol>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li>the <code>warehouse_id</code> can be taken from <a href=\"#37aa9d1b-8d98-472b-8e2b-06cb6fcef929\">Get stores and warehouses</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752416477581-Consultar-stock-de-productos-en-bodegas\">help center</a>.</p>\n","urlObject":{"path":["api","product-stocks","stores-and-warehouses",":warehouse_id","limit",":limit"],"host":["app.multivende.com"],"query":[{"description":{"content":"<p>use the scroll_id returned by the query in the pagination field</p>\n","type":"text/plain"},"key":"_scroll_id","value":""},{"description":{"content":"<p>updatedAt || createdAt (optional)</p>\n","type":"text/plain"},"key":"_filter_by","value":"{{_filter_by}}"},{"description":{"content":"<p>date from to filter (is required to filter by date created or updated)</p>\n","type":"text/plain"},"key":"_from","value":"{{_from}}"},{"description":{"content":"<p>date to to filter (is required to filter by date created or updated)</p>\n","type":"text/plain"},"key":"_to","value":"{{_to}}"},{"description":{"content":"<p>sku or product version _id </p>\n","type":"text/plain"},"key":"_code","value":"{{code}}"}],"variable":[{"type":"any","value":"","key":"warehouse_id"},{"description":{"content":"<p>Maximum number of results returned per request (typically ranges between 50 and 100 when using scroll).</p>\n","type":"text/plain"},"type":"any","value":"","key":"limit"}]}},"response":[{"id":"125592d0-6dd1-42d6-91fa-2f1ff64fb542","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/product-stocks/stores-and-warehouses/:warehouse_id/limit/:limit?_scroll_id=&_filter_by=updatedAt&_from=2026-12-06T23:28:14.000Z&_to=2026-03-17T14:56:50.000Z","host":["app.multivende.com"],"path":["api","product-stocks","stores-and-warehouses",":warehouse_id","limit",":limit"],"query":[{"key":"_scroll_id","value":"","description":"use the scroll_id returned by the query in the pagination field"},{"key":"_filter_by","value":"updatedAt","description":"updatedAt || createdAt (optional)"},{"key":"_from","value":"2026-12-06T23:28:14.000Z","description":"date from to filter (is required to filter by date created or updated)"},{"key":"_to","value":"2026-03-17T14:56:50.000Z","description":"date to to filter (is required to filter by date created or updated)"},{"key":null,"value":"","type":"text","disabled":true}],"variable":[{"key":"warehouse_id","value":""},{"key":"limit","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Mar 2023 20:07:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"x-im-request-limit","value":"25"},{"key":"etag","value":"W/\"e0af-RrLj7j680BEEwYgQqtRxOfelgPw\""},{"key":"vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'none'"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7aea42f97ffe0ddf-SCL"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"code\": \"MV01\",\n            \"createdAt\": \"2022-05-03T14:37:30.000Z\",\n            \"updatedAt\": \"2023-03-17T14:57:00.000Z\",\n            \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"code\": \"MV01\",\n                \"createdAt\": \"2022-05-03T14:37:30.000Z\",\n                \"updatedAt\": \"2023-03-29T15:06:56.000Z\"\n            },\n            \"ProductStocks\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"amount\": 20,\n                \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"createdAt\": \"2023-01-20T00:50:57.000Z\",\n                \"updatedAt\": \"2023-03-03T21:18:52.000Z\"\n            }\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"code\": \"4511497105629\",\n            \"createdAt\": \"2023-03-06T14:00:22.000Z\",\n            \"updatedAt\": \"2023-03-17T14:57:08.000Z\",\n            \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"code\": \"5510048335316\",\n                \"createdAt\": \"2023-03-06T14:00:22.000Z\",\n                \"updatedAt\": \"2023-03-17T14:56:50.000Z\"\n            },\n            \"ProductStocks\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"amount\": 10,\n                \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"createdAt\": \"2023-03-06T15:59:33.000Z\",\n                \"updatedAt\": \"2023-03-06T15:59:33.000Z\"\n            }\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"code\": \"8247915803674\",\n            \"createdAt\": \"2023-03-06T13:16:18.000Z\",\n            \"updatedAt\": \"2023-03-17T14:57:15.000Z\",\n            \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"code\": \"4402096288977\",\n                \"createdAt\": \"2023-03-06T13:16:18.000Z\",\n                \"updatedAt\": \"2023-03-17T14:56:50.000Z\"\n            },\n            \"ProductStocks\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"amount\": 122,\n                \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"createdAt\": \"2023-03-06T13:17:43.000Z\",\n                \"updatedAt\": \"2023-03-06T13:17:43.000Z\"\n            }\n        }\n        \n    ],\n    \"pagination\": {\n        \"limit\": 100,\n        \"total_items\": 3,\n        \"scroll_id\": null\n    }\n}"},{"id":"e844a7aa-74eb-42fc-a80b-f628aa37f8a5","name":"500 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/product-stocks/stores-and-warehouses/:warehouse_id/limit/:limit?_scroll_id=&_filter_by=updatedAt&_from=2026-12-06T23:28:14.000Z&_to=2026-03-17T14:56:50.000Z","host":["app.multivende.com"],"path":["api","product-stocks","stores-and-warehouses",":warehouse_id","limit",":limit"],"query":[{"key":"_scroll_id","value":"","description":"use the scroll_id returned by the query in the pagination field"},{"key":"_filter_by","value":"updatedAt","description":"updatedAt || createdAt (optional)"},{"key":"_from","value":"2026-12-06T23:28:14.000Z"},{"key":"_to","value":"2026-03-17T14:56:50.000Z"}],"variable":[{"key":"warehouse_id","value":""},{"key":"limit","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Mar 2023 20:07:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"x-im-request-limit","value":"25"},{"key":"etag","value":"W/\"e0af-RrLj7j680BEEwYgQqtRxOfelgPw\""},{"key":"vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'none'"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7aea42f97ffe0ddf-SCL"}],"cookie":[],"responseTime":null,"body":""},{"id":"7a3f5cfb-bbc7-43c4-a2bb-c7676472ad6a","name":"400 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/product-stocks/stores-and-warehouses/:warehouse_id/limit/:limit?_scroll_id=&_filter_by=updatedAt&_from=2026-12-06T23:28:14.000Z&_to=2026-03-17T14:56:50.000Z","host":["app.multivende.com"],"path":["api","product-stocks","stores-and-warehouses",":warehouse_id","limit",":limit"],"query":[{"key":"_scroll_id","value":"","description":"use the scroll_id returned by the query in the pagination field"},{"key":"_filter_by","value":"updatedAt","description":"updatedAt || createdAt (optional)"},{"key":"_from","value":"2026-12-06T23:28:14.000Z"},{"key":"_to","value":"2026-03-17T14:56:50.000Z"}],"variable":[{"key":"warehouse_id","value":""},{"key":"limit","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Mar 2023 20:07:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"x-im-request-limit","value":"25"},{"key":"etag","value":"W/\"e0af-RrLj7j680BEEwYgQqtRxOfelgPw\""},{"key":"vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'none'"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7aea42f97ffe0ddf-SCL"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2844aac8-f7cf-4f1c-bc0f-9f7a7d324925"},{"name":"Get Stock by sku","id":"55bec81f-33a3-42a0-bdc4-6a0395c41aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/product-versions/search/q/:sku_child/p/:page?_include_stock=true&_listPrice_inventory_section=true&_warehouse_id=","description":"<p>This endpoint allows obtaining the stock of the products, by sku_child</p>\n<p><strong>Note:</strong> the <code>warehouse_id</code> can be taken from <a href=\"#37aa9d1b-8d98-472b-8e2b-06cb6fcef929\">Get stores and warehouses</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752416477581-Consultar-stock-de-productos-en-bodegas\">help center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-versions","search","q",":sku_child","p",":page"],"host":["app.multivende.com"],"query":[{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"_include_stock","value":"true"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"_listPrice_inventory_section","value":"true"},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"_warehouse_id","value":""}],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>SKU of the product variant (child SKU).</p>\n","type":"text/plain"},"type":"any","value":"","key":"sku_child"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"e65d9cc5-7550-427f-b506-cbf9edef9fe7","name":"Get Stock by sku","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-versions/search/q/:sku_child/p/:page?_include_stock=true&_listPrice_inventory_section=true&_warehouse_id=","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-versions","search","q",":sku_child","p",":page"],"query":[{"key":"_include_stock","value":"true"},{"key":"_listPrice_inventory_section","value":"true"},{"key":"_warehouse_id","value":""}],"variable":[{"key":"merchant_id","value":""},{"key":"sku_child","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXX\",\n            \"internalCode\": null,\n            \"providerCode\": null,\n            \"position\": 0,\n            \"width\": 0,\n            \"length\": 0,\n            \"height\": 1,\n            \"weight\": 0,\n            \"status\": \"created\",\n            \"createdAt\": \"2022-10-17T03:10:55.000Z\",\n            \"updatedAt\": \"2024-10-06T23:28:37.000Z\",\n            \"CodeTypeId\": null,\n            \"InternalCodeTypeId\": null,\n            \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionPictures\": [],\n            \"Size\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Tamaño Unico\"\n            },\n            \"Color\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"-\"\n            },\n            \"CodeType\": null,\n            \"InternalCodeType\": null,\n            \"InventoryType\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"_normal_inventory_type\"\n            },\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Acondicionador Leaving In Monoi Milk\",\n                \"model\": \"Leaving In\",\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"853363007359\",\n                \"internalCode\": null,\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Brand\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Playa\"\n                },\n                \"ProductType\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"PRODUCT_TYPES.PRODUCT.Name\",\n                    \"code\": \"_product_types_product_\",\n                    \"description\": \"PRODUCT_TYPES.PRODUCT.Description\",\n                    \"tags\": \"\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2017-03-16T09:41:44.000Z\",\n                    \"updatedAt\": \"2017-03-16T09:41:44.000Z\"\n                },\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/_addl2_sf_pla_hacon01_h01_playa_monoi_milk_leave_in_conditioner_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.png\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/png\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"_addl2_sf_pla_hacon01_h01_playa_monoi_milk_leave_in_conditioner_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.png\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/_addl1_sf_pla_hacon01_h01_playa_monoi_milk_leave_in_conditioner_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.png\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/png\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"_addl1_sf_pla_hacon01_h01_playa_monoi_milk_leave_in_conditioner_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.png\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/_addl3_sf_pla_hacon01_h01_playa_monoi_milk_leave_in_conditioner_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.png\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/png\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"_addl3_sf_pla_hacon01_h01_playa_monoi_milk_leave_in_conditioner_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.png\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/_main_sf_pla_hacon01_h01_playa_monoi_milk_leave_in_conditioner_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.png\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/png\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"_main_sf_pla_hacon01_h01_playa_monoi_milk_leave_in_conditioner_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.png\",\n                        \"position\": 0\n                    }\n                ]\n            },\n            \"ProductStocks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"amount\": 0,\n                    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductStockStateId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"Warehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Bodega Online\",\n                        \"status\": \"created\"\n                    },\n                    \"ProductStockState\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"_available_stock\"\n                    }\n                },\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"amount\": 0,\n                    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductStockStateId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"Warehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Bodega Online\",\n                        \"status\": \"created\"\n                    },\n                    \"ProductStockState\": null\n                },\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"amount\": 1,\n                    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductStockStateId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"Warehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Bodega Online\",\n                        \"status\": \"created\"\n                    },\n                    \"ProductStockState\": null\n                }\n            ],\n            \"CustomAttributeValues\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"code\": null,\n                    \"text\": \"XXXXXXXXXXXX\",\n                    \"number\": null,\n                    \"position\": 0,\n                    \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeOptionId\": null,\n                    \"CustomAttributeSetId\": null,\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttribute\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Código universal de producto\",\n                        \"code\": \"codigo_universal_de_producto\",\n                        \"description\": \"Código universal de producto\",\n                        \"position\": 0,\n                        \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeSpecificityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CustomAttributeType\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n                            \"code\": \"single_line_text\",\n                            \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n                            \"position\": 0\n                        }\n                    },\n                    \"CustomAttributeOption\": null\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 1\n    }\n}"}],"_postman_id":"55bec81f-33a3-42a0-bdc4-6a0395c41aba"},{"name":"Bulk update stock (Recommended)","id":"61679723-69a3-4958-8215-94277b8bdcec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[ \r\n  {\r\n    \"code\": \"XXXXXXXXXX\",\r\n     \"amount\": 3\r\n  },\r\n  {\r\n    \"code\": \"XXXXXXXXXX\",\r\n     \"amount\": 1\r\n  },\r\n  {\r\n    \"code\": \"XXXXXXXXXX\",\r\n    \"amount\": 1\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/product-stocks/stores-and-warehouses/:warehouse_id/bulk-set","description":"<p>This point Send an array of products to update / create stock. Where:</p>\n<ul>\n<li><p>code = version sku.</p>\n</li>\n<li><p>amount = quantity available.</p>\n</li>\n</ul>\n<p><strong>It is allowed to send a maximum of 1000 products stocks per query. If you have to update more products, you must wait for the answer of the previous query to send a new group.</strong></p>\n<p>Params:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>Varchar</td>\n<td>The sku of the product version</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Number</td>\n<td>Quantity of items available</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional Notes:</strong></p>\n<ul>\n<li>the <code>warehouse_id</code> can be taken from <a href=\"#37aa9d1b-8d98-472b-8e2b-06cb6fcef929\">Get stores and warehouses</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752410175501--C%C3%B3mo-cargar-stock-v%C3%ADa-API-\">help center</a>.</p>\n","urlObject":{"path":["api","product-stocks","stores-and-warehouses",":warehouse_id","bulk-set"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the warehouse in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"warehouse_id"}]}},"response":[{"id":"79a2fbbb-9427-4f99-a1d2-ea7d39c28da5","name":"201 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[ \n  {\n    \"code\": \"XXXXXXXXXX\",\n     \"amount\": 3\n  },\n  {\n    \"code\": \"XXXXXXXXXX\",\n     \"amount\": 1\n  },\n  {\n    \"code\": \"XXXXXXXXXX\",\n    \"amount\": 1\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-stocks/stores-and-warehouses/:warehouse_id/bulk-set","host":["app.multivende.com"],"path":["api","product-stocks","stores-and-warehouses",":warehouse_id","bulk-set"],"variable":[{"key":"warehouse_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"15f40-75gF0LUkE5dDVHGmfOY9HcrxN+M\""},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 02 Aug 2019 15:10:45 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n      \"code\": \"643967673xxxx\",\r\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\r\n      \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\r\n      \"productRelocation\": {\r\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\r\n        \"amount\": 20,\r\n        \"type\": \"DECREASE\",\r\n        \"ProductRelocationCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\r\n      },\r\n      \"availableProductStock\": {\r\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\r\n        \"amount\": 20\r\n      },\r\n      \"success\": true\r\n    },\r\n    {\r\n      \"code\": \"284852318xxxx\",\r\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\r\n      \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\r\n      \"productRelocation\": {\r\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\r\n        \"amount\": 40,\r\n        \"type\": \"DECREASE\",\r\n        \"ProductRelocationCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\r\n      },\r\n      \"availableProductStock\": {\r\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\r\n        \"amount\": 0\r\n      },\r\n      \"success\": true\r\n    },\r\n    {\r\n      \"code\": \"884xxx\",\r\n      \"amount\": 1,\r\n      \"error\": \"Error: Sku or _id not found\",\r\n      \"success\": false\r\n    }\r\n  ]"},{"id":"fbdae53e-652a-415a-8f0d-f9197ef551fe","name":"400 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[ \n  {\n    \"code\": \"XXXXXXXXXX\",\n     \"amount\": 3\n  },\n  {\n    \"code\": \"XXXXXXXXXX\",\n     \"amount\": 1\n  },\n  {\n    \"code\": \"XXXXXXXXXX\",\n    \"amount\": 1\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-stocks/stores-and-warehouses/:warehouse_id/bulk-set","host":["app.multivende.com"],"path":["api","product-stocks","stores-and-warehouses",":warehouse_id","bulk-set"],"variable":[{"key":"warehouse_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"15f40-75gF0LUkE5dDVHGmfOY9HcrxN+M\""},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 02 Aug 2019 15:10:45 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""},{"id":"c38c5198-3525-413c-83c3-8b28f1579530","name":"500 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[ \n  {\n    \"code\": \"XXXXXXXXXX\",\n     \"amount\": 3\n  },\n  {\n    \"code\": \"XXXXXXXXXX\",\n     \"amount\": 1\n  },\n  {\n    \"code\": \"XXXXXXXXXX\",\n    \"amount\": 1\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-stocks/stores-and-warehouses/:warehouse_id/bulk-set","host":["app.multivende.com"],"path":["api","product-stocks","stores-and-warehouses",":warehouse_id","bulk-set"],"variable":[{"key":"warehouse_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"15f40-75gF0LUkE5dDVHGmfOY9HcrxN+M\""},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 02 Aug 2019 15:10:45 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"61679723-69a3-4958-8215-94277b8bdcec"},{"name":"Bulk set stock (Multiwarehouse)","id":"5d6f19ad-22c9-4d55-9a4e-1a3562593870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n   {\n        \"code\": \"102\",\n        \"amount\": 30,\n        \"warehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n        \"code\": \"102\",\n        \"amount\": 20,\n        \"warehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n        \"code\": \"102\",\n        \"amount\": 25,\n        \"warehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n        \"code\": \"103\",\n        \"amount\": 250,\n        \"warehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n    \n]","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/product-stocks/m/:merchant_id/stores-and-warehouses/bulk-set-stock","description":"<p>This endpoint allows you to set stock amounts for products across multiple stores and warehouses in a single request. Use this endpoint when you need to update inventory levels for the same product across different locations simultaneously.</p>\n<p>Endpoint Details</p>\n<ul>\n<li><p><strong>Method:</strong> <code>POST</code></p>\n</li>\n<li><p><strong>Path:</strong> <code>/api/product-stocks/m//stores-and-warehouses/bulk-set-stock</code></p>\n</li>\n</ul>\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>merchant_id</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The unique identifier for the merchant whose inventory is being updated</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request Body</h2>\n<p>The request body should be a JSON array of stock update objects. Each object represents a stock update for a specific product at a specific warehouse or store.</p>\n<h3 id=\"body-structure\">Body Structure</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>code</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The product code or SKU identifier</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>integer</td>\n<td>Yes</td>\n<td>The stock quantity to set for this product at the specified location</td>\n</tr>\n<tr>\n<td><code>warehouseId</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The unique identifier for the warehouse or store where the stock is being set</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"code\": \"102\",\n    \"amount\": 30,\n    \"warehouseId\": \"xxxxxx-0632-4e1f-a3d9-92be1133492b\"\n  },\n  {\n    \"code\": \"102\",\n    \"amount\": 20,\n    \"warehouseId\": \"xxxxxx-0633-4e3f-a3b9-95fe1033672a\"\n  },\n  {\n    \"code\": \"102\",\n    \"amount\": 25,\n    \"warehouseId\": \"xxxxxx-0634-2e3d-b1b8-91cf12236f2c\"\n  }\n]\n\n</code></pre>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful execution, the endpoint will return a confirmation of the stock updates applied across the specified warehouses and stores, validate the \"success\" field for \"true\" or \"false\".</p>\n<h2 id=\"important-notes\">Important Notes</h2>\n<ul>\n<li><p><strong>Bulk Operations:</strong> This endpoint is designed for bulk updates. You can include multiple stock updates for different products and locations in a single request, 1000 items per request.</p>\n</li>\n<li><p><strong>Stock Setting vs. Adjustment:</strong> This endpoint <strong>sets</strong> the stock amount to the specified value, rather than incrementing or decrementing existing stock.</p>\n</li>\n<li><p><strong>Same Product, Multiple Locations:</strong> As shown in the example, you can update the same product code across multiple warehouse locations in one request.</p>\n</li>\n<li><p><strong>Warehouse IDs:</strong> Ensure that the <code>warehouseId</code> values correspond to valid warehouse or store identifiers in your merchant account.</p>\n</li>\n<li><p><strong>Authentication:</strong> Make sure to include proper authentication credentials in your request headers.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","product-stocks","m",":merchant_id","stores-and-warehouses","bulk-set-stock"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"e285736e-b396-4739-9935-d232fbbae82b","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n   {\n        \"code\": \"102\",\n        \"amount\": 30,\n        \"warehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n        \"code\": \"102\",\n        \"amount\": 20,\n        \"warehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n        \"code\": \"102\",\n        \"amount\": 25,\n        \"warehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    {\n        \"code\": \"103\",\n        \"amount\": 250,\n        \"warehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n    \n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-stocks/m/:merchant_id/stores-and-warehouses/bulk-set-stock","host":["app.multivende.com"],"path":["api","product-stocks","m",":merchant_id","stores-and-warehouses","bulk-set-stock"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"code\": \"102\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"productRelocation\": null,\n        \"availableProductStock\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"amount\": 30,\n            \"ProductStockStateId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        \"success\": true,\n        \"Product\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"TEST Guayos Runic Faster Turf Para Hombre-Verde/Negro\",\n            \"code\": \"102\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    {\n        \"code\": \"102\",\n        \"amount\": 20,\n        \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"error\": \"Error: Sku or _id not found\",\n        \"success\": false\n    },\n    {\n        \"code\": \"102\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"productRelocation\": null,\n        \"availableProductStock\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"amount\": 25,\n            \"ProductStockStateId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        \"success\": true,\n        \"Product\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"TEST Guayos Runic Faster Turf Para Hombre-Verde/Negro\",\n            \"code\": \"102\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    {\n        \"code\": \"103\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"productRelocation\": null,\n        \"availableProductStock\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"amount\": 250,\n            \"ProductStockStateId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        \"success\": true,\n        \"Product\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"TEST Gorra Ferrari Sptwr Race Bb-Negro\",\n            \"code\": \"103\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    }\n]"}],"_postman_id":"5d6f19ad-22c9-4d55-9a4e-1a3562593870"},{"name":"Get stock history","id":"f157e876-6be9-45ab-9d90-0ffdad93f059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/product-stocks/product-versions/:sku_child/stores-and-warehouses/:warehouse_id/history/p/:page","description":"<p>This endpoint allows to get Stock history for the product.</p>\n<p><strong>Note:</strong> the <code>warehouse_id</code> can be taken from <a href=\"#37aa9d1b-8d98-472b-8e2b-06cb6fcef929\">Get stores and warehouses</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752410175501--C%C3%B3mo-cargar-stock-v%C3%ADa-API-\">help center</a>.</p>\n","urlObject":{"path":["api","product-stocks","product-versions",":sku_child","stores-and-warehouses",":warehouse_id","history","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>SKU of the product variant (child SKU).</p>\n","type":"text/plain"},"type":"any","value":"","key":"sku_child"},{"description":{"content":"<p>Identifier of the warehouse in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"warehouse_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"ca22d8b3-98e7-4aa4-a1bf-e8b66803af2f","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/product-stocks/product-versions/:sku_child/stores-and-warehouses/:warehouse_id/history/p/:page","host":["app.multivende.com"],"path":["api","product-stocks","product-versions",":sku_child","stores-and-warehouses",":warehouse_id","history","p",":page"],"variable":[{"key":"sku_child","value":""},{"key":"warehouse_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"fc9-IL/qH+GPu6MsKjQ0VUZwYOIQJpI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 07 Mar 2019 19:03:29 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"date\": \"2019-03-07T18:14:15.000Z\",\n            \"amount\": 76,\n            \"unitCost\": 0,\n            \"type\": \"INCREASE\",\n            \"comment\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-03-07T18:14:15.000Z\",\n            \"updatedAt\": \"2019-03-07T18:14:15.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CostCurrencyId\": null,\n            \"OriginProviderId\": null,\n            \"ProductRelocationCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"OriginWarehouseId\": null,\n            \"DestinationWarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductStockBatchId\": null,\n            \"ProductRelocationCategory\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reception.Name\",\n                \"certaintyLevel\": \"known\",\n                \"type\": \"increase\",\n                \"code\": \"_product_reception\",\n                \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reception.Description\",\n                \"position\": 0,\n                \"tags\": \"{ \\\"use_type\\\": \\\"external\\\"}\",\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            },\n            \"CreatedBy\": {\n                \"profile\": {\n                    \"name\": \"developers\",\n                    \"fullName\": \"developers\"\n                },\n                \"token\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"developers\",\n                \"email\": \"developers-test@multivende.com\"\n            },\n            \"OriginWarehouse\": null,\n            \"DestinationWarehouse\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"Bodega (Personaliza el nombre)\",\n                \"code\": null,\n                \"address\": null,\n                \"description\": null,\n                \"type\": \"warehouse\",\n                \"phoneAreaCode\": null,\n                \"phoneNumber\": null,\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"openHours\": null,\n                \"tags\": null,\n                \"position\": 1,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-01-30T17:18:46.000Z\",\n                \"updatedAt\": \"2019-01-30T17:18:46.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"LocationId\": null,\n                \"TimezoneId\": null,\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"SalesGroupId\": null\n            }\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"date\": \"2019-03-07T18:04:49.000Z\",\n            \"amount\": 14,\n            \"unitCost\": 0,\n            \"type\": \"INCREASE\",\n            \"comment\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-03-07T18:04:49.000Z\",\n            \"updatedAt\": \"2019-03-07T18:04:49.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CostCurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"OriginProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductRelocationCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"OriginWarehouseId\": null,\n            \"DestinationWarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductStockBatchId\": null,\n            \"ProductRelocationCategory\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reception.Name\",\n                \"certaintyLevel\": \"known\",\n                \"type\": \"increase\",\n                \"code\": \"_product_reception\",\n                \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reception.Description\",\n                \"position\": 0,\n                \"tags\": \"{ \\\"use_type\\\": \\\"external\\\"}\",\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            },\n            \"CreatedBy\": {\n                \"profile\": {\n                    \"name\": \"developers\",\n                    \"fullName\": \"developers\"\n                },\n                \"token\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"developers\",\n                \"email\": \"developers-test@multivende.com\"\n            },\n            \"OriginWarehouse\": null,\n            \"DestinationWarehouse\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"Bodega (Personaliza el nombre)\",\n                \"code\": null,\n                \"address\": null,\n                \"description\": null,\n                \"type\": \"warehouse\",\n                \"phoneAreaCode\": null,\n                \"phoneNumber\": null,\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"openHours\": null,\n                \"tags\": null,\n                \"position\": 1,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-01-30T17:18:46.000Z\",\n                \"updatedAt\": \"2019-01-30T17:18:46.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"LocationId\": null,\n                \"TimezoneId\": null,\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"SalesGroupId\": null\n            }\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"}],"_postman_id":"f157e876-6be9-45ab-9d90-0ffdad93f059"},{"name":"Get product relocation categories","event":[{"listen":"test","script":{"id":"14547916-55d6-4761-9e2d-f5f462d81fd8","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"product_relocation_category_decrease_id\", data[0]._id);","postman.setEnvironmentVariable(\"product_relocation_category_increase_id\", data[1]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6fc4d62d-dd9f-4645-a002-2ed67d76614f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/product-relocation-categories","description":"<p>This endpoint will list the available product relocation categories.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752410175501--C%C3%B3mo-cargar-stock-v%C3%ADa-API-\">help center</a>.</p>\n","urlObject":{"path":["api","product-relocation-categories"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"a39ba3a8-8b0b-4a11-a229-c7038b77dba2","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/product-relocation-categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1c6b-QJ5uz/Oc7LPtFZ6WZ8Bltq1XBWE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 06 Sep 2019 18:39:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Unknown_waste.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Unknown_waste.Description\",\n        \"code\": \"_unknown_waste\",\n        \"tags\": \"{ \\\"use_type\\\": \\\"external\\\"}\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reception.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reception.Description\",\n        \"code\": \"_product_reception\",\n        \"tags\": \"{ \\\"use_type\\\": \\\"external\\\"}\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_damage.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_damage.Description\",\n        \"code\": \"_product_damage\",\n        \"tags\": \"{ \\\"use_type\\\": \\\"external\\\"}\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reintegration.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reintegration.Description\",\n        \"code\": \"_product_reintegration\",\n        \"tags\": \"{ \\\"use_type\\\": \\\"external\\\"}\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_expiration.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_expiration.Description\",\n        \"code\": \"_product_expiration\",\n        \"tags\": \"{ \\\"use_type\\\": \\\"external\\\"}\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Registration_error.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Registration_error.Description\",\n        \"code\": \"_registration_error\",\n        \"tags\": \"{ \\\"use_type\\\": \\\"external\\\"}\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Known_theft.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Known_theft.Description\",\n        \"code\": \"_known_theft\",\n        \"tags\": \"{ \\\"use_type\\\": \\\"external\\\"}\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Inventory_fulfilled_movement.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Inventory_fulfilled_movement.Description\",\n        \"code\": \"_inventory_fulfilled_movement\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Inventory_unfulfilled_movement.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Inventory_unfulfilled_movement.Description\",\n        \"code\": \"_inventory_unfulfilled_movement\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Inventory_moved_to_fulfilled.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Inventory_moved_to_fulfilled.Description\",\n        \"code\": \"_inventory_moved_to_fulfilled\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Checkout.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Checkout.Description\",\n        \"code\": \"_checkout\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Pick_up_order_delivered.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Pick_up_order_delivered.Description\",\n        \"code\": \"_pick_up_order_delivered\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Pick_up_order_canceled.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Pick_up_order_canceled.Description\",\n        \"code\": \"_pick_up_order_canceled\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Delivery_order_delivered.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Delivery_order_delivered.Description\",\n        \"code\": \"_delivery_order_delivered\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Delivery_order_canceled.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Delivery_order_canceled.Description\",\n        \"code\": \"_delivery_order_canceled\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Gift.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Gift.Description\",\n        \"code\": \"_gift\",\n        \"tags\": \"{ \\\"use_type\\\": \\\"external\\\"}\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Lending.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Lending.Description\",\n        \"code\": \"_lending\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Input_used_for_production.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Input_used_for_production.description\",\n        \"code\": \"_input_used_for_production\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_save_for_relocation.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_save_for_relocation.Description\",\n        \"code\": \"_product_save_for_relocation\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_refund.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_refund.Description\",\n        \"code\": \"_product_refund\",\n        \"tags\": null\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reserved_for_relocation.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reserved_for_relocation.Description\",\n        \"code\": \"_product_reserved_for_relocation\",\n        \"tags\": \"\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reception_for_transfer.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reception_for_transfer.Description\",\n        \"code\": \"_product_reception_for_transfer\",\n        \"tags\": \"\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_retired_from_reserved.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_retired_from_reserved.Description\",\n        \"code\": \"_product_retired_from_reserved\",\n        \"tags\": \"\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reintegration_from_reserved.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_reintegration_from_reserved.Description\",\n        \"code\": \"_product_reintegration_from_reserved\",\n        \"tags\": \"\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_retired_from_reserved_for_reintegration.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_retired_from_reserved_for_reintegration.Description\",\n        \"code\": \"_product_retired_from_reserved_for_reintegration\",\n        \"tags\": \"\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_save_for_delivery.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_save_for_delivery.Description\",\n        \"code\": \"_product_save_for_delivery\",\n        \"tags\": \"\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_save_for_pending_for_creation.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_save_for_pending_for_creation.Description\",\n        \"code\": \"_product_save_for_pending_for_creation\",\n        \"tags\": \"\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_retired_from_delivery.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_retired_from_delivery.Description\",\n        \"code\": \"_product_retired_from_delivery\",\n        \"tags\": \"\"\n    },\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"PRODUCT_RELOCATION_CATEGORIES.Product_retired_from_pending_for_creation.Name\",\n        \"description\": \"PRODUCT_RELOCATION_CATEGORIES.Product_retired_from_pending_for_creation.Name\",\n        \"code\": \"_product_retired_from_pending_for_creation\",\n        \"tags\": \"\"\n    }\n]"}],"_postman_id":"6fc4d62d-dd9f-4645-a002-2ed67d76614f"}],"id":"d480c02b-5229-4deb-b0b7-96433f44a11a","_postman_id":"d480c02b-5229-4deb-b0b7-96433f44a11a","description":""},{"name":"Prices","item":[{"name":"Get prices with scroll","event":[{"listen":"test","script":{"id":"f3e88c9a-60d7-46af-8ebf-f1efec4ba20c","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"scroll_id\", data.pagination.scroll_id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3441b85f-f560-496e-af0c-67348c4d5ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/product-price/product-price-lists/:product_price_list_id/limit/:limit?_scroll_id=&_filter_by=&_from=&_to=&_code={{code}}","description":"<p>This endpoint allows obtaining the price of the products, paginated by scroll.</p>\n<p>It allows filtering by creation date (createdAt) or update date (updatedAt) delivering as input data a range of dates as required.</p>\n<p>the range for the allowed limit is &gt;=50 and &lt;=5000</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_scroll_id</td>\n<td>_scroll_id</td>\n<td>use the scroll_id returned by the query in the pagination field</td>\n<td>No</td>\n</tr>\n<tr>\n<td>_filter_by</td>\n<td>Varchar</td>\n<td>filter by date: updatedAt or createdAt</td>\n<td>Required to filter by date</td>\n</tr>\n<tr>\n<td>_from</td>\n<td>Date</td>\n<td>Date from</td>\n<td>No, but if required if you need to do a polling request</td>\n</tr>\n<tr>\n<td>_to</td>\n<td>Date</td>\n<td>Date to</td>\n<td>No, but if required if you need to do a polling request</td>\n</tr>\n<tr>\n<td>_code</td>\n<td>Varchar</td>\n<td>sku of the product vesion</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Scroll pagination usage</strong></p>\n<p>The _scroll_id parameter is used to retrieve the next page of results when using scroll pagination.</p>\n<p><strong>Important</strong>: In the first request, the _scroll_id must not be sent or must be null.</p>\n<p>The API will return a _scroll_id in the response, which must be used in subsequent requests to continue retrieving the next pages of data.</p>\n<p><strong>Flow example:</strong></p>\n<ol>\n<li><p>First request → do not send _scroll_id</p>\n</li>\n<li><p>Response → returns _scroll_id</p>\n</li>\n<li><p>Next request → send the returned _scroll_id</p>\n</li>\n<li><p>Repeat until no more results are returned.</p>\n</li>\n</ol>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>the <code>product_price_list_id</code> can be taken from <a href=\"#43fc089d-71b7-48b4-97bc-2800b9210f4b\">Get price lists</a> endpoint.</p>\n</li>\n<li><p>You can filter by version sku by sending the _code parameter.</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14576486650893-Consultar-precios-de-productos-via-API\">help center</a>.</p>\n","urlObject":{"path":["api","product-price","product-price-lists",":product_price_list_id","limit",":limit"],"host":["app.multivende.com"],"query":[{"description":{"content":"<p>use the scroll_id returned by the query in the pagination field</p>\n","type":"text/plain"},"key":"_scroll_id","value":""},{"description":{"content":"<p>updatedAt || createdAt (optional)</p>\n","type":"text/plain"},"key":"_filter_by","value":""},{"description":{"content":"<p>date from to filter (is required to filter by date created or updated)</p>\n","type":"text/plain"},"key":"_from","value":""},{"description":{"content":"<p>date to to filter (is required to filter by date created or updated)</p>\n","type":"text/plain"},"key":"_to","value":""},{"description":{"content":"<p>sku or product version _id </p>\n","type":"text/plain"},"key":"_code","value":"{{code}}"}],"variable":[{"description":{"content":"<p>Identifier of the product price list.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_price_list_id"},{"description":{"content":"<p>Maximum number of results returned per request (typically ranges between 50 and 100 when using scroll).</p>\n","type":"text/plain"},"type":"any","value":"","key":"limit"}]}},"response":[{"id":"e1edb0a0-48d3-42f2-b66f-83d14ab97557","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"app.multivende.com/api/product-price/product-price-lists/:product_price_list_id/limit/:limit?_scroll_id=&_filter_by=updatedAt&_from=2022-12-06T23:28:14.000Z&_to=2023-03-17T14:56:50.000Z","host":["app.multivende.com"],"path":["api","product-price","product-price-lists",":product_price_list_id","limit",":limit"],"query":[{"key":"_scroll_id","value":"","description":"use the scroll_id returned by the query in the pagination field"},{"key":"_filter_by","value":"updatedAt","description":"updatedAt || createdAt (optional)"},{"key":"_from","value":"2022-12-06T23:28:14.000Z","description":"date from to filter (is required to filter by date created or updated)"},{"key":"_to","value":"2023-03-17T14:56:50.000Z","description":"date to to filter (is required to filter by date created or updated)"},{"key":null,"value":"","type":"text","disabled":true}],"variable":[{"key":"product_price_list_id","value":""},{"key":"limit","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"code\": \"child-27\",\n            \"createdAt\": \"2021-04-06T21:00:29.000Z\",\n            \"updatedAt\": \"2023-03-17T14:56:57.000Z\",\n            \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"code\": \"PEYA-21\",\n                \"createdAt\": \"2021-04-06T21:00:27.000Z\",\n                \"updatedAt\": \"2023-03-17T14:56:49.000Z\"\n            },\n            \"ProductPrices\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"net\": 0,\n                \"tax\": 0,\n                \"gross\": 0,\n                \"priceWithDiscount\": 0,\n                \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"ProductPriceListId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"createdAt\": \"2023-03-17T14:56:57.000Z\",\n                \"updatedAt\": \"2023-03-17T14:56:57.000Z\"\n            }\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"code\": \"8869999207782\",\n            \"createdAt\": \"2022-05-03T17:11:23.000Z\",\n            \"updatedAt\": \"2023-03-17T14:56:57.000Z\",\n            \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"code\": \"4568084936821\",\n                \"createdAt\": \"2022-05-03T17:11:23.000Z\",\n                \"updatedAt\": \"2023-03-17T14:56:49.000Z\"\n            },\n            \"ProductPrices\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"net\": 0,\n                \"tax\": 0,\n                \"gross\": 0,\n                \"priceWithDiscount\": 0,\n                \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"ProductPriceListId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"createdAt\": \"2023-03-17T14:56:57.000Z\",\n                \"updatedAt\": \"2023-03-17T14:56:57.000Z\"\n            }\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"code\": \"child-818\",\n            \"createdAt\": \"2021-04-06T21:05:44.000Z\",\n            \"updatedAt\": \"2023-03-17T14:56:58.000Z\",\n            \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"code\": \"PEYA-818\",\n                \"createdAt\": \"2021-04-06T21:05:44.000Z\",\n                \"updatedAt\": \"2023-03-17T14:56:49.000Z\"\n            },\n            \"ProductPrices\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"net\": 0,\n                \"tax\": 0,\n                \"gross\": 0,\n                \"priceWithDiscount\": 0,\n                \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"ProductPriceListId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"createdAt\": \"2023-03-17T14:56:58.000Z\",\n                \"updatedAt\": \"2023-03-17T14:56:58.000Z\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 100,\n        \"total_items\": 3,\n        \"scroll_id\": \"null\"\n    }\n}"},{"id":"a29923c8-9b1f-4832-815b-06f44e9fba36","name":"400 error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"app.multivende.com/api/product-price/product-price-lists/:product_price_list_id/limit/:limit?_scroll_id=&_filter_by=updatedAt&_from=2022-12-06T23:28:14.000Z&_to=2023-03-17T14:56:50.000Z","host":["app.multivende.com"],"path":["api","product-price","product-price-lists",":product_price_list_id","limit",":limit"],"query":[{"key":"_scroll_id","value":"","description":"use the scroll_id returned by the query in the pagination field"},{"key":"_filter_by","value":"updatedAt","description":"updatedAt || createdAt (optional)"},{"key":"_from","value":"2022-12-06T23:28:14.000Z","description":"date from to filter (is required to filter by date created or updated)"},{"key":"_to","value":"2023-03-17T14:56:50.000Z","description":"date to to filter (is required to filter by date created or updated)"},{"key":null,"value":"","type":"text","disabled":true}],"variable":[{"key":"product_price_list_id","value":""},{"key":"limit","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"730dca76-e62a-41f9-b237-09fd815250db","name":"500 error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"app.multivende.com/api/product-price/product-price-lists/:product_price_list_id/limit/:limit?_scroll_id=&_filter_by=updatedAt&_from=2022-12-06T23:28:14.000Z&_to=2023-03-17T14:56:50.000Z","host":["app.multivende.com"],"path":["api","product-price","product-price-lists",":product_price_list_id","limit",":limit"],"query":[{"key":"_scroll_id","value":"","description":"use the scroll_id returned by the query in the pagination field"},{"key":"_filter_by","value":"updatedAt","description":"updatedAt || createdAt (optional)"},{"key":"_from","value":"2022-12-06T23:28:14.000Z","description":"date from to filter (is required to filter by date created or updated)"},{"key":"_to","value":"2023-03-17T14:56:50.000Z","description":"date to to filter (is required to filter by date created or updated)"},{"key":null,"value":"","type":"text","disabled":true}],"variable":[{"key":"product_price_list_id","value":""},{"key":"limit","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3441b85f-f560-496e-af0c-67348c4d5ee6"},{"name":"Update price bulk set","id":"289a2ec2-3a4c-4eba-9a7e-2d2a0350a9d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"ProductVersionId\": \"\",\r\n        \"gross\": 22,\r\n        \"priceWithDiscount\": 11,\r\n        \"tax\": 4600,\r\n        \"net\": 4000\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/product-price/product-price-lists/:product_price_list_id/bulk-set","description":"<p>This point allows to set the product price.</p>\n<p><strong>Params:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ProductVersionId</td>\n<td>Char</td>\n<td>The id of the product version</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>gross</td>\n<td>Decimal</td>\n<td>Sold price</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>priceWithDiscount</td>\n<td>Decimal</td>\n<td>Discount price</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>Decimal</td>\n<td>Tax price</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>net</td>\n<td>Decimal</td>\n<td>Net price</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>the <code>product_price_list_id</code> can be taken from <a href=\"#43fc089d-71b7-48b4-97bc-2800b9210f4b\">Get price lists</a> endpoint.</p>\n</li>\n<li><p>The <code>product_version_id</code> can be taken from <a href=\"https://dev.multivende.com/#ec8d32fb-2181-4b5c-8d85-2e958989664f\">Get products with scroll</a> endpoint.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"net\": net price,\n    \"tax\": tax,\n    \"gross\": sale price,\n    \"priceWithDiscount\": price with discount\n}\n\n</code></pre>\n","urlObject":{"path":["api","product-price","product-price-lists",":product_price_list_id","bulk-set"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the product price list.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_price_list_id"}]}},"response":[{"id":"3f322634-70f0-465a-a376-ca694d60e307","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"ProductVersionId\": \"\",\r\n        \"gross\": 22,\r\n        \"priceWithDiscount\": 11,\r\n        \"tax\": 4600,\r\n        \"net\": 4000\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-price/product-price-lists/:product_price_list_id/bulk-set","host":["app.multivende.com"],"path":["api","product-price","product-price-lists",":product_price_list_id","bulk-set"],"variable":[{"key":"product_price_list_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Nov 2022 20:55:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"etag","value":"W/\"c8-CySrTTsqko7WEEeJyavMXDobExQ\""},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'self' https://*.myshopify.com"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"763fc62c38d00de5-SCL"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ProductVersionId\": \"\",\n        \"oldGross\": 0,\n        \"oldPriceWithDiscount\": 15000,\n        \"oldtax\": 0,\n        \"oldnet\": 20000,\n        \"success\": true,\n        \"gross\": 22,\n        \"priceWithDiscount\": 11,\n        \"tax\": 4600,\n        \"net\": 4000\n    }\n]"},{"id":"708e48be-8727-4673-bf88-3901c7164582","name":"400 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"ProductVersionId\": \"\",\r\n        \"gross\": 22,\r\n        \"priceWithDiscount\": 11,\r\n        \"tax\": 4600,\r\n        \"net\": 4000\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-price/product-price-lists/:product_price_list_id/bulk-set","host":["app.multivende.com"],"path":["api","product-price","product-price-lists",":product_price_list_id","bulk-set"],"variable":[{"key":"product_price_list_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Nov 2022 20:55:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"etag","value":"W/\"c8-CySrTTsqko7WEEeJyavMXDobExQ\""},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'self' https://*.myshopify.com"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"763fc62c38d00de5-SCL"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":""},{"id":"7ef16994-7e02-436f-bc3c-002f7b6a4617","name":"500 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"ProductVersionId\": \"\",\r\n        \"gross\": 22,\r\n        \"priceWithDiscount\": 11,\r\n        \"tax\": 4600,\r\n        \"net\": 4000\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/product-price/product-price-lists/:product_price_list_id/bulk-set","host":["app.multivende.com"],"path":["api","product-price","product-price-lists",":product_price_list_id","bulk-set"],"variable":[{"key":"product_price_list_id","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Nov 2022 20:55:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"etag","value":"W/\"c8-CySrTTsqko7WEEeJyavMXDobExQ\""},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'self' https://*.myshopify.com"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"763fc62c38d00de5-SCL"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"289a2ec2-3a4c-4eba-9a7e-2d2a0350a9d9"},{"name":"Get price by sku","id":"8c145112-4a6b-4476-8ae1-261b35f80524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/product-versions/search/q/:sku_child/p/:page?_include_price=true&_product_price_list_id=","description":"<p>This point allows to get the product price by sku child</p>\n<p><strong>Note:</strong> the <code>product_price_list_id</code> can be taken from <a href=\"#43fc089d-71b7-48b4-97bc-2800b9210f4b\">Get price lists</a> endpoint.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n","urlObject":{"path":["api","m",":merchant_id","product-versions","search","q",":sku_child","p",":page"],"host":["app.multivende.com"],"query":[{"key":"_include_price","value":"true"},{"key":"_product_price_list_id","value":""}],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>SKU of the product variant (child SKU).</p>\n","type":"text/plain"},"type":"any","value":"","key":"sku_child"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"7031db29-d87a-411b-87f0-e4c8fb00e356","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/product-versions/search/q/:sku_child/p/:page?_include_price=true&_product_price_list_id=","host":["app.multivende.com"],"path":["api","m",":merchant_id","product-versions","search","q",":sku_child","p",":page"],"query":[{"key":"_include_price","value":"true"},{"key":"_product_price_list_id","value":""}],"variable":[{"key":"merchant_id","value":""},{"key":"sku_child","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"c88-Dd2Bl/OdYtjrs75Q3FWM6C5/kmI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 28 Jun 2019 21:12:15 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxx-c2a7-467d-81d5-155b332d494d\",\n            \"code\": \"5105763629033\",\n            \"internalCode\": null,\n            \"providerCode\": null,\n            \"position\": 0,\n            \"width\": 0,\n            \"length\": 0,\n            \"height\": 0,\n            \"weight\": 0,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-01-28T13:36:07.000Z\",\n            \"updatedAt\": \"2020-12-17T13:36:34.000Z\",\n            \"CodeTypeId\": null,\n            \"InternalCodeTypeId\": null,\n            \"ColorId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"SizeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"InventoryTypeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionPictures\": [],\n            \"Size\": {\n                \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"-\"\n            },\n            \"Color\": {\n                \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"-\"\n            },\n            \"CodeType\": null,\n            \"InternalCodeType\": null,\n            \"InventoryType\": {\n                \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"_normal_inventory_type\"\n            },\n            \"Product\": {\n                \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Colchón test\",\n                \"model\": null,\n                \"BrandId\": null,\n                \"code\": \"841xxxxxxxx738\",\n                \"internalCode\": null,\n                \"Brand\": null,\n                \"ProductType\": {\n                    \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"PRODUCT_TYPES.PRODUCT.Name\",\n                    \"code\": \"_product_types_product_\",\n                    \"description\": \"PRODUCT_TYPES.PRODUCT.Description\",\n                    \"tags\": \"\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2017-03-16T09:41:44.000Z\",\n                    \"updatedAt\": \"2017-03-16T09:41:44.000Z\"\n                },\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/screenshot-2020-01-27-154525-365e8493-88e5-4211-8c85-89b8890dd6c0.png\",\n                        \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/png\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"screenshot-2020-01-27-154525-365e8493-88e5-4211-8c85-89b8890dd6c0.png\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/doble-colchon-estilo-realista_1284-16866-f359a5bd-bd2f-4583-82a0-a2bf781a4892.jpg\",\n                        \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"doble-colchon-estilo-realista_1284-16866-f359a5bd-bd2f-4583-82a0-a2bf781a4892.jpg\",\n                        \"position\": 1\n                    }\n                ]\n            },\n            \"ProductPrices\": [\n                {\n                    \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"net\": 0,\n                    \"tax\": 0,\n                    \"gross\": 0,\n                    \"priceWithDiscount\": 0,\n                    \"Currency\": {\n                        \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"CLP\",\n                            \"decimalPlaces\": 0\n                        }\n                    }\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 1\n    }\n}"}],"_postman_id":"8c145112-4a6b-4476-8ae1-261b35f80524"}],"id":"fac54485-f631-4276-b134-d243535a0f7f","_postman_id":"fac54485-f631-4276-b134-d243535a0f7f","description":""},{"name":"Clients","item":[{"name":"Get clients","event":[{"listen":"test","script":{"id":"aa3a3a16-6f6b-4199-ae23-3c2470e9e267","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"client_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"69871a6d-22a7-4703-90e2-01e827f5c0e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/clients/p/:page","description":"<p>This endpoint will list the clients in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","m",":merchant_id","clients","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"52eb46e1-6590-4d81-919b-8ba4d7dc87d5","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/clients/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","clients","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"Multivende\",\n            \"lastName\": \"Multivende\",\n            \"activity\": null,\n            \"contactName\": null,\n            \"comune\": null,\n            \"city\": null,\n            \"documentType\": null,\n            \"taxId\": \"11111000-8\",\n            \"birthday\": null,\n            \"code\": null,\n            \"email\": null,\n            \"phoneNumber\": \"+569 55550066\",\n            \"comment\": null,\n            \"type\": \"person\",\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2023-03-31T12:31:30.000Z\",\n            \"updatedAt\": \"2023-03-31T12:31:30.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BillingAddresses\": [],\n            \"ShippingAddresses\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"Casa\",\n                    \"address_1\": \"\",\n                    \"address_2\": \"\",\n                    \"description\": null,\n                    \"indications\": null,\n                    \"receiverName\": null,\n                    \"zipCode\": null,\n                    \"city\": null,\n                    \"state\": null,\n                    \"country\": null,\n                    \"street\": null,\n                    \"number\": null,\n                    \"neighborhood\": null,\n                    \"position\": 0,\n                    \"status\": \"created\",\n                    \"importance\": \"is-principal\",\n                    \"createdAt\": \"2023-03-31T12:31:30.000Z\",\n                    \"updatedAt\": \"2023-03-31T12:31:30.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"Multivende\",\n            \"lastName\": \"Multivende\",\n            \"activity\": null,\n            \"contactName\": null,\n            \"comune\": null,\n            \"city\": null,\n            \"documentType\": null,\n            \"taxId\": \"xxxxxxxx-x\",\n            \"birthday\": null,\n            \"code\": null,\n            \"email\": \"multivende@multivende.com\",\n            \"phoneNumber\": \"+569 56740000\",\n            \"comment\": null,\n            \"type\": \"person\",\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2023-10-04T12:34:16.000Z\",\n            \"updatedAt\": \"2023-10-04T12:34:16.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BillingAddresses\": [],\n            \"ShippingAddresses\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"Casa\",\n                    \"address_1\": \"\",\n                    \"address_2\": \"\",\n                    \"description\": null,\n                    \"indications\": null,\n                    \"receiverName\": null,\n                    \"zipCode\": null,\n                    \"city\": null,\n                    \"state\": null,\n                    \"country\": null,\n                    \"street\": null,\n                    \"number\": null,\n                    \"neighborhood\": null,\n                    \"position\": 0,\n                    \"status\": \"created\",\n                    \"importance\": \"is-principal\",\n                    \"createdAt\": \"2023-10-04T12:34:16.000Z\",\n                    \"updatedAt\": \"2023-10-04T12:34:16.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"}],"_postman_id":"69871a6d-22a7-4703-90e2-01e827f5c0e8"},{"name":"Get clients with scroll","event":[{"listen":"test","script":{"id":"aa3a3a16-6f6b-4199-ae23-3c2470e9e267","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"client_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"420ab0f6-3c9b-499c-a34b-c5e5b49b99e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/clients/limit/:limit?_scroll_id=&_filter_by=&_from=&_to=&search={{name}}&_include_billing_adresses=true&_include_shipping_adresses=true","description":"<p>This endpoint will list the clients in the associated to the Merchant.</p>\n<p><strong>Scroll pagination usage</strong></p>\n<p>The _scroll_id parameter is used to retrieve the next page of results when using scroll pagination.</p>\n<p><strong>Important</strong>: In the first request, the _scroll_id must not be sent or must be null.</p>\n<p>The API will return a _scroll_id in the response, which must be used in subsequent requests to continue retrieving the next pages of data.</p>\n<p><strong>Flow example:</strong></p>\n<ol>\n<li><p>First request → do not send _scroll_id</p>\n</li>\n<li><p>Response → returns _scroll_id</p>\n</li>\n<li><p>Next request → send the returned _scroll_id</p>\n</li>\n<li><p>Repeat until no more results are returned.</p>\n</li>\n</ol>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","m",":merchant_id","clients","limit",":limit"],"host":["app.multivende.com"],"query":[{"description":{"content":"<p>use the scroll_id returned by the query in the pagination field</p>\n","type":"text/plain"},"key":"_scroll_id","value":""},{"description":{"content":"<p>updatedAt || createdAt (optional)</p>\n","type":"text/plain"},"key":"_filter_by","value":""},{"description":{"content":"<p>date from to filter (is required to filter by date created or updated)</p>\n","type":"text/plain"},"key":"_from","value":""},{"description":{"content":"<p>date from to filter (is required to filter by date created or updated)</p>\n","type":"text/plain"},"key":"_to","value":""},{"description":{"content":"<p>client name (optional)</p>\n","type":"text/plain"},"key":"search","value":"{{name}}"},{"key":"_include_billing_adresses","value":"true"},{"key":"_include_shipping_adresses","value":"true"}],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Maximum number of results returned per request (typically ranges between 50 and 100 when using scroll).</p>\n","type":"text/plain"},"type":"any","value":"","key":"limit"}]}},"response":[{"id":"c029ee72-7088-4793-b451-cf7ebf90e57f","name":"Get clients with scroll","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/clients/limit/:limit?_scroll_id=&_filter_by=&_from=&_to=&search={{name}}&_include_billing_adresses=true&_include_shipping_adresses=true","host":["app.multivende.com"],"path":["api","m",":merchant_id","clients","limit",":limit"],"query":[{"key":"_scroll_id","value":""},{"key":"_filter_by","value":""},{"key":"_from","value":""},{"key":"_to","value":""},{"key":"search","value":"{{name}}"},{"key":"_include_billing_adresses","value":"true"},{"key":"_include_shipping_adresses","value":"true"}],"variable":[{"key":"merchant_id","value":""},{"key":"limit","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"XXXXXXXX XXXXXXXX\",\n            \"lastName\": null,\n            \"activity\": null,\n            \"contactName\": null,\n            \"comune\": null,\n            \"city\": null,\n            \"taxId\": \"XXXXXXXX\",\n            \"documentType\": \"RUT\",\n            \"birthday\": null,\n            \"code\": null,\n            \"email\": null,\n            \"phoneNumber\": null,\n            \"comment\": null,\n            \"type\": \"person\",\n            \"tags\": null,\n            \"status\": \"created\",\n            \"sensitiveDataStatus\": \"visible\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"createdAt\": \"2022-05-14T23:49:09.000Z\",\n            \"updatedAt\": \"2022-05-14T23:49:09.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"fullName\": null\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"XXXXXXXX XXXXXXXX\",\n            \"lastName\": null,\n            \"activity\": null,\n            \"contactName\": null,\n            \"comune\": null,\n            \"city\": null,\n            \"taxId\": \"XXXXXXXX\",\n            \"documentType\": \"RUT\",\n            \"birthday\": null,\n            \"code\": null,\n            \"email\": null,\n            \"phoneNumber\": null,\n            \"comment\": null,\n            \"type\": \"person\",\n            \"tags\": null,\n            \"status\": \"created\",\n            \"sensitiveDataStatus\": \"visible\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"createdAt\": \"2022-04-28T16:49:04.000Z\",\n            \"updatedAt\": \"2022-04-28T16:49:04.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"fullName\": null\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"XXXXXXXXXXXX XXXXXXXX\",\n            \"lastName\": null,\n            \"activity\": null,\n            \"contactName\": null,\n            \"comune\": null,\n            \"city\": null,\n            \"taxId\": \"XXXXXXXXXXXX\",\n            \"documentType\": \"RUT\",\n            \"birthday\": null,\n            \"code\": null,\n            \"email\": null,\n            \"phoneNumber\": null,\n            \"comment\": null,\n            \"type\": \"person\",\n            \"tags\": null,\n            \"status\": \"created\",\n            \"sensitiveDataStatus\": \"visible\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"createdAt\": \"2022-04-28T16:19:04.000Z\",\n            \"updatedAt\": \"2022-04-28T16:19:04.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"fullName\": null\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 50,\n        \"total_items\": 3,\n        \"scroll_id\": \"null\",\n        \"previous_id\": null\n    }\n}"}],"_postman_id":"420ab0f6-3c9b-499c-a34b-c5e5b49b99e6"},{"name":"Create client","event":[{"listen":"test","script":{"id":"aa3a3a16-6f6b-4199-ae23-3c2470e9e267","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"21f69ee5-31c5-44bd-b14b-6d1c0740d88b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Test client\",\n  \"taxId\":\"XXXXXXXX-X\"\n}\t","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/clients","description":"<p>This endpoint will create a client in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","m",":merchant_id","clients"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"23a7bc2a-fe4e-4fbf-9797-9452cd7210a8","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Test client\",\n  \"taxId\":\"XXXXXXXX-X\"\n}\t","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/clients","host":["app.multivende.com"],"path":["api","m",":merchant_id","clients"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"fullName\": \"Test client\",\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"type\": \"person\",\n    \"status\": \"created\",\n    \"name\": \"Test client\",\n    \"taxId\": \"XXXXXXXX-X\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"updatedAt\": \"2023-11-22T14:33:51.000Z\",\n    \"createdAt\": \"2023-11-22T14:33:51.000Z\"\n}"}],"_postman_id":"21f69ee5-31c5-44bd-b14b-6d1c0740d88b"},{"name":"Update client","event":[{"listen":"test","script":{"id":"aa3a3a16-6f6b-4199-ae23-3c2470e9e267","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"143f0638-8d4f-4d28-adfe-ba74a6baba5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Test client\",\n  \"taxId\":\"76449667-3\",\n  \"email\": \"test@correo.com\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/clients/:client_id","description":"<p>This endpoint will updated a client in the associated to the Merchant. Email is required.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","clients",":client_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the checkout customer.</p>\n","type":"text/plain"},"type":"any","value":"","key":"client_id"}]}},"response":[{"id":"0f5dca72-7478-4de2-9c36-f493d777212e","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test\",\n    \"taxId\": \"null\",\n    \"email\": \"correo@correo.com\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/clients/:client_id","host":["app.multivende.com"],"path":["api","clients",":client_id"],"variable":[{"key":"client_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"fullName\": \"Test\",\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"Test\",\n    \"lastName\": null,\n    \"activity\": null,\n    \"contactName\": null,\n    \"comune\": null,\n    \"city\": null,\n    \"documentType\": null,\n    \"taxId\": null,\n    \"birthday\": null,\n    \"code\": null,\n    \"email\": \"correo@correo.com\",\n    \"phoneNumber\": null,\n    \"comment\": null,\n    \"type\": \"person\",\n    \"tags\": null,\n    \"status\": \"created\",\n    \"sensitiveDataEncryptVersion\": null,\n    \"sensitiveDataStatus\": \"visible\",\n    \"createdAt\": \"2019-12-19T21:55:04.000Z\",\n    \"updatedAt\": \"2024-09-03T21:17:48.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"}],"_postman_id":"143f0638-8d4f-4d28-adfe-ba74a6baba5c"},{"name":"Get client by id","id":"7f58421a-bfb8-4594-a06d-e61180e25439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/clients/:client_id","description":"<p>This endpoint will show a client by the id.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n","urlObject":{"path":["api","clients",":client_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the checkout customer.</p>\n","type":"text/plain"},"type":"any","value":"","key":"client_id"}]}},"response":[{"id":"b490ac11-294a-4f27-b86d-4e42fd94df65","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer ","type":"text"}],"url":"app.multivende.com/api/clients/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"aaf-wxoipUjoqYlNeWFlI7UP9U7oEpo\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 28 Aug 2019 20:10:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"fullName\": \"Multivende\",\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"name\": \"Multivende\",\n    \"lastName\": \"Multivende\",\n    \"activity\": null,\n    \"contactName\": null,\n    \"comune\": null,\n    \"city\": null,\n    \"taxId\": null,\n    \"birthday\": null,\n    \"code\": null,\n    \"email\": \"multivende@multivende.com\",\n    \"phoneNumber\": null,\n    \"comment\": null,\n    \"type\": \"company\",\n    \"tags\": null,\n    \"status\": \"created\",\n    \"createdAt\": \"2019-07-10T14:44:09.000Z\",\n    \"updatedAt\": \"2019-08-26T01:08:05.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"CustomAttributeValues\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": null,\n            \"text\": null,\n            \"number\": \"8877\",\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-08-26T01:07:47.000Z\",\n            \"updatedAt\": \"2019-08-26T01:08:32.000Z\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CustomAttributeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CustomAttributeOptionId\": null,\n            \"ProductCategoryId\": null,\n            \"ProductId\": null,\n            \"ProductVersionId\": null,\n            \"CheckoutId\": null,\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UserId\": null,\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CustomAttribute\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"Multivende\",\n                \"code\": \"\",\n                \"description\": null,\n                \"position\": 0,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-08-23T14:43:38.000Z\",\n                \"updatedAt\": \"2019-08-23T14:43:42.000Z\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CustomAttributeSetId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CustomAttributeScopeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CustomAttributeTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CustomAttributeSpecificityId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CustomAttributeSet\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"Multivende\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-08-23T14:25:23.000Z\",\n                    \"updatedAt\": \"2019-08-23T14:25:40.000Z\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"CustomAttributeScopeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"CustomAttributeType\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Name\",\n                    \"code\": \"number\",\n                    \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Description\",\n                    \"position\": 4,\n                    \"tags\": \"NULL\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                    \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                }\n            },\n            \"CustomAttributeOption\": null,\n            \"ProductCategory\": null\n        }\n    ],\n    \"BillingAddresses\": [],\n    \"ShippingAddresses\": []\n}"}],"_postman_id":"7f58421a-bfb8-4594-a06d-e61180e25439"}],"id":"f80088eb-46ff-42ff-8061-bf146ce80ed3","event":[{"listen":"prerequest","script":{"id":"0bac3f9c-7b61-441c-ab18-664b6c61f3b9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4eff9f2a-9c06-40ee-a1c1-b5db17f5d2cc","type":"text/javascript","exec":[""]}}],"_postman_id":"f80088eb-46ff-42ff-8061-bf146ce80ed3","description":""},{"name":"Electronic Billing Document","item":[{"name":"Checkout Electronic Billing Documents","item":[{"name":"Get electronic billing documents of a checkout","event":[{"listen":"test","script":{"id":"4949370a-60e1-4f99-ba86-9ee4da6f91a3","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"dc4d4396-d446-4abf-8262-f7adecd0c6e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/checkouts/:checkout_id/electronic-billing-documents/p/:page","description":"<p>This point allows to show a electronic billing documents of a checkout.</p>\n<p>Responde details:</p>\n<ul>\n<li><p><strong>id</strong>: folio number of the document.</p>\n</li>\n<li><p><strong>emissionDate</strong>: document issue date.</p>\n</li>\n<li><p><strong>ElectronicBillingDocumentFiles.url</strong>: downloadable document url.</p>\n</li>\n<li><p><strong>ElectronicBillingDocumentFiles.ElectronicBillingDocumentFileLinks.externalContent:</strong> detail of the ballot information returned by the channel.</p>\n</li>\n</ul>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>checkout_id</code> can be taken from <a href=\"#b6f56344-9144-4585-86c1-bb07c5c84a47\">Get checkout</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/15056639925645--C%C3%B3mo-enviar-Documentos-Tributarios-a-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","checkouts",":checkout_id","electronic-billing-documents","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the sale (checkout) in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"a5ea6404-9f9f-44fc-9cd2-084f166bc655","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/electronic-billing-documents/p/:page","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","electronic-billing-documents","p",":page"],"variable":[{"key":"checkout_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"2c08-/s9XI7d9g3/Eih+sVRZN+WaUkqQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 29 Aug 2019 15:29:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n     \"entries\": [\n       {\n         \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n         \"id\": \"58595455\",\n         \"code\": null,\n         \"name\": null,\n         \"content\": null,\n         \"parameters\": null,\n         \"emissionDate\": \"2022-10-24T00:00:00.000Z\",\n         \"status\": \"created\",\n         \"createdAt\": \"2022-10-24T21:33:19.000Z\",\n         \"updatedAt\": \"2022-10-24T21:33:19.000Z\",\n         \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n         \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n         \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n         \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n         \"ElectronicBillingDocumentEmitterId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n         \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n         \"DeliveryOrderId\": null,\n         \"ElectronicBillingDocumentTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n         \"ElectronicBillingDocumentProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n         \"ElectronicBillingDocumentFiles\": [\n           {\n             \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents/boleta-58595455-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n             \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n             \"provider\": \"s3\",\n             \"title\": null,\n             \"description\": null,\n             \"code\": null,\n             \"type\": null,\n             \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents\",\n             \"storagePath\": null,\n             \"fileKey\": \"boleta-58595455-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n             \"originalServerPath\": \"/tmp/EyQKN7osWJU8nX-Aw2bv-qoU.pdf\",\n             \"originalFileName\": \"Boleta-58595455.pdf\",\n             \"fileName\": null,\n             \"fileType\": \"application/pdf\",\n             \"fileSize\": 54781,\n             \"status\": \"created\",\n             \"synchronizationStatus\": \"synchronized\",\n             \"createdAt\": \"2022-10-24T21:33:20.000Z\",\n             \"updatedAt\": \"2022-10-24T21:33:21.000Z\",\n             \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n             \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n             \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n             \"ElectronicBillingDocumentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n             \"ElectronicBillingDocumentFileLinks\": [\n               {\n                 \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                 \"externalId\": null,\n                 \"externalContent\": \"{\\\"ids\\\":[\\\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\\\"]}\",\n                 \"synchronizationStatus\": \"synchronized\",\n                 \"status\": \"created\",\n                 \"createdAt\": \"2022-10-24T21:33:26.000Z\",\n                 \"updatedAt\": \"2022-10-25T21:13:04.000Z\",\n                 \"CreatedById\": null,\n                 \"UpdatedById\": null,\n                 \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                 \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                 \"ElectronicBillingDocumentFileId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n               }\n             ]\n           }\n         ],\n         \"ElectronicBillingDocumentType\": {\n           \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n           \"name\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_bill.Name\",\n           \"code\": \"electronic_billing_electronic_bill\",\n           \"serviceCode\": \"39\",\n           \"description\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_bill.Descrition\",\n           \"tags\": null,\n           \"status\": \"created\",\n           \"createdAt\": \"2019-08-20T11:22:08.000Z\",\n           \"updatedAt\": \"2019-08-20T11:22:08.000Z\",\n           \"LocationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n         }\n       }\n     ],\n     \"pagination\": {\n       \"limit\": 1\n     }\n   }"},{"id":"7c77ed33-b239-41aa-bfec-f5480f0bf17a","name":"200 OK - fulfillment Mercado Libre (invoice)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/electronic-billing-documents/p/:page","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","electronic-billing-documents","p",":page"],"variable":[{"key":"checkout_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Dec 2022 12:34:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"set-cookie","value":"route=1670330077.671.518.835916|0bbbab1f8d05854c3f59702dc1a8e51e; Expires=Thu, 08-Dec-22 12:34:36 GMT; Max-Age=172800; Path=/; Secure; HttpOnly"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"etag","value":"W/\"5925-C+rjmSRhrskrSEjILZxRR3vOj7A\""},{"key":"vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'self' https://*.myshopify.com"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"77550e82bdf9d733-SCL"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"id\": \"xxxxxxxxxx\",\n            \"code\": \"xxxxxxxxxx\",\n            \"name\": null,\n            \"content\": \"{\\\"id\\\":\\\"xxxxxxxxxx\\\",\\\"status\\\":\\\"authorized\\\",\\\"transaction_status\\\":\\\"authorized\\\",\\\"issuer\\\":{\\\"name\\\":\\\"MercadoLibre Chile LTDA\\\",\\\"identifications\\\":{\\\"rut\\\":\\\"xxxxxxxxxx1\\\",\\\"rut_seller\\\":\\\"xxxxxxxx2\\\",\\\"cust_type_id\\\":null,\\\"giro_comercial\\\":\\\"OTRAS ACTIVIDADES DE VENTA AL POR MENOR EN COMERCIOS NO ESPECIALIZADOS N.C.P.\\\"},\\\"phone\\\":null,\\\"address\\\":{\\\"street_name\\\":\\\"xxxxxxxxx xxxxxx\\\",\\\"street_number\\\":\\\"xxxxx\\\",\\\"complement\\\":null,\\\"neighborhood\\\":\\\"Colina\\\",\\\"city\\\":\\\"Santiago\\\",\\\"zip_code\\\":\\\"9340000\\\",\\\"state\\\":\\\"RM\\\",\\\"country\\\":\\\"CL\\\"},\\\"user_id\\\":\\\"xxxxxxxx\\\",\\\"brand_name\\\":null},\\\"recipient\\\":{\\\"name\\\":\\\"xxxxxxxx xxxx-sevice Spa\\\",\\\"identifications\\\":{\\\"rut\\\":\\\"xxxxxxxx3\\\",\\\"rut_seller\\\":null,\\\"cust_type_id\\\":\\\"BU\\\",\\\"giro_comercial\\\":\\\"Venta Calzado Y Vestuario\\\"},\\\"phone\\\":null,\\\"address\\\":{\\\"street_name\\\":\\\"xxxxxxxx xxxx Antoceros\\\",\\\"street_number\\\":\\\"25\\\",\\\"complement\\\":null,\\\"neighborhood\\\":\\\"Huasco\\\",\\\"city\\\":\\\"Huasco\\\",\\\"zip_code\\\":null,\\\"state\\\":\\\"AT\\\",\\\"country\\\":\\\"CL\\\"},\\\"external_recipient_id\\\":\\\"xxxxxxxx\\\",\\\"receiver\\\":null,\\\"discriminated_billing\\\":null},\\\"shipment\\\":{\\\"id\\\":\\\"xxxxxxxx\\\",\\\"site_id\\\":\\\"MLC\\\",\\\"mode\\\":null,\\\"logistic_type\\\":\\\"fulfillment\\\",\\\"buyer_cost\\\":0,\\\"paid_by\\\":\\\"third_party\\\",\\\"carrier\\\":null,\\\"volumes\\\":[{\\\"quantity\\\":1,\\\"net_weight\\\":0.16,\\\"gross_weight\\\":0.16,\\\"volume\\\":1440},{\\\"quantity\\\":1,\\\"net_weight\\\":0.16,\\\"gross_weight\\\":0.16,\\\"volume\\\":1584},{\\\"quantity\\\":1,\\\"net_weight\\\":0.18,\\\"gross_weight\\\":0.18,\\\"volume\\\":1472},{\\\"quantity\\\":1,\\\"net_weight\\\":0.14,\\\"gross_weight\\\":0.14,\\\"volume\\\":1288},{\\\"quantity\\\":1,\\\"net_weight\\\":0.16,\\\"gross_weight\\\":0.16,\\\"volume\\\":2448}],\\\"fiscal_model_id\\\":null,\\\"cte\\\":null,\\\"logistic_center\\\":{\\\"id\\\":\\\"CLRM03\\\",\\\"name\\\":null,\\\"identifications\\\":{\\\"rut\\\":null,\\\"rut_seller\\\":null,\\\"cust_type_id\\\":null,\\\"giro_comercial\\\":null},\\\"address\\\":{\\\"street_name\\\":null,\\\"street_number\\\":null,\\\"complement\\\":null,\\\"neighborhood\\\":null,\\\"city\\\":null,\\\"zip_code\\\":null,\\\"state\\\":null,\\\"country\\\":null}},\\\"freight\\\":null,\\\"shipping_locations\\\":null},\\\"items\\\":[{\\\"id\\\":\\\"xxxxxxxx_PRODUCTION_xxxxxxxxxx_1\\\",\\\"invoice_id\\\":\\\"xxxxxxxxxx\\\",\\\"seller_id\\\":\\\"xxxxxxxx\\\",\\\"external_order_id\\\":\\\"xxxxxxxxx\\\",\\\"external_product_id\\\":\\\"xxxxxxxxx\\\",\\\"external_variant_id\\\":\\\"xxxxxxxxxx\\\",\\\"attributes\\\":{\\\"ean\\\":null,\\\"tributary_ean\\\":null,\\\"sku\\\":\\\"80439601\\\",\\\"type\\\":null,\\\"bundle_quantity\\\":null,\\\"net_weight\\\":null,\\\"gross_weight\\\":null},\\\"product_name\\\":\\\"xxxxxxxx xxxx xxxxxx Gris Star Wars\\\",\\\"quantity\\\":1,\\\"tributary_quantity\\\":null,\\\"total_amount\\\":8490,\\\"shipping_buyer_cost\\\":0,\\\"discount_amount\\\":null,\\\"fiscal_data\\\":{\\\"attributes\\\":{\\\"tax_rule_id\\\":null,\\\"ncm\\\":null,\\\"cest\\\":null,\\\"origin_type\\\":null,\\\"origin_detail\\\":null,\\\"cfop\\\":null,\\\"measurement_unit\\\":null,\\\"tributary_measurement_unit\\\":null,\\\"tax_substitution\\\":null,\\\"extipi\\\":null,\\\"fci\\\":null,\\\"csosn\\\":null},\\\"messages\\\":null,\\\"rules\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":1356,\\\"biva\\\":7134}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":7134,\\\"gross_value\\\":8490}}]},\\\"original_item\\\":null,\\\"other_amount\\\":null,\\\"reference_quantity\\\":null,\\\"reference_measure\\\":null,\\\"payments\\\":null,\\\"pack_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"additional_info\\\":null,\\\"batches\\\":null},{\\\"id\\\":\\\"xxxxxxxx_PRODUCTION_xxxxxxxxxx_4\\\",\\\"invoice_id\\\":\\\"xxxxxxxxxx\\\",\\\"seller_id\\\":\\\"xxxxxxxx\\\",\\\"external_order_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"external_product_id\\\":\\\"xxxxxxxxx\\\",\\\"external_variant_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"attributes\\\":{\\\"ean\\\":null,\\\"tributary_ean\\\":null,\\\"sku\\\":\\\"xxxxxxxxxxxxx\\\",\\\"type\\\":null,\\\"bundle_quantity\\\":null,\\\"net_weight\\\":null,\\\"gross_weight\\\":null},\\\"product_name\\\":\\\"xxxxxxxx xxxx xxxxxx Gris Star Wars\\\",\\\"quantity\\\":1,\\\"tributary_quantity\\\":null,\\\"total_amount\\\":8490,\\\"shipping_buyer_cost\\\":0,\\\"discount_amount\\\":null,\\\"fiscal_data\\\":{\\\"attributes\\\":{\\\"tax_rule_id\\\":null,\\\"ncm\\\":null,\\\"cest\\\":null,\\\"origin_type\\\":null,\\\"origin_detail\\\":null,\\\"cfop\\\":null,\\\"measurement_unit\\\":null,\\\"tributary_measurement_unit\\\":null,\\\"tax_substitution\\\":null,\\\"extipi\\\":null,\\\"fci\\\":null,\\\"csosn\\\":null},\\\"messages\\\":null,\\\"rules\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":1356,\\\"biva\\\":7134}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":7134,\\\"gross_value\\\":8490}}]},\\\"original_item\\\":null,\\\"other_amount\\\":null,\\\"reference_quantity\\\":null,\\\"reference_measure\\\":null,\\\"payments\\\":null,\\\"pack_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"additional_info\\\":null,\\\"batches\\\":null},{\\\"id\\\":\\\"xxxxxxxx_PRODUCTION_xxxxxxxxxx_5\\\",\\\"invoice_id\\\":\\\"xxxxxxxxxx\\\",\\\"seller_id\\\":\\\"xxxxxxxx\\\",\\\"external_order_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"external_product_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"external_variant_id\\\":\\\"174366732711\\\",\\\"attributes\\\":{\\\"ean\\\":null,\\\"tributary_ean\\\":null,\\\"sku\\\":\\\"80439802\\\",\\\"type\\\":null,\\\"bundle_quantity\\\":null,\\\"net_weight\\\":null,\\\"gross_weight\\\":null},\\\"product_name\\\":\\\"xxxxxxxx xxxx xxxxxx Disney\\\",\\\"quantity\\\":1,\\\"tributary_quantity\\\":null,\\\"total_amount\\\":8490,\\\"shipping_buyer_cost\\\":0,\\\"discount_amount\\\":null,\\\"fiscal_data\\\":{\\\"attributes\\\":{\\\"tax_rule_id\\\":null,\\\"ncm\\\":null,\\\"cest\\\":null,\\\"origin_type\\\":null,\\\"origin_detail\\\":null,\\\"cfop\\\":null,\\\"measurement_unit\\\":null,\\\"tributary_measurement_unit\\\":null,\\\"tax_substitution\\\":null,\\\"extipi\\\":null,\\\"fci\\\":null,\\\"csosn\\\":null},\\\"messages\\\":null,\\\"rules\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":1356,\\\"biva\\\":7134}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":7134,\\\"gross_value\\\":8490}}]},\\\"original_item\\\":null,\\\"other_amount\\\":null,\\\"reference_quantity\\\":null,\\\"reference_measure\\\":null,\\\"payments\\\":null,\\\"pack_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"additional_info\\\":null,\\\"batches\\\":null},{\\\"id\\\":\\\"xxxxxxxx_PRODUCTION_xxxxxxxxxx_2\\\",\\\"invoice_id\\\":\\\"xxxxxxxxxx\\\",\\\"seller_id\\\":\\\"xxxxxxxx\\\",\\\"external_order_id\\\":\\\"2000004644498884\\\",\\\"external_product_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"external_variant_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"attributes\\\":{\\\"ean\\\":null,\\\"tributary_ean\\\":null,\\\"sku\\\":\\\"xxxxxxxx\\\",\\\"type\\\":null,\\\"bundle_quantity\\\":null,\\\"net_weight\\\":null,\\\"gross_weight\\\":null},\\\"product_name\\\":\\\"xxxxxxxx xxxx xxxxxx Disney\\\",\\\"quantity\\\":1,\\\"tributary_quantity\\\":null,\\\"total_amount\\\":8490,\\\"shipping_buyer_cost\\\":0,\\\"discount_amount\\\":null,\\\"fiscal_data\\\":{\\\"attributes\\\":{\\\"tax_rule_id\\\":null,\\\"ncm\\\":null,\\\"cest\\\":null,\\\"origin_type\\\":null,\\\"origin_detail\\\":null,\\\"cfop\\\":null,\\\"measurement_unit\\\":null,\\\"tributary_measurement_unit\\\":null,\\\"tax_substitution\\\":null,\\\"extipi\\\":null,\\\"fci\\\":null,\\\"csosn\\\":null},\\\"messages\\\":null,\\\"rules\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":1356,\\\"biva\\\":7134}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":7134,\\\"gross_value\\\":8490}}]},\\\"original_item\\\":null,\\\"other_amount\\\":null,\\\"reference_quantity\\\":null,\\\"reference_measure\\\":null,\\\"payments\\\":null,\\\"pack_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"additional_info\\\":null,\\\"batches\\\":null},{\\\"id\\\":\\\"xxxxxxxx_PRODUCTION_xxxxxxxxxx_3\\\",\\\"invoice_id\\\":\\\"xxxxxxxxxx\\\",\\\"seller_id\\\":\\\"xxxxxxxx\\\",\\\"external_order_id\\\":\\\"xxxxxxxxxxxxxxxx\\\",\\\"external_product_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"external_variant_id\\\":\\\"xxxxxxxxxxx\\\",\\\"attributes\\\":{\\\"ean\\\":null,\\\"tributary_ean\\\":null,\\\"sku\\\":\\\"80439800\\\",\\\"type\\\":null,\\\"bundle_quantity\\\":null,\\\"net_weight\\\":null,\\\"gross_weight\\\":null},\\\"product_name\\\":\\\"xxxxxxxx xxxx xxxxxx Disney\\\",\\\"quantity\\\":1,\\\"tributary_quantity\\\":null,\\\"total_amount\\\":8490,\\\"shipping_buyer_cost\\\":0,\\\"discount_amount\\\":null,\\\"fiscal_data\\\":{\\\"attributes\\\":{\\\"tax_rule_id\\\":null,\\\"ncm\\\":null,\\\"cest\\\":null,\\\"origin_type\\\":null,\\\"origin_detail\\\":null,\\\"cfop\\\":null,\\\"measurement_unit\\\":null,\\\"tributary_measurement_unit\\\":null,\\\"tax_substitution\\\":null,\\\"extipi\\\":null,\\\"fci\\\":null,\\\"csosn\\\":null},\\\"messages\\\":null,\\\"rules\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":1356,\\\"biva\\\":7134}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":7134,\\\"gross_value\\\":8490}}]},\\\"original_item\\\":null,\\\"other_amount\\\":null,\\\"reference_quantity\\\":null,\\\"reference_measure\\\":null,\\\"payments\\\":null,\\\"pack_id\\\":\\\"xxxxxxxxxxxxx\\\",\\\"additional_info\\\":null,\\\"batches\\\":null}],\\\"issued_date\\\":\\\"2022-11-30T21:44:52.623Z\\\",\\\"invoice_series\\\":\\\"33\\\",\\\"invoice_number\\\":xxxxxxxxx,\\\"attributes\\\":{\\\"authorization_date\\\":\\\"2022-11-30T21:45:05.659761796\\\",\\\"invoice_creation_date\\\":\\\"2022-11-30T21:44:52.623261262\\\",\\\"order_source\\\":\\\"meli\\\",\\\"invoice_source\\\":\\\"internal\\\",\\\"environment_type\\\":\\\"production\\\",\\\"tags\\\":null,\\\"reference_invoices\\\":null,\\\"pdf_location\\\":\\\"/internal/users/xxxxxxxx/invoices/fiscal_documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\\\",\\\"xml_location\\\":\\\"/internal/users/xxxxxxxx/invoices/fiscal_documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\\\",\\\"zpl_location\\\":null,\\\"pdf\\\":null,\\\"xml\\\":null,\\\"zpl\\\":null,\\\"xml_version\\\":null,\\\"external_id\\\":\\\"SALE-sale-xxxxxxxx-1-DEFAULT-xxxxxxxx\\\",\\\"status_description\\\":null,\\\"document_type\\\":\\\"factura\\\"},\\\"fiscal_data\\\":{\\\"customer_type\\\":\\\"b2c\\\",\\\"transaction_type\\\":\\\"sale\\\",\\\"transaction_type_description\\\":null,\\\"messages\\\":[{\\\"type\\\":\\\"COMPL\\\",\\\"content\\\":\\\"Por cuenta y orden de B RETAIL SPA.\\\"}],\\\"fiscal_amounts\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":6780,\\\"biva\\\":35670}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":35670,\\\"gross_value\\\":42450}},{\\\"name\\\":\\\"ITEMS_ORIGINAL_AMOUNT\\\",\\\"attributes\\\":{\\\"net_value\\\":35670,\\\"gross_value\\\":42450}}],\\\"state_calculation_type\\\":null,\\\"customer_transaction\\\":null,\\\"is_fiscal_order_split\\\":null,\\\"billing_warehouse_id\\\":null},\\\"payments\\\":null,\\\"amount\\\":42450,\\\"items_amount\\\":42450,\\\"errors\\\":[],\\\"items_quantity\\\":5,\\\"site_id\\\":\\\"mlc\\\",\\\"other_amount\\\":null,\\\"additional_info\\\":null}\",\n            \"parameters\": null,\n            \"emissionDate\": \"2022-11-30T21:44:52.000Z\",\n            \"status\": \"created\",\n            \"createdAt\": \"2022-11-30T21:45:10.000Z\",\n            \"updatedAt\": \"2022-11-30T21:45:10.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentEmitterId\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"DeliveryOrderId\": null,\n            \"ElectronicBillingDocumentTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentFiles\": [\n                {\n                    \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"provider\": \"s3\",\n                    \"title\": null,\n                    \"description\": null,\n                    \"code\": null,\n                    \"type\": null,\n                    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents\",\n                    \"storagePath\": null,\n                    \"fileKey\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n                    \"originalServerPath\": \"\",\n                    \"originalFileName\": \"\",\n                    \"fileName\": null,\n                    \"fileType\": \"application/pdf\",\n                    \"fileSize\": null,\n                    \"status\": \"created\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"createdAt\": \"2022-11-30T21:45:10.000Z\",\n                    \"updatedAt\": \"2022-11-30T21:45:10.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ElectronicBillingDocumentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ElectronicBillingDocumentFileLinks\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"externalId\": null,\n                            \"externalContent\": \"\\\"<?xml version=\\\\\\\"1.0\\\\\\\" encoding=\\\\\\\"ISO-8859-1\\\\\\\"?>\\\\n<EnvioDTE xmlns=\\\\\\\"http://www.sii.cl/SiiDte\\\\\\\" xmlns:xsi=\\\\\\\"http://www.w3.org/2001/XMLSchema-instance\\\\\\\" version=\\\\\\\"1.0\\\\\\\" xsi:schemaLocation=\\\\\\\"http://www.sii.cl/SiiDte EnvioDTE_v10.xsd\\\\\\\">\\\\n<SetDTE ID=\\\\\\\"SetDoc\\\\\\\">\\\\n<Caratula version=\\\\\\\"1.0\\\\\\\">\\\\n<RutEmisor>xxxxxxxxxx-1</RutEmisor>\\\\n<RutEnvia>13698268-0</RutEnvia>\\\\n<RutReceptor>xxxxxxxxx-K</RutReceptor>\\\\n<FchResol>2006-04-11</FchResol>\\\\n<NroResol>39</NroResol>\\\\n<TmstFirmaEnv>2022-11-30T21:44:53</TmstFirmaEnv>\\\\n<SubTotDTE>\\\\n<TpoDTE>33</TpoDTE>\\\\n<NroDTE>1</NroDTE>\\\\n</SubTotDTE>\\\\n</Caratula>\\\\n<DTE version=\\\\\\\"1.0\\\\\\\">\\\\n<Documento ID=\\\\\\\"DTE_ML_33_xxxxxxxxx\\\\\\\">\\\\n<Encabezado>\\\\n<IdDoc>\\\\n<TipoDTE>33</TipoDTE>\\\\n<Folio>xxxxxxxxx</Folio>\\\\n<FchEmis>2022-11-30</FchEmis>\\\\n</IdDoc>\\\\n<Emisor>\\\\n<RUTEmisor>xxxxxxxxxx-1</RUTEmisor>\\\\n<RznSoc>MercadoLibre Chile LTDA</RznSoc>\\\\n<GiroEmis>OTRAS ACTIVIDADES DE VENTA AL POR MENOR EN COMERCIOS NO ESPECIALIZADOS N.C.P.</GiroEmis>\\\\n<Acteco>619090</Acteco>\\\\n<DirOrigen>xxxxxxxxx xxxxxx, xxxxx</DirOrigen>\\\\n<CmnaOrigen>Colina</CmnaOrigen>\\\\n<CiudadOrigen>Santiago</CiudadOrigen>\\\\n</Emisor>\\\\n<Receptor>\\\\n<RUTRecep>xxxxxxxx-3</RUTRecep>\\\\n<RznSocRecep>xxxxxxxx xxxx-sevice Spa</RznSocRecep>\\\\n<GiroRecep>Venta Calzado Y Vestuario</GiroRecep>\\\\n<DirRecep>xxxxxxxx xxxx Antoceros, 25</DirRecep>\\\\n<CmnaRecep>Huasco</CmnaRecep>\\\\n<CiudadRecep>Huasco</CiudadRecep>\\\\n</Receptor>\\\\n<Totales>\\\\n<MntNeto>35670</MntNeto>\\\\n<TasaIVA>19</TasaIVA>\\\\n<IVA>6780</IVA>\\\\n<MntTotal>42450</MntTotal>\\\\n<MontoNF>0</MontoNF>\\\\n<MontoPeriodo>42450</MontoPeriodo>\\\\n</Totales>\\\\n</Encabezado>\\\\n<Detalle>\\\\n<NroLinDet>1</NroLinDet>\\\\n<NmbItem>xxxxxxxx xxxx xxxxxx Disney</NmbItem>\\\\n<QtyItem>1</QtyItem>\\\\n<UnmdItem>UN</UnmdItem>\\\\n<PrcItem>7134</PrcItem>\\\\n<MontoItem>7134</MontoItem>\\\\n</Detalle>\\\\n<Detalle>\\\\n<NroLinDet>2</NroLinDet>\\\\n<NmbItem>xxxxxxxx xxxx xxxxxx Disney</NmbItem>\\\\n<QtyItem>1</QtyItem>\\\\n<UnmdItem>UN</UnmdItem>\\\\n<PrcItem>7134</PrcItem>\\\\n<MontoItem>7134</MontoItem>\\\\n</Detalle>\\\\n<Detalle>\\\\n<NroLinDet>3</NroLinDet>\\\\n<NmbItem>xxxxxxxx xxxx xxxxxx Gris Star Wars</NmbItem>\\\\n<QtyItem>1</QtyItem>\\\\n<UnmdItem>UN</UnmdItem>\\\\n<PrcItem>7134</PrcItem>\\\\n<MontoItem>7134</MontoItem>\\\\n</Detalle>\\\\n<Detalle>\\\\n<NroLinDet>4</NroLinDet>\\\\n<NmbItem>xxxxxxxx xxxx xxxxxx Gris Star Wars</NmbItem>\\\\n<QtyItem>1</QtyItem>\\\\n<UnmdItem>UN</UnmdItem>\\\\n<PrcItem>7134</PrcItem>\\\\n<MontoItem>7134</MontoItem>\\\\n</Detalle>\\\\n<Detalle>\\\\n<NroLinDet>5</NroLinDet>\\\\n<NmbItem>xxxxxxxx xxxx xxxxxx Disney</NmbItem>\\\\n<QtyItem>1</QtyItem>\\\\n<UnmdItem>UN</UnmdItem>\\\\n<PrcItem>7134</PrcItem>\\\\n<MontoItem>7134</MontoItem>\\\\n</Detalle>\\\\n<TED version=\\\\\\\"1.0\\\\\\\">\\\\n<DD>\\\\n<RE>xxxxxxxxxx-1</RE>\\\\n<TD>33</TD>\\\\n<F>xxxxxxxxx</F>\\\\n<FE>2022-11-30</FE>\\\\n<RR>xxxxxxxx-3</RR>\\\\n<RSR>xxxxxxxx xxxx-sevice Spa</RSR>\\\\n<MNT>42450</MNT>\\\\n<IT1>xxxxxxxx xxxx xxxxxx Disney</IT1>\\\\n<CAF version=\\\\\\\"1.0\\\\\\\">\\\\n<DA>\\\\n<RE>xxxxxxxxxx-1</RE>\\\\n<RS>MERCADOLIBRE CHILE LIMITADA</RS>\\\\n<TD>33</TD>\\\\n<RNG>\\\\n<D>2004337</D>\\\\n<H>2204336</H>\\\\n</RNG>\\\\n<FA>2022-10-06</FA>\\\\n<RSAPK>\\\\n<M>5MhWrSnqubth0/aT4QgwDdI2VbxpJCWkhLnDambRE1gBVtxDiRtOorphqjb/zYMyC7kU7HTnxWzmRvtGVFieUw==</M>\\\\n<E>Aw==</E>\\\\n</RSAPK>\\\\n<IDK>300</IDK>\\\\n</DA>\\\\n<FRMA algoritmo=\\\\\\\"SHA1withRSA\\\\\\\">gXI2hwxZ+agnES6g1i2yNkesctqj87zR8lAHLQsTCXcgybf+98pEK/MnMEdtHVqGOgpDXBlYZb7OpmUTeX0g5w==</FRMA>\\\\n</CAF>\\\\n<TSTED>2022-11-30T21:44:53</TSTED>\\\\n</DD>\\\\n<FRMT algoritmo=\\\\\\\"SHA1withRSA\\\\\\\">EZAYZtlY5zxgwEo9+mkre87yJHs2TfiwjJnmpHk0U9z8MuxxxxxxxxwjI2lOQ==</FRMT>\\\\n</TED>\\\\n<TmstFirma>2022-11-30T21:44:53</TmstFirma>\\\\n</Documento>\\\\n<Signature xmlns=\\\\\\\"http://www.w3.org/2000/09/xmldsig#\\\\\\\"><SignedInfo><CanonicalizationMethod Algorithm=\\\\\\\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\\\\\\\"/><SignatureMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\\\\\\\"/><Reference URI=\\\\\\\"#DTE_ML_33_xxxxxxxxx\\\\\\\"><Transforms><Transform Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\\\\\\\"/></Transforms><DigestMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#sha1\\\\\\\"/><DigestValue>ROcQpmTP9ZHmIqo0C54cBUTbPK4=</DigestValue></Reference></SignedInfo><SignatureValue>gupOvEskpvZQMG3kuFjORU3WomPVOfVg7vZati3nEiv1ak4ib8WAEQShDtr5+iEI0dJDq7B7SY9v\\\\ng2gFWwld5txTywJM83lG5SLYNg6wZP5efkn+yQW7r8m0xZ9au6b8T3rSlTpy7m6ZrTLll8H/QZAl\\\\nI3qFjAEsjQbtcY7OpZA=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tK4U4zzAnG/Zb2CKxkkmtdfbZXP0Fwh3dKRlpNq5o2f7cOBi0wi5MRAZE5QW3t2r7TLEqyKwe4T9\\\\n63JDfXToiJI3lfFhz/Tz57zAQEZvmkpHZsO2FXak3JGatNtgsphDfJp0IhgzPsA48FALx616amSe\\\\nVD9UIwKV1vAPEOeru40=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIGVjCCBT6gAwIBAgIKEhgaZgAAABZnIzANBgkqhkiG9w0BAQUFADCB0jELMAkGA1UEBhMCQ0wx\\\\nHTAbBgNVBAgTFFJlZ2lvbiBNZXRyb3BvbGl0YW5hMREwDwYDVQQHEwhTYW50aWFnbzEUMBIGA1UE\\\\nChMLRS1DRVJUQ0hJTEUxIDAeBgNVBAsTF0F1dG9yaWRhZCBDZXJ0aWZpY2Fkb3JhMTAwLgYDVQQD\\\\nEydFLUNFUlRDSElMRSBDQSBGSVJNQSBFTEVDVFJPTklDQSBTSU1QTEUxJzAlBgkqhkiG9w0BCQEW\\\\nGHNjbGllbnRlc0BlLWNlcnRjaGlsZS5jbDAeFw0yMTA5MDkxODI1MjNaFw0yNDA5MDgxODI1MjNa\\\\nMIHXMQswCQYDVQQGEwJDTDEiMCAGA1UECBMZTUVUUk9QT0xJVEFOQSBERSBTQU5USUFHTzERMA8G\\\\nA1UEBxMIU0FOVElBR08xJDAiBgNVBAoTG0pFU1NJQ0EgRlVFTlRFQUxCQSBDQVJSQVNDTzEKMAgG\\\\nA1UECwwBKjEsMCoGA1UEAxMjSkVTU0lDQSBNQVJDRUxBIEZVRU5URUFMQkEgQ0FSUkFTQ08xMTAv\\\\nBgkqhkiG9w0BCQEWIkpFU1NJQxxxxxxxxoZI\\\\nhvcNAQEBBQADgY0AMIGJAoGBALSuFOM8wJxv2W9gisZJJrXX22Vz9BcId3SkZaTauaNn+3DgYtMI\\\\nuTEQGROUFt7dq+0yxKsisHuE/etyQ3106IiSN5XxYc/08+e8wEBGb5pKR2bDthV2pNyRmrTbYLKY\\\\nQ3yadCIYMz7AOPBQC8etempknlQ/VCMCldbwDxDnq7uNAgMBAAGjggKpMIICpTCCAU8GA1UdIASC\\\\nAUYwggFCMIIBPgYIKwYBBAHDUgUwggEwMC0GCCsGAQUFBwIBFiFodHRwOi8vd3d3LmUtY2VydGNo\\\\naxxxxxxxxHoHuAEUAbAAgAHIAZQBzAHAAbwBuAGQAZQBy\\\\nACAAZQBzAHQAZQAgAGYAbwByAG0AdQBsAGEAcgBpAG8AIABlAHMAIAB1AG4AIAByAGUAcQB1AGkA\\\\ncwBpAHQAbwAgAGkAbgBkAGkAcwBwAGUAbgBzAGEAYgBsAGUAIABwAGEAcgBhACAAZABhAHIAIABp\\\\nAG4AaQBjAGkAbwAgAGEAbAAgAHAAcgBvAGMAZQBzAG8AIABkAGUAIABjAGUAcgB0AGkAZgBpAGMA\\\\nYQBjAGkA8wBuAC4AIABQAG8AcwB0AGUAcgBpAG8AcgBtAGUAbgB0AGUALDAdBgNVHQ4EFgQULS1T\\\\nHG6akQFy7727vBzha92h4LUwCwYDVR0PBAQDAgTwMCMGA1UdEQQcMBqgGAYIKwYBBAHBAQGgDBYK\\\\nMTM2OTgyNjgtMDAfBgNVHSMEGDAWgBR44T6f0hKzejyNzTAOU7NDKQezVTA+BgNVHR8ENzA1MDOg\\\\nMaAvhi1odHRwOi8vY3JsLmUtY2VydGNoaWxlLmNsL2VjZXJ0Y2hpbGVjYUZFUy5jcmwwOgYIKwYB\\\\nBQUHAQEELjAsMCoGCCsGAQUFBzABhh5odHRwOi8vb2NzcC5lY2VydGNoaWxlLmNsL29jc3AwPQYJ\\\\nKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIgtyDL4WTjGaF1Z0XguLcJ4Hv7DxhgcueFIaoglgCAWQC\\\\nAQQwIwYDVR0SBBwwGqAYBggrBgEEAcEBAqAMFgo5NjkyODE4MC01MA0GCSqGSIb3DQEBBQUAA4IB\\\\nAQCUA7q3J8OlzTgnIs1B+kvhp1ytmRan/tcHE+VvYAO8DqpfIb1C00iVV6pvB+MDWbEgGjyLFlcJ\\\\nJlREydWSQmLyLgBbuwPaiHZoFTYti+OBIfyHoY0aQCxyjRQGaagDEYZlR9cZBFsH+jldwpupmK2p\\\\nemzAjrFOIkSfRYSFQN/t5kUYPFIhjr7NhXojcVIF47NGI8JDRmINGabldb0gyo7ay2ZOFP26rSyZ\\\\n0SgqHgsLIFUqMblmiEY9RCuiUf+a1ivUh/2QY9ZVBn6jDm0Oxd15ZjXa8mTxCeDuukHrQ7vl7Uy3\\\\nsDwRBFKP2Fvyc9L5z9PVbAwWHu9uFmKbTsY9X6me</X509Certificate></X509Data></KeyInfo></Signature></DTE>\\\\n</SetDTE>\\\\n<Signature xmlns=\\\\\\\"http://www.w3.org/2000/09/xmldsig#\\\\\\\"><SignedInfo><CanonicalizationMethod Algorithm=\\\\\\\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\\\\\\\"/><SignatureMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\\\\\\\"/><Reference URI=\\\\\\\"#SetDoc\\\\\\\"><Transforms><Transform Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\\\\\\\"/></Transforms><DigestMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#sha1\\\\\\\"/><DigestValue>wRpqstMTAHBRIQPsSrLXFDjnlvw=</DigestValue></Reference></SignedInfo><SignatureValue>dz4pg9hQVEVGyej9taYDNC4+HeJcvf3+keal7LTe6qVLvxA9YI6Tan5LsE4oEJxuf0F2/bEMppIK\\\\ny9fhIdNNh3Qw+XsQBbTcQIONQetFp9SMSBTcsEuHDumkT6um1LLneINWM3Ykvb5JBHlDb2wcuzQ4\\\\nMsFqnw4Tybuuss6Vuuk=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tK4U4zzAnG/Zb2CKxkkmtdfbZXP0Fwh3dKRlpNq5o2f7cOBi0wi5MRAZE5QW3t2r7TLEqyKwe4T9\\\\n63JDfXToiJI3lfFhz/Tz57zAQEZvmkpHZsO2FXak3JGatNtgsphDfJp0IhgzPsA48FALx616amSe\\\\nVD9UIwKV1vAPEOeru40=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIGVjCCBT6gAwIBAgIKEhgaZgAAABZnIzANBgkqhkiG9w0BAQUFADCB0jELMAkGA1UEBhMCQ0wx\\\\nHTAbBgNVBAgTFFJlZ2lvbiBNZXRyb3BvbGl0YW5hMREwDwYDVQQHEwhTYW50aWFnbzEUMBIGA1UE\\\\nChMLRS1DRVJUQ0hJTEUxIDAeBgNVBAsTF0F1dG9yaWRhZCBDZXJ0aWZpY2Fkb3JhMTAwLgYDVQQD\\\\nEydFLUNFUlRDSElMRSBDQSBGSVJNQSBFTEVDVFJPTklDQSBTSU1QTEUxJzAlBgkqhkiG9w0BCQEW\\\\nGHNjbGllbnRlc0BlLWNlcnRjaGlsZS5jbDAeFw0yMTA5MDkxODI1MjNaFw0yNDA5MDgxODI1MjNa\\\\nMIHXMQswCQYDVQQGEwJDTDEiMCAGA1UECBMZTUVUUk9QT0xJVEFOQSBERSBTQU5USUFHTzERMA8G\\\\nA1UEBxMIU0FOVElBR08xJDAiBgNVBAoTG0pFU1NJQ0EgRlVFTlRFQUxCQSBDQVJSQVNDTzEKMAgG\\\\nA1UECwwBKjEsMCoGA1UEAxMjSkVTU0lDQSBNQVJDRUxBIEZVRU5URUFMQkEgQ0FSUkFTQ08xMTAv\\\\nBgkqhkiG9w0BCQEWIkpFU1NJQxxxxxxxxoZI\\\\nhvcNAQEBBQADgY0AMIGJAoGBALSuFOM8wJxv2W9gisZJJrXX22Vz9BcId3SkZaTauaNn+3DgYtMI\\\\nuTEQGROUFt7dq+0yxKsisHuE/etyQ3106IiSN5XxYc/08+e8wEBGb5pKR2bDthV2pNyRmrTbYLKY\\\\nQ3yadCIYMz7AOPBQC8etempknlQ/VCMCldbwDxDnq7uNAgMBAAGjggKpMIICpTCCAU8GA1UdIASC\\\\nAUYwggFCMIIBPgYIKwYBBAHDUgUwggEwMC0GCCsGAQUFBwIBFiFodHRwOi8vd3d3LmUtY2VydGNo\\\\naxxxxxxxxHoHuAEUAbAAgAHIAZQBzAHAAbwBuAGQAZQBy\\\\nACAAZQBzAHQAZQAgAGYAbwByAG0AdQBsAGEAcgBpAG8AIABlAHMAIAB1AG4AIAByAGUAcQB1AGkA\\\\ncwBpAHQAbwAgAGkAbgBkAGkAcwBwAGUAbgBzAGEAYgBsAGUAIABwAGEAcgBhACAAZABhAHIAIABp\\\\nAG4AaQBjAGkAbwAgAGEAbAAgAHAAcgBvAGMAZQBzAG8AIABkAGUAIABjAGUAcgB0AGkAZgBpAGMA\\\\nYQBjAGkA8wBuAC4AIABQAG8AcwB0AGUAcgBpAG8AcgBtAGUAbgB0AGUALDAdBgNVHQ4EFgQULS1T\\\\nHG6akQFy7727vBzha92h4LUwCwYDVR0PBAQDAgTwMCMGA1UdEQQcMBqgGAYIKwYBBAHBAQGgDBYK\\\\nMTM2OTgyNjgtMDAfBgNVHSMEGDAWgBR44T6f0hKzejyNzTAOU7NDKQezVTA+BgNVHR8ENzA1MDOg\\\\nMaAvhi1odHRwOi8vY3JsLmUtY2VydGNoaWxlLmNsL2VjZXJ0Y2hpbGVjYUZFUy5jcmwwOgYIKwYB\\\\nBQUHAQEELjAsMCoGCCsGAQUFBzABhh5odHRwOi8vb2NzcC5lY2VydGNoaWxlLmNsL29jc3AwPQYJ\\\\nKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIgtyDL4WTjGaF1Z0XguLcJ4Hv7DxhgcueFIaoglgCAWQC\\\\nAQQwIwYDVR0SBBwwGqAYBggrBgEEAcEBAqAMFgo5NjkyODE4MC01MA0GCSqGSIb3DQEBBQUAA4IB\\\\nAQCUA7q3J8OlzTgnIs1B+kvhp1ytmRan/tcHE+VvYAO8DqpfIb1C00iVV6pvB+MDWbEgGjyLFlcJ\\\\nJlREydWSQmLyLgBbuwPaiHZoFTYti+OBIfyHoY0aQCxyjRQGaagDEYZlR9cZBFsH+jldwpupmK2p\\\\nemzAjrFOIkSfRYSFQN/t5kUYPFIhjr7NhXojcVIF47NGI8JDRmINGabldb0gyo7ay2ZOFP26rSyZ\\\\n0SgqHgsLIFUqMblmiEY9RCuiUf+a1ivUh/2QY9ZVBn6jDm0Oxd15ZjXa8mTxCeDuukHrQ7vl7Uy3\\\\nsDwRBFKP2Fvyc9L5z9PVbAwWHu9uFmKbTsY9X6me</X509Certificate></X509Data></KeyInfo></Signature></EnvioDTE>\\\"\",\n                            \"synchronizationStatus\": \"synchronized\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-11-30T21:45:11.000Z\",\n                            \"updatedAt\": \"2022-11-30T21:45:11.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ElectronicBillingDocumentFileId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                }\n            ],\n            \"ElectronicBillingDocumentType\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"name\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_invoice.Name\",\n                \"code\": \"electronic_billing_electronic_invoice\",\n                \"serviceCode\": \"33\",\n                \"description\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_invoice.Descrition\",\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-08-20T11:22:08.000Z\",\n                \"updatedAt\": \"2019-08-20T11:22:08.000Z\",\n                \"LocationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 1\n    }\n}"},{"id":"8df28ca0-cd05-4a9a-b724-9a096c61f14f","name":"200 OK -  fulfillment Mercado Libre (credit note)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/electronic-billing-documents/p/:page","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","electronic-billing-documents","p",":page"],"variable":[{"key":"checkout_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Dec 2022 12:35:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"etag","value":"W/\"4224-LKvASPoIHHCQO5ZvY4ixZFeF6IA\""},{"key":"vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'self' https://*.myshopify.com"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"77550fe799ffd733-SCL"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"id\": \"12xxxxxxxx8\",\n            \"code\": \"12xxxxxxxx8\",\n            \"name\": null,\n            \"content\": \"{\\\"id\\\":\\\"12xxxxxxxx8\\\",\\\"status\\\":\\\"authorized\\\",\\\"transaction_status\\\":\\\"authorized\\\",\\\"issuer\\\":{\\\"name\\\":\\\"MercadoLibre Chile LTDA\\\",\\\"identifications\\\":{\\\"rut\\\":\\\"xxxxxxxxx\\\",\\\"rut_seller\\\":\\\"xxxxxxxxx\\\",\\\"cust_type_id\\\":null,\\\"giro_comercial\\\":\\\"OTRAS ACTIVIDADES DE VENTA AL POR MENOR EN COMERCIOS NO ESPECIALIZADOS N.C.P.\\\"},\\\"phone\\\":null,\\\"address\\\":{\\\"street_name\\\":\\\"xxxxxxxxx\\\",\\\"street_number\\\":\\\"xxxxxxxxx\\\",\\\"complement\\\":null,\\\"neighborhood\\\":\\\"xxxxxxxxx\\\",\\\"city\\\":\\\"xxxxxxxxx\\\",\\\"zip_code\\\":\\\"9340000\\\",\\\"state\\\":\\\"RM\\\",\\\"country\\\":\\\"CL\\\"},\\\"user_id\\\":\\\"xxxxxxxxx\\\",\\\"brand_name\\\":null},\\\"recipient\\\":{\\\"name\\\":\\\"xxxxxxxxx xxxxxxx\\\",\\\"identifications\\\":{\\\"rut\\\":\\\"xxxxxxxxx\\\",\\\"rut_seller\\\":null,\\\"cust_type_id\\\":\\\"CO\\\",\\\"giro_comercial\\\":null},\\\"phone\\\":null,\\\"address\\\":{\\\"street_name\\\":\\\"xxxxxxxxx\\\",\\\"street_number\\\":\\\"xxxxxxxxx\\\",\\\"complement\\\":\\\"xxxxxxxxx xxxxxxx\\\",\\\"neighborhood\\\":\\\"Llanquihue\\\",\\\"city\\\":\\\"Llanquihue\\\",\\\"zip_code\\\":null,\\\"state\\\":\\\"LL\\\",\\\"country\\\":\\\"CL\\\"},\\\"external_recipient_id\\\":\\\"611058846\\\",\\\"receiver\\\":null,\\\"discriminated_billing\\\":null},\\\"shipment\\\":{\\\"id\\\":\\\"xxxxxxxxx\\\",\\\"site_id\\\":\\\"MLC\\\",\\\"mode\\\":null,\\\"logistic_type\\\":\\\"fulfillment\\\",\\\"buyer_cost\\\":0,\\\"paid_by\\\":\\\"third_party\\\",\\\"carrier\\\":null,\\\"volumes\\\":[{\\\"quantity\\\":1,\\\"net_weight\\\":11.12,\\\"gross_weight\\\":11.12,\\\"volume\\\":58696}],\\\"fiscal_model_id\\\":null,\\\"cte\\\":null,\\\"logistic_center\\\":{\\\"id\\\":\\\"CLRM03\\\",\\\"name\\\":null,\\\"identifications\\\":{\\\"rut\\\":null,\\\"rut_seller\\\":null,\\\"cust_type_id\\\":null,\\\"giro_comercial\\\":null},\\\"address\\\":{\\\"street_name\\\":null,\\\"street_number\\\":null,\\\"complement\\\":null,\\\"neighborhood\\\":null,\\\"city\\\":null,\\\"zip_code\\\":null,\\\"state\\\":null,\\\"country\\\":null}},\\\"freight\\\":null,\\\"shipping_locations\\\":null},\\\"items\\\":[{\\\"id\\\":\\\"xxxxxxxxx_PRODUCTION_12xxxxxxxx8_1\\\",\\\"invoice_id\\\":\\\"12xxxxxxxx8\\\",\\\"seller_id\\\":\\\"xxxxxxxxx\\\",\\\"external_order_id\\\":\\\"2000004644353520\\\",\\\"external_product_id\\\":\\\"xxxxxxxxx\\\",\\\"external_variant_id\\\":null,\\\"attributes\\\":{\\\"ean\\\":null,\\\"tributary_ean\\\":null,\\\"sku\\\":\\\"xxxxxxxxx\\\",\\\"type\\\":null,\\\"bundle_quantity\\\":null,\\\"net_weight\\\":null,\\\"gross_weight\\\":null},\\\"product_name\\\":\\\"xxxxxxxxx xxxxxx xxxxxxx\\\",\\\"quantity\\\":1,\\\"tributary_quantity\\\":null,\\\"total_amount\\\":199990,\\\"shipping_buyer_cost\\\":0,\\\"discount_amount\\\":null,\\\"fiscal_data\\\":{\\\"attributes\\\":{\\\"tax_rule_id\\\":null,\\\"ncm\\\":null,\\\"cest\\\":null,\\\"origin_type\\\":null,\\\"origin_detail\\\":null,\\\"cfop\\\":null,\\\"measurement_unit\\\":null,\\\"tributary_measurement_unit\\\":null,\\\"tax_substitution\\\":null,\\\"extipi\\\":null,\\\"fci\\\":null,\\\"csosn\\\":null},\\\"messages\\\":null,\\\"rules\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":31931,\\\"biva\\\":168059}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}}]},\\\"original_item\\\":null,\\\"other_amount\\\":null,\\\"reference_quantity\\\":null,\\\"reference_measure\\\":null,\\\"payments\\\":null,\\\"pack_id\\\":null,\\\"additional_info\\\":null,\\\"batches\\\":null}],\\\"issued_date\\\":\\\"2022-11-30T21:21:19.950Z\\\",\\\"invoice_series\\\":\\\"39\\\",\\\"invoice_number\\\":xxxxxxxxx,\\\"attributes\\\":{\\\"authorization_date\\\":\\\"2022-11-30T21:21:27.082984169\\\",\\\"invoice_creation_date\\\":\\\"2022-11-30T21:21:19.950753619\\\",\\\"order_source\\\":\\\"meli\\\",\\\"invoice_source\\\":\\\"internal\\\",\\\"environment_type\\\":\\\"production\\\",\\\"tags\\\":null,\\\"reference_invoices\\\":null,\\\"pdf_location\\\":\\\"/internal/users/xxxxxxxxx/invoices/fiscal_documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\\\",\\\"xml_location\\\":\\\"/internal/users/xxxxxxxxx/invoices/fiscal_documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\\\",\\\"zpl_location\\\":null,\\\"pdf\\\":null,\\\"xml\\\":null,\\\"zpl\\\":null,\\\"xml_version\\\":null,\\\"external_id\\\":\\\"SALE-sale-xxxxxxxxx-1-DEFAULT-xxxxxxxxx\\\",\\\"status_description\\\":null,\\\"document_type\\\":\\\"boleta\\\"},\\\"fiscal_data\\\":{\\\"customer_type\\\":\\\"b2c\\\",\\\"transaction_type\\\":\\\"sale\\\",\\\"transaction_type_description\\\":null,\\\"messages\\\":[{\\\"type\\\":\\\"COMPL\\\",\\\"content\\\":\\\"Por cuenta y orden dexxxxxxxxx.\\\"}],\\\"fiscal_amounts\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":31931,\\\"biva\\\":168059}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}},{\\\"name\\\":\\\"ITEMS_ORIGINAL_AMOUNT\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}}],\\\"state_calculation_type\\\":null,\\\"customer_transaction\\\":null,\\\"is_fiscal_order_split\\\":null,\\\"billing_warehouse_id\\\":null},\\\"payments\\\":[{\\\"id\\\":\\\"xxxxxxxxx\\\",\\\"payment_method_id\\\":\\\"master\\\",\\\"installments\\\":\\\"3\\\",\\\"operation_type\\\":null,\\\"payment_type\\\":\\\"credit_card\\\",\\\"transaction_amount\\\":199990,\\\"taxes_amount\\\":null,\\\"shipping_cost\\\":null,\\\"coupon_amount\\\":null,\\\"overpaid_amount\\\":null,\\\"total_paid_amount\\\":199990,\\\"installment_amount\\\":null,\\\"total_calculated_amount\\\":null,\\\"seller_discount_amount\\\":0,\\\"meli_discount_amount\\\":0,\\\"date_created\\\":null,\\\"date_approved\\\":\\\"2022-11-30T21:21:15\\\",\\\"authorization_code\\\":\\\"470102\\\"}],\\\"amount\\\":199990,\\\"items_amount\\\":199990,\\\"errors\\\":[],\\\"items_quantity\\\":1,\\\"site_id\\\":\\\"mlc\\\",\\\"other_amount\\\":null,\\\"additional_info\\\":null}\",\n            \"parameters\": null,\n            \"emissionDate\": \"2022-11-30T21:21:19.000Z\",\n            \"status\": \"created\",\n            \"createdAt\": \"2022-11-30T21:21:32.000Z\",\n            \"updatedAt\": \"2022-11-30T21:21:32.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentEmitterId\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"DeliveryOrderId\": null,\n            \"ElectronicBillingDocumentTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentFiles\": [\n                {\n                    \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"provider\": \"s3\",\n                    \"title\": null,\n                    \"description\": null,\n                    \"code\": null,\n                    \"type\": null,\n                    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents\",\n                    \"storagePath\": null,\n                    \"fileKey\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n                    \"originalServerPath\": \"\",\n                    \"originalFileName\": \"\",\n                    \"fileName\": null,\n                    \"fileType\": \"application/pdf\",\n                    \"fileSize\": null,\n                    \"status\": \"created\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"createdAt\": \"2022-11-30T21:21:38.000Z\",\n                    \"updatedAt\": \"2022-11-30T21:21:38.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ElectronicBillingDocumentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ElectronicBillingDocumentFileLinks\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"externalId\": null,\n                            \"externalContent\": \"\\\"<?xml version=\\\\\\\"1.0\\\\\\\" encoding=\\\\\\\"ISO-8859-1\\\\\\\"?>\\\\n<EnvioBOLETA xmlns=\\\\\\\"http://www.sii.cl/SiiDte\\\\\\\" xmlns:xsi=\\\\\\\"http://www.w3.org/2001/XMLSchema-instance\\\\\\\" version=\\\\\\\"1.0\\\\\\\" xsi:schemaLocation=\\\\\\\"http://www.sii.cl/SiiDte EnvioBOLETA_v11.xsd\\\\\\\">\\\\n<SetDTE ID=\\\\\\\"SetDoc\\\\\\\">\\\\n<Caratula version=\\\\\\\"1.0\\\\\\\">\\\\n<RutEmisor>xxxxxxxxx-1</RutEmisor>\\\\n<RutEnvia>xxxxxxxxx-0</RutEnvia>\\\\n<RutReceptor>xxxxxxxxx-K</RutReceptor>\\\\n<FchResol>2006-04-11</FchResol>\\\\n<NroResol>39</NroResol>\\\\n<TmstFirmaEnv>2022-11-30T21:21:20</TmstFirmaEnv>\\\\n<SubTotDTE>\\\\n<TpoDTE>39</TpoDTE>\\\\n<NroDTE>1</NroDTE>\\\\n</SubTotDTE>\\\\n</Caratula>\\\\n<DTE version=\\\\\\\"1.0\\\\\\\">\\\\n<Documento ID=\\\\\\\"DTE_ML_39_xxxxxxxxx\\\\\\\">\\\\n<Encabezado>\\\\n<IdDoc>\\\\n<TipoDTE>39</TipoDTE>\\\\n<Folio>xxxxxxxxx</Folio>\\\\n<FchEmis>2022-11-30</FchEmis>\\\\n<IndServicio>3</IndServicio>\\\\n<IndMntNeto>2</IndMntNeto>\\\\n</IdDoc>\\\\n<Emisor>\\\\n<RUTEmisor>xxxxxxxxx-1</RUTEmisor>\\\\n<RznSocEmisor>MercadoLibre Chile LTDA</RznSocEmisor>\\\\n<GiroEmisor>OTRAS ACTIVIDADES DE VENTA AL POR MENOR EN COMERCIOS NO ESPECIALIZADOS N.C.P.</GiroEmisor>\\\\n<DirOrigen>xxxxxxxxx, xxxxxxxxx</DirOrigen>\\\\n<CmnaOrigen>xxxxxxxxx</CmnaOrigen>\\\\n<CiudadOrigen>xxxxxxxxx</CiudadOrigen>\\\\n</Emisor>\\\\n<Receptor>\\\\n<RUTRecep>xxxxxxxxx-4</RUTRecep>\\\\n<RznSocRecep>xxxxxxxxx xxxxxxx xxxxxxxa</RznSocRecep>\\\\n<DirRecep>xxxxxxxxx, xxxxxxxxx</DirRecep>\\\\n<CmnaRecep>Llanquihue</CmnaRecep>\\\\n<CiudadRecep>Llanquihue</CiudadRecep>\\\\n</Receptor>\\\\n<Totales>\\\\n<MntNeto>168059</MntNeto>\\\\n<IVA>31931</IVA>\\\\n<MntTotal>199990</MntTotal>\\\\n<MontoNF>0</MontoNF>\\\\n<TotalPeriodo>199990</TotalPeriodo>\\\\n</Totales>\\\\n</Encabezado>\\\\n<Detalle>\\\\n<NroLinDet>1</NroLinDet>\\\\n<NmbItem>xxxxxxxxx xxxxxxx xxxxxxxRoja 220 v</NmbItem>\\\\n<QtyItem>1</QtyItem>\\\\n<UnmdItem>UN</UnmdItem>\\\\n<PrcItem>168059</PrcItem>\\\\n<MontoItem>168059</MontoItem>\\\\n</Detalle>\\\\n<TED version=\\\\\\\"1.0\\\\\\\">\\\\n<DD>\\\\n<RE>xxxxxxxxx-1</RE>\\\\n<TD>39</TD>\\\\n<F>xxxxxxxxx</F>\\\\n<FE>2022-11-30</FE>\\\\n<RR>xxxxxxxxx-4</RR>\\\\n<RSR>xxxxxxxxx xxxxxxx xxxxxxxa</RSR>\\\\n<MNT>199990</MNT>\\\\n<IT1>xxxxxxxxx xxxxxxx xxxxxxxRoja</IT1>\\\\n<CAF version=\\\\\\\"1.0\\\\\\\">\\\\n<DA>\\\\n<RE>xxxxxxxxx-1</RE>\\\\n<RS>MERCADOLIBRE CHILE LIMITADA</RS>\\\\n<TD>39</TD>\\\\n<RNG>\\\\n<D>21695001</D>\\\\n<H>22695000</H>\\\\n</RNG>\\\\n<FA>2022-11-07</FA>\\\\n<RSAPK>\\\\n<M>v0aYIEeBPM175hxxxxxxxxx xxxxxxx xxxxxx/rV5CQRVKSC5+2HqDnASmKTY1IRkw==</M>\\\\n<E>Aw==</E>\\\\n</RSAPK>\\\\n<IDK>300</IDK>\\\\n</DA>\\\\n<FRMA algoritmo=\\\\\\\"SHA1withRSA\\\\\\\">YjMGnofWleKD/oKPhQWbkTpO+SmsPs9JIwS5ftPmbQVEX9ANVo312+sKTqxB7ePUSVWm6NqqBq1mmPmGIbQdKA==</FRMA>\\\\n</CAF>\\\\n<TSTED>2022-11-30T21:21:20</TSTED>\\\\n</DD>\\\\n<FRMT algoritmo=\\\\\\\"SHA1withRSA\\\\\\\">ffK6LaxQPL6dDcZ0+oVJ4N3W1b1cXTEZ8+U01NQ8TrPr0eQk64jm4aouccST5dRPuOXIuwVpTDXTrwfYu5BTzw==</FRMT>\\\\n</TED>\\\\n<TmstFirma>2022-11-30T21:21:20</TmstFirma>\\\\n</Documento>\\\\n<Signature xmlns=\\\\\\\"http://www.w3.org/2000/09/xmldsig#\\\\\\\"><SignedInfo><CanonicalizationMethod Algorithm=\\\\\\\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\\\\\\\"/><SignatureMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\\\\\\\"/><Reference URI=\\\\\\\"#DTE_ML_39_xxxxxxxxx\\\\\\\"><Transforms><Transform Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\\\\\\\"/></Transforms><DigestMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#sha1\\\\\\\"/><DigestValue>r1UUKZrVvPvZvWhQBT1Upw3NC6Q=</DigestValue></Reference></SignedInfo><SignatureValue>DNxtRpkso9I1Zj2CQg9A545JfHq41FUZI0QGYxQCK8NEjn9M+e9YO9ApxPt93d111vAjRmR96cGC\\\\n1NGTeMg3X3QZasZtexx8uAXwvm5Q+/40X3nWioQVNK1cYWVynYeU99nrHvPlWs8EC2dfBwYtaV2l\\\\nFn5qKOKAZxAsu3+nMTQ=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tK4U4zzAnG/Zb2CKxkkmtdfbZXP0Fwh3dKRlpNq5o2f7cOBi0wi5MRAZE5QW3t2r7TLEqyKwe4T9\\\\n63JDfXToiJI3lfFhz/Tz57zAQEZvmkpHZsO2FXak3JGatNtgsphDfJp0IhgzPsA48FALx616amSe\\\\nVD9UIwKV1vAPEOeru40=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIGVjCCBT6gAwIBAgIKEhgaZgAAABZnIzANBgkqhkiG9w0BAQUFADCB0jELMAkGA1UEBhMCQ0wx\\\\nHTAbBgNVBAgTFFJlZ2lvbiBNZXRyb3BvbGl0YW5hMREwDwYDVQQHEwhTYW50aWFnbzEUMBIGA1UE\\\\nChMLRS1DRVJUQ0hJTEUxIDAeBgNVBAsTF0F1dG9yaWRhZCBDZXJ0aWZpY2Fkb3JhMTAwLgYDVQQD\\\\nEydFLUNFUlRDSElMRSBDQSBGSVJNQSBFTEVDVFJPTklDQSBTSU1QTEUxJzAlBgkqhkiG9w0BCQEW\\\\nGHNjxxxxxxxxx\\\\nMIHXMQswCQYDVQQGEwJDTDEiMCAGA1UECBMZTUVUUk9QT0xJVEFOQSBERSBTQU5USUFHTzERMA8G\\\\nA1UEBxMIU0FOVElBR08xJDAiBgNVBAoTG0pFU1NJQ0EgRlVFTlRFQUxCQSBDQVJSQVNDTzEKMAgG\\\\nA1UECwwBKjEsMCoGA1UEAxMjSkVTU0lDQSBNQVJDRUxBIEZVRU5URUFMQkEgQ0FSUkFTQ08xMTAv\\\\nBgkqhkiG9w0BCQEWIkpFU1NJQ0EuRlVFTlRFQUxCQUBNRVJDQURPTElCUkUuQ0wwgZ8wDQYJKoZI\\\\nhvcNAQEBBQADgY0AMIGJAoGBALSuFOM8wJxv2W9gisZJJrXX22Vz9BcId3SkZaTauaNn+3DgYtMI\\\\nuTEQGROUFt7dq+0yxKsisHuE/etyQ3106IiSN5XxYc/08+e8wEBGb5pKR2bDthV2pNyRmrTbYLKY\\\\nQ3yadCIYMz7AOPBQC8etempknlQ/VCMCldbwDxDnq7uNAgMBAAGjggKpMIICpTCCAU8GA1UdIASC\\\\nAUYwggFCMIIBPgYIKwYBBAHDUgUwggEwMC0GCCsGAQUFBwIBFiFodHRwOi8vd3d3LmUtY2VydGNo\\\\xxxxxxxxxGCCsGAQUFBwICMIHxHoHuAEUAbAAgAHIAZQBzAHAAbwBuAGQAZQBy\\\\nACAAZQBzAHQAZQAgAGYAbwByAG0AdQBsAGEAcgBpAG8AIABlAHMAIAB1AG4AIAByAGUAcQB1AGkA\\\\ncwBpAHQAbwAgAGkAbgBkAGkAcwBwAGUAbgBzAGEAYgBsAGUAIABwAGEAcgBhACAAZABhAHIAIABp\\\\nAG4AaQBjAGkAbwAgAGEAbAAgAHAAcgBvAGMAZQBzAG8AIABkAGUAIABjAGUAcgB0AGkAZgBpAGMA\\\\nYQBjAGkA8wBuAC4AIABQAG8AcwB0AGUAcgBpAG8AcgBtAGUAbgB0AGUALDAdBgNVHQ4EFgQULS1T\\\\nHG6akQFy7727vBzha92xxxxxxxxxgDBYK\\\\nMTM2OTgyNjgtMDAfBgNVHSMEGDAWgBR44T6f0hKzejyNzTAOU7NDKQezVTA+BgNVHR8ENzA1MDOg\\\\nMaAvhi1odHRwOi8vY3JsLmUtY2VydGNoaWxlLmNsL2VjZXJ0Y2hpbGVjYUZFUy5jcmwwOgYIKwYB\\\\nBQUHAQEELjAsMCoGCCsGAQUFBzABhh5odHRwOi8vb2NzcC5lY2VydGNoaWxlLmNsL29jc3AwPQYJ\\\\nKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIgtyDL4WTjGaF1Z0XguLcJ4Hv7DxhgcueFIaoglgCAWQC\\\\nAQQwIwYDVR0SBBwwGqAYBggrBgEEAcEBAqAMFgo5NjkyODE4MC01MA0GCSqGSIb3DQEBBQUAA4IB\\\\nAQCUA7q3J8OlzTgnIs1B+kvhp1ytmRan/tcHE+VvYAO8DqpfIb1C00iVV6pvB+MDWbEgGjyLFlcJ\\\\nJlREydWSQmLyLgBbuwPaiHZoFTYti+OBIfyHoY0aQCxyjRQGaagDEYZlR9cZBFsH+jldwpupmK2p\\\\nemzAjrFOIkSfRYSFQN/t5kUYPFIhjr7NhXojcVIF47NGI8JDRmINGabldb0gyo7ay2ZOFP26rSyZ\\\\n0SgqHgsLIFUqMblmiEY9RCuiUf+a1ivUh/2QY9ZVBn6jDm0Oxd15ZjXa8mTxCeDuukHrQ7vl7Uy3\\\\nsDwRBFKP2Fvyc9L5z9PVbAwWHu9uFmKbTsY9X6me</X509Certificate></X509Data></KeyInfo></Signature></DTE>\\\\n</SetDTE>\\\\n<Signature xmlns=\\\\\\\"http://www.w3.org/2000/09/xmldsig#\\\\\\\"><SignedInfo><CanonicalizationMethod Algorithm=\\\\\\\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\\\\\\\"/><SignatureMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\\\\\\\"/><Reference URI=\\\\\\\"#SetDoc\\\\\\\"><Transforms><Transform Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\\\\\\\"/></Transforms><DigestMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#sha1\\\\\\\"/><DigestValue>kieClsBircmLZxQI5lX12DqiZMk=</DigestValue></Reference></SignedInfo><SignatureValue>MW6SAY8UsIeGVbm+EMqDXIfuaRw+q87aMuXaZErE5N7F9WQjP7p5b09CJsXObKOBE1xE7hkjen9F\\\\nosmh34Dr+wX1T3Nqu/tZqskigiw3ntDVwEC4Ri5orF3KOwkqMYBnZU/hQdNg8kqIfo18hBEWsnKF\\\\nUDww1RvImtGXB0Fg1Co=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tK4U4zzAnG/Zb2CKxkkmtdfbZXP0Fwh3dKRlpNq5o2f7cOBi0wi5MRAZE5QW3t2r7TLEqyKwe4T9\\\\n63JDfXToiJI3lfFhz/Tz57zAQEZvmkpHZsO2FXak3JGatNtgsphDfJp0IhgzPsA48FALx616amSe\\\\nVD9UIwKV1vAPEOeru40=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIGVjCCBT6gAwIBAgIKEhgaZgAAABZnIzANBgkqhkiG9w0BAQUFADCB0jELMAkGA1UEBhMCQ0wx\\\\nHTAbBgNVBAgTFFJlZ2lvbiBNZXRyb3BvbGl0YW5hMREwDwYDVQQHEwhTYW50aWFnbzEUMBIGA1UE\\\\nChMLRS1DRVJUQ0hJTEUxIDAeBgNVBAsTF0F1dG9yaWRhZCBDZXJ0aWZpY2Fkb3JhMTAwLgYDVQQD\\\\nEydFLUNFUlRDSElMRSBDQSBGSVJNQSBFTEVDVFJPTklDQSBTSU1QTEUxJzAlBgkqhkiG9w0BCQEW\\\\nGHNjxxxxxxxxx\\\\nMIHXMQswCQYDVQQGEwJDTDEiMCAGA1UECBMZTUVUUk9QT0xJVEFOQSBERSBTQU5USUFHTzERMA8G\\\\nA1UEBxMIU0FOVElBR08xJDAiBgNVBAoTG0pFU1NJQ0EgRlVFTlRFQUxCQSBDQVJSQVNDTzEKMAgG\\\\nA1UECwwBKjEsMCoGA1UEAxMjSkVTU0lDQSBNQVJDRUxBIEZVRU5URUFMQkEgQ0FSUkFTQ08xMTAv\\\\nBgkqhkiG9w0BCQEWIkpFU1NJQ0EuRlVFTlRFQUxCQUBNRVJDQURPTElCUkUuQ0wwgZ8wDQYJKoZI\\\\nhvcNAQEBBQADgY0AMIGJAoGBALSuFOM8wJxv2W9gisZJJrXX22Vz9BcId3SkZaTauaNn+3DgYtMI\\\\nuTEQGROUFt7dq+0yxKsisHuE/etyQ3106IiSN5XxYc/08+e8wEBGb5pKR2bDthV2pNyRmrTbYLKY\\\\nQ3yadCIYMz7AOPBQC8etempknlQ/VCMCldbwDxDnq7uNAgMBAAGjggKpMIICpTCCAU8GA1UdIASC\\\\nAUYwggFCMIIBPgYIKwYBBAHDUgUwggEwMC0GCCsGAQUFBwIBFiFodHRwOi8vd3d3LmUtY2VydGNo\\\\xxxxxxxxxGCCsGAQUFBwICMIHxHoHuAEUAbAAgAHIAZQBzAHAAbwBuAGQAZQBy\\\\nACAAZQBzAHQAZQAgAGYAbwByAG0AdQBsAGEAcgBpAG8AIABlAHMAIAB1AG4AIAByAGUAcQB1AGkA\\\\ncwBpAHQAbwAgAGkAbgBkAGkAcwBwAGUAbgBzAGEAYgBsAGUAIABwAGEAcgBhACAAZABhAHIAIABp\\\\nAG4AaQBjAGkAbwAgAGEAbAAgAHAAcgBvAGMAZQBzAG8AIABkAGUAIABjAGUAcgB0AGkAZgBpAGMA\\\\nYQBjAGkA8wBuAC4AIABQAG8AcwB0AGUAcgBpAG8AcgBtAGUAbgB0AGUALDAdBgNVHQ4EFgQULS1T\\\\nHG6akQFy7727vBzha92xxxxxxxxxgDBYK\\\\nMTM2OTgyNjgtMDAfBgNVHSMEGDAWgBR44T6f0hKzejyNzTAOU7NDKQezVTA+BgNVHR8ENzA1MDOg\\\\nMaAvhi1odHRwOi8vY3JsLmUtY2VydGNoaWxlLmNsL2VjZXJ0Y2hpbGVjYUZFUy5jcmwwOgYIKwYB\\\\nBQUHAQEELjAsMCoGCCsGAQUFBzABhh5odHRwOi8vb2NzcC5lY2VydGNoaWxlLmNsL29jc3AwPQYJ\\\\nKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIgtyDL4WTjGaF1Z0XguLcJ4Hv7DxhgcueFIaoglgCAWQC\\\\nAQQwIwYDVR0SBBwwGqAYBggrBgEEAcEBAqAMFgo5NjkyODE4MC01MA0GCSqGSIb3DQEBBQUAA4IB\\\\nAQCUA7q3J8OlzTgnIs1B+kvhp1ytmRan/tcHE+VvYAO8DqpfIb1C00iVV6pvB+MDWbEgGjyLFlcJ\\\\nJlREydWSQmLyLgBbuwPaiHZoFTYti+OBIfyHoY0aQCxyjRQGaagDEYZlR9cZBFsH+jldwpupmK2p\\\\nemzAjrFOIkSfRYSFQN/t5kUYPFIhjr7NhXojcVIF47NGI8JDRmINGabldb0gyo7ay2ZOFP26rSyZ\\\\n0SgqHgsLIFUqMblmiEY9RCuiUf+a1ivUh/2QY9ZVBn6jDm0Oxd15ZjXa8mTxCeDuukHrQ7vl7Uy3\\\\nsDwRBFKP2Fvyc9L5z9PVbAwWHu9uFmKbTsY9X6me</X509Certificate></X509Data></KeyInfo></Signature></EnvioBOLETA>\\\"\",\n                            \"synchronizationStatus\": \"synchronized\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-11-30T21:21:38.000Z\",\n                            \"updatedAt\": \"2022-11-30T21:21:38.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ElectronicBillingDocumentFileId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                }\n            ],\n            \"ElectronicBillingDocumentType\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"name\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_bill.Name\",\n                \"code\": \"electronic_billing_electronic_bill\",\n                \"serviceCode\": \"39\",\n                \"description\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_bill.Descrition\",\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-08-20T11:22:08.000Z\",\n                \"updatedAt\": \"2019-08-20T11:22:08.000Z\",\n                \"LocationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n            }\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"id\": \"xxxxxxxxx\",\n            \"code\": \"xxxxxxxxx\",\n            \"name\": null,\n            \"content\": \"{\\\"id\\\":\\\"xxxxxxxxx\\\",\\\"status\\\":\\\"authorized\\\",\\\"transaction_status\\\":\\\"authorized\\\",\\\"issuer\\\":{\\\"name\\\":\\\"MercadoLibre Chile LTDA\\\",\\\"identifications\\\":{\\\"rut\\\":\\\"xxxxxxxxx\\\",\\\"rut_seller\\\":\\\"xxxxxxxxx\\\",\\\"cust_type_id\\\":null,\\\"giro_comercial\\\":\\\"OTRAS ACTIVIDADES DE VENTA AL POR MENOR EN COMERCIOS NO ESPECIALIZADOS N.C.P.\\\"},\\\"phone\\\":null,\\\"address\\\":{\\\"street_name\\\":\\\"xxxxxxxxx\\\",\\\"street_number\\\":\\\"xxxxxxxxx\\\",\\\"complement\\\":null,\\\"neighborhood\\\":\\\"xxxxxxxxx\\\",\\\"city\\\":\\\"xxxxxxxxx\\\",\\\"zip_code\\\":\\\"9340000\\\",\\\"state\\\":\\\"RM\\\",\\\"country\\\":\\\"CL\\\"},\\\"user_id\\\":\\\"xxxxxxxxx\\\",\\\"brand_name\\\":null},\\\"recipient\\\":{\\\"name\\\":\\\"xxxxxxxxx xxxxxxx\\\",\\\"identifications\\\":{\\\"rut\\\":\\\"xxxxxxxxx\\\",\\\"rut_seller\\\":null,\\\"cust_type_id\\\":\\\"CO\\\",\\\"giro_comercial\\\":null},\\\"phone\\\":null,\\\"address\\\":{\\\"street_name\\\":\\\"xxxxxxxxx\\\",\\\"street_number\\\":\\\"xxxxxxxxx\\\",\\\"complement\\\":\\\"xxxxxxxxx xxxxxxx\\\",\\\"neighborhood\\\":\\\"Llanquihue\\\",\\\"city\\\":\\\"Llanquihue\\\",\\\"zip_code\\\":null,\\\"state\\\":\\\"LL\\\",\\\"country\\\":\\\"CL\\\"},\\\"external_recipient_id\\\":\\\"611058846\\\",\\\"receiver\\\":null,\\\"discriminated_billing\\\":null},\\\"shipment\\\":{\\\"id\\\":\\\"xxxxxxxxx\\\",\\\"site_id\\\":\\\"MLC\\\",\\\"mode\\\":null,\\\"logistic_type\\\":\\\"fulfillment\\\",\\\"buyer_cost\\\":0,\\\"paid_by\\\":\\\"third_party\\\",\\\"carrier\\\":null,\\\"volumes\\\":[{\\\"quantity\\\":1,\\\"net_weight\\\":11.12,\\\"gross_weight\\\":11.12,\\\"volume\\\":58696}],\\\"fiscal_model_id\\\":null,\\\"cte\\\":null,\\\"logistic_center\\\":{\\\"id\\\":\\\"CLRM03\\\",\\\"name\\\":null,\\\"identifications\\\":{\\\"rut\\\":null,\\\"rut_seller\\\":null,\\\"cust_type_id\\\":null,\\\"giro_comercial\\\":null},\\\"address\\\":{\\\"street_name\\\":null,\\\"street_number\\\":null,\\\"complement\\\":null,\\\"neighborhood\\\":null,\\\"city\\\":null,\\\"zip_code\\\":null,\\\"state\\\":null,\\\"country\\\":null}},\\\"freight\\\":null,\\\"shipping_locations\\\":null},\\\"items\\\":[{\\\"id\\\":\\\"xxxxxxxxx_PRODUCTION_xxxxxxxxx_1\\\",\\\"invoice_id\\\":\\\"xxxxxxxxx\\\",\\\"seller_id\\\":\\\"xxxxxxxxx\\\",\\\"external_order_id\\\":\\\"2000004644353520\\\",\\\"external_product_id\\\":\\\"xxxxxxxxx\\\",\\\"external_variant_id\\\":null,\\\"attributes\\\":{\\\"ean\\\":null,\\\"tributary_ean\\\":null,\\\"sku\\\":\\\"xxxxxxxxx\\\",\\\"type\\\":null,\\\"bundle_quantity\\\":null,\\\"net_weight\\\":null,\\\"gross_weight\\\":null},\\\"product_name\\\":\\\"xxxxxxxxx xxxxxx xxxxxxx\\\",\\\"quantity\\\":1,\\\"tributary_quantity\\\":null,\\\"total_amount\\\":199990,\\\"shipping_buyer_cost\\\":0,\\\"discount_amount\\\":null,\\\"fiscal_data\\\":{\\\"attributes\\\":{\\\"tax_rule_id\\\":null,\\\"ncm\\\":null,\\\"cest\\\":null,\\\"origin_type\\\":null,\\\"origin_detail\\\":null,\\\"cfop\\\":null,\\\"measurement_unit\\\":null,\\\"tributary_measurement_unit\\\":null,\\\"tax_substitution\\\":null,\\\"extipi\\\":null,\\\"fci\\\":null,\\\"csosn\\\":null},\\\"messages\\\":null,\\\"rules\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":31931,\\\"biva\\\":168059}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}}]},\\\"original_item\\\":null,\\\"other_amount\\\":null,\\\"reference_quantity\\\":null,\\\"reference_measure\\\":null,\\\"payments\\\":null,\\\"pack_id\\\":null,\\\"additional_info\\\":null,\\\"batches\\\":null}],\\\"issued_date\\\":\\\"2022-11-30T21:21:44.972Z\\\",\\\"invoice_series\\\":\\\"61\\\",\\\"invoice_number\\\":1055588,\\\"attributes\\\":{\\\"authorization_date\\\":\\\"2022-11-30T21:21:53.618628056\\\",\\\"invoice_creation_date\\\":\\\"2022-11-30T21:21:44.972558822\\\",\\\"order_source\\\":\\\"meli\\\",\\\"invoice_source\\\":\\\"internal\\\",\\\"environment_type\\\":\\\"production\\\",\\\"tags\\\":null,\\\"reference_invoices\\\":[{\\\"id\\\":12xxxxxxxx8}],\\\"pdf_location\\\":\\\"/internal/users/xxxxxxxxx/invoices/fiscal_documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\\\",\\\"xml_location\\\":\\\"/internal/users/xxxxxxxxx/invoices/fiscal_documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\\\",\\\"zpl_location\\\":null,\\\"pdf\\\":null,\\\"xml\\\":null,\\\"zpl\\\":null,\\\"xml_version\\\":null,\\\"external_id\\\":\\\"SALE_RETURN-sale_return-xxxxxxxxx-2-DEFAULT-xxxxxxxxx\\\",\\\"status_description\\\":null,\\\"document_type\\\":\\\"nota_credito\\\"},\\\"fiscal_data\\\":{\\\"customer_type\\\":\\\"b2c\\\",\\\"transaction_type\\\":\\\"sale_return\\\",\\\"transaction_type_description\\\":null,\\\"messages\\\":[{\\\"type\\\":\\\"COMPL\\\",\\\"content\\\":\\\"Por cuenta y orden dexxxxxxxxx.\\\"}],\\\"fiscal_amounts\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":31931,\\\"biva\\\":168059}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}},{\\\"name\\\":\\\"ITEMS_ORIGINAL_AMOUNT\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}}],\\\"state_calculation_type\\\":null,\\\"customer_transaction\\\":null,\\\"is_fiscal_order_split\\\":null,\\\"billing_warehouse_id\\\":null},\\\"payments\\\":null,\\\"amount\\\":199990,\\\"items_amount\\\":199990,\\\"errors\\\":[],\\\"items_quantity\\\":1,\\\"site_id\\\":\\\"mlc\\\",\\\"other_amount\\\":null,\\\"additional_info\\\":null}\",\n            \"parameters\": null,\n            \"emissionDate\": \"2022-11-30T21:21:44.000Z\",\n            \"status\": \"created\",\n            \"createdAt\": \"2022-11-30T21:22:00.000Z\",\n            \"updatedAt\": \"2022-11-30T21:22:00.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentEmitterId\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"DeliveryOrderId\": null,\n            \"ElectronicBillingDocumentTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentFiles\": [\n                {\n                    \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"provider\": \"s3\",\n                    \"title\": null,\n                    \"description\": null,\n                    \"code\": null,\n                    \"type\": null,\n                    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents\",\n                    \"storagePath\": null,\n                    \"fileKey\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n                    \"originalServerPath\": \"\",\n                    \"originalFileName\": \"\",\n                    \"fileName\": null,\n                    \"fileType\": \"application/pdf\",\n                    \"fileSize\": null,\n                    \"status\": \"created\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"createdAt\": \"2022-11-30T21:22:01.000Z\",\n                    \"updatedAt\": \"2022-11-30T21:22:01.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ElectronicBillingDocumentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ElectronicBillingDocumentFileLinks\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"externalId\": null,\n                            \"externalContent\": \"\\\"<?xml version=\\\\\\\"1.0\\\\\\\" encoding=\\\\\\\"ISO-8859-1\\\\\\\"?>\\\\n<EnvioDTE xmlns=\\\\\\\"http://www.sii.cl/SiiDte\\\\\\\" xmlns:xsi=\\\\\\\"http://www.w3.org/2001/XMLSchema-instance\\\\\\\" version=\\\\\\\"1.0\\\\\\\" xsi:schemaLocation=\\\\\\\"http://www.sii.cl/SiiDte EnvioDTE_v10.xsd\\\\\\\">\\\\n<SetDTE ID=\\\\\\\"SetDoc\\\\\\\">\\\\n<Caratula version=\\\\\\\"1.0\\\\\\\">\\\\n<RutEmisor>xxxxxxxxx-1</RutEmisor>\\\\n<RutEnvia>xxxxxxxxx-0</RutEnvia>\\\\n<RutReceptor>xxxxxxxxx-K</RutReceptor>\\\\n<FchResol>2006-04-11</FchResol>\\\\n<NroResol>39</NroResol>\\\\n<TmstFirmaEnv>2022-11-30T21:21:45</TmstFirmaEnv>\\\\n<SubTotDTE>\\\\n<TpoDTE>61</TpoDTE>\\\\n<NroDTE>1</NroDTE>\\\\n</SubTotDTE>\\\\n</Caratula>\\\\n<DTE version=\\\\\\\"1.0\\\\\\\">\\\\n<Documento ID=\\\\\\\"DTE_ML_61_1055588\\\\\\\">\\\\n<Encabezado>\\\\n<IdDoc>\\\\n<TipoDTE>61</TipoDTE>\\\\n<Folio>1055588</Folio>\\\\n<FchEmis>2022-11-30</FchEmis>\\\\n</IdDoc>\\\\n<Emisor>\\\\n<RUTEmisor>xxxxxxxxx-1</RUTEmisor>\\\\n<RznSoc>MercadoLibre Chile LTDA</RznSoc>\\\\n<GiroEmis>OTRAS ACTIVIDADES DE VENTA AL POR MENOR EN COMERCIOS NO ESPECIALIZADOS N.C.P.</GiroEmis>\\\\n<Acteco>619090</Acteco>\\\\n<DirOrigen>xxxxxxxxx, xxxxxxxxx</DirOrigen>\\\\n<CmnaOrigen>xxxxxxxxx</CmnaOrigen>\\\\n<CiudadOrigen>xxxxxxxxx</CiudadOrigen>\\\\n</Emisor>\\\\n<Receptor>\\\\n<RUTRecep>xxxxxxxxx-4</RUTRecep>\\\\n<RznSocRecep>xxxxxxxxx xxxxxxx xxxxxxxa</RznSocRecep>\\\\n<GiroRecep>sin informacion</GiroRecep>\\\\n<DirRecep>xxxxxxxxx, xxxxxxxxx</DirRecep>\\\\n<CmnaRecep>Llanquihue</CmnaRecep>\\\\n<CiudadRecep>Llanquihue</CiudadRecep>\\\\n</Receptor>\\\\n<Totales>\\\\n<MntNeto>168059</MntNeto>\\\\n<TasaIVA>19</TasaIVA>\\\\n<IVA>31931</IVA>\\\\n<MntTotal>199990</MntTotal>\\\\n<MontoNF>0</MontoNF>\\\\n<MontoPeriodo>199990</MontoPeriodo>\\\\n</Totales>\\\\n</Encabezado>\\\\n<Detalle>\\\\n<NroLinDet>1</NroLinDet>\\\\n<NmbItem>xxxxxxxxx xxxxxxx xxxxxxxRoja 220 v</NmbItem>\\\\n<QtyItem>1</QtyItem>\\\\n<UnmdItem>UN</UnmdItem>\\\\n<PrcItem>168059</PrcItem>\\\\n<MontoItem>168059</MontoItem>\\\\n</Detalle>\\\\n<Referencia>\\\\n<NroLinRef>1</NroLinRef>\\\\n<TpoDocRef>39</TpoDocRef>\\\\n<FolioRef>xxxxxxxxx</FolioRef>\\\\n<FchRef>2022-11-30</FchRef>\\\\n<CodRef>1</CodRef>\\\\n</Referencia>\\\\n<TED version=\\\\\\\"1.0\\\\\\\">\\\\n<DD>\\\\n<RE>xxxxxxxxx-1</RE>\\\\n<TD>61</TD>\\\\n<F>1055588</F>\\\\n<FE>2022-11-30</FE>\\\\n<RR>xxxxxxxxx-4</RR>\\\\n<RSR>xxxxxxxxx xxxxxxx xxxxxxxa</RSR>\\\\n<MNT>199990</MNT>\\\\n<IT1>xxxxxxxxx xxxxxxx xxxxxxxRoja</IT1>\\\\n<CAF version=\\\\\\\"1.0\\\\\\\">\\\\n<DA>\\\\n<RE>xxxxxxxxx-1</RE>\\\\n<RS>MERCADOLIBRE CHILE LIMITADA</RS>\\\\n<TD>61</TD>\\\\n<RNG>\\\\n<D>947113</D>\\\\n<H>1067112</H>\\\\n</RNG>\\\\n<FA>2022-07-28</FA>\\\\n<RSAPK>\\\\n<M>o80Y3Cb4/cf8fL4D5y4lZRzo7/IF7xp5rfn29sW1xNkQdPoQEGfWG/QKPpMPyW84KAG1TgyR/BvR+AEYVjuKfQ==</M>\\\\n<E>Aw==</E>\\\\n</RSAPK>\\\\n<IDK>300</IDK>\\\\n</DA>\\\\n<FRMA algoritmo=\\\\\\\"SHA1withRSA\\\\\\\">elT/aFpaAZDIqtLrE/xptaaj8XdY7VtSvPRxPDWpSU2ZOrp/Nh7GyLmzlL/aMQYcRkDne3n6UaI43bsMZiC0YQ==</FRMA>\\\\n</CAF>\\\\n<TSTED>2022-11-30T21:21:45</TSTED>\\\\n</DD>\\\\n<FRMT algoritmo=\\\\\\\"SHA1withRSA\\\\\\\">HITN0IywsMzBthh5uw2xDbWzbp8CNCIJ4abLw6Z/s6zk4kyNsEFep940TA2HWycpqR2KrMehIPS35sdlQ1VD2g==</FRMT>\\\\n</TED>\\\\n<TmstFirma>2022-11-30T21:21:45</TmstFirma>\\\\n</Documento>\\\\n<Signature xmlns=\\\\\\\"http://www.w3.org/2000/09/xmldsig#\\\\\\\"><SignedInfo><CanonicalizationMethod Algorithm=\\\\\\\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\\\\\\\"/><SignatureMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\\\\\\\"/><Reference URI=\\\\\\\"#DTE_ML_61_1055588\\\\\\\"><Transforms><Transform Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\\\\\\\"/></Transforms><DigestMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#sha1\\\\\\\"/><DigestValue>+aShUKI/79rFeTmx6oSVhWKliXM=</DigestValue></Reference></SignedInfo><SignatureValue>jFhFe4ydBeiDd4Nof9cqCjQ5nC89kI+YjOwm3saC5UxvedxWEJgxJM9pWEqtym5gHrb2YuF/Dmmt\\\\nzVUz744gfXZz9/GKrb0nSWM+CerngqZjCV7k20Gwx5RCQfyP3CdC9iCc82roIPlKTkQYci16aSFh\\\\nL8o9oxdP1C+LjN4YHo0=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tK4U4zzAnG/Zb2CKxkkmtdfbZXP0Fwh3dKRlpNq5o2f7cOBi0wi5MRAZE5QW3t2r7TLEqyKwe4T9\\\\n63JDfXToiJI3lfFhz/Tz57zAQEZvmkpHZsO2FXak3JGatNtgsphDfJp0IhgzPsA48FALx616amSe\\\\nVD9UIwKV1vAPEOeru40=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIGVjCCBT6gAwIBAgIKEhgaZgAAABZnIzANBgkqhkiG9w0BAQUFADCB0jELMAkGA1UEBhMCQ0wx\\\\nHTAbBgNVBAgTFFJlZ2lvbiBNZXRyb3BvbGl0YW5hMREwDwYDVQQHEwhTYW50aWFnbzEUMBIGA1UE\\\\nChMLRS1DRVJUQ0hJTEUxIDAeBgNVBAsTF0F1dG9yaWRhZCBDZXJ0aWZpY2Fkb3JhMTAwLgYDVQQD\\\\nEydFLUNFUlRDSElMRSBDQSBGSVJNQSBFTEVDVFJPTklDQSBTSU1QTEUxJzAlBgkqhkiG9w0BCQEW\\\\nGHNjxxxxxxxxx\\\\nMIHXMQswCQYDVQQGEwJDTDEiMCAGA1UECBMZTUVUUk9QT0xJVEFOQSBERSBTQU5USUFHTzERMA8G\\\\nA1UEBxMIU0FOVElBR08xJDAiBgNVBAoTG0pFU1NJQ0EgRlVFTlRFQUxCQSBDQVJSQVNDTzEKMAgG\\\\nA1UECwwBKjEsMCoGA1UEAxMjSkVTU0lDQSBNQVJDRUxBIEZVRU5URUFMQkEgQ0FSUkFTQ08xMTAv\\\\nBgkqhkiG9w0BCQEWIkpFU1NJQ0EuRlVFTlRFQUxCQUBNRVJDQURPTElCUkUuQ0wwgZ8wDQYJKoZI\\\\nhvcNAQEBBQADgY0AMIGJAoGBALSuFOM8wJxv2W9gisZJJrXX22Vz9BcId3SkZaTauaNn+3DgYtMI\\\\nuTEQGROUFt7dq+0yxKsisHuE/etyQ3106IiSN5XxYc/08+e8wEBGb5pKR2bDthV2pNyRmrTbYLKY\\\\nQ3yadCIYMz7AOPBQC8etempknlQ/VCMCldbwDxDnq7uNAgMBAAGjggKpMIICpTCCAU8GA1UdIASC\\\\nAUYwggFCMIIBPgYIKwYBBAHDUgUwggEwMC0GCCsGAQUFBwIBFiFodHRwOi8vd3d3LmUtY2VydGNo\\\\xxxxxxxxxGCCsGAQUFBwICMIHxHoHuAEUAbAAgAHIAZQBzAHAAbwBuAGQAZQBy\\\\nACAAZQBzAHQAZQAgAGYAbwByAG0AdQBsAGEAcgBpAG8AIABlAHMAIAB1AG4AIAByAGUAcQB1AGkA\\\\ncwBpAHQAbwAgAGkAbgBkAGkAcwBwAGUAbgBzAGEAYgBsAGUAIABwAGEAcgBhACAAZABhAHIAIABp\\\\nAG4AaQBjAGkAbwAgAGEAbAAgAHAAcgBvAGMAZQBzAG8AIABkAGUAIABjAGUAcgB0AGkAZgBpAGMA\\\\nYQBjAGkA8wBuAC4AIABQAG8AcwB0AGUAcgBpAG8AcgBtAGUAbgB0AGUALDAdBgNVHQ4EFgQULS1T\\\\nHG6akQFy7727vBzha92xxxxxxxxxgDBYK\\\\nMTM2OTgyNjgtMDAfBgNVHSMEGDAWgBR44T6f0hKzejyNzTAOU7NDKQezVTA+BgNVHR8ENzA1MDOg\\\\nMaAvhi1odHRwOi8vY3JsLmUtY2VydGNoaWxlLmNsL2VjZXJ0Y2hpbGVjYUZFUy5jcmwwOgYIKwYB\\\\nBQUHAQEELjAsMCoGCCsGAQUFBzABhh5odHRwOi8vb2NzcC5lY2VydGNoaWxlLmNsL29jc3AwPQYJ\\\\nKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIgtyDL4WTjGaF1Z0XguLcJ4Hv7DxhgcueFIaoglgCAWQC\\\\nAQQwIwYDVR0SBBwwGqAYBggrBgEEAcEBAqAMFgo5NjkyODE4MC01MA0GCSqGSIb3DQEBBQUAA4IB\\\\nAQCUA7q3J8OlzTgnIs1B+kvhp1ytmRan/tcHE+VvYAO8DqpfIb1C00iVV6pvB+MDWbEgGjyLFlcJ\\\\nJlREydWSQmLyLgBbuwPaiHZoFTYti+OBIfyHoY0aQCxyjRQGaagDEYZlR9cZBFsH+jldwpupmK2p\\\\nemzAjrFOIkSfRYSFQN/t5kUYPFIhjr7NhXojcVIF47NGI8JDRmINGabldb0gyo7ay2ZOFP26rSyZ\\\\n0SgqHgsLIFUqMblmiEY9RCuiUf+a1ivUh/2QY9ZVBn6jDm0Oxd15ZjXa8mTxCeDuukHrQ7vl7Uy3\\\\nsDwRBFKP2Fvyc9L5z9PVbAwWHu9uFmKbTsY9X6me</X509Certificate></X509Data></KeyInfo></Signature></DTE>\\\\n</SetDTE>\\\\n<Signature xmlns=\\\\\\\"http://www.w3.org/2000/09/xmldsig#\\\\\\\"><SignedInfo><CanonicalizationMethod Algorithm=\\\\\\\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\\\\\\\"/><SignatureMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\\\\\\\"/><Reference URI=\\\\\\\"#SetDoc\\\\\\\"><Transforms><Transform Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\\\\\\\"/></Transforms><DigestMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#sha1\\\\\\\"/><DigestValue>FitZZT3EF/UE6emRclDycPuh6Q0=</DigestValue></Reference></SignedInfo><SignatureValue>IbgFrWWm4OaKt8ysba40sxHAYPv9gdStQFdA5sz0mKWiBFOWgN6KM2RRmKsgWsVhL2lHIi9rrr5p\\\\niaNE1PK9cnweksNplC5SpfdcbCcfjig5+Ttjt63Se8YsZrT5wbLGrft1NxOxKHYbWaZL7N5RgYiB\\\\nrYCn6W7YC6dsG3sKJQY=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tK4U4zzAnG/Zb2CKxkkmtdfbZXP0Fwh3dKRlpNq5o2f7cOBi0wi5MRAZE5QW3t2r7TLEqyKwe4T9\\\\n63JDfXToiJI3lfFhz/Tz57zAQEZvmkpHZsO2FXak3JGatNtgsphDfJp0IhgzPsA48FALx616amSe\\\\nVD9UIwKV1vAPEOeru40=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIGVjCCBT6gAwIBAgIKEhgaZgAAABZnIzANBgkqhkiG9w0BAQUFADCB0jELMAkGA1UEBhMCQ0wx\\\\nHTAbBgNVBAgTFFJlZ2lvbiBNZXRyb3BvbGl0YW5hMREwDwYDVQQHEwhTYW50aWFnbzEUMBIGA1UE\\\\nChMLRS1DRVJUQ0hJTEUxIDAeBgNVBAsTF0F1dG9yaWRhZCBDZXJ0aWZpY2Fkb3JhMTAwLgYDVQQD\\\\nEydFLUNFUlRDSElMRSBDQSBGSVJNQSBFTEVDVFJPTklDQSBTSU1QTEUxJzAlBgkqhkiG9w0BCQEW\\\\nGHNjxxxxxxxxx\\\\nMIHXMQswCQYDVQQGEwJDTDEiMCAGA1UECBMZTUVUUk9QT0xJVEFOQSBERSBTQU5USUFHTzERMA8G\\\\nA1UEBxMIU0FOVElBR08xJDAiBgNVBAoTG0pFU1NJQ0EgRlVFTlRFQUxCQSBDQVJSQVNDTzEKMAgG\\\\nA1UECwwBKjEsMCoGA1UEAxMjSkVTU0lDQSBNQVJDRUxBIEZVRU5URUFMQkEgQ0FSUkFTQ08xMTAv\\\\nBgkqhkiG9w0BCQEWIkpFU1NJQ0EuRlVFTlRFQUxCQUBNRVJDQURPTElCUkUuQ0wwgZ8wDQYJKoZI\\\\nhvcNAQEBBQADgY0AMIGJAoGBALSuFOM8wJxv2W9gisZJJrXX22Vz9BcId3SkZaTauaNn+3DgYtMI\\\\nuTEQGROUFt7dq+0yxKsisHuE/etyQ3106IiSN5XxYc/08+e8wEBGb5pKR2bDthV2pNyRmrTbYLKY\\\\nQ3yadCIYMz7AOPBQC8etempknlQ/VCMCldbwDxDnq7uNAgMBAAGjggKpMIICpTCCAU8GA1UdIASC\\\\nAUYwggFCMIIBPgYIKwYBBAHDUgUwggEwMC0GCCsGAQUFBwIBFiFodHRwOi8vd3d3LmUtY2VydGNo\\\\xxxxxxxxxGCCsGAQUFBwICMIHxHoHuAEUAbAAgAHIAZQBzAHAAbwBuAGQAZQBy\\\\nACAAZQBzAHQAZQAgAGYAbwByAG0AdQBsAGEAcgBpAG8AIABlAHMAIAB1AG4AIAByAGUAcQB1AGkA\\\\ncwBpAHQAbwAgAGkAbgBkAGkAcwBwAGUAbgBzAGEAYgBsAGUAIABwAGEAcgBhACAAZABhAHIAIABp\\\\nAG4AaQBjAGkAbwAgAGEAbAAgAHAAcgBvAGMAZQBzAG8AIABkAGUAIABjAGUAcgB0AGkAZgBpAGMA\\\\nYQBjAGkA8wBuAC4AIABQAG8AcwB0AGUAcgBpAG8AcgBtAGUAbgB0AGUALDAdBgNVHQ4EFgQULS1T\\\\nHG6akQFy7727vBzha92xxxxxxxxxgDBYK\\\\nMTM2OTgyNjgtMDAfBgNVHSMEGDAWgBR44T6f0hKzejyNzTAOU7NDKQezVTA+BgNVHR8ENzA1MDOg\\\\nMaAvhi1odHRwOi8vY3JsLmUtY2VydGNoaWxlLmNsL2VjZXJ0Y2hpbGVjYUZFUy5jcmwwOgYIKwYB\\\\nBQUHAQEELjAsMCoGCCsGAQUFBzABhh5odHRwOi8vb2NzcC5lY2VydGNoaWxlLmNsL29jc3AwPQYJ\\\\nKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIgtyDL4WTjGaF1Z0XguLcJ4Hv7DxhgcueFIaoglgCAWQC\\\\nAQQwIwYDVR0SBBwwGqAYBggrBgEEAcEBAqAMFgo5NjkyODE4MC01MA0GCSqGSIb3DQEBBQUAA4IB\\\\nAQCUA7q3J8OlzTgnIs1B+kvhp1ytmRan/tcHE+VvYAO8DqpfIb1C00iVV6pvB+MDWbEgGjyLFlcJ\\\\nJlREydWSQmLyLgBbuwPaiHZoFTYti+OBIfyHoY0aQCxyjRQGaagDEYZlR9cZBFsH+jldwpupmK2p\\\\nemzAjrFOIkSfRYSFQN/t5kUYPFIhjr7NhXojcVIF47NGI8JDRmINGabldb0gyo7ay2ZOFP26rSyZ\\\\n0SgqHgsLIFUqMblmiEY9RCuiUf+a1ivUh/2QY9ZVBn6jDm0Oxd15ZjXa8mTxCeDuukHrQ7vl7Uy3\\\\nsDwRBFKP2Fvyc9L5z9PVbAwWHu9uFmKbTsY9X6me</X509Certificate></X509Data></KeyInfo></Signature></EnvioDTE>\\\"\",\n                            \"synchronizationStatus\": \"synchronized\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-11-30T21:22:01.000Z\",\n                            \"updatedAt\": \"2022-11-30T21:22:01.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ElectronicBillingDocumentFileId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                }\n            ],\n            \"ElectronicBillingDocumentType\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"name\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_credit_note.Name\",\n                \"code\": \"electronic_billing_not_taxed_credit_node\",\n                \"serviceCode\": \"61\",\n                \"description\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_credit_note.Descrition\",\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-08-20T11:22:08.000Z\",\n                \"updatedAt\": \"2019-08-20T11:22:08.000Z\",\n                \"LocationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"},{"id":"afcd39e6-e997-434c-9722-cad38b10d8e2","name":"200 OK - fulfillment Mercado Libre (electronic bill)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/electronic-billing-documents/p/:page","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","electronic-billing-documents","p",":page"],"variable":[{"key":"checkout_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Dec 2022 12:37:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"etag","value":"W/\"84c0-IXpXXl0VIPeIJ4uPG0OihNwN930\""},{"key":"vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'self' https://*.myshopify.com"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7755123adb67d733-SCL"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"id\": \"12xxxxxxxx8\",\n            \"code\": \"12xxxxxxxx8\",\n            \"name\": null,\n            \"content\": \"{\\\"id\\\":\\\"12xxxxxxxx8\\\",\\\"status\\\":\\\"authorized\\\",\\\"transaction_status\\\":\\\"authorized\\\",\\\"issuer\\\":{\\\"name\\\":\\\"MercadoLibre Chile LTDA\\\",\\\"identifications\\\":{\\\"rut\\\":\\\"xxxxxxxxx\\\",\\\"rut_seller\\\":\\\"xxxxxxxxx\\\",\\\"cust_type_id\\\":null,\\\"giro_comercial\\\":\\\"OTRAS ACTIVIDADES DE VENTA AL POR MENOR EN COMERCIOS NO ESPECIALIZADOS N.C.P.\\\"},\\\"phone\\\":null,\\\"address\\\":{\\\"street_name\\\":\\\"xxxxxxxxx\\\",\\\"street_number\\\":\\\"xxxxxxxxx\\\",\\\"complement\\\":null,\\\"neighborhood\\\":\\\"xxxxxxxxx\\\",\\\"city\\\":\\\"xxxxxxxxx\\\",\\\"zip_code\\\":\\\"9340000\\\",\\\"state\\\":\\\"RM\\\",\\\"country\\\":\\\"CL\\\"},\\\"user_id\\\":\\\"xxxxxxxxx\\\",\\\"brand_name\\\":null},\\\"recipient\\\":{\\\"name\\\":\\\"xxxxxxxxx xxxxxxx\\\",\\\"identifications\\\":{\\\"rut\\\":\\\"xxxxxxxxx\\\",\\\"rut_seller\\\":null,\\\"cust_type_id\\\":\\\"CO\\\",\\\"giro_comercial\\\":null},\\\"phone\\\":null,\\\"address\\\":{\\\"street_name\\\":\\\"xxxxxxxxx\\\",\\\"street_number\\\":\\\"xxxxxxxxx\\\",\\\"complement\\\":\\\"xxxxxxxxx xxxxxxx\\\",\\\"neighborhood\\\":\\\"Llanquihue\\\",\\\"city\\\":\\\"Llanquihue\\\",\\\"zip_code\\\":null,\\\"state\\\":\\\"LL\\\",\\\"country\\\":\\\"CL\\\"},\\\"external_recipient_id\\\":\\\"611058846\\\",\\\"receiver\\\":null,\\\"discriminated_billing\\\":null},\\\"shipment\\\":{\\\"id\\\":\\\"xxxxxxxxx\\\",\\\"site_id\\\":\\\"MLC\\\",\\\"mode\\\":null,\\\"logistic_type\\\":\\\"fulfillment\\\",\\\"buyer_cost\\\":0,\\\"paid_by\\\":\\\"third_party\\\",\\\"carrier\\\":null,\\\"volumes\\\":[{\\\"quantity\\\":1,\\\"net_weight\\\":11.12,\\\"gross_weight\\\":11.12,\\\"volume\\\":58696}],\\\"fiscal_model_id\\\":null,\\\"cte\\\":null,\\\"logistic_center\\\":{\\\"id\\\":\\\"CLRM03\\\",\\\"name\\\":null,\\\"identifications\\\":{\\\"rut\\\":null,\\\"rut_seller\\\":null,\\\"cust_type_id\\\":null,\\\"giro_comercial\\\":null},\\\"address\\\":{\\\"street_name\\\":null,\\\"street_number\\\":null,\\\"complement\\\":null,\\\"neighborhood\\\":null,\\\"city\\\":null,\\\"zip_code\\\":null,\\\"state\\\":null,\\\"country\\\":null}},\\\"freight\\\":null,\\\"shipping_locations\\\":null},\\\"items\\\":[{\\\"id\\\":\\\"xxxxxxxxx_PRODUCTION_12xxxxxxxx8_1\\\",\\\"invoice_id\\\":\\\"12xxxxxxxx8\\\",\\\"seller_id\\\":\\\"xxxxxxxxx\\\",\\\"external_order_id\\\":\\\"2000004644353520\\\",\\\"external_product_id\\\":\\\"xxxxxxxxx\\\",\\\"external_variant_id\\\":null,\\\"attributes\\\":{\\\"ean\\\":null,\\\"tributary_ean\\\":null,\\\"sku\\\":\\\"xxxxxxxxx\\\",\\\"type\\\":null,\\\"bundle_quantity\\\":null,\\\"net_weight\\\":null,\\\"gross_weight\\\":null},\\\"product_name\\\":\\\"xxxxxxxxx xxxxxx xxxxxxx\\\",\\\"quantity\\\":1,\\\"tributary_quantity\\\":null,\\\"total_amount\\\":199990,\\\"shipping_buyer_cost\\\":0,\\\"discount_amount\\\":null,\\\"fiscal_data\\\":{\\\"attributes\\\":{\\\"tax_rule_id\\\":null,\\\"ncm\\\":null,\\\"cest\\\":null,\\\"origin_type\\\":null,\\\"origin_detail\\\":null,\\\"cfop\\\":null,\\\"measurement_unit\\\":null,\\\"tributary_measurement_unit\\\":null,\\\"tax_substitution\\\":null,\\\"extipi\\\":null,\\\"fci\\\":null,\\\"csosn\\\":null},\\\"messages\\\":null,\\\"rules\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":31931,\\\"biva\\\":168059}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}}]},\\\"original_item\\\":null,\\\"other_amount\\\":null,\\\"reference_quantity\\\":null,\\\"reference_measure\\\":null,\\\"payments\\\":null,\\\"pack_id\\\":null,\\\"additional_info\\\":null,\\\"batches\\\":null}],\\\"issued_date\\\":\\\"2022-11-30T21:21:19.950Z\\\",\\\"invoice_series\\\":\\\"39\\\",\\\"invoice_number\\\":xxxxxxxxx,\\\"attributes\\\":{\\\"authorization_date\\\":\\\"2022-11-30T21:21:27.082984169\\\",\\\"invoice_creation_date\\\":\\\"2022-11-30T21:21:19.950753619\\\",\\\"order_source\\\":\\\"meli\\\",\\\"invoice_source\\\":\\\"internal\\\",\\\"environment_type\\\":\\\"production\\\",\\\"tags\\\":null,\\\"reference_invoices\\\":null,\\\"pdf_location\\\":\\\"/internal/users/xxxxxxxxx/invoices/fiscal_documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\\\",\\\"xml_location\\\":\\\"/internal/users/xxxxxxxxx/invoices/fiscal_documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\\\",\\\"zpl_location\\\":null,\\\"pdf\\\":null,\\\"xml\\\":null,\\\"zpl\\\":null,\\\"xml_version\\\":null,\\\"external_id\\\":\\\"SALE-sale-xxxxxxxxx-1-DEFAULT-xxxxxxxxx\\\",\\\"status_description\\\":null,\\\"document_type\\\":\\\"boleta\\\"},\\\"fiscal_data\\\":{\\\"customer_type\\\":\\\"b2c\\\",\\\"transaction_type\\\":\\\"sale\\\",\\\"transaction_type_description\\\":null,\\\"messages\\\":[{\\\"type\\\":\\\"COMPL\\\",\\\"content\\\":\\\"Por cuenta y orden dexxxxxxxxx.\\\"}],\\\"fiscal_amounts\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":31931,\\\"biva\\\":168059}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}},{\\\"name\\\":\\\"ITEMS_ORIGINAL_AMOUNT\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}}],\\\"state_calculation_type\\\":null,\\\"customer_transaction\\\":null,\\\"is_fiscal_order_split\\\":null,\\\"billing_warehouse_id\\\":null},\\\"payments\\\":[{\\\"id\\\":\\\"xxxxxxxxx\\\",\\\"payment_method_id\\\":\\\"master\\\",\\\"installments\\\":\\\"3\\\",\\\"operation_type\\\":null,\\\"payment_type\\\":\\\"credit_card\\\",\\\"transaction_amount\\\":199990,\\\"taxes_amount\\\":null,\\\"shipping_cost\\\":null,\\\"coupon_amount\\\":null,\\\"overpaid_amount\\\":null,\\\"total_paid_amount\\\":199990,\\\"installment_amount\\\":null,\\\"total_calculated_amount\\\":null,\\\"seller_discount_amount\\\":0,\\\"meli_discount_amount\\\":0,\\\"date_created\\\":null,\\\"date_approved\\\":\\\"2022-11-30T21:21:15\\\",\\\"authorization_code\\\":\\\"470102\\\"}],\\\"amount\\\":199990,\\\"items_amount\\\":199990,\\\"errors\\\":[],\\\"items_quantity\\\":1,\\\"site_id\\\":\\\"mlc\\\",\\\"other_amount\\\":null,\\\"additional_info\\\":null}\",\n            \"parameters\": null,\n            \"emissionDate\": \"2022-11-30T21:21:19.000Z\",\n            \"status\": \"created\",\n            \"createdAt\": \"2022-11-30T21:21:32.000Z\",\n            \"updatedAt\": \"2022-11-30T21:21:32.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentEmitterId\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"DeliveryOrderId\": null,\n            \"ElectronicBillingDocumentTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentFiles\": [\n                {\n                    \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"provider\": \"s3\",\n                    \"title\": null,\n                    \"description\": null,\n                    \"code\": null,\n                    \"type\": null,\n                    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents\",\n                    \"storagePath\": null,\n                    \"fileKey\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n                    \"originalServerPath\": \"\",\n                    \"originalFileName\": \"\",\n                    \"fileName\": null,\n                    \"fileType\": \"application/pdf\",\n                    \"fileSize\": null,\n                    \"status\": \"created\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"createdAt\": \"2022-11-30T21:21:38.000Z\",\n                    \"updatedAt\": \"2022-11-30T21:21:38.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ElectronicBillingDocumentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ElectronicBillingDocumentFileLinks\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"externalId\": null,\n                            \"externalContent\": \"\\\"<?xml version=\\\\\\\"1.0\\\\\\\" encoding=\\\\\\\"ISO-8859-1\\\\\\\"?>\\\\n<EnvioBOLETA xmlns=\\\\\\\"http://www.sii.cl/SiiDte\\\\\\\" xmlns:xsi=\\\\\\\"http://www.w3.org/2001/XMLSchema-instance\\\\\\\" version=\\\\\\\"1.0\\\\\\\" xsi:schemaLocation=\\\\\\\"http://www.sii.cl/SiiDte EnvioBOLETA_v11.xsd\\\\\\\">\\\\n<SetDTE ID=\\\\\\\"SetDoc\\\\\\\">\\\\n<Caratula version=\\\\\\\"1.0\\\\\\\">\\\\n<RutEmisor>xxxxxxxxx-1</RutEmisor>\\\\n<RutEnvia>xxxxxxxxx-0</RutEnvia>\\\\n<RutReceptor>xxxxxxxxx-K</RutReceptor>\\\\n<FchResol>2006-04-11</FchResol>\\\\n<NroResol>39</NroResol>\\\\n<TmstFirmaEnv>2022-11-30T21:21:20</TmstFirmaEnv>\\\\n<SubTotDTE>\\\\n<TpoDTE>39</TpoDTE>\\\\n<NroDTE>1</NroDTE>\\\\n</SubTotDTE>\\\\n</Caratula>\\\\n<DTE version=\\\\\\\"1.0\\\\\\\">\\\\n<Documento ID=\\\\\\\"DTE_ML_39_xxxxxxxxx\\\\\\\">\\\\n<Encabezado>\\\\n<IdDoc>\\\\n<TipoDTE>39</TipoDTE>\\\\n<Folio>xxxxxxxxx</Folio>\\\\n<FchEmis>2022-11-30</FchEmis>\\\\n<IndServicio>3</IndServicio>\\\\n<IndMntNeto>2</IndMntNeto>\\\\n</IdDoc>\\\\n<Emisor>\\\\n<RUTEmisor>xxxxxxxxx-1</RUTEmisor>\\\\n<RznSocEmisor>MercadoLibre Chile LTDA</RznSocEmisor>\\\\n<GiroEmisor>OTRAS ACTIVIDADES DE VENTA AL POR MENOR EN COMERCIOS NO ESPECIALIZADOS N.C.P.</GiroEmisor>\\\\n<DirOrigen>xxxxxxxxx, xxxxxxxxx</DirOrigen>\\\\n<CmnaOrigen>xxxxxxxxx</CmnaOrigen>\\\\n<CiudadOrigen>xxxxxxxxx</CiudadOrigen>\\\\n</Emisor>\\\\n<Receptor>\\\\n<RUTRecep>xxxxxxxxx-4</RUTRecep>\\\\n<RznSocRecep>xxxxxxxxx xxxxxxx xxxxxxxa</RznSocRecep>\\\\n<DirRecep>xxxxxxxxx, xxxxxxxxx</DirRecep>\\\\n<CmnaRecep>Llanquihue</CmnaRecep>\\\\n<CiudadRecep>Llanquihue</CiudadRecep>\\\\n</Receptor>\\\\n<Totales>\\\\n<MntNeto>168059</MntNeto>\\\\n<IVA>31931</IVA>\\\\n<MntTotal>199990</MntTotal>\\\\n<MontoNF>0</MontoNF>\\\\n<TotalPeriodo>199990</TotalPeriodo>\\\\n</Totales>\\\\n</Encabezado>\\\\n<Detalle>\\\\n<NroLinDet>1</NroLinDet>\\\\n<NmbItem>xxxxxxxxx xxxxxxx xxxxxxxRoja 220 v</NmbItem>\\\\n<QtyItem>1</QtyItem>\\\\n<UnmdItem>UN</UnmdItem>\\\\n<PrcItem>168059</PrcItem>\\\\n<MontoItem>168059</MontoItem>\\\\n</Detalle>\\\\n<TED version=\\\\\\\"1.0\\\\\\\">\\\\n<DD>\\\\n<RE>xxxxxxxxx-1</RE>\\\\n<TD>39</TD>\\\\n<F>xxxxxxxxx</F>\\\\n<FE>2022-11-30</FE>\\\\n<RR>xxxxxxxxx-4</RR>\\\\n<RSR>xxxxxxxxx xxxxxxx xxxxxxxa</RSR>\\\\n<MNT>199990</MNT>\\\\n<IT1>xxxxxxxxx xxxxxxx xxxxxxxRoja</IT1>\\\\n<CAF version=\\\\\\\"1.0\\\\\\\">\\\\n<DA>\\\\n<RE>xxxxxxxxx-1</RE>\\\\n<RS>MERCADOLIBRE CHILE LIMITADA</RS>\\\\n<TD>39</TD>\\\\n<RNG>\\\\n<D>21695001</D>\\\\n<H>22695000</H>\\\\n</RNG>\\\\n<FA>2022-11-07</FA>\\\\n<RSAPK>\\\\n<M>v0aYIEeBPM175hxxxxxxxxx xxxxxxx xxxxxx/rV5CQRVKSC5+2HqDnASmKTY1IRkw==</M>\\\\n<E>Aw==</E>\\\\n</RSAPK>\\\\n<IDK>300</IDK>\\\\n</DA>\\\\n<FRMA algoritmo=\\\\\\\"SHA1withRSA\\\\\\\">YjMGnofWleKD/oKPhQWbkTpO+SmsPs9JIwS5ftPmbQVEX9ANVo312+sKTqxB7ePUSVWm6NqqBq1mmPmGIbQdKA==</FRMA>\\\\n</CAF>\\\\n<TSTED>2022-11-30T21:21:20</TSTED>\\\\n</DD>\\\\n<FRMT algoritmo=\\\\\\\"SHA1withRSA\\\\\\\">ffK6LaxQPL6dDcZ0+oVJ4N3W1b1cXTEZ8+U01NQ8TrPr0eQk64jm4aouccST5dRPuOXIuwVpTDXTrwfYu5BTzw==</FRMT>\\\\n</TED>\\\\n<TmstFirma>2022-11-30T21:21:20</TmstFirma>\\\\n</Documento>\\\\n<Signature xmlns=\\\\\\\"http://www.w3.org/2000/09/xmldsig#\\\\\\\"><SignedInfo><CanonicalizationMethod Algorithm=\\\\\\\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\\\\\\\"/><SignatureMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\\\\\\\"/><Reference URI=\\\\\\\"#DTE_ML_39_xxxxxxxxx\\\\\\\"><Transforms><Transform Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\\\\\\\"/></Transforms><DigestMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#sha1\\\\\\\"/><DigestValue>r1UUKZrVvPvZvWhQBT1Upw3NC6Q=</DigestValue></Reference></SignedInfo><SignatureValue>DNxtRpkso9I1Zj2CQg9A545JfHq41FUZI0QGYxQCK8NEjn9M+e9YO9ApxPt93d111vAjRmR96cGC\\\\n1NGTeMg3X3QZasZtexx8uAXwvm5Q+/40X3nWioQVNK1cYWVynYeU99nrHvPlWs8EC2dfBwYtaV2l\\\\nFn5qKOKAZxAsu3+nMTQ=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tK4U4zzAnG/Zb2CKxkkmtdfbZXP0Fwh3dKRlpNq5o2f7cOBi0wi5MRAZE5QW3t2r7TLEqyKwe4T9\\\\n63JDfXToiJI3lfFhz/Tz57zAQEZvmkpHZsO2FXak3JGatNtgsphDfJp0IhgzPsA48FALx616amSe\\\\nVD9UIwKV1vAPEOeru40=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIGVjCCBT6gAwIBAgIKEhgaZgAAABZnIzANBgkqhkiG9w0BAQUFADCB0jELMAkGA1UEBhMCQ0wx\\\\nHTAbBgNVBAgTFFJlZ2lvbiBNZXRyb3BvbGl0YW5hMREwDwYDVQQHEwhTYW50aWFnbzEUMBIGA1UE\\\\nChMLRS1DRVJUQ0hJTEUxIDAeBgNVBAsTF0F1dG9yaWRhZCBDZXJ0aWZpY2Fkb3JhMTAwLgYDVQQD\\\\nEydFLUNFUlRDSElMRSBDQSBGSVJNQSBFTEVDVFJPTklDQSBTSU1QTEUxJzAlBgkqhkiG9w0BCQEW\\\\nGHNjxxxxxxxxx\\\\nMIHXMQswCQYDVQQGEwJDTDEiMCAGA1UECBMZTUVUUk9QT0xJVEFOQSBERSBTQU5USUFHTzERMA8G\\\\nA1UEBxMIU0FOVElBR08xJDAiBgNVBAoTG0pFU1NJQ0EgRlVFTlRFQUxCQSBDQVJSQVNDTzEKMAgG\\\\nA1UECwwBKjEsMCoGA1UEAxMjSkVTU0lDQSBNQVJDRUxBIEZVRU5URUFMQkEgQ0FSUkFTQ08xMTAv\\\\nBgkqhkiG9w0BCQEWIkpFU1NJQ0EuRlVFTlRFQUxCQUBNRVJDQURPTElCUkUuQ0wwgZ8wDQYJKoZI\\\\nhvcNAQEBBQADgY0AMIGJAoGBALSuFOM8wJxv2W9gisZJJrXX22Vz9BcId3SkZaTauaNn+3DgYtMI\\\\nuTEQGROUFt7dq+0yxKsisHuE/etyQ3106IiSN5XxYc/08+e8wEBGb5pKR2bDthV2pNyRmrTbYLKY\\\\nQ3yadCIYMz7AOPBQC8etempknlQ/VCMCldbwDxDnq7uNAgMBAAGjggKpMIICpTCCAU8GA1UdIASC\\\\nAUYwggFCMIIBPgYIKwYBBAHDUgUwggEwMC0GCCsGAQUFBwIBFiFodHRwOi8vd3d3LmUtY2VydGNo\\\\xxxxxxxxxGCCsGAQUFBwICMIHxHoHuAEUAbAAgAHIAZQBzAHAAbwBuAGQAZQBy\\\\nACAAZQBzAHQAZQAgAGYAbwByAG0AdQBsAGEAcgBpAG8AIABlAHMAIAB1AG4AIAByAGUAcQB1AGkA\\\\ncwBpAHQAbwAgAGkAbgBkAGkAcwBwAGUAbgBzAGEAYgBsAGUAIABwAGEAcgBhACAAZABhAHIAIABp\\\\nAG4AaQBjAGkAbwAgAGEAbAAgAHAAcgBvAGMAZQBzAG8AIABkAGUAIABjAGUAcgB0AGkAZgBpAGMA\\\\nYQBjAGkA8wBuAC4AIABQAG8AcwB0AGUAcgBpAG8AcgBtAGUAbgB0AGUALDAdBgNVHQ4EFgQULS1T\\\\nHG6akQFy7727vBzha92xxxxxxxxxgDBYK\\\\nMTM2OTgyNjgtMDAfBgNVHSMEGDAWgBR44T6f0hKzejyNzTAOU7NDKQezVTA+BgNVHR8ENzA1MDOg\\\\nMaAvhi1odHRwOi8vY3JsLmUtY2VydGNoaWxlLmNsL2VjZXJ0Y2hpbGVjYUZFUy5jcmwwOgYIKwYB\\\\nBQUHAQEELjAsMCoGCCsGAQUFBzABhh5odHRwOi8vb2NzcC5lY2VydGNoaWxlLmNsL29jc3AwPQYJ\\\\nKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIgtyDL4WTjGaF1Z0XguLcJ4Hv7DxhgcueFIaoglgCAWQC\\\\nAQQwIwYDVR0SBBwwGqAYBggrBgEEAcEBAqAMFgo5NjkyODE4MC01MA0GCSqGSIb3DQEBBQUAA4IB\\\\nAQCUA7q3J8OlzTgnIs1B+kvhp1ytmRan/tcHE+VvYAO8DqpfIb1C00iVV6pvB+MDWbEgGjyLFlcJ\\\\nJlREydWSQmLyLgBbuwPaiHZoFTYti+OBIfyHoY0aQCxyjRQGaagDEYZlR9cZBFsH+jldwpupmK2p\\\\nemzAjrFOIkSfRYSFQN/t5kUYPFIhjr7NhXojcVIF47NGI8JDRmINGabldb0gyo7ay2ZOFP26rSyZ\\\\n0SgqHgsLIFUqMblmiEY9RCuiUf+a1ivUh/2QY9ZVBn6jDm0Oxd15ZjXa8mTxCeDuukHrQ7vl7Uy3\\\\nsDwRBFKP2Fvyc9L5z9PVbAwWHu9uFmKbTsY9X6me</X509Certificate></X509Data></KeyInfo></Signature></DTE>\\\\n</SetDTE>\\\\n<Signature xmlns=\\\\\\\"http://www.w3.org/2000/09/xmldsig#\\\\\\\"><SignedInfo><CanonicalizationMethod Algorithm=\\\\\\\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\\\\\\\"/><SignatureMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\\\\\\\"/><Reference URI=\\\\\\\"#SetDoc\\\\\\\"><Transforms><Transform Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\\\\\\\"/></Transforms><DigestMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#sha1\\\\\\\"/><DigestValue>kieClsBircmLZxQI5lX12DqiZMk=</DigestValue></Reference></SignedInfo><SignatureValue>MW6SAY8UsIeGVbm+EMqDXIfuaRw+q87aMuXaZErE5N7F9WQjP7p5b09CJsXObKOBE1xE7hkjen9F\\\\nosmh34Dr+wX1T3Nqu/tZqskigiw3ntDVwEC4Ri5orF3KOwkqMYBnZU/hQdNg8kqIfo18hBEWsnKF\\\\nUDww1RvImtGXB0Fg1Co=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tK4U4zzAnG/Zb2CKxkkmtdfbZXP0Fwh3dKRlpNq5o2f7cOBi0wi5MRAZE5QW3t2r7TLEqyKwe4T9\\\\n63JDfXToiJI3lfFhz/Tz57zAQEZvmkpHZsO2FXak3JGatNtgsphDfJp0IhgzPsA48FALx616amSe\\\\nVD9UIwKV1vAPEOeru40=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIGVjCCBT6gAwIBAgIKEhgaZgAAABZnIzANBgkqhkiG9w0BAQUFADCB0jELMAkGA1UEBhMCQ0wx\\\\nHTAbBgNVBAgTFFJlZ2lvbiBNZXRyb3BvbGl0YW5hMREwDwYDVQQHEwhTYW50aWFnbzEUMBIGA1UE\\\\nChMLRS1DRVJUQ0hJTEUxIDAeBgNVBAsTF0F1dG9yaWRhZCBDZXJ0aWZpY2Fkb3JhMTAwLgYDVQQD\\\\nEydFLUNFUlRDSElMRSBDQSBGSVJNQSBFTEVDVFJPTklDQSBTSU1QTEUxJzAlBgkqhkiG9w0BCQEW\\\\nGHNjxxxxxxxxx\\\\nMIHXMQswCQYDVQQGEwJDTDEiMCAGA1UECBMZTUVUUk9QT0xJVEFOQSBERSBTQU5USUFHTzERMA8G\\\\nA1UEBxMIU0FOVElBR08xJDAiBgNVBAoTG0pFU1NJQ0EgRlVFTlRFQUxCQSBDQVJSQVNDTzEKMAgG\\\\nA1UECwwBKjEsMCoGA1UEAxMjSkVTU0lDQSBNQVJDRUxBIEZVRU5URUFMQkEgQ0FSUkFTQ08xMTAv\\\\nBgkqhkiG9w0BCQEWIkpFU1NJQ0EuRlVFTlRFQUxCQUBNRVJDQURPTElCUkUuQ0wwgZ8wDQYJKoZI\\\\nhvcNAQEBBQADgY0AMIGJAoGBALSuFOM8wJxv2W9gisZJJrXX22Vz9BcId3SkZaTauaNn+3DgYtMI\\\\nuTEQGROUFt7dq+0yxKsisHuE/etyQ3106IiSN5XxYc/08+e8wEBGb5pKR2bDthV2pNyRmrTbYLKY\\\\nQ3yadCIYMz7AOPBQC8etempknlQ/VCMCldbwDxDnq7uNAgMBAAGjggKpMIICpTCCAU8GA1UdIASC\\\\nAUYwggFCMIIBPgYIKwYBBAHDUgUwggEwMC0GCCsGAQUFBwIBFiFodHRwOi8vd3d3LmUtY2VydGNo\\\\xxxxxxxxxGCCsGAQUFBwICMIHxHoHuAEUAbAAgAHIAZQBzAHAAbwBuAGQAZQBy\\\\nACAAZQBzAHQAZQAgAGYAbwByAG0AdQBsAGEAcgBpAG8AIABlAHMAIAB1AG4AIAByAGUAcQB1AGkA\\\\ncwBpAHQAbwAgAGkAbgBkAGkAcwBwAGUAbgBzAGEAYgBsAGUAIABwAGEAcgBhACAAZABhAHIAIABp\\\\nAG4AaQBjAGkAbwAgAGEAbAAgAHAAcgBvAGMAZQBzAG8AIABkAGUAIABjAGUAcgB0AGkAZgBpAGMA\\\\nYQBjAGkA8wBuAC4AIABQAG8AcwB0AGUAcgBpAG8AcgBtAGUAbgB0AGUALDAdBgNVHQ4EFgQULS1T\\\\nHG6akQFy7727vBzha92xxxxxxxxxgDBYK\\\\nMTM2OTgyNjgtMDAfBgNVHSMEGDAWgBR44T6f0hKzejyNzTAOU7NDKQezVTA+BgNVHR8ENzA1MDOg\\\\nMaAvhi1odHRwOi8vY3JsLmUtY2VydGNoaWxlLmNsL2VjZXJ0Y2hpbGVjYUZFUy5jcmwwOgYIKwYB\\\\nBQUHAQEELjAsMCoGCCsGAQUFBzABhh5odHRwOi8vb2NzcC5lY2VydGNoaWxlLmNsL29jc3AwPQYJ\\\\nKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIgtyDL4WTjGaF1Z0XguLcJ4Hv7DxhgcueFIaoglgCAWQC\\\\nAQQwIwYDVR0SBBwwGqAYBggrBgEEAcEBAqAMFgo5NjkyODE4MC01MA0GCSqGSIb3DQEBBQUAA4IB\\\\nAQCUA7q3J8OlzTgnIs1B+kvhp1ytmRan/tcHE+VvYAO8DqpfIb1C00iVV6pvB+MDWbEgGjyLFlcJ\\\\nJlREydWSQmLyLgBbuwPaiHZoFTYti+OBIfyHoY0aQCxyjRQGaagDEYZlR9cZBFsH+jldwpupmK2p\\\\nemzAjrFOIkSfRYSFQN/t5kUYPFIhjr7NhXojcVIF47NGI8JDRmINGabldb0gyo7ay2ZOFP26rSyZ\\\\n0SgqHgsLIFUqMblmiEY9RCuiUf+a1ivUh/2QY9ZVBn6jDm0Oxd15ZjXa8mTxCeDuukHrQ7vl7Uy3\\\\nsDwRBFKP2Fvyc9L5z9PVbAwWHu9uFmKbTsY9X6me</X509Certificate></X509Data></KeyInfo></Signature></EnvioBOLETA>\\\"\",\n                            \"synchronizationStatus\": \"synchronized\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-11-30T21:21:38.000Z\",\n                            \"updatedAt\": \"2022-11-30T21:21:38.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ElectronicBillingDocumentFileId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                }\n            ],\n            \"ElectronicBillingDocumentType\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"name\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_bill.Name\",\n                \"code\": \"electronic_billing_electronic_bill\",\n                \"serviceCode\": \"39\",\n                \"description\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_bill.Descrition\",\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-08-20T11:22:08.000Z\",\n                \"updatedAt\": \"2019-08-20T11:22:08.000Z\",\n                \"LocationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n            }\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"id\": \"xxxxxxxxx\",\n            \"code\": \"xxxxxxxxx\",\n            \"name\": null,\n            \"content\": \"{\\\"id\\\":\\\"xxxxxxxxx\\\",\\\"status\\\":\\\"authorized\\\",\\\"transaction_status\\\":\\\"authorized\\\",\\\"issuer\\\":{\\\"name\\\":\\\"MercadoLibre Chile LTDA\\\",\\\"identifications\\\":{\\\"rut\\\":\\\"xxxxxxxxx\\\",\\\"rut_seller\\\":\\\"xxxxxxxxx\\\",\\\"cust_type_id\\\":null,\\\"giro_comercial\\\":\\\"OTRAS ACTIVIDADES DE VENTA AL POR MENOR EN COMERCIOS NO ESPECIALIZADOS N.C.P.\\\"},\\\"phone\\\":null,\\\"address\\\":{\\\"street_name\\\":\\\"xxxxxxxxx\\\",\\\"street_number\\\":\\\"xxxxxxxxx\\\",\\\"complement\\\":null,\\\"neighborhood\\\":\\\"xxxxxxxxx\\\",\\\"city\\\":\\\"xxxxxxxxx\\\",\\\"zip_code\\\":\\\"9340000\\\",\\\"state\\\":\\\"RM\\\",\\\"country\\\":\\\"CL\\\"},\\\"user_id\\\":\\\"xxxxxxxxx\\\",\\\"brand_name\\\":null},\\\"recipient\\\":{\\\"name\\\":\\\"xxxxxxxxx xxxxxxx\\\",\\\"identifications\\\":{\\\"rut\\\":\\\"xxxxxxxxx\\\",\\\"rut_seller\\\":null,\\\"cust_type_id\\\":\\\"CO\\\",\\\"giro_comercial\\\":null},\\\"phone\\\":null,\\\"address\\\":{\\\"street_name\\\":\\\"xxxxxxxxx\\\",\\\"street_number\\\":\\\"xxxxxxxxx\\\",\\\"complement\\\":\\\"xxxxxxxxx xxxxxxx\\\",\\\"neighborhood\\\":\\\"Llanquihue\\\",\\\"city\\\":\\\"Llanquihue\\\",\\\"zip_code\\\":null,\\\"state\\\":\\\"LL\\\",\\\"country\\\":\\\"CL\\\"},\\\"external_recipient_id\\\":\\\"611058846\\\",\\\"receiver\\\":null,\\\"discriminated_billing\\\":null},\\\"shipment\\\":{\\\"id\\\":\\\"xxxxxxxxx\\\",\\\"site_id\\\":\\\"MLC\\\",\\\"mode\\\":null,\\\"logistic_type\\\":\\\"fulfillment\\\",\\\"buyer_cost\\\":0,\\\"paid_by\\\":\\\"third_party\\\",\\\"carrier\\\":null,\\\"volumes\\\":[{\\\"quantity\\\":1,\\\"net_weight\\\":11.12,\\\"gross_weight\\\":11.12,\\\"volume\\\":58696}],\\\"fiscal_model_id\\\":null,\\\"cte\\\":null,\\\"logistic_center\\\":{\\\"id\\\":\\\"CLRM03\\\",\\\"name\\\":null,\\\"identifications\\\":{\\\"rut\\\":null,\\\"rut_seller\\\":null,\\\"cust_type_id\\\":null,\\\"giro_comercial\\\":null},\\\"address\\\":{\\\"street_name\\\":null,\\\"street_number\\\":null,\\\"complement\\\":null,\\\"neighborhood\\\":null,\\\"city\\\":null,\\\"zip_code\\\":null,\\\"state\\\":null,\\\"country\\\":null}},\\\"freight\\\":null,\\\"shipping_locations\\\":null},\\\"items\\\":[{\\\"id\\\":\\\"xxxxxxxxx_PRODUCTION_xxxxxxxxx_1\\\",\\\"invoice_id\\\":\\\"xxxxxxxxx\\\",\\\"seller_id\\\":\\\"xxxxxxxxx\\\",\\\"external_order_id\\\":\\\"2000004644353520\\\",\\\"external_product_id\\\":\\\"xxxxxxxxx\\\",\\\"external_variant_id\\\":null,\\\"attributes\\\":{\\\"ean\\\":null,\\\"tributary_ean\\\":null,\\\"sku\\\":\\\"xxxxxxxxx\\\",\\\"type\\\":null,\\\"bundle_quantity\\\":null,\\\"net_weight\\\":null,\\\"gross_weight\\\":null},\\\"product_name\\\":\\\"xxxxxxxxx xxxxxx xxxxxxx\\\",\\\"quantity\\\":1,\\\"tributary_quantity\\\":null,\\\"total_amount\\\":199990,\\\"shipping_buyer_cost\\\":0,\\\"discount_amount\\\":null,\\\"fiscal_data\\\":{\\\"attributes\\\":{\\\"tax_rule_id\\\":null,\\\"ncm\\\":null,\\\"cest\\\":null,\\\"origin_type\\\":null,\\\"origin_detail\\\":null,\\\"cfop\\\":null,\\\"measurement_unit\\\":null,\\\"tributary_measurement_unit\\\":null,\\\"tax_substitution\\\":null,\\\"extipi\\\":null,\\\"fci\\\":null,\\\"csosn\\\":null},\\\"messages\\\":null,\\\"rules\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":31931,\\\"biva\\\":168059}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}}]},\\\"original_item\\\":null,\\\"other_amount\\\":null,\\\"reference_quantity\\\":null,\\\"reference_measure\\\":null,\\\"payments\\\":null,\\\"pack_id\\\":null,\\\"additional_info\\\":null,\\\"batches\\\":null}],\\\"issued_date\\\":\\\"2022-11-30T21:21:44.972Z\\\",\\\"invoice_series\\\":\\\"61\\\",\\\"invoice_number\\\":1055588,\\\"attributes\\\":{\\\"authorization_date\\\":\\\"2022-11-30T21:21:53.618628056\\\",\\\"invoice_creation_date\\\":\\\"2022-11-30T21:21:44.972558822\\\",\\\"order_source\\\":\\\"meli\\\",\\\"invoice_source\\\":\\\"internal\\\",\\\"environment_type\\\":\\\"production\\\",\\\"tags\\\":null,\\\"reference_invoices\\\":[{\\\"id\\\":12xxxxxxxx8}],\\\"pdf_location\\\":\\\"/internal/users/xxxxxxxxx/invoices/fiscal_documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\\\",\\\"xml_location\\\":\\\"/internal/users/xxxxxxxxx/invoices/fiscal_documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\\\",\\\"zpl_location\\\":null,\\\"pdf\\\":null,\\\"xml\\\":null,\\\"zpl\\\":null,\\\"xml_version\\\":null,\\\"external_id\\\":\\\"SALE_RETURN-sale_return-xxxxxxxxx-2-DEFAULT-xxxxxxxxx\\\",\\\"status_description\\\":null,\\\"document_type\\\":\\\"nota_credito\\\"},\\\"fiscal_data\\\":{\\\"customer_type\\\":\\\"b2c\\\",\\\"transaction_type\\\":\\\"sale_return\\\",\\\"transaction_type_description\\\":null,\\\"messages\\\":[{\\\"type\\\":\\\"COMPL\\\",\\\"content\\\":\\\"Por cuenta y orden dexxxxxxxxx.\\\"}],\\\"fiscal_amounts\\\":[{\\\"name\\\":\\\"IVA\\\",\\\"attributes\\\":{\\\"piva\\\":19,\\\"viva\\\":31931,\\\"biva\\\":168059}},{\\\"name\\\":\\\"AMOUNTS\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}},{\\\"name\\\":\\\"ITEMS_ORIGINAL_AMOUNT\\\",\\\"attributes\\\":{\\\"net_value\\\":168059,\\\"gross_value\\\":199990}}],\\\"state_calculation_type\\\":null,\\\"customer_transaction\\\":null,\\\"is_fiscal_order_split\\\":null,\\\"billing_warehouse_id\\\":null},\\\"payments\\\":null,\\\"amount\\\":199990,\\\"items_amount\\\":199990,\\\"errors\\\":[],\\\"items_quantity\\\":1,\\\"site_id\\\":\\\"mlc\\\",\\\"other_amount\\\":null,\\\"additional_info\\\":null}\",\n            \"parameters\": null,\n            \"emissionDate\": \"2022-11-30T21:21:44.000Z\",\n            \"status\": \"created\",\n            \"createdAt\": \"2022-11-30T21:22:00.000Z\",\n            \"updatedAt\": \"2022-11-30T21:22:00.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentEmitterId\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"DeliveryOrderId\": null,\n            \"ElectronicBillingDocumentTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ElectronicBillingDocumentFiles\": [\n                {\n                    \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"provider\": \"s3\",\n                    \"title\": null,\n                    \"description\": null,\n                    \"code\": null,\n                    \"type\": null,\n                    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents\",\n                    \"storagePath\": null,\n                    \"fileKey\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n                    \"originalServerPath\": \"\",\n                    \"originalFileName\": \"\",\n                    \"fileName\": null,\n                    \"fileType\": \"application/pdf\",\n                    \"fileSize\": null,\n                    \"status\": \"created\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"createdAt\": \"2022-11-30T21:22:01.000Z\",\n                    \"updatedAt\": \"2022-11-30T21:22:01.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ElectronicBillingDocumentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ElectronicBillingDocumentFileLinks\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"externalId\": null,\n                            \"externalContent\": \"\\\"<?xml version=\\\\\\\"1.0\\\\\\\" encoding=\\\\\\\"ISO-8859-1\\\\\\\"?>\\\\n<EnvioDTE xmlns=\\\\\\\"http://www.sii.cl/SiiDte\\\\\\\" xmlns:xsi=\\\\\\\"http://www.w3.org/2001/XMLSchema-instance\\\\\\\" version=\\\\\\\"1.0\\\\\\\" xsi:schemaLocation=\\\\\\\"http://www.sii.cl/SiiDte EnvioDTE_v10.xsd\\\\\\\">\\\\n<SetDTE ID=\\\\\\\"SetDoc\\\\\\\">\\\\n<Caratula version=\\\\\\\"1.0\\\\\\\">\\\\n<RutEmisor>xxxxxxxxx-1</RutEmisor>\\\\n<RutEnvia>xxxxxxxxx-0</RutEnvia>\\\\n<RutReceptor>xxxxxxxxx-K</RutReceptor>\\\\n<FchResol>2006-04-11</FchResol>\\\\n<NroResol>39</NroResol>\\\\n<TmstFirmaEnv>2022-11-30T21:21:45</TmstFirmaEnv>\\\\n<SubTotDTE>\\\\n<TpoDTE>61</TpoDTE>\\\\n<NroDTE>1</NroDTE>\\\\n</SubTotDTE>\\\\n</Caratula>\\\\n<DTE version=\\\\\\\"1.0\\\\\\\">\\\\n<Documento ID=\\\\\\\"DTE_ML_61_1055588\\\\\\\">\\\\n<Encabezado>\\\\n<IdDoc>\\\\n<TipoDTE>61</TipoDTE>\\\\n<Folio>1055588</Folio>\\\\n<FchEmis>2022-11-30</FchEmis>\\\\n</IdDoc>\\\\n<Emisor>\\\\n<RUTEmisor>xxxxxxxxx-1</RUTEmisor>\\\\n<RznSoc>MercadoLibre Chile LTDA</RznSoc>\\\\n<GiroEmis>OTRAS ACTIVIDADES DE VENTA AL POR MENOR EN COMERCIOS NO ESPECIALIZADOS N.C.P.</GiroEmis>\\\\n<Acteco>619090</Acteco>\\\\n<DirOrigen>xxxxxxxxx, xxxxxxxxx</DirOrigen>\\\\n<CmnaOrigen>xxxxxxxxx</CmnaOrigen>\\\\n<CiudadOrigen>xxxxxxxxx</CiudadOrigen>\\\\n</Emisor>\\\\n<Receptor>\\\\n<RUTRecep>xxxxxxxxx-4</RUTRecep>\\\\n<RznSocRecep>xxxxxxxxx xxxxxxx xxxxxxxa</RznSocRecep>\\\\n<GiroRecep>sin informacion</GiroRecep>\\\\n<DirRecep>xxxxxxxxx, xxxxxxxxx</DirRecep>\\\\n<CmnaRecep>Llanquihue</CmnaRecep>\\\\n<CiudadRecep>Llanquihue</CiudadRecep>\\\\n</Receptor>\\\\n<Totales>\\\\n<MntNeto>168059</MntNeto>\\\\n<TasaIVA>19</TasaIVA>\\\\n<IVA>31931</IVA>\\\\n<MntTotal>199990</MntTotal>\\\\n<MontoNF>0</MontoNF>\\\\n<MontoPeriodo>199990</MontoPeriodo>\\\\n</Totales>\\\\n</Encabezado>\\\\n<Detalle>\\\\n<NroLinDet>1</NroLinDet>\\\\n<NmbItem>xxxxxxxxx xxxxxxx xxxxxxxRoja 220 v</NmbItem>\\\\n<QtyItem>1</QtyItem>\\\\n<UnmdItem>UN</UnmdItem>\\\\n<PrcItem>168059</PrcItem>\\\\n<MontoItem>168059</MontoItem>\\\\n</Detalle>\\\\n<Referencia>\\\\n<NroLinRef>1</NroLinRef>\\\\n<TpoDocRef>39</TpoDocRef>\\\\n<FolioRef>xxxxxxxxx</FolioRef>\\\\n<FchRef>2022-11-30</FchRef>\\\\n<CodRef>1</CodRef>\\\\n</Referencia>\\\\n<TED version=\\\\\\\"1.0\\\\\\\">\\\\n<DD>\\\\n<RE>xxxxxxxxx-1</RE>\\\\n<TD>61</TD>\\\\n<F>1055588</F>\\\\n<FE>2022-11-30</FE>\\\\n<RR>xxxxxxxxx-4</RR>\\\\n<RSR>xxxxxxxxx xxxxxxx xxxxxxxa</RSR>\\\\n<MNT>199990</MNT>\\\\n<IT1>xxxxxxxxx xxxxxxx xxxxxxxRoja</IT1>\\\\n<CAF version=\\\\\\\"1.0\\\\\\\">\\\\n<DA>\\\\n<RE>xxxxxxxxx-1</RE>\\\\n<RS>MERCADOLIBRE CHILE LIMITADA</RS>\\\\n<TD>61</TD>\\\\n<RNG>\\\\n<D>947113</D>\\\\n<H>1067112</H>\\\\n</RNG>\\\\n<FA>2022-07-28</FA>\\\\n<RSAPK>\\\\n<M>o80Y3Cb4/cf8fL4D5y4lZRzo7/IF7xp5rfn29sW1xNkQdPoQEGfWG/QKPpMPyW84KAG1TgyR/BvR+AEYVjuKfQ==</M>\\\\n<E>Aw==</E>\\\\n</RSAPK>\\\\n<IDK>300</IDK>\\\\n</DA>\\\\n<FRMA algoritmo=\\\\\\\"SHA1withRSA\\\\\\\">elT/aFpaAZDIqtLrE/xptaaj8XdY7VtSvPRxPDWpSU2ZOrp/Nh7GyLmzlL/aMQYcRkDne3n6UaI43bsMZiC0YQ==</FRMA>\\\\n</CAF>\\\\n<TSTED>2022-11-30T21:21:45</TSTED>\\\\n</DD>\\\\n<FRMT algoritmo=\\\\\\\"SHA1withRSA\\\\\\\">HITN0IywsMzBthh5uw2xDbWzbp8CNCIJ4abLw6Z/s6zk4kyNsEFep940TA2HWycpqR2KrMehIPS35sdlQ1VD2g==</FRMT>\\\\n</TED>\\\\n<TmstFirma>2022-11-30T21:21:45</TmstFirma>\\\\n</Documento>\\\\n<Signature xmlns=\\\\\\\"http://www.w3.org/2000/09/xmldsig#\\\\\\\"><SignedInfo><CanonicalizationMethod Algorithm=\\\\\\\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\\\\\\\"/><SignatureMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\\\\\\\"/><Reference URI=\\\\\\\"#DTE_ML_61_1055588\\\\\\\"><Transforms><Transform Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\\\\\\\"/></Transforms><DigestMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#sha1\\\\\\\"/><DigestValue>+aShUKI/79rFeTmx6oSVhWKliXM=</DigestValue></Reference></SignedInfo><SignatureValue>jFhFe4ydBeiDd4Nof9cqCjQ5nC89kI+YjOwm3saC5UxvedxWEJgxJM9pWEqtym5gHrb2YuF/Dmmt\\\\nzVUz744gfXZz9/GKrb0nSWM+CerngqZjCV7k20Gwx5RCQfyP3CdC9iCc82roIPlKTkQYci16aSFh\\\\nL8o9oxdP1C+LjN4YHo0=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tK4U4zzAnG/Zb2CKxkkmtdfbZXP0Fwh3dKRlpNq5o2f7cOBi0wi5MRAZE5QW3t2r7TLEqyKwe4T9\\\\n63JDfXToiJI3lfFhz/Tz57zAQEZvmkpHZsO2FXak3JGatNtgsphDfJp0IhgzPsA48FALx616amSe\\\\nVD9UIwKV1vAPEOeru40=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIGVjCCBT6gAwIBAgIKEhgaZgAAABZnIzANBgkqhkiG9w0BAQUFADCB0jELMAkGA1UEBhMCQ0wx\\\\nHTAbBgNVBAgTFFJlZ2lvbiBNZXRyb3BvbGl0YW5hMREwDwYDVQQHEwhTYW50aWFnbzEUMBIGA1UE\\\\nChMLRS1DRVJUQ0hJTEUxIDAeBgNVBAsTF0F1dG9yaWRhZCBDZXJ0aWZpY2Fkb3JhMTAwLgYDVQQD\\\\nEydFLUNFUlRDSElMRSBDQSBGSVJNQSBFTEVDVFJPTklDQSBTSU1QTEUxJzAlBgkqhkiG9w0BCQEW\\\\nGHNjxxxxxxxxx\\\\nMIHXMQswCQYDVQQGEwJDTDEiMCAGA1UECBMZTUVUUk9QT0xJVEFOQSBERSBTQU5USUFHTzERMA8G\\\\nA1UEBxMIU0FOVElBR08xJDAiBgNVBAoTG0pFU1NJQ0EgRlVFTlRFQUxCQSBDQVJSQVNDTzEKMAgG\\\\nA1UECwwBKjEsMCoGA1UEAxMjSkVTU0lDQSBNQVJDRUxBIEZVRU5URUFMQkEgQ0FSUkFTQ08xMTAv\\\\nBgkqhkiG9w0BCQEWIkpFU1NJQ0EuRlVFTlRFQUxCQUBNRVJDQURPTElCUkUuQ0wwgZ8wDQYJKoZI\\\\nhvcNAQEBBQADgY0AMIGJAoGBALSuFOM8wJxv2W9gisZJJrXX22Vz9BcId3SkZaTauaNn+3DgYtMI\\\\nuTEQGROUFt7dq+0yxKsisHuE/etyQ3106IiSN5XxYc/08+e8wEBGb5pKR2bDthV2pNyRmrTbYLKY\\\\nQ3yadCIYMz7AOPBQC8etempknlQ/VCMCldbwDxDnq7uNAgMBAAGjggKpMIICpTCCAU8GA1UdIASC\\\\nAUYwggFCMIIBPgYIKwYBBAHDUgUwggEwMC0GCCsGAQUFBwIBFiFodHRwOi8vd3d3LmUtY2VydGNo\\\\xxxxxxxxxGCCsGAQUFBwICMIHxHoHuAEUAbAAgAHIAZQBzAHAAbwBuAGQAZQBy\\\\nACAAZQBzAHQAZQAgAGYAbwByAG0AdQBsAGEAcgBpAG8AIABlAHMAIAB1AG4AIAByAGUAcQB1AGkA\\\\ncwBpAHQAbwAgAGkAbgBkAGkAcwBwAGUAbgBzAGEAYgBsAGUAIABwAGEAcgBhACAAZABhAHIAIABp\\\\nAG4AaQBjAGkAbwAgAGEAbAAgAHAAcgBvAGMAZQBzAG8AIABkAGUAIABjAGUAcgB0AGkAZgBpAGMA\\\\nYQBjAGkA8wBuAC4AIABQAG8AcwB0AGUAcgBpAG8AcgBtAGUAbgB0AGUALDAdBgNVHQ4EFgQULS1T\\\\nHG6akQFy7727vBzha92xxxxxxxxxgDBYK\\\\nMTM2OTgyNjgtMDAfBgNVHSMEGDAWgBR44T6f0hKzejyNzTAOU7NDKQezVTA+BgNVHR8ENzA1MDOg\\\\nMaAvhi1odHRwOi8vY3JsLmUtY2VydGNoaWxlLmNsL2VjZXJ0Y2hpbGVjYUZFUy5jcmwwOgYIKwYB\\\\nBQUHAQEELjAsMCoGCCsGAQUFBzABhh5odHRwOi8vb2NzcC5lY2VydGNoaWxlLmNsL29jc3AwPQYJ\\\\nKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIgtyDL4WTjGaF1Z0XguLcJ4Hv7DxhgcueFIaoglgCAWQC\\\\nAQQwIwYDVR0SBBwwGqAYBggrBgEEAcEBAqAMFgo5NjkyODE4MC01MA0GCSqGSIb3DQEBBQUAA4IB\\\\nAQCUA7q3J8OlzTgnIs1B+kvhp1ytmRan/tcHE+VvYAO8DqpfIb1C00iVV6pvB+MDWbEgGjyLFlcJ\\\\nJlREydWSQmLyLgBbuwPaiHZoFTYti+OBIfyHoY0aQCxyjRQGaagDEYZlR9cZBFsH+jldwpupmK2p\\\\nemzAjrFOIkSfRYSFQN/t5kUYPFIhjr7NhXojcVIF47NGI8JDRmINGabldb0gyo7ay2ZOFP26rSyZ\\\\n0SgqHgsLIFUqMblmiEY9RCuiUf+a1ivUh/2QY9ZVBn6jDm0Oxd15ZjXa8mTxCeDuukHrQ7vl7Uy3\\\\nsDwRBFKP2Fvyc9L5z9PVbAwWHu9uFmKbTsY9X6me</X509Certificate></X509Data></KeyInfo></Signature></DTE>\\\\n</SetDTE>\\\\n<Signature xmlns=\\\\\\\"http://www.w3.org/2000/09/xmldsig#\\\\\\\"><SignedInfo><CanonicalizationMethod Algorithm=\\\\\\\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315\\\\\\\"/><SignatureMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\\\\\\\"/><Reference URI=\\\\\\\"#SetDoc\\\\\\\"><Transforms><Transform Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\\\\\\\"/></Transforms><DigestMethod Algorithm=\\\\\\\"http://www.w3.org/2000/09/xmldsig#sha1\\\\\\\"/><DigestValue>FitZZT3EF/UE6emRclDycPuh6Q0=</DigestValue></Reference></SignedInfo><SignatureValue>IbgFrWWm4OaKt8ysba40sxHAYPv9gdStQFdA5sz0mKWiBFOWgN6KM2RRmKsgWsVhL2lHIi9rrr5p\\\\niaNE1PK9cnweksNplC5SpfdcbCcfjig5+Ttjt63Se8YsZrT5wbLGrft1NxOxKHYbWaZL7N5RgYiB\\\\nrYCn6W7YC6dsG3sKJQY=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tK4U4zzAnG/Zb2CKxkkmtdfbZXP0Fwh3dKRlpNq5o2f7cOBi0wi5MRAZE5QW3t2r7TLEqyKwe4T9\\\\n63JDfXToiJI3lfFhz/Tz57zAQEZvmkpHZsO2FXak3JGatNtgsphDfJp0IhgzPsA48FALx616amSe\\\\nVD9UIwKV1vAPEOeru40=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIGVjCCBT6gAwIBAgIKEhgaZgAAABZnIzANBgkqhkiG9w0BAQUFADCB0jELMAkGA1UEBhMCQ0wx\\\\nHTAbBgNVBAgTFFJlZ2lvbiBNZXRyb3BvbGl0YW5hMREwDwYDVQQHEwhTYW50aWFnbzEUMBIGA1UE\\\\nChMLRS1DRVJUQ0hJTEUxIDAeBgNVBAsTF0F1dG9yaWRhZCBDZXJ0aWZpY2Fkb3JhMTAwLgYDVQQD\\\\nEydFLUNFUlRDSElMRSBDQSBGSVJNQSBFTEVDVFJPTklDQSBTSU1QTEUxJzAlBgkqhkiG9w0BCQEW\\\\nGHNjxxxxxxxxx\\\\nMIHXMQswCQYDVQQGEwJDTDEiMCAGA1UECBMZTUVUUk9QT0xJVEFOQSBERSBTQU5USUFHTzERMA8G\\\\nA1UEBxMIU0FOVElBR08xJDAiBgNVBAoTG0pFU1NJQ0EgRlVFTlRFQUxCQSBDQVJSQVNDTzEKMAgG\\\\nA1UECwwBKjEsMCoGA1UEAxMjSkVTU0lDQSBNQVJDRUxBIEZVRU5URUFMQkEgQ0FSUkFTQ08xMTAv\\\\nBgkqhkiG9w0BCQEWIkpFU1NJQ0EuRlVFTlRFQUxCQUBNRVJDQURPTElCUkUuQ0wwgZ8wDQYJKoZI\\\\nhvcNAQEBBQADgY0AMIGJAoGBALSuFOM8wJxv2W9gisZJJrXX22Vz9BcId3SkZaTauaNn+3DgYtMI\\\\nuTEQGROUFt7dq+0yxKsisHuE/etyQ3106IiSN5XxYc/08+e8wEBGb5pKR2bDthV2pNyRmrTbYLKY\\\\nQ3yadCIYMz7AOPBQC8etempknlQ/VCMCldbwDxDnq7uNAgMBAAGjggKpMIICpTCCAU8GA1UdIASC\\\\nAUYwggFCMIIBPgYIKwYBBAHDUgUwggEwMC0GCCsGAQUFBwIBFiFodHRwOi8vd3d3LmUtY2VydGNo\\\\xxxxxxxxxGCCsGAQUFBwICMIHxHoHuAEUAbAAgAHIAZQBzAHAAbwBuAGQAZQBy\\\\nACAAZQBzAHQAZQAgAGYAbwByAG0AdQBsAGEAcgBpAG8AIABlAHMAIAB1AG4AIAByAGUAcQB1AGkA\\\\ncwBpAHQAbwAgAGkAbgBkAGkAcwBwAGUAbgBzAGEAYgBsAGUAIABwAGEAcgBhACAAZABhAHIAIABp\\\\nAG4AaQBjAGkAbwAgAGEAbAAgAHAAcgBvAGMAZQBzAG8AIABkAGUAIABjAGUAcgB0AGkAZgBpAGMA\\\\nYQBjAGkA8wBuAC4AIABQAG8AcwB0AGUAcgBpAG8AcgBtAGUAbgB0AGUALDAdBgNVHQ4EFgQULS1T\\\\nHG6akQFy7727vBzha92xxxxxxxxxgDBYK\\\\nMTM2OTgyNjgtMDAfBgNVHSMEGDAWgBR44T6f0hKzejyNzTAOU7NDKQezVTA+BgNVHR8ENzA1MDOg\\\\nMaAvhi1odHRwOi8vY3JsLmUtY2VydGNoaWxlLmNsL2VjZXJ0Y2hpbGVjYUZFUy5jcmwwOgYIKwYB\\\\nBQUHAQEELjAsMCoGCCsGAQUFBzABhh5odHRwOi8vb2NzcC5lY2VydGNoaWxlLmNsL29jc3AwPQYJ\\\\nKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIgtyDL4WTjGaF1Z0XguLcJ4Hv7DxhgcueFIaoglgCAWQC\\\\nAQQwIwYDVR0SBBwwGqAYBggrBgEEAcEBAqAMFgo5NjkyODE4MC01MA0GCSqGSIb3DQEBBQUAA4IB\\\\nAQCUA7q3J8OlzTgnIs1B+kvhp1ytmRan/tcHE+VvYAO8DqpfIb1C00iVV6pvB+MDWbEgGjyLFlcJ\\\\nJlREydWSQmLyLgBbuwPaiHZoFTYti+OBIfyHoY0aQCxyjRQGaagDEYZlR9cZBFsH+jldwpupmK2p\\\\nemzAjrFOIkSfRYSFQN/t5kUYPFIhjr7NhXojcVIF47NGI8JDRmINGabldb0gyo7ay2ZOFP26rSyZ\\\\n0SgqHgsLIFUqMblmiEY9RCuiUf+a1ivUh/2QY9ZVBn6jDm0Oxd15ZjXa8mTxCeDuukHrQ7vl7Uy3\\\\nsDwRBFKP2Fvyc9L5z9PVbAwWHu9uFmKbTsY9X6me</X509Certificate></X509Data></KeyInfo></Signature></EnvioDTE>\\\"\",\n                            \"synchronizationStatus\": \"synchronized\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-11-30T21:22:01.000Z\",\n                            \"updatedAt\": \"2022-11-30T21:22:01.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ElectronicBillingDocumentFileId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                }\n            ],\n            \"ElectronicBillingDocumentType\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"name\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_credit_note.Name\",\n                \"code\": \"electronic_billing_not_taxed_credit_node\",\n                \"serviceCode\": \"61\",\n                \"description\": \"ELECTRONIC_BILLING_DOCUMENT_TYPES.Electronic_credit_note.Descrition\",\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-08-20T11:22:08.000Z\",\n                \"updatedAt\": \"2019-08-20T11:22:08.000Z\",\n                \"LocationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"}],"_postman_id":"dc4d4396-d446-4abf-8262-f7adecd0c6e7"},{"name":"Create checkout electronic billing document","event":[{"listen":"test","script":{"id":"4949370a-60e1-4f99-ba86-9ee4da6f91a3","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"electronic_billing_document_id\", data._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4f6178e0-4c82-4eaa-aa71-b8f2d77444e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"ClientId\": \"\", //id of the customer who made the sale\n\t\"id\": \"XXXXXXXX\", //billing folio\n\t\"emissionDate\":\"XXXX-XX-XX\", //document issue date\n\t\"type\":\"electronic_billing_electronic_bill\", //document type always electronic_billing_electronic_bill\n\t\"provider\":\"test_provider_code\", //code assigned to the provider in the Multivende system\n    \"content\": \"<xml></xml>\",\n\t\"ElectronicBillingDocumentEmitterId\":\"\" //It is obtained from the client's account from his account in multivende http://www.multivende.com/electronic-billing-document-emitter/create\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/checkouts/:checkout_id/electronic-billing-documents","description":"<p>This endpoint allows to create a electronic billing document for a checkout.</p>\n<p>Params:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientId</td>\n<td>Char</td>\n<td>Id of the Client field associated with the checkout</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Varchar</td>\n<td>number of the billing folio</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>emissionDate</td>\n<td>Datetime</td>\n<td>document date</td>\n<td>No</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Varchar</td>\n<td>document type</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>provider</td>\n<td>Varchar</td>\n<td>code assigned to the provider in the Multivende system</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Varchar</td>\n<td>a content related to the document</td>\n<td>No</td>\n</tr>\n<tr>\n<td>ElectronicBillingDocumentEmitterId</td>\n<td>Char</td>\n<td>It is obtained from the client's account from his account in Multivende.</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><p>Information about the fields:</p>\n<ul>\n<li><p>The Client id it is takne from the <a href=\"https://dev.multivende.com/#b6f56344-9144-4585-86c1-bb07c5c84a47\">get checkout</a>.</p>\n</li>\n<li><p>The permitted types of electronic documents that are already registered in Multivende are:</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>electronic_billing_electronic_invoice</td>\n</tr>\n<tr>\n<td>electronic_billing_not_taxed_electronic_invoice</td>\n</tr>\n<tr>\n<td>electronic_billing_electronic_bill</td>\n</tr>\n<tr>\n<td>electronic_billing_not_taxed_electronic_bill</td>\n</tr>\n<tr>\n<td>electronic_billing_not_taxed_debit_note</td>\n</tr>\n<tr>\n<td>electronic_billing_not_taxed_credit_node</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Provider: This information must be sent via email to <a href=\"https://mailto:api@multivende.com\">api@multivende.com</a>, requesting a vendor code based on the vendor (invoice generator) being used. Sending the following information:</p>\n<ul>\n<li><p>DTE System.</p>\n</li>\n<li><p>Integration development company.</p>\n</li>\n<li><p>Merchant ID.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Multivende generates the code and sends it back in the request email.</p>\n<ul>\n<li>You can follow the steps in the following <a href=\"https://help.multivende.com/hc/es-419/articles/14855003695629--C%C3%B3mo-crear-un-emisor-de-documentos\">article</a>. If you have any questions, please contact <a href=\"https://mailto:onboarding@multivende.com\">onboarding@multivende.com</a>; they will assist you in generating this identifier.</li>\n</ul>\n<p>Additional Notes:</p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/15056639925645--C%C3%B3mo-enviar-Documentos-Tributarios-a-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","checkouts",":checkout_id","electronic-billing-documents"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the sale (checkout) in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_id"}]}},"response":[{"id":"ff835e90-5ba4-4b57-8e65-339b77c8034a","name":"201 created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"ClientId\": \"\",\n\t\"id\": \"8877777\",\n\t\"emissionDate\":\"2019-03-01\",\n\t\"type\":\"electronic_billing_electronic_bill\",\n\t\"provider\":\"test_provider_code\",\n\t\"ElectronicBillingDocumentEmitterId\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/electronic-billing-documents","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","electronic-billing-documents"],"variable":[{"key":"checkout_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"768"},{"key":"ETag","value":"W/\"300-FOE8eZ1X31y8vb1nL70HflQCUjc\""},{"key":"Date","value":"Thu, 29 Aug 2019 15:26:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"status\": \"created\",\n    \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"id\": \"XXXXXXXX\",\n    \"emissionDate\": \"2019-03-01T00:00:00.000Z\",\n    \"ElectronicBillingDocumentEmitterId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ElectronicBillingDocumentTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ElectronicBillingDocumentProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"updatedAt\": \"2019-08-29T15:26:33.000Z\",\n    \"createdAt\": \"2019-08-29T15:26:33.000Z\"\n}"},{"id":"64d70862-6aef-40ce-9e82-319fa5d257a1","name":"400 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"ClientId\": \"\",\n\t\"id\": \"8877777\",\n\t\"emissionDate\":\"2019-03-01\",\n\t\"type\":\"electronic_billing_electronic_bill\",\n\t\"provider\":\"test_provider_code\",\n\t\"ElectronicBillingDocumentEmitterId\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/electronic-billing-documents","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","electronic-billing-documents"],"variable":[{"key":"checkout_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"768"},{"key":"ETag","value":"W/\"300-FOE8eZ1X31y8vb1nL70HflQCUjc\""},{"key":"Date","value":"Thu, 29 Aug 2019 15:26:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f6178e0-4c82-4eaa-aa71-b8f2d77444e1"},{"name":"Create a checkout electronic billing document from file","id":"3b8b382d-aa0a-4371-a5a1-41f4b2821764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"contentType":"text","description":"<p>file to upload</p>\n","key":"file","type":"file","src":"/C:/Users/Angel/Desktop/trash/238c7c04-0c2f-4894-b42e-4eb53fc49293.xlsx"},{"contentType":"text","description":"<p>id of the customer who made the sale</p>\n","key":"ClientId","type":"text","value":""},{"contentType":"text","description":"<p>billing folio</p>\n","key":"id","type":"text","value":"8877777"},{"contentType":"text","description":"<p>document issue date</p>\n","key":"emissionDate","type":"text","value":"2019-03-01"},{"contentType":"text","description":"<p>document type always electronic_billing_electronic_bill</p>\n","key":"type","type":"text","value":"electronic_billing_electronic_bill"},{"contentType":"text","description":"<p>code assigned to the provider in the Multivende system</p>\n","key":"provider","type":"text","value":"test_provider_code"},{"contentType":"text","description":"<p>It is obtained from the client's account from his account in multivende <a href=\"http://www.multivende.com/electronic-billing-document-emitter/create\">http://www.multivende.com/electronic-billing-document-emitter/create</a></p>\n","key":"ElectronicBillingDocumentEmitterId","type":"text","value":""}]},"url":"app.multivende.com/api/checkouts/:checkout_id/electronic-billing-documents/upload-create","description":"<p>This endpoint allows to create a electronic billing document and attach a file to it.</p>\n<p>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/15056639925645--C%C3%B3mo-enviar-Documentos-Tributarios-a-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","checkouts",":checkout_id","electronic-billing-documents","upload-create"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the sale (checkout) in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_id"}]}},"response":[{"id":"b4219941-c708-424f-9931-208303d00a11","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/Angel/Desktop/trash/238c7c04-0c2f-4894-b42e-4eb53fc49293.xlsx"},{"key":"ClientId","value":"","type":"text"},{"key":"id","value":"8877777","type":"text"},{"key":"emissionDate","value":"2019-03-01","type":"text"},{"key":"type","value":"electronic_billing_electronic_bill","type":"text"},{"key":"provider","value":"test_provider_code","type":"text"},{"key":"ElectronicBillingDocumentEmitterId","value":"","type":"text"}]},"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/electronic-billing-documents/upload-create","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","electronic-billing-documents","upload-create"],"variable":[{"key":"checkout_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"840"},{"key":"ETag","value":"W/\"348-avuqxG0swHEmfjvm/Sy1Ae2vfrY\""},{"key":"Date","value":"Thu, 29 Aug 2019 15:27:07 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"provider\": \"test_provider_code\",\n        \"storagePath\": \"assets/storage/general\",\n        \"fileName\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx.vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n        \"fileSize\": 46664,\n        \"fileType\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n        \"originalServerPath\": \"C:\\\\Users\\\\----\\\\AppData\\\\Local\\\\Temp\\\\Sfq7vlcYu1wzxJEbBLL0H3US.xlsx\",\n        \"originalFileName\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx.xlsx\",\n        \"url\": \"assets/storage/general/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx.vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n        \"ElectronicBillingDocumentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n    }\n]"}],"_postman_id":"3b8b382d-aa0a-4371-a5a1-41f4b2821764"}],"id":"1031ff63-b2d0-48d8-bfe6-9618b5e6333d","event":[{"listen":"prerequest","script":{"id":"7e784448-62ec-4abc-b1b3-3fa6cfb648fd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4c8f5d2c-2ea6-4b2f-8367-128bdd8cf019","type":"text/javascript","exec":[""]}}],"_postman_id":"1031ff63-b2d0-48d8-bfe6-9618b5e6333d","description":""},{"name":"Delivery Order Electronic Billing Documents","item":[{"name":"Get electronic billing documents of a delivery order","event":[{"listen":"test","script":{"id":"4949370a-60e1-4f99-ba86-9ee4da6f91a3","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9c1a92e3-f96c-4848-8229-e3a9daa4440c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/delivery-orders/:delivery_order_id/electronic-billing-documents/p/:page","description":"<p>This point allows to create a electronic billing documents of a checkout.</p>\n<p>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/15056639925645--C%C3%B3mo-enviar-Documentos-Tributarios-a-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","delivery-orders",":delivery_order_id","electronic-billing-documents","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"73e65df3-3465-4fa9-aa35-b9eb070a9407","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id/electronic-billing-documents/p/:page","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id","electronic-billing-documents","p",":page"],"variable":[{"key":"delivery_order_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"ETag","value":"W/\"15a3-Fenx/pF6yLvxlp34KyyOhTCyq5s\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 29 Aug 2019 15:29:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"id\": \"8877777\",\n            \"code\": \"0220\",\n            \"name\": \"test name\",\n            \"content\": \"{a:1}\",\n            \"parameters\": \"test parameters\",\n            \"emissionDate\": \"2019-03-01T00:00:00.000Z\",\n            \"status\": \"created\",\n            \"createdAt\": \"2019-08-22T16:15:53.000Z\",\n            \"updatedAt\": \"2019-08-22T16:15:53.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentEmitterId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CheckoutId\": null,\n            \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentFiles\": [\n                {\n                    \"url\": \"assets/storage/general/comprobante-pagomon-jul-15-2019-11_48_20-gmt-0400-hora-estandar-de-chile-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.pdf\",\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"provider\": \"local\",\n                    \"title\": null,\n                    \"description\": null,\n                    \"code\": null,\n                    \"type\": null,\n                    \"storageUrl\": null,\n                    \"storagePath\": \"assets/storage/general\",\n                    \"fileKey\": null,\n                    \"originalServerPath\": \"C:\\\\Users\\\\Angel\\\\AppData\\\\Local\\\\Temp\\\\waUPa48yWygR9KLK_LiL1Nxd.pdf\",\n                    \"originalFileName\": \"comprobante-pagoMon Jul 15 2019 11_48_20 GMT-0400 (hora estándar de Chile).pdf\",\n                    \"fileName\": \"comprobante-pagomon-jul-15-2019-11_48_20-gmt-0400-hora-estandar-de-chile-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.pdf\",\n                    \"fileType\": \"application/pdf\",\n                    \"fileSize\": 2640,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-08-22T16:16:29.000Z\",\n                    \"updatedAt\": \"2019-08-22T16:16:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"ElectronicBillingDocumentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"id\": \"8877777\",\n            \"code\": \"0220\",\n            \"name\": \"test name\",\n            \"content\": \"{a:1}\",\n            \"parameters\": \"test parameters\",\n            \"emissionDate\": \"2019-03-01T00:00:00.000Z\",\n            \"status\": \"created\",\n            \"createdAt\": \"2019-08-28T20:39:05.000Z\",\n            \"updatedAt\": \"2019-08-28T20:39:05.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentEmitterId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CheckoutId\": null,\n            \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentFiles\": [\n                {\n                    \"url\": \"assets/storage/general/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"provider\": \"local\",\n                    \"title\": null,\n                    \"description\": null,\n                    \"code\": null,\n                    \"type\": null,\n                    \"storageUrl\": null,\n                    \"storagePath\": \"assets/storage/general\",\n                    \"fileKey\": null,\n                    \"originalServerPath\": \"C:\\\\Users\\\\Angel\\\\AppData\\\\Local\\\\Temp\\\\0TMdsnBBMCZ-tto7j762RDGw.xlsx\",\n                    \"originalFileName\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.xlsx\",\n                    \"fileName\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-c6a5726a4d82.vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                    \"fileType\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n                    \"fileSize\": 46664,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-08-28T20:47:01.000Z\",\n                    \"updatedAt\": \"2019-08-28T20:47:01.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"ElectronicBillingDocumentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"id\": \"8877777\",\n            \"code\": \"0220\",\n            \"name\": \"test name\",\n            \"content\": \"{a:1}\",\n            \"parameters\": \"test parameters\",\n            \"emissionDate\": \"2019-03-01T00:00:00.000Z\",\n            \"status\": \"created\",\n            \"createdAt\": \"2019-08-29T15:27:24.000Z\",\n            \"updatedAt\": \"2019-08-29T15:27:24.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentEmitterId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CheckoutId\": null,\n            \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentFiles\": []\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"id\": \"8877777\",\n            \"code\": \"0220\",\n            \"name\": \"test name\",\n            \"content\": \"{a:1}\",\n            \"parameters\": \"test parameters\",\n            \"emissionDate\": \"2019-03-01T00:00:00.000Z\",\n            \"status\": \"created\",\n            \"createdAt\": \"2019-08-29T15:21:17.000Z\",\n            \"updatedAt\": \"2019-08-29T15:21:17.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentEmitterId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"CheckoutId\": null,\n            \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentProviderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"ElectronicBillingDocumentFiles\": []\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 4\n    }\n}"}],"_postman_id":"9c1a92e3-f96c-4848-8229-e3a9daa4440c"},{"name":"Create delivery order electronic billing document","event":[{"listen":"test","script":{"id":"4949370a-60e1-4f99-ba86-9ee4da6f91a3","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"electronic_billing_document_id\", data._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b46ec23c-56d1-4848-a1f5-536b4f60be34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"ClientId\": \"\", //id of the customer who made the sale\n\t\"id\": \"8877777\", // billing folio\n\t\"emissionDate\":\"2019-03-01\", //document issue date\n\t\"type\":\"electronic_billing_electronic_bill\", //document type always electronic_billing_electronic_bill\n\t\"provider\":\"test_provider_code\", // code assigned to the provider in the Multivende system\n\t\"ElectronicBillingDocumentEmitterId\":\"\" //It is obtained from the client's account from his account in multivende http://www.multivende.com/electronic-billing-document-emitter/create\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/delivery-orders/:delivery_order_id/electronic-billing-documents","description":"<p>This point allows to create a electronic billing document for a checkout.</p>\n<p>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/15056639925645--C%C3%B3mo-enviar-Documentos-Tributarios-a-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","delivery-orders",":delivery_order_id","electronic-billing-documents"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[{"id":"5fc20e65-44e2-4e7a-8e66-1b486bf6f583","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"ClientId\": \"\",\n\t\"id\": \"8877777\",\n\t\"emissionDate\":\"2019-03-01\",\n\t\"type\":\"electronic_billing_electronic_bill\",\n\t\"provider\":\"test_provider_code\",\n\t\"ElectronicBillingDocumentEmitterId\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id/electronic-billing-documents","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id","electronic-billing-documents"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"773"},{"key":"ETag","value":"W/\"305-VCNY3h318zwj/QI5UCnBNdHyrMQ\""},{"key":"Date","value":"Thu, 29 Aug 2019 15:27:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"status\": \"created\",\n    \"ClientId\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"id\": \"8877777\",\n    \"emissionDate\": \"2019-03-01T00:00:00.000Z\",\n    \"ElectronicBillingDocumentEmitterId\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"CreatedById\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"ElectronicBillingDocumentTypeId\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"ElectronicBillingDocumentProviderId\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"DeliveryOrderId\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"updatedAt\": \"2019-08-29T15:27:24.000Z\",\n    \"createdAt\": \"2019-08-29T15:27:24.000Z\"\n}"}],"_postman_id":"b46ec23c-56d1-4848-a1f5-536b4f60be34"},{"name":"Create a delivery order electronic billing document from file","id":"5149ba3d-c000-4c34-b777-a123f9ab5fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>file to upload</p>\n","key":"file","type":"file","contentType":"text","src":"/C:/Users/Angel/Desktop/trash/descarga 2.jpg"},{"description":"<p>id of the customer who made the sale</p>\n","key":"ClientId","type":"text","value":"","contentType":"text"},{"description":"<p>billing folio</p>\n","key":"id","type":"text","value":"8877777","contentType":"text"},{"description":"<p>document issue date</p>\n","key":"emissionDate","type":"text","value":"2019-03-01","contentType":"text"},{"description":"<p>document type always electronic_billing_electronic_bill</p>\n","key":"type","type":"text","value":"electronic_billing_electronic_bill","contentType":"text"},{"description":"<p>code assigned to the provider in the Multivende system</p>\n","key":"provider","type":"text","value":"test_provider_code","contentType":"text"},{"description":"<p>It is obtained from the client's account from his account in multivende <a href=\"http://www.multivende.com/electronic-billing-document-emitter/create\">http://www.multivende.com/electronic-billing-document-emitter/create</a></p>\n","key":"ElectronicBillingDocumentEmitterId","type":"text","value":"","contentType":"text"}]},"url":"app.multivende.com/api/delivery-orders/:delivery_order_id/electronic-billing-documents/upload-create","description":"<p>This endpoint allows to create a delivery order electronic billing document and attach a file to it.</p>\n<p>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/15056639925645--C%C3%B3mo-enviar-Documentos-Tributarios-a-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","delivery-orders",":delivery_order_id","electronic-billing-documents","upload-create"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[{"id":"974783cd-bc60-47fe-bc73-291cc5840f0e","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/Angel/Desktop/trash/238c7c04-0c2f-4894-b42e-4eb53fc49293.xlsx"},{"key":"ClientId","type":"text","value":""},{"key":"id","type":"text","value":"8877777"},{"key":"emissionDate","type":"text","value":"2019-03-01"},{"key":"type","type":"text","value":"electronic_billing_electronic_bill"},{"key":"provider","type":"text","value":"test_provider_code"},{"key":"ElectronicBillingDocumentEmitterId","type":"text","value":""}]},"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id/electronic-billing-documents/upload-create","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id","electronic-billing-documents","upload-create"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"840"},{"key":"ETag","value":"W/\"348-cXWkYyBkhCogitxLzAWaLUBIzN0\""},{"key":"Date","value":"Thu, 29 Aug 2019 15:27:50 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"provider\": \"test_provider_code\",\n        \"storagePath\": \"assets/storage/general\",\n        \"fileName\": \"xxxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.pdf\",\n        \"fileSize\": 46664,\n        \"fileType\": \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\n        \"originalServerPath\": \"C:\\\\Users\\\\xxxx\\\\AppData\\\\Local\\\\Temp\\\\pAaJ4bZjesU8gvn047EUUDHH.pdf\",\n        \"originalFileName\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx.pdf\",\n        \"url\": \"assets/storage/general/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.pdf\",\n        \"ElectronicBillingDocumentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n    }\n]"}],"_postman_id":"5149ba3d-c000-4c34-b777-a123f9ab5fe5"}],"id":"e555a495-ec87-4c0a-8b53-5c56c8d6648d","event":[{"listen":"prerequest","script":{"id":"7e784448-62ec-4abc-b1b3-3fa6cfb648fd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4c8f5d2c-2ea6-4b2f-8367-128bdd8cf019","type":"text/javascript","exec":[""]}}],"_postman_id":"e555a495-ec87-4c0a-8b53-5c56c8d6648d","description":""},{"name":"Electronic Billing Document Emitters","item":[{"name":"Get electronic billing document emitters","event":[{"listen":"test","script":{"id":"aa3a3a16-6f6b-4199-ae23-3c2470e9e267","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"electronic_billing_document_emitter_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9cd9bc3b-4e9e-40a9-a761-181eb64b7c0f","request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/electronic-billing-document-emitters/p/:page","description":"<p>This endpoint will list the electronic billing document emitters in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/15056639925645--C%C3%B3mo-enviar-Documentos-Tributarios-a-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","m",":merchant_id","electronic-billing-document-emitters","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"6e7e0fe0-86ff-4a05-9675-4fcfba616b7b","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/electronic-billing-document-emitters/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","electronic-billing-document-emitters","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"748"},{"key":"ETag","value":"W/\"2ec-q6eUvMsXNemCbYQf7VhBbAsL8A8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 28 Aug 2019 20:04:37 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Test emitter\",\n            \"code\": \"01010\",\n            \"description\": null,\n            \"taxId\": \"76449667-3\",\n            \"taxName\": \"Test emitter SPA\",\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-08-28T19:58:12.000Z\",\n            \"updatedAt\": \"2019-08-28T19:58:12.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"test spa emitter\",\n            \"code\": \"56565\",\n            \"description\": \"565\",\n            \"taxId\": \"887788\",\n            \"taxName\": \"5555\",\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-01-01T00:00:00.000Z\",\n            \"updatedAt\": \"2019-01-01T00:00:00.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"}],"_postman_id":"9cd9bc3b-4e9e-40a9-a761-181eb64b7c0f"},{"name":"Create electronic billing document emitter","event":[{"listen":"test","script":{"id":"aa3a3a16-6f6b-4199-ae23-3c2470e9e267","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b7b6d891-e257-4752-bd8b-963fb7d12641","request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Test emitter\",\n  \"code\":\"01010\",\n  \"taxId\":\"76449667-3\",\n  \"taxName\":\"Test emitter SPA\"\n}\t","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/electronic-billing-document-emitters","description":"<p>This endpoint will create a electronic billing document emitter in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/15056639925645--C%C3%B3mo-enviar-Documentos-Tributarios-a-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","m",":merchant_id","electronic-billing-document-emitters"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"4f87d22f-62d3-40c5-98b2-42a4369a4ce6","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Test emitter\",\n  \"code\":\"01010\",\n  \"taxId\":\"76449667-3\",\n  \"taxName\":\"Test emitter SPA\"\n}\t","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/electronic-billing-document-emitters","host":["app.multivende.com"],"path":["api","m",":merchant_id","electronic-billing-document-emitters"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"282"},{"key":"ETag","value":"W/\"11a-HEjAEeMhdEbybcd4gfNlc/lrgKo\""},{"key":"Set-Cookie","value":"connect.sid=s%3AhXoAXm85tsY5O8QNn6b4h6W3oJW7uOkY.NH0GEquzZdVbeZ9o7YTxXUsm5m5DI2Xhimt6tdfQhjM; Path=/; HttpOnly"},{"key":"Date","value":"Wed, 28 Aug 2019 19:58:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"status\": \"created\",\n    \"name\": \"Test emitter\",\n    \"code\": \"01010\",\n    \"taxId\": \"76449667-3\",\n    \"taxName\": \"Test emitter SPA\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2019-08-28T19:58:12.000Z\",\n    \"createdAt\": \"2019-08-28T19:58:12.000Z\"\n}"}],"_postman_id":"b7b6d891-e257-4752-bd8b-963fb7d12641"},{"name":"Get electronic billing document emitter by id","id":"8553aa4a-9f3d-468e-bade-b532e43f4679","request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/electronic-billing-document-emitters/:electronic_billing_document_emitter_id","description":"<p>This endpoint will show a electronic billing document emitter by the id.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/15056639925645--C%C3%B3mo-enviar-Documentos-Tributarios-a-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","electronic-billing-document-emitters",":electronic_billing_document_emitter_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the electronic tax document (DTE) emitter in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"electronic_billing_document_emitter_id"}]}},"response":[{"id":"97e2575d-8238-4440-b409-81ec68492ada","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/electronic-billing-document-emitters/:electronic_billing_document_emitter_id","host":["app.multivende.com"],"path":["api","electronic-billing-document-emitters",":electronic_billing_document_emitter_id"],"variable":[{"key":"electronic_billing_document_emitter_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"313"},{"key":"ETag","value":"W/\"139-bYIwtAmd61YVJgOtdzJiUiiWE2g\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 28 Aug 2019 20:04:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"name\": \"Test emitter\",\n    \"code\": \"01010\",\n    \"description\": null,\n    \"taxId\": \"76449667-3\",\n    \"taxName\": \"Test emitter SPA\",\n    \"tags\": null,\n    \"status\": \"created\",\n    \"createdAt\": \"2019-08-28T19:58:12.000Z\",\n    \"updatedAt\": \"2019-08-28T19:58:12.000Z\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n}"}],"_postman_id":"8553aa4a-9f3d-468e-bade-b532e43f4679"}],"id":"ecf5081a-2abe-40a9-ad77-c448922d6872","event":[{"listen":"prerequest","script":{"id":"0bac3f9c-7b61-441c-ab18-664b6c61f3b9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4eff9f2a-9c06-40ee-a1c1-b5db17f5d2cc","type":"text/javascript","exec":[""]}}],"_postman_id":"ecf5081a-2abe-40a9-ad77-c448922d6872","description":""},{"name":"Upload file to electronic billing document","id":"e1cf13e8-d4cd-4b17-a7ec-de8ead1c9e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>file to upload</p>\n","key":"file","type":"file","contentType":"text","src":"/C:/Users/Angel/Desktop/trash/238c7c04-0c2f-4894-b42e-4eb53fc49293.xlsx"}]},"url":"app.multivende.com/api/electronic-billing-documents/:electronic_billing_document_id/upload","description":"<p>This point allows to create a electronic billing document.</p>\n<p>Params:</p>\n<ul>\n<li><strong>File:</strong> pdf of the billing document.</li>\n</ul>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://help.multivende.com/knowledge/como-crear-un-emisor-de-documentos\">Help Center</a>.</p>\n","urlObject":{"path":["api","electronic-billing-documents",":electronic_billing_document_id","upload"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the electronic tax document (DTE) emitter in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"electronic_billing_document_id"}]}},"response":[{"id":"143a030e-94ce-441b-bd58-65e52f52aedf","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"file to upload","key":"file","type":"file","contentType":"text","src":"/C:/Users/Lucas/Documents/pdf blanco.pdf"}]},"url":{"raw":"app.multivende.com/api/electronic-billing-documents/:electronic_billing_document_id/upload","host":["app.multivende.com"],"path":["api","electronic-billing-documents",":electronic_billing_document_id","upload"],"variable":[{"key":"electronic_billing_document_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Jun 2021 18:27:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"809"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"329-ahvmvJmEw/e8rmDWOFZ/y7EyJwU\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents/pdf-blanco-13677634-33ed-4118-959c-a8b1b9b4a46b.pdf\",\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"status\": \"created\",\n    \"provider\": \"s3\",\n    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents\",\n    \"fileSize\": 178748,\n    \"originalServerPath\": \"/tmp/8_evbcDTWuqL7ukWKBad4IhU.pdf\",\n    \"originalFileName\": \"pdf blanco.pdf\",\n    \"fileType\": \"application/pdf\",\n    \"fileKey\": \"pdf-blanco-.pdf\",\n    \"ElectronicBillingDocumentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2021-06-02T18:27:20.000Z\",\n    \"createdAt\": \"2021-06-02T18:27:20.000Z\"\n}"},{"id":"7ac8e3ed-af5a-4d38-b2ce-e2aeae898b0e","name":"400 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"file to upload","key":"file","type":"file","contentType":"text","src":"/C:/Users/Lucas/Documents/pdf blanco.pdf"}]},"url":{"raw":"app.multivende.com/api/electronic-billing-documents/:electronic_billing_document_id/upload","host":["app.multivende.com"],"path":["api","electronic-billing-documents",":electronic_billing_document_id","upload"],"variable":[{"key":"electronic_billing_document_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Jun 2021 18:27:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"809"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"329-ahvmvJmEw/e8rmDWOFZ/y7EyJwU\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"}],"_postman_id":"e1cf13e8-d4cd-4b17-a7ec-de8ead1c9e52"},{"name":"Upload file to electronic billing document base64","id":"6f9cccf1-1888-4443-ac4d-837c95506218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nameFile\": \"boleta\",\r\n  \"base64\": \"{{base64}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/electronic-billing-documents/:electronic_billing_document_id/upload-base64","description":"<p>This point allows to create a electronic billing document.</p>\n<p>Params:</p>\n<ul>\n<li><p><strong>nameFile:</strong> the name of the document (required)</p>\n</li>\n<li><p><strong>base64:</strong> base64 format for the document (required)</p>\n</li>\n</ul>\n<p>Additional Notes:</p>\n<ul>\n<li>The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</li>\n</ul>\n<p>For more information visit our <a href=\"https://help.multivende.com/knowledge/como-crear-un-emisor-de-documentos\">Help Center</a>.</p>\n","urlObject":{"path":["api","electronic-billing-documents",":electronic_billing_document_id","upload-base64"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the electronic tax document (DTE) emitter in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"electronic_billing_document_id"}]}},"response":[{"id":"a9eacee8-6798-4a72-a60d-436ccdc7f0e2","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nameFile\": \"boleta\",\r\n  \"base64\": \"{{base64}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/electronic-billing-documents/:electronic_billing_document_id/upload-base64","host":["app.multivende.com"],"path":["api","electronic-billing-documents",":electronic_billing_document_id","upload-base64"],"variable":[{"key":"electronic_billing_document_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Jun 2021 17:08:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"758"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"route=1623690507.673.39.812844; Expires=Wed, 16-Jun-21 17:08:26 GMT; Max-Age=172800; Path=/api/electronic-billing-documents/(.*)/upload-base64; Secure; HttpOnly"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2f6-1WxIfBap26knxi3LIrTUxeL4FoI\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents/boleta-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.pdf\",\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"status\": \"created\",\n    \"provider\": \"s3\",\n    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-electronic-billing-documents\",\n    \"fileSize\": 4478,\n    \"originalServerPath\": \"\",\n    \"originalFileName\": \"boleta\",\n    \"fileType\": \"application/pdf\",\n    \"fileKey\": \"boleta-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.pdf\",\n    \"ElectronicBillingDocumentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"updatedAt\": \"2021-06-14T17:08:45.000Z\",\n    \"createdAt\": \"2021-06-14T17:08:45.000Z\"\n}"},{"id":"9d89786c-809e-4e18-8343-6ad30037d515","name":"400 error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nameFile\": \"boleta\",\r\n  \"base64\": \"{{base64}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/electronic-billing-documents/:electronic_billing_document_id/upload-base64","host":["app.multivende.com"],"path":["api","electronic-billing-documents",":electronic_billing_document_id","upload-base64"],"variable":[{"key":"electronic_billing_document_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Jun 2021 17:08:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"758"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"route=1623690507.673.39.812844; Expires=Wed, 16-Jun-21 17:08:26 GMT; Max-Age=172800; Path=/api/electronic-billing-documents/(.*)/upload-base64; Secure; HttpOnly"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2f6-1WxIfBap26knxi3LIrTUxeL4FoI\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f9cccf1-1888-4443-ac4d-837c95506218"}],"id":"e8326239-d33a-4a0f-a751-a42a2ac1d8a2","event":[{"listen":"prerequest","script":{"id":"7e784448-62ec-4abc-b1b3-3fa6cfb648fd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4c8f5d2c-2ea6-4b2f-8367-128bdd8cf019","type":"text/javascript","exec":[""]}}],"_postman_id":"e8326239-d33a-4a0f-a751-a42a2ac1d8a2","description":""},{"name":"Checkouts","item":[{"name":"Configurations","item":[{"name":"Checkouts","item":[{"name":"Checkout Custom Attributes","item":[{"name":"Checkout Custom Attributes Sets","item":[{"name":"Get Checkout Custom Attribute Sets","event":[{"listen":"test","script":{"id":"81dbe9d7-0788-403b-b2e8-14296f281f11","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_attribute_set_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"56bf65fe-7673-4c17-ba2b-d6b56e8bd930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/custom-attribute-sets/checkouts/p/:page","description":"<p>This endpoint will list the Custom Attribute Sets in the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","m",":merchant_id","custom-attribute-sets","checkouts","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"f7fe7ac9-c802-4642-8c8a-5854c0dda0ba","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/custom-attribute-sets/checkouts/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","custom-attribute-sets","checkouts","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"c48xxxx0-05f8-4c25-xxxx-eac8fxxx329\",\n            \"name\": \"Atributos para ordenes\",\n            \"code\": null,\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-03-09T15:08:59.000Z\",\n            \"updatedAt\": \"2020-03-09T15:08:59.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": \"8b73a55a-65a2-4c82-b2c8-f82a7xxxx9ba7\",\n            \"UpdatedById\": \"8b73a55a-65a2-4c82-b2c8-f82a7xxxx9ba7\",\n            \"CustomAttributes\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Status SAP\",\n                    \"code\": \"status_sap\",\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-12-09T14:20:30.000Z\",\n                    \"updatedAt\": \"2020-12-09T14:20:30.000Z\",\n                    \"MerchantId\": \"bf03e4e6-xxx-4082-9476-64363xxxxx49\",\n                    \"CustomAttributeSetId\": \"c48e6xxx-05f8-xxxx-aa41-eac8xxxxx29\",\n                    \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeSpecificityId\": \"7464869d-9xxb-46d4-85c5-0e3xxxxc5c9\",\n                    \"CreatedById\": \"8b73a55a-65a2-4c82-b2c8-f82a7exxxa7\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeScope\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Name\",\n                        \"code\": \"checkouts\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Description\",\n                        \"position\": 2,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-14T14:38:00.000Z\",\n                        \"updatedAt\": \"2018-07-14T14:38:00.000Z\"\n                    },\n                    \"CustomAttributeType\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                        \"code\": \"single_selection_list\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                        \"position\": 1,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeSpecificity\": {\n                        \"_id\": \"74xxx69d-968b-46d4-85c5-0e34xxxxxc9\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Name\",\n                        \"code\": \"all\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Description\",\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeOptions\": [\n                        {\n                            \"_id\": \"af8xxx25-aa3a-4715-a628-cf0xxxx7753\",\n                            \"name\": null,\n                            \"description\": null,\n                            \"text\": \"ERROR\",\n                            \"number\": null,\n                            \"code\": \"ERROR\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-12-09T14:20:30.000Z\",\n                            \"updatedAt\": \"2020-12-09T14:20:30.000Z\",\n                            \"MerchantId\": \"bf0xxx6-53a0-4082-9476-xxxxxxx9049\",\n                            \"CustomAttributeId\": \"2xxx5a55-x676-xxbd-87f0-5xxxxxbd4b0\",\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        },\n                        {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": null,\n                            \"description\": null,\n                            \"text\": \"OK\",\n                            \"number\": null,\n                            \"code\": \"OK\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-12-09T14:20:30.000Z\",\n                            \"updatedAt\": \"2020-12-09T14:20:30.000Z\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"CustomAttributeId\": \"2xxxxa55-a676-43bd-87f0-5axxxxbd4b0\",\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"SBD Process Status\",\n                    \"code\": \"sbd_process_status\",\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-03-09T15:12:54.000Z\",\n                    \"updatedAt\": \"2020-03-09T15:12:54.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeSetId\": \"c48e6480-05f8-4c25-aa41-eaxxxxx6329\",\n                    \"CustomAttributeScopeId\": \"58xxxx067-cxxd-11e9-90fc-xxxx4934d1f8\",\n                    \"CustomAttributeTypeId\": \"763xxxx31-bxxf-462f-8974-d40xxxx949c\",\n                    \"CustomAttributeSpecificityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"8b73a55a-6xx2-4c82-xxc8-f82axxxxxa7\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeScope\": {\n                        \"_id\": \"58c8xxxx7-c50d-xxxx-90fc-e4e74xxxx1f8\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Name\",\n                        \"code\": \"checkouts\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Description\",\n                        \"position\": 2,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-14T14:38:00.000Z\",\n                        \"updatedAt\": \"2018-07-14T14:38:00.000Z\"\n                    },\n                    \"CustomAttributeType\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                        \"code\": \"single_selection_list\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                        \"position\": 1,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeSpecificity\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Name\",\n                        \"code\": \"all\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Description\",\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeOptions\": [\n                        {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": null,\n                            \"description\": null,\n                            \"text\": \"Ready\",\n                            \"number\": null,\n                            \"code\": \"Ready\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-03-10T17:30:55.000Z\",\n                            \"updatedAt\": \"2020-03-10T17:30:55.000Z\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"CustomAttributeId\": \"5244be95-4xxx1-xxxe-bbe6-473cxxxxe71\",\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        },\n                        {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": null,\n                            \"description\": null,\n                            \"text\": \"Processed\",\n                            \"number\": null,\n                            \"code\": \"Processed\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-03-09T15:12:55.000Z\",\n                            \"updatedAt\": \"2020-03-10T17:30:55.000Z\",\n                            \"MerchantId\": \"bf03e4e6-xxx0-4082-9476-64xxxxx9049\",\n                            \"CustomAttributeId\": \"52xxxx95-4841-4e4e-bbe6-473cxxxxx71\",\n                            \"CreatedById\": \"8xxx55a-65a2-xx82-b2c8-f82xxxxxba7\",\n                            \"UpdatedById\": \"8xxx55a-65a2-xx82-b2c8-f82xxxx9ba7\"\n                        },\n                        {\n                            \"_id\": \"51bxxxfb-2c60-4581-b39c-5931xxxxxxc\",\n                            \"name\": null,\n                            \"description\": null,\n                            \"text\": \"OnHold\",\n                            \"number\": null,\n                            \"code\": \"OnHold\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-03-09T15:12:55.000Z\",\n                            \"updatedAt\": \"2020-03-09T15:12:55.000Z\",\n                            \"MerchantId\": \"bf03e4e6-53a0-4082-9476-643xxxxxx49\",\n                            \"CustomAttributeId\": \"5244be95-4841-4e4e-bbe6-473xxxxe71\",\n                            \"CreatedById\": \"8b7xx5a-65a2-4c82-b2c8-f82a7eb6xxx7\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        },\n                        {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": null,\n                            \"description\": null,\n                            \"text\": \"Error\",\n                            \"number\": null,\n                            \"code\": \"Error\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-03-09T15:12:55.000Z\",\n                            \"updatedAt\": \"2020-03-09T15:12:55.000Z\",\n                            \"MerchantId\": \"bf03e4e6-53a0-4082-9476-64xxxxx9049\",\n                            \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"869xxx590-xxxe-4f08-b29e-656xxxxxc31\",\n                    \"name\": \"Manager Status\",\n                    \"code\": \"manager_status\",\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-04-24T17:06:40.000Z\",\n                    \"updatedAt\": \"2020-04-24T17:06:40.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeSetId\": \"c48e6480-05f8-4c25-aa41-eacxxxx6329\",\n                    \"CustomAttributeScopeId\": \"58c8xxx7-c50d-11e9-90fc-exxxx4d1f8\",\n                    \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeSpecificityId\": \"7464869d-968b-46d4-85c5-0e349xxxc9\",\n                    \"CreatedById\": \"8xxxxxa-65a2-4c82-b2c8-f8xxxxxxba7\",\n                    \"UpdatedById\": \"8xxxxx5a-65a2-4c82-b2c8-f82xxxx9ba7\",\n                    \"CustomAttributeScope\": {\n                        \"_id\": \"58c89067-c50d-11e9-90fc-e4e74xxxxf8\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Name\",\n                        \"code\": \"checkouts\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Description\",\n                        \"position\": 2,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-14T14:38:00.000Z\",\n                        \"updatedAt\": \"2018-07-14T14:38:00.000Z\"\n                    },\n                    \"CustomAttributeType\": {\n                        \"_id\": \"763c2831-b9af-462f-8974-d40xxxxxx9c\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                        \"code\": \"single_selection_list\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                        \"position\": 1,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeSpecificity\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Name\",\n                        \"code\": \"all\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Description\",\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeOptions\": [\n                        {\n                            \"_id\": \"5b71ea34-fb3a-4777-b8d2-9xxxxxcf673\",\n                            \"name\": null,\n                            \"description\": null,\n                            \"text\": \"Pending\",\n                            \"number\": null,\n                            \"code\": \"pending\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-04-24T17:06:40.000Z\",\n                            \"updatedAt\": \"2020-04-24T17:06:40.000Z\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"CreatedById\": \"8b73a55a-65a2-4c82-b2c8-f82a7exxxxba7\",\n                            \"UpdatedById\": \"8b73a55a-65a2-4c82-b2c8-f82a7ebxxxba7\"\n                        },\n                        {\n                            \"_id\": \"62129a6d-bc2f-4c5a-a66d-4caxxxx7928\",\n                            \"name\": null,\n                            \"description\": null,\n                            \"text\": \"Ready\",\n                            \"number\": null,\n                            \"code\": \"ready\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-04-24T17:06:40.000Z\",\n                            \"updatedAt\": \"2020-04-24T17:06:40.000Z\",\n                            \"MerchantId\": \"bf03e4e6-53a0-4082-9476-643xxxx9049\",\n                            \"CustomAttributeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"8b73a55a-65a2-4c82-b2c8-f82axxxxba7\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"ab1bb89b-30ec-4f9f-8606-fc6caxxxx7f\",\n                    \"name\": \"SAP ID\",\n                    \"code\": \"sap_id\",\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-12-09T17:56:30.000Z\",\n                    \"updatedAt\": \"2020-12-09T17:56:30.000Z\",\n                    \"MerchantId\": \"bf03e4e6-53a0-4082-9476-643xxxxx049\",\n                    \"CustomAttributeSetId\": \"c48e6480-05f8-4c25-aa41-eac8fxxxx29\",\n                    \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeTypeId\": \"61033f6c-0689-426c-813f-c2ea0xxxx73\",\n                    \"CustomAttributeSpecificityId\": \"7464869d-968b-46d4-85c5-0exxxxx5c9\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeScope\": {\n                        \"_id\": \"58c89067-c50d-11e9-90fc-e4e74xxxxf8\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Name\",\n                        \"code\": \"checkouts\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Description\",\n                        \"position\": 2,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-14T14:38:00.000Z\",\n                        \"updatedAt\": \"2018-07-14T14:38:00.000Z\"\n                    },\n                    \"CustomAttributeType\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n                        \"code\": \"single_line_text\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeSpecificity\": {\n                        \"_id\": \"7464869d-968b-46d4-85c5-0e3xxxxx5c9\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Name\",\n                        \"code\": \"all\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Description\",\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeOptions\": []\n                },\n                {\n                    \"_id\": \"c927fb73-db85-46bf-ad47-faxxxxx519c\",\n                    \"name\": \"Softys Status\",\n                    \"code\": \"softys_status\",\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-10-23T12:31:58.000Z\",\n                    \"updatedAt\": \"2020-10-23T12:31:58.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeSetId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeScopeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeSpecificityId\": \"7464869d-968b-46d4-85c5-0xxxx2c5c9\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeScope\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Name\",\n                        \"code\": \"checkouts\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Description\",\n                        \"position\": 2,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-14T14:38:00.000Z\",\n                        \"updatedAt\": \"2018-07-14T14:38:00.000Z\"\n                    },\n                    \"CustomAttributeType\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n                        \"code\": \"single_selection_list\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n                        \"position\": 1,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeSpecificity\": {\n                        \"_id\": \"7464869d-968b-46d4-85c5-0e3xxxxc5c9\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Name\",\n                        \"code\": \"all\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Description\",\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeOptions\": [\n                        {\n                            \"_id\": \"50d28734-7157-4e7b-a6ba-a2xxxx8743\",\n                            \"name\": null,\n                            \"description\": null,\n                            \"text\": \"Under review\",\n                            \"number\": null,\n                            \"code\": \"Under review\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-10-23T12:31:58.000Z\",\n                            \"updatedAt\": \"2020-10-23T12:31:58.000Z\",\n                            \"MerchantId\": \"bf03e4e6-53a0-4082-9476-643xxx9049\",\n                            \"CustomAttributeId\": \"c927fb73-db85-46bf-ad47-fa43xxxxb519c\",\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        },\n                        {\n                            \"_id\": \"538c8ef7-5066-4294-ba89-fa2exxxx18\",\n                            \"name\": null,\n                            \"description\": null,\n                            \"text\": \"Recibido\",\n                            \"number\": null,\n                            \"code\": \"Recibido\",\n                            \"position\": 0,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-10-23T12:31:58.000Z\",\n                            \"updatedAt\": \"2020-10-23T12:31:58.000Z\",\n                            \"MerchantId\": \"bf03e4e6-53a0-4082-9476-643xxx049\",\n                            \"CustomAttributeId\": \"c927fb73-db85-46bf-ad47-fa43xxxx19c\",\n                            \"CreatedById\": \"8b73a55a-65a2-4c82-b2c8-f82xxxxxba7\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"cec5317d-b454-42b7-8677-eff4cxxxxxa\",\n                    \"name\": \"Número de Pedido\",\n                    \"code\": \"numero_de_pedido\",\n                    \"description\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-12-09T14:20:46.000Z\",\n                    \"updatedAt\": \"2020-12-09T14:20:46.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CustomAttributeSetId\": \"c48e6480-05f8-4c25-aa41-eac8xxx6329\",\n                    \"CustomAttributeScopeId\": \"58c89067-c50d-11e9-90fc-e4exxxx1f8\",\n                    \"CustomAttributeTypeId\": \"0649d0f8-8c54-11e8-bf89-1231dxxxx9a\",\n                    \"CustomAttributeSpecificityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"8b73a55a-65a2-4c82-b2c8-f82a7xxxxa7\",\n                    \"UpdatedById\": \"8b73a55a-65a2-4c82-b2c8-f82a7ebxxx7\",\n                    \"CustomAttributeScope\": {\n                        \"_id\": \"58c89067-c50d-11e9-90fc-e4exxxxx1f8\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Name\",\n                        \"code\": \"checkouts\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SCOPES.Scopes_checkouts.Description\",\n                        \"position\": 2,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-14T14:38:00.000Z\",\n                        \"updatedAt\": \"2018-07-14T14:38:00.000Z\"\n                    },\n                    \"CustomAttributeType\": {\n                        \"_id\": \"0649d0f8-8c54-11e8-bf89-1231dxxxx9a\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Name\",\n                        \"code\": \"number\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Description\",\n                        \"position\": 4,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeSpecificity\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Name\",\n                        \"code\": \"all\",\n                        \"description\": \"CUSTOM_ATTRIBUTE_SPECIFICITIES.Specificities_all.Description\",\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n                        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n                    },\n                    \"CustomAttributeOptions\": []\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 12\n    }\n}"}],"_postman_id":"56bf65fe-7673-4c17-ba2b-d6b56e8bd930"},{"name":"Post Checkout Custom Attribute Sets","event":[{"listen":"test","script":{"id":"81dbe9d7-0788-403b-b2e8-14296f281f11","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_attribute_set_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6c6e9c1b-877b-4106-bfce-db232e687105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Atributo de facturación\",\n    \"description\":\"descripción\"\n}\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/custom-attribute-sets/checkouts","description":"<p>This endpoint allows you to create a group of custom attributes for sale.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","m",":merchant_id","custom-attribute-sets","checkouts"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"7040a6d7-d952-49dd-a53b-233e01796346","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"name\":\"Atributo test API\",\n\"description\":\"descripción\"\n}\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m//custom-attribute-sets/checkouts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"position\": 0,\n    \"status\": \"created\",\n    \"name\": \"Atributo test API\",\n    \"description\": \"descripción\",\n    \"CreatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeScopeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2024-09-12T14:13:03.000Z\",\n    \"createdAt\": \"2024-09-12T14:13:03.000Z\"\n}"}],"_postman_id":"6c6e9c1b-877b-4106-bfce-db232e687105"},{"name":"Put Checkout Custom Attribute Sets","event":[{"listen":"test","script":{"id":"81dbe9d7-0788-403b-b2e8-14296f281f11","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_attribute_set_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"786c73fe-1c26-4408-91b7-03e0056d589d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Atributo de facturación\",\n    \"description\":\"descripción\"\n}\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/custom-attribute-sets/:custom_attribute_set_id","description":"<p>This endpoint allows you to update a group of custom attributes for sale.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","custom-attribute-sets",":custom_attribute_set_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the custom attribute set.</p>\n","type":"text/plain"},"type":"any","value":"","key":"custom_attribute_set_id"}]}},"response":[{"id":"200b5343-6cf8-426f-947c-a242041b920d","name":"201 Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Atributo test API\",\n    \"description\": \"descripción\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/custom-attribute-sets/:custom_attributes_set_id","host":["app.multivende.com"],"path":["api","custom-attribute-sets",":custom_attributes_set_id"],"variable":[{"key":"custom_attributes_set_id","value":"{{custom_attributes_set_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"position\": 0,\n    \"status\": \"created\",\n    \"name\": \"Atributo test API\",\n    \"description\": \"descripción\",\n    \"CreatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeScopeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2024-09-12T14:13:03.000Z\",\n    \"createdAt\": \"2024-09-12T14:13:03.000Z\"\n}"}],"_postman_id":"786c73fe-1c26-4408-91b7-03e0056d589d"}],"id":"9947c993-5bf7-4dd7-aa93-26ffc5e487dd","_postman_id":"9947c993-5bf7-4dd7-aa93-26ffc5e487dd","description":""},{"name":"Get Checkout Custom Attributes Type","event":[{"listen":"test","script":{"id":"6c78860b-6994-4a48-a203-cf6a49a1d6e7","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7b165e09-4d41-47b0-aaa4-4467a16676a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/custom-attribute-types","description":"<p>This final point allows to list the types of checkout custom attributes that can be created</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14442662674573--C%C3%B3mo-crear-productos-desde-tu-sistema-a-Multivende\">article</a> in our Help Center.</p>\n","urlObject":{"path":["api","custom-attribute-types"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"aa04f737-e3c2-4b1c-8dc5-deb060908c89","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/custom-attribute-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Feb 2022 16:51:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"aec-ZBM0MnAqvOUTIzi3To40Xzvb7XY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"61033f6c-0689-426c-813f-c2ea081d2e73\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Name\",\n        \"code\": \"single_line_text\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Single_line_text.Description\",\n        \"position\": 0,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"763c2831-b9af-462f-8974-d401f358949c\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Name\",\n        \"code\": \"single_selection_list\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Types_single_selection_list.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"a844377d-5b70-4aa8-b0ae-71aa260f010e\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Multiple_line_text.Name\",\n        \"code\": \"multiple_line_text\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Multiple_line_text.Description\",\n        \"position\": 2,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"a07ffb20-452a-480a-98a6-f7d37fedffe2\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Name\",\n        \"code\": \"html_text\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.HTML_text.Description\",\n        \"position\": 3,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"0649d0f8-8c54-11e8-bf89-1231d7e4ab9a\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Name\",\n        \"code\": \"number\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Number.Description\",\n        \"position\": 4,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"2793d4de-8c54-11e8-bf89-1231d7e4ab9a\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Name\",\n        \"code\": \"radio\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Radio.Description\",\n        \"position\": 5,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"9837ecba-4020-11e9-8361-54e1adf69410\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Product_category.Name\",\n        \"code\": \"product_category\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Product_category.Description\",\n        \"position\": 6,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"0514a389-68ed-11e9-bb40-2c56dc130c0d\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.CheckBox.Name\",\n        \"code\": \"check_box\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.CheckBox.Description\",\n        \"position\": 7,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"dc0d921b-3d20-11ea-84d4-e4e74934d1f8\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Custom_attribute_set.Name\",\n        \"code\": \"custom_attribute_set\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Custom_attribute_set.Description\",\n        \"position\": 8,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-01-14T18:23:56.000Z\",\n        \"updatedAt\": \"2018-01-14T18:23:56.000Z\"\n    },\n    {\n        \"_id\": \"facbe7e0-ed8e-11ed-b4c6-736a5356a63a\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Picture.Name\",\n        \"code\": \"picture\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Picture.Description\",\n        \"position\": 9,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n    },\n    {\n        \"_id\": \"facbe7e0-ed8e-11ed-b4c6-a726c980232e\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Universal_code.Name\",\n        \"code\": \"universal_code\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.Code_universal.Description\",\n        \"position\": 9,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2023-05-01T00:00:00.000Z\",\n        \"updatedAt\": \"2023-05-01T00:00:00.000Z\"\n    },\n    {\n        \"_id\": \"54b64c43-b3bb-11ee-8231-02d317f2e3c5\",\n        \"name\": \"CUSTOM_ATTRIBUTE_TYPES.Tags.Name\",\n        \"code\": \"tags\",\n        \"description\": \"CUSTOM_ATTRIBUTE_TYPES.TAGS.Description\",\n        \"position\": 10,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2024-01-12T09:00:00.000Z\",\n        \"updatedAt\": \"2024-01-12T09:00:00.000Z\"\n    }\n]"}],"_postman_id":"7b165e09-4d41-47b0-aaa4-4467a16676a2"},{"name":"Get Checkouts Custom Attributes","event":[{"listen":"test","script":{"id":"5c1bbee8-6a3c-4a50-a486-abd90f80941d","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"df6351ec-d7fb-4f12-99dc-d4fef2e36e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/custom-attribute-sets/:custom_attribute_set_id/custom-attributes/p/:page","description":"<p>This endpoint will list the Checkouts Custom Attributes in the associated Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","custom-attribute-sets",":custom_attribute_set_id","custom-attributes","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the custom attribute set.</p>\n","type":"text/plain"},"type":"any","value":"","key":"custom_attribute_set_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"489884cc-7426-460f-b7b2-9e23b1a56a88","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/custom-attribute-sets/:custom_attribute_set_id/custom-attributes/p/:page","host":["app.multivende.com"],"path":["api","custom-attribute-sets",":custom_attribute_set_id","custom-attributes","p",":page"],"variable":[{"key":"custom_attribute_set_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Invoice-ready\",\n            \"code\": \"invoice_ready\",\n            \"description\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-08-26T17:56:51.000Z\",\n            \"updatedAt\": \"2021-08-26T17:56:51.000Z\",\n            \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSetId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeScopeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeTypeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeSpecificityId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CustomAttributeOptions\": []\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 1\n    }\n}"}],"_postman_id":"df6351ec-d7fb-4f12-99dc-d4fef2e36e1e"},{"name":"Post Chekouts Custom Attributes","event":[{"listen":"test","script":{"id":"81dbe9d7-0788-403b-b2e8-14296f281f11","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_attribute_set_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"db6eb102-6892-46ad-8353-d7dc41690635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"CustomAttributeOptions\": [],\n    \"CustomAttributeSpecificityId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeTypeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"test_ca\",\n    \"description\": \"test\",\n    \"name\": \"Test CA\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/custom-attribute-sets/:custom_attribute_set_id/custom-attributes","description":"<p>This endpoint allows you to create a custom attributes for the sale.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","custom-attribute-sets",":custom_attribute_set_id","custom-attributes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the custom attribute set.</p>\n","type":"text/plain"},"type":"any","value":"","key":"custom_attribute_set_id"}]}},"response":[{"id":"b06b5117-ea71-4586-9cab-be625850ca0d","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"CustomAttributeOptions\": [],\n    \"CustomAttributeSpecificityId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeTypeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"test_ca\",\n    \"description\": \"test\",\n    \"name\": \"Test CA\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api//custom-attribute-sets/:custom_attirbute_set_id/custom-attributes","host":["app.multivende.com"],"path":["api","","custom-attribute-sets",":custom_attirbute_set_id","custom-attributes"],"variable":[{"key":"custom_attirbute_set_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"position\": 0,\n    \"status\": \"created\",\n    \"name\": \"Test CA\",\n    \"code\": \"test_ca\",\n    \"description\": \"test\",\n    \"CustomAttributeTypeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeSpecificityId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CreatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeScopeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeSetId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2024-09-12T18:13:31.000Z\",\n    \"createdAt\": \"2024-09-12T18:13:31.000Z\"\n}"}],"_postman_id":"db6eb102-6892-46ad-8353-d7dc41690635"},{"name":"Put Checkout Custom Attributes","event":[{"listen":"test","script":{"id":"81dbe9d7-0788-403b-b2e8-14296f281f11","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"custom_attribute_set_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2fb19e89-c794-4b70-a6c2-1550b294d299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"CustomAttributeOptions\": [],\n    \"CustomAttributeSpecificityId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeTypeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"test_ca\",\n    \"description\": \"test\",\n    \"name\": \"Test CA\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/custom-attributes/:custom_attribute_id","description":"<p>This endpoint allows you to update a custom attributes for the sale.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","custom-attributes",":custom_attribute_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of a custom attribute.</p>\n","type":"text/plain"},"type":"any","value":"","key":"custom_attribute_id"}]}},"response":[{"id":"d58b7115-972c-4fb1-93af-573f9c9aeeb7","name":"201 Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"CustomAttributeOptions\": [],\n    \"CustomAttributeSpecificityId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeTypeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"test_ca\",\n    \"description\": \"test\",\n    \"name\": \"Test CA\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/custom-attributes/:custom_attribute_id","host":["app.multivende.com"],"path":["api","custom-attributes",":custom_attribute_id"],"variable":[{"key":"custom_attribute_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"position\": 0,\n    \"status\": \"created\",\n    \"name\": \"Test CA\",\n    \"code\": \"test_ca\",\n    \"description\": \"test\",\n    \"CustomAttributeTypeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeSpecificityId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CreatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeScopeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CustomAttributeSetId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2024-09-12T18:13:31.000Z\",\n    \"createdAt\": \"2024-09-12T18:13:31.000Z\"\n}"}],"_postman_id":"2fb19e89-c794-4b70-a6c2-1550b294d299"},{"name":"Update checkout custom attribute values","event":[{"listen":"test","script":{"id":"aa3a3a16-6f6b-4199-ae23-3c2470e9e267","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2e94c2d2-ae67-4c0e-a5c7-cbdb1e43d257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/checkouts/:checkout_id/custom-attributes-values/upsert","description":"<p>This endpoint will create a client in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>checkout_id</code> can be taken from <a href=\"#06b2a066-e1b4-4a73-a262-a54a8fdd58df\">Get checkouts</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","checkouts",":checkout_id","custom-attributes-values","upsert"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the sale (checkout) in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_id"}]}},"response":[{"id":"5e9b8bb7-14d9-4e46-822a-57ea15255e24","name":"201 Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"CustomAttributeValues\": {\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/custom-attributes-values/upsert","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","custom-attributes-values","upsert"],"variable":[{"key":"checkout_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"492"},{"key":"ETag","value":"W/\"1ec-uCjGu2vkyKZ35fx7bTtrjd6YkoM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 29 Aug 2019 13:49:42 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"position\": 0,\n        \"status\": \"created\",\n        \"CustomAttributeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CustomAttributeOptionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"updatedAt\": \"2019-08-29T13:49:42.000Z\",\n        \"createdAt\": \"2019-08-29T13:49:42.000Z\"\n    }\n]"}],"_postman_id":"2e94c2d2-ae67-4c0e-a5c7-cbdb1e43d257"}],"id":"9fbadd1f-fc0d-439c-af37-e168ce0ba8b8","event":[{"listen":"prerequest","script":{"id":"f317880c-10b4-4c85-8092-8617938834cd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1c3d724c-c115-442a-b55b-390f88351f83","type":"text/javascript","exec":[""]}}],"_postman_id":"9fbadd1f-fc0d-439c-af37-e168ce0ba8b8","description":""},{"name":"Checkout Notes","item":[{"name":"Get checkout notes","id":"ed72c4a5-eb9e-4afb-86a7-726810c6d11f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/checkouts/:checkout_id/checkout-notes","description":"<p>This endpoint allows you to consult the information of the notes associated with the sale.</p>\n<p>The <code>checkout_id</code> is required.</p>\n","urlObject":{"path":["api","checkouts",":checkout_id","checkout-notes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the sale (checkout) in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_id"}]}},"response":[{"id":"8db9c384-1765-43cd-b1b2-e3e06fecf613","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/checkout-notes","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","checkout-notes"],"variable":[{"key":"checkout_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"status\": \"created\",\n    \"content\": \"test\",\n    \"CreatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"OwnerId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CheckoutId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2024-09-18T13:55:23.000Z\",\n    \"createdAt\": \"2024-09-18T13:55:23.000Z\",\n    \"Owner\": {\n        \"profile\": {\n            \"name\": \"Multivende\",\n            \"fullName\": \"Multivende\"\n        },\n        \"token\": {\n            \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"email\": \"correo@multivende.com\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Chile\",\n        \"status\": \"created\"\n    },\n    \"checkout\": {\n        \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"code\": \"XXXXXXXXXX\",\n        \"origin\": \"store\",\n        \"net\": 10001,\n        \"tax\": 0,\n        \"gross\": 18000,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"verificationStatus\": null,\n        \"paymentStatus\": \"completed\",\n        \"deliveryStatus\": \"pending\",\n        \"comment\": null,\n        \"soldAt\": \"2024-08-26T18:36:43.000Z\",\n        \"isMultiwarehouse\": null,\n        \"courierName\": null,\n        \"shippingMode\": null,\n        \"createdAt\": \"2024-08-26T18:36:43.000Z\",\n        \"updatedAt\": \"2024-09-18T13:55:23.000Z\",\n        \"CreatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"OwnerId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"WarehouseId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionId\": null,\n        \"ProductPriceListId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CurrencyId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"ClientId\": null,\n        \"ShippingAddressId\": null,\n        \"BillingAddressId\": null,\n        \"DeliveryTypeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"ScreeningStatusId\": null,\n        \"MarketplaceScreeningStatusId\": null,\n        \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n}"}],"_postman_id":"ed72c4a5-eb9e-4afb-86a7-726810c6d11f"},{"name":"Post checkout notes","id":"d3de6312-98c5-4790-99df-9af6ad7e6eb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/checkouts/:checkout_id/checkout-notes","description":"<p>This endpoint allows you to create a note associated with the sale.</p>\n<p>The checkout id is required.</p>\n","urlObject":{"path":["api","checkouts",":checkout_id","checkout-notes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the sale (checkout) in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_id"}]}},"response":[{"id":"10225003-d5e5-431c-a287-7409c9547d57","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/checkout-notes","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","checkout-notes"],"variable":[{"key":"checkout_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"status\": \"created\",\n    \"content\": \"test\",\n    \"CreatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"OwnerId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CheckoutId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2024-09-18T14:12:35.000Z\",\n    \"createdAt\": \"2024-09-18T14:12:35.000Z\",\n    \"Owner\": {\n        \"profile\": {\n            \"name\": \"MULTIVENDE\",\n            \"fullName\": \"Chile\"\n        },\n        \"token\": {\n            \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"email\": \"correo@multivende.com@multivende.com\",\n        \"name\": \"MULTIVENDE\",\n        \"lastName\": \"Chile\",\n        \"status\": \"created\"\n    },\n    \"checkout\": {\n        \"_id\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"code\": \"XXXXXXXXXX\",\n        \"origin\": \"store\",\n        \"net\": 10001,\n        \"tax\": 0,\n        \"gross\": 18000,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"verificationStatus\": null,\n        \"paymentStatus\": \"completed\",\n        \"deliveryStatus\": \"pending\",\n        \"comment\": null,\n        \"soldAt\": \"2024-08-26T18:36:43.000Z\",\n        \"isMultiwarehouse\": null,\n        \"courierName\": null,\n        \"shippingMode\": null,\n        \"createdAt\": \"2024-08-26T18:36:43.000Z\",\n        \"updatedAt\": \"2024-09-18T14:12:35.000Z\",\n        \"CreatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"OwnerId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"WarehouseId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionId\": null,\n        \"ProductPriceListId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CurrencyId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"ClientId\": null,\n        \"ShippingAddressId\": null,\n        \"BillingAddressId\": null,\n        \"DeliveryTypeId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"ScreeningStatusId\": null,\n        \"MarketplaceScreeningStatusId\": null,\n        \"MerchantId\": \"XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n}"}],"_postman_id":"d3de6312-98c5-4790-99df-9af6ad7e6eb2"}],"id":"c2c331d7-8e3a-40e8-8dfe-6454722954f2","_postman_id":"c2c331d7-8e3a-40e8-8dfe-6454722954f2","description":""}],"id":"27dac3aa-9f86-468b-be65-2c18b33df73e","_postman_id":"27dac3aa-9f86-468b-be65-2c18b33df73e","description":""}],"id":"b8a3b378-19fd-4822-9686-932e822c0453","_postman_id":"b8a3b378-19fd-4822-9686-932e822c0453","description":""},{"name":"Get checkout","event":[{"listen":"test","script":{"id":"e144070b-c0c6-43b5-b65b-af27d91237bb","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e992a461-c17e-4f7c-af4e-f33d5d1ffde9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/checkouts/:checkout_id","description":"<p>This endpoint will show the checkout detail given an id in the associated to the Merchant.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<h3 id=\"importants-fields-in-a-checkout-for-you-operation\"><strong>Importants fields in a checkout for you operation:</strong></h3>\n<h4 id=\"the-checkoutlink-use-checkoutlink-checkoutlinks-is-deprecated\"><strong>The CheckoutLink</strong> <em><strong>(Use checkoutlink. checkoutlinks is deprecated)</strong></em></h4>\n<p>The field CheckoutLink has a JSON, that contains the remote order information from the sales channel.</p>\n<p>The most important fields in the CheckoutLink are:</p>\n<ul>\n<li><p><strong>externalId</strong>: contains the remote order id.</p>\n</li>\n<li><p><strong>externalOrderNumber</strong>: contains the remote order number.</p>\n</li>\n<li><p><strong>externalCustomerOrderNumber</strong>: contains the remote order number that is visible to the final customer.</p>\n</li>\n<li><p><strong>externalContent:</strong> Contains the external remote order JSON information, that is taken from the integration API . (*)</p>\n</li>\n</ul>\n<p>(*)<strong>The \"externalContent\" field returns the native information of the channel. Please do not take the data from this field. If necessary, communicate previously with the team by</strong> <a href=\"https://\">api@multivende.com</a></p>\n<h3 id=\"sale-details\">Sale details:</h3>\n<p>For more detailed information on how to read sales into your system, visit the following <a href=\"https://help.multivende.com/hc/es-419/articles/14792007563789-Registro-de-ventas-desde-Multivende-hacia-tu-sistema\">article</a>.</p>\n<ol>\n<li><p>Information about the products that were purchased, along with their SKU, dimensions, and prices you can find in the \"CheckoutItems\" field. <strong>\"CheckoutItems\" contains the products associated with the sales order.</strong></p>\n</li>\n<li><p><strong>Payment</strong>: details in the \"<strong>CheckoutPayments\" field. The</strong> \"CheckoutPayments\" contains the payment methods used in the sale and associated payments. Visit this <a href=\"https://help.multivende.com/hc/es-419/articles/14452410786573--C%C3%B3mo-funcionan-los-medios-de-pago\">article</a> for more information about payments.</p>\n</li>\n<li><p><strong>Delivery</strong>: details in the \"<strong>DeliveryOrderInCheckouts\" field.</strong></p>\n</li>\n</ol>\n<ul>\n<li><p>\"deliveryorder\": delivery details.</p>\n<ul>\n<li><p>\"cost\": dispatch cost.</p>\n</li>\n<li><p>\"ShippingAddress\": data details of the shipping address</p>\n</li>\n</ul>\n</li>\n<li><p>\"DeliveryOrderInCheckoutItems\": details of the items in the order to be dispatched</p>\n<ul>\n<li><p>\"FulfilledWarehouseId\": warehouse where the stock was taken</p>\n</li>\n<li><p>\"unfulfilledAmount\": number of broken items.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>For more about logistic information visit this <a href=\"https://help.multivende.com/hc/es-419/sections/13698224081805-Log%C3%ADstica\">article</a>.</p>\n<p>4**. Pick Up**: details in the <strong>\"PickUpOrders\"</strong> field.</p>\n<ul>\n<li><p><strong>Data client</strong>: this information it is in the \"Client\" field.</p>\n<ul>\n<li><p>\"taxId\": Rut, DNI, Passport.</p>\n</li>\n<li><p>BillingAddresses: data details of the billing address</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>For more about billing information, visit this <a href=\"https://help.multivende.com/hc/es-419/articles/23148955708557-Informaci%C3%B3n-de-facturaci%C3%B3n-C%C3%B3mo-consultarla-y-entenderla\">article</a>.</p>\n<p>5**. Dates:**</p>\n<ul>\n<li><p>\"soldAt\": date the sale was created on the channel.</p>\n</li>\n<li><p>\"createdAt\": date the sale was created in Multivende.</p>\n</li>\n<li><p>\"updatedAt\": date of last update of the sale in Multivende</p>\n</li>\n</ul>\n<p>6**. Prices:**</p>\n<ul>\n<li><p>\"total\": Gross Total Amount (Without sale discounts, includes discounts per item)</p>\n</li>\n<li><p>\"totalDiscounts\": Total amount of discounts</p>\n</li>\n<li><p>\"totalWithDiscount\": Total Net Amount (With discount)</p>\n</li>\n<li><p>\"totalPayment\": Total Net Amount (With discount + shipping)</p>\n</li>\n<li><p>\"DeliveryOrder\"</p>\n<ul>\n<li>\"cost\": Total Amount Shipment of the order (Freight)</li>\n</ul>\n</li>\n<li><p>\"CheckoutSurcharges\": to support \"surcharges\" on sales, because WooCommerce allows adding extra charges per payment type.</p>\n</li>\n</ul>\n<p>7**. Prices by Item:** These are found in \"CheckoutItems\"</p>\n<ul>\n<li><p>\"gross\": item price (without discount)</p>\n</li>\n<li><p>\"count\": requested quantity</p>\n</li>\n<li><p>\"total\": net total (gross * count)</p>\n</li>\n<li><p>\"discount\": discount applied</p>\n</li>\n<li><p>\"totalWithDiscount\": net total less discounted ((gross * count) - discount)</p>\n</li>\n</ul>\n<p><strong>Additional Note:</strong></p>\n<ul>\n<li>The <code>checkout_id</code> can be taken from <a href=\"https://dev.multivende.com/#06b2a066-e1b4-4a73-a262-a54a8fdd58df\">Get checkouts light</a> endpoint or received via a checkout webhook.</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14792007563789--C%C3%B3mo-registrar-las-ventas-desde-Multivende-a-tu-sistema\">Help Center.</a></p>\n","urlObject":{"path":["api","checkouts",":checkout_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the sale (checkout) in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_id"}]}},"response":[{"id":"a9916ad9-fe4b-41a1-b068-65641e983513","name":"Get checkout (Amazon)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXX\",\n    \"origin\": \"amazon\",\n    \"net\": 439.3,\n    \"tax\": 70.29,\n    \"gross\": 589.59,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-18T12:16:20.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"MFN Std\",\n    \"shippingMode\": \"MFN\",\n    \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n    \"updatedAt\": \"2026-03-18T13:54:30.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": \"XXXXXXXXXX\",\n        \"address\": \"XXXXXXXXXXXXX\",\n        \"description\": \"XXXXXXXXXXXXX\",\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": \"+52\",\n        \"phoneNumber\": \"XXXXXXXXXXXXX\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": \"Lunes a viernes de 8am a 2pm\",\n        \"tags\": null,\n        \"position\": 1,\n        \"status\": \"created\",\n        \"createdAt\": \"2025-02-05T22:09:37.000Z\",\n        \"updatedAt\": \"2025-12-24T00:53:33.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende - México\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"amazon\",\n        \"name\": \"Multivende - México\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"code\": \"_delivery_type_delivery\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende - México\",\n        \"businessName\": \"Multivende - México\",\n        \"description\": null,\n        \"code\": null,\n        \"address\": \"XXXXXXXXXXXXX, C.P. XXXXXX\",\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": \"XXXXXXXXXXXX\",\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2024-12-19T20:09:39.000Z\",\n        \"updatedAt\": \"2025-02-05T21:57:52.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2025-04-25T18:13:03.000Z\",\n        \"updatedAt\": \"2025-04-25T18:13:03.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Mexican_peso.Name\",\n            \"code\": \"MXN\",\n            \"decimalPlaces\": 2,\n            \"position\": 9,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": null,\n        \"comune\": null,\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": null,\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"6qhrtbxhz96xnhf@marketplace.amazon.com.mx\",\n        \"phoneNumber\": null,\n        \"comment\": null,\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": \"V1.1\",\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n        \"updatedAt\": \"2026-03-18T13:54:29.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": null,\n                \"address_1\": null,\n                \"address_2\": null,\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": null,\n                \"city\": null,\n                \"country\": null,\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": null,\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": \"V1.1\",\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n                \"updatedAt\": \"2026-03-18T13:54:30.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXX-XXXXXXX-XXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"AmazonOrderId\\\":\\\"XXX-XXXXXXX-XXXXXXX\\\",\\\"BuyerEmail\\\":\\\"6qhrtbxhz96xnhf@marketplace.amazon.com.mx\\\",\\\"BuyerName\\\":\\\"Multivende\\\"}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": \"V1.1\",\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n            \"updatedAt\": \"2026-03-18T13:54:29.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": null,\n            \"address_1\": null,\n            \"address_2\": null,\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": null,\n            \"city\": null,\n            \"country\": null,\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": null,\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": \"V1.1\",\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n            \"updatedAt\": \"2026-03-18T13:54:30.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": null,\n            \"taxActivity\": null,\n            \"taxId\": null,\n            \"documentType\": null,\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"6qhrtbxhz96xnhf@marketplace.amazon.com.mx\",\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": \"V1.1\",\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n            \"updatedAt\": \"2026-03-18T13:54:30.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXX-XXXXXXX-XXXXXXX\",\n            \"externalOrderNumber\": \"XXX-XXXXXXX-XXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXX-XXXXXXX-XXXXXXX\",\n            \"externalContent\": {\n                \"BuyerInfo\": {\n                    \"AmazonOrderId\": \"XXX-XXXXXXX-XXXXXXX\",\n                    \"BuyerEmail\": \"6qhrtbxhz96xnhf@marketplace.amazon.com.mx\",\n                    \"BuyerName\": \"Multivende\"\n                },\n                \"AmazonOrderId\": \"XXX-XXXXXXX-XXXXXXX\",\n                \"EarliestDeliveryDate\": \"2026-03-20T06:00:00Z\",\n                \"EarliestShipDate\": \"2026-03-18T06:00:00Z\",\n                \"SalesChannel\": \"Amazon.com.mx\",\n                \"AutomatedShippingSettings\": {\n                    \"HasAutomatedShippingSettings\": false\n                },\n                \"OrderStatus\": \"Unshipped\",\n                \"NumberOfItemsShipped\": 0,\n                \"OrderType\": \"StandardOrder\",\n                \"IsPremiumOrder\": false,\n                \"IsPrime\": false,\n                \"FulfillmentChannel\": \"MFN\",\n                \"NumberOfItemsUnshipped\": 1,\n                \"HasRegulatedItems\": false,\n                \"IsReplacementOrder\": false,\n                \"IsSoldByAB\": false,\n                \"LatestShipDate\": \"2026-03-19T05:59:59Z\",\n                \"ShipServiceLevel\": \"MFN Std\",\n                \"DefaultShipFromLocationAddress\": {\n                    \"AddressLine2\": \"XXXXXXXXXX\",\n                    \"StateOrRegion\": \"NUEVO LEON\",\n                    \"AddressLine1\": \"XXXXXXXXXX\",\n                    \"PostalCode\": \"XXXXXXXXXX\",\n                    \"City\": \"GUADALUPE\",\n                    \"CountryCode\": \"MX\",\n                    \"Name\": \"XXXXXXXXXX\"\n                },\n                \"IsISPU\": false,\n                \"MarketplaceId\": \"XXXXXXXXXX\",\n                \"LatestDeliveryDate\": \"2026-03-24T05:59:59Z\",\n                \"PurchaseDate\": \"2026-03-18T12:16:20Z\",\n                \"ShippingAddress\": {\n                    \"StateOrRegion\": \"CIUDAD DE MEXICO\",\n                    \"Municipality\": \"AZCAPOTZALCO\",\n                    \"PostalCode\": \"XXXXXXXXXX\",\n                    \"City\": \"CIUDAD DE MEXICO\",\n                    \"CountryCode\": \"MX\"\n                },\n                \"IsAccessPointOrder\": false,\n                \"PaymentMethod\": \"Other\",\n                \"IsBusinessOrder\": false,\n                \"OrderTotal\": {\n                    \"CurrencyCode\": \"MXN\",\n                    \"Amount\": \"589.59\"\n                },\n                \"PaymentMethodDetails\": [\n                    \"CreditCard\"\n                ],\n                \"IsGlobalExpressEnabled\": false,\n                \"LastUpdateDate\": \"2026-03-18T12:45:30Z\",\n                \"ShipmentServiceLevelCategory\": \"Standard\",\n                \"OrderItems\": [\n                    {\n                        \"TaxCollection\": {\n                            \"Model\": \"MarketplaceFacilitator\"\n                        },\n                        \"ProductInfo\": {\n                            \"NumberOfItems\": \"2\"\n                        },\n                        \"BuyerInfo\": {},\n                        \"ItemTax\": {\n                            \"CurrencyCode\": \"MXN\",\n                            \"Amount\": \"70.29\"\n                        },\n                        \"QuantityShipped\": 0,\n                        \"BuyerRequestedCancel\": {\n                            \"IsBuyerRequestedCancel\": \"false\",\n                            \"BuyerCancelReason\": \"\"\n                        },\n                        \"ItemPrice\": {\n                            \"CurrencyCode\": \"MXN\",\n                            \"Amount\": \"439.30\"\n                        },\n                        \"ASIN\": \"XXXXXXXXXX\",\n                        \"SellerSKU\": \"XXXXXXXXXX\",\n                        \"Title\": \"Kit BTZ Protector Térmico ML\",\n                        \"ShippingTax\": {\n                            \"CurrencyCode\": \"MXN\",\n                            \"Amount\": \"11.03\"\n                        },\n                        \"IsGift\": \"false\",\n                        \"ShippingPrice\": {\n                            \"CurrencyCode\": \"MXN\",\n                            \"Amount\": \"68.97\"\n                        },\n                        \"ConditionSubtypeId\": \"New\",\n                        \"ShippingDiscount\": {\n                            \"CurrencyCode\": \"MXN\",\n                            \"Amount\": \"0.00\"\n                        },\n                        \"ShippingDiscountTax\": {\n                            \"CurrencyCode\": \"MXN\",\n                            \"Amount\": \"0.00\"\n                        },\n                        \"IsTransparency\": false,\n                        \"QuantityOrdered\": 1,\n                        \"PromotionDiscountTax\": {\n                            \"CurrencyCode\": \"MXN\",\n                            \"Amount\": \"0.00\"\n                        },\n                        \"ConditionId\": \"New\",\n                        \"PromotionDiscount\": {\n                            \"CurrencyCode\": \"MXN\",\n                            \"Amount\": \"0.00\"\n                        },\n                        \"OrderItemId\": \"XXXXXXXXXX\"\n                    }\n                ]\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-18T12:16:20.000Z\",\n            \"externalUpdatedAt\": \"2026-03-18T12:45:30.000Z\",\n            \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n            \"updatedAt\": \"2026-03-18T12:54:36.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende - México\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"amazon\",\n                \"name\": \"Multivende - México\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n            \"updatedAt\": \"2026-03-18T12:54:36.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXX\",\n                \"cost\": 80,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": \"2026-03-20T06:00:00.000Z\",\n                \"estimatedDeliveryDateTo\": \"2026-03-24T05:59:59.000Z\",\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": \"2026-03-24T05:59:59.000Z\",\n                \"handlingDateLimit\": \"2026-03-19T05:59:59.000Z\",\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"pending\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": null,\n                \"trackingUrl\": null,\n                \"courierName\": \"MFN Std\",\n                \"shippingMode\": \"MFN\",\n                \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n                \"updatedAt\": \"2026-03-18T12:54:36.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXX-XXXXXXX-XXXXXXX\",\n                        \"externalOrderNumber\": \"XXX-XXXXXXX-XXXXXXX\",\n                        \"externalContent\": \"{\\\"BuyerInfo\\\":{\\\"AmazonOrderId\\\":\\\"XXX-XXXXXXX-XXXXXXX\\\",\\\"BuyerEmail\\\":\\\"6qhrtbxhz96xnhf@marketplace.amazon.com.mx\\\",\\\"BuyerName\\\":\\\"Multivende\\\"},\\\"AmazonOrderId\\\":\\\"XXX-XXXXXXX-XXXXXXX\\\",\\\"EarliestDeliveryDate\\\":\\\"2026-03-20T06:00:00Z\\\",\\\"EarliestShipDate\\\":\\\"2026-03-18T06:00:00Z\\\",\\\"SalesChannel\\\":\\\"Amazon.com.mx\\\",\\\"AutomatedShippingSettings\\\":{\\\"HasAutomatedShippingSettings\\\":false},\\\"OrderStatus\\\":\\\"Unshipped\\\",\\\"NumberOfItemsShipped\\\":0,\\\"OrderType\\\":\\\"StandardOrder\\\",\\\"IsPremiumOrder\\\":false,\\\"IsPrime\\\":false,\\\"FulfillmentChannel\\\":\\\"MFN\\\",\\\"NumberOfItemsUnshipped\\\":1,\\\"HasRegulatedItems\\\":false,\\\"IsReplacementOrder\\\":false,\\\"IsSoldByAB\\\":false,\\\"LatestShipDate\\\":\\\"2026-03-19T05:59:59Z\\\",\\\"ShipServiceLevel\\\":\\\"MFN Std\\\",\\\"DefaultShipFromLocationAddress\\\":{\\\"AddressLine2\\\":\\\"XXXXXXXXXX\\\",\\\"StateOrRegion\\\":\\\"NUEVO LEON\\\",\\\"AddressLine1\\\":\\\"XXXXXXXXXX\\\",\\\"PostalCode\\\":\\\"XXXXXXXXXX\\\",\\\"City\\\":\\\"GUADALUPE\\\",\\\"CountryCode\\\":\\\"MX\\\",\\\"Name\\\":\\\"XXXXXXXXXX\\\"},\\\"IsISPU\\\":false,\\\"MarketplaceId\\\":\\\"XXXXXXXXXX\\\",\\\"LatestDeliveryDate\\\":\\\"2026-03-24T05:59:59Z\\\",\\\"PurchaseDate\\\":\\\"2026-03-18T12:16:20Z\\\",\\\"ShippingAddress\\\":{\\\"StateOrRegion\\\":\\\"CIUDAD DE MEXICO\\\",\\\"Municipality\\\":\\\"AZCAPOTZALCO\\\",\\\"PostalCode\\\":\\\"XXXXXXXXXX\\\",\\\"City\\\":\\\"CIUDAD DE MEXICO\\\",\\\"CountryCode\\\":\\\"MX\\\"},\\\"IsAccessPointOrder\\\":false,\\\"PaymentMethod\\\":\\\"Other\\\",\\\"IsBusinessOrder\\\":false,\\\"OrderTotal\\\":{\\\"CurrencyCode\\\":\\\"MXN\\\",\\\"Amount\\\":\\\"589.59\\\"},\\\"PaymentMethodDetails\\\":[\\\"CreditCard\\\"],\\\"IsGlobalExpressEnabled\\\":false,\\\"LastUpdateDate\\\":\\\"2026-03-18T12:45:30Z\\\",\\\"ShipmentServiceLevelCategory\\\":\\\"Standard\\\",\\\"OrderItems\\\":[{\\\"TaxCollection\\\":{\\\"Model\\\":\\\"MarketplaceFacilitator\\\"},\\\"ProductInfo\\\":{\\\"NumberOfItems\\\":\\\"2\\\"},\\\"BuyerInfo\\\":{},\\\"ItemTax\\\":{\\\"CurrencyCode\\\":\\\"MXN\\\",\\\"Amount\\\":\\\"70.29\\\"},\\\"QuantityShipped\\\":0,\\\"BuyerRequestedCancel\\\":{\\\"IsBuyerRequestedCancel\\\":\\\"false\\\",\\\"BuyerCancelReason\\\":\\\"\\\"},\\\"ItemPrice\\\":{\\\"CurrencyCode\\\":\\\"MXN\\\",\\\"Amount\\\":\\\"439.30\\\"},\\\"ASIN\\\":\\\"XXXXXXXXXX\\\",\\\"SellerSKU\\\":\\\"XXXXXXXXXX\\\",\\\"Title\\\":\\\"Kit BTZ Protector Térmico ML\\\",\\\"ShippingTax\\\":{\\\"CurrencyCode\\\":\\\"MXN\\\",\\\"Amount\\\":\\\"11.03\\\"},\\\"IsGift\\\":\\\"false\\\",\\\"ShippingPrice\\\":{\\\"CurrencyCode\\\":\\\"MXN\\\",\\\"Amount\\\":\\\"68.97\\\"},\\\"ConditionSubtypeId\\\":\\\"New\\\",\\\"ShippingDiscount\\\":{\\\"CurrencyCode\\\":\\\"MXN\\\",\\\"Amount\\\":\\\"0.00\\\"},\\\"ShippingDiscountTax\\\":{\\\"CurrencyCode\\\":\\\"MXN\\\",\\\"Amount\\\":\\\"0.00\\\"},\\\"IsTransparency\\\":false,\\\"QuantityOrdered\\\":1,\\\"PromotionDiscountTax\\\":{\\\"CurrencyCode\\\":\\\"MXN\\\",\\\"Amount\\\":\\\"0.00\\\"},\\\"ConditionId\\\":\\\"New\\\",\\\"PromotionDiscount\\\":{\\\"CurrencyCode\\\":\\\"MXN\\\",\\\"Amount\\\":\\\"0.00\\\"},\\\"OrderItemId\\\":\\\"XXXXXXXXXX\\\"}]}\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-18T12:16:20.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-18T12:45:30.000Z\",\n                        \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n                        \"updatedAt\": \"2026-03-18T12:54:36.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": null,\n                    \"address_2\": null,\n                    \"description\": null,\n                    \"indications\": null,\n                    \"receiverName\": null,\n                    \"zipCode\": \"XXXXXXXXXX\",\n                    \"city\": \"CIUDAD DE MEXICO\",\n                    \"state\": \"CIUDAD DE MEXICO\",\n                    \"country\": \"MX\",\n                    \"street\": null,\n                    \"number\": null,\n                    \"neighborhood\": \"AZCAPOTZALCO\",\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": \"V1.1\",\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n                    \"updatedAt\": \"2026-03-18T13:54:30.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": null,\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": null,\n                            \"lastName\": null,\n                            \"contactName\": null,\n                            \"code\": null,\n                            \"email\": null,\n                            \"phoneNumber\": null,\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": \"V1.1\",\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n                            \"updatedAt\": \"2026-03-18T12:54:36.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"3663972016096\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n                    \"updatedAt\": \"2026-03-18T12:54:36.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXXX\",\n                        \"internalCode\": \"XXXXXXXXXX\",\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 5.5,\n                        \"length\": 15,\n                        \"height\": 20.4,\n                        \"weight\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-06-10T20:00:15.000Z\",\n                        \"updatedAt\": \"2026-03-05T21:58:17.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Kit Btz Protector Térmico Para Cabello Turn Up The Heat 2pza\",\n                            \"alias\": \"Kit Btz Protector Térmico Para Cabello Turn Up The Heat 2pza\",\n                            \"model\": \"Beyond the Zone\",\n                            \"code\": \"XXXXXXXXXX\",\n                            \"internalCode\": \"XXXXXXXXXX\",\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2025-06-10T20:00:15.000Z\",\n                            \"updatedAt\": \"2026-03-18T06:04:21.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": \"XXXXXXXXXX\",\n                        \"address\": \"XXXXXXXXXXXXX\",\n                        \"description\": \"XXXXXXXXXXXXX\",\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": \"+52\",\n                        \"phoneNumber\": \"XXXXXXXXXXXXX\",\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": \"Lunes a viernes de 8am a 2pm\",\n                        \"tags\": null,\n                        \"position\": 1,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-02-05T22:09:37.000Z\",\n                        \"updatedAt\": \"2025-12-24T00:53:33.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": null,\n            \"amount\": 589.59,\n            \"amountPaid\": 589.59,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": \"CreditCard\",\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n            \"updatedAt\": \"2026-03-18T12:54:36.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{\\n  \\\"requiresTransaction\\\": true\\n}\",\n                \"code\": \"_payment_methods_credit_card\",\n                \"name\": \"PAYMENT_METHODS.Credit_card.Name\",\n                \"description\": \"PAYMENT_METHODS.Credit_card.Description\",\n                \"position\": 1,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Tarjeta de crédito\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXX-XXXXXXX-XXXXXXX\",\n                    \"transactionId\": \"XXX-XXXXXXX-XXXXXXX\",\n                    \"externalContent\": null,\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": \"V1.1\",\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n                    \"updatedAt\": \"2026-03-18T13:54:29.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 509.59,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n            \"updatedAt\": \"2026-03-18T12:54:36.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXX\",\n                \"internalCode\": \"XXXXXXXXXX\",\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 5.5,\n                \"length\": 15,\n                \"height\": 20.4,\n                \"weight\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2025-06-10T20:00:15.000Z\",\n                \"updatedAt\": \"2026-03-05T21:58:17.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-01-16T12:44:57.000Z\",\n                    \"updatedAt\": \"2025-01-16T12:44:57.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-01-16T12:44:57.000Z\",\n                    \"updatedAt\": \"2025-01-16T12:44:57.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Kit Btz Protector Térmico Para Cabello Turn Up The Heat 2pza\",\n                    \"alias\": \"Kit Btz Protector Térmico Para Cabello Turn Up The Heat 2pza\",\n                    \"model\": \"Beyond the Zone\",\n                    \"code\": \"XXXXXXXXXX\",\n                    \"internalCode\": \"XXXXXXXXXX\",\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-06-10T20:00:15.000Z\",\n                    \"updatedAt\": \"2026-03-18T06:04:21.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 509.59,\n            \"discount\": 0,\n            \"totalWithDiscount\": 509.59,\n            \"paymentByItem\": 589.59\n        }\n    ],\n    \"cachedDate\": \"2026-03-18T14:03:08.000Z\",\n    \"total\": 509.59,\n    \"discount\": 0,\n    \"totalWithDiscount\": 509.59,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 509.59,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 589.59,\n    \"createdAtLocale\": \"18/03/2026 12:54:36\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXX-XXXXXXX-XXXXXXX\",\n        \"externalOrderNumber\": \"XXX-XXXXXXX-XXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXX-XXXXXXX-XXXXXXX\",\n        \"externalContent\": {\n            \"BuyerInfo\": {\n                \"AmazonOrderId\": \"XXX-XXXXXXX-XXXXXXX\",\n                \"BuyerEmail\": \"6qhrtbxhz96xnhf@marketplace.amazon.com.mx\",\n                \"BuyerName\": \"Multivende\"\n            },\n            \"AmazonOrderId\": \"XXX-XXXXXXX-XXXXXXX\",\n            \"EarliestDeliveryDate\": \"2026-03-20T06:00:00Z\",\n            \"EarliestShipDate\": \"2026-03-18T06:00:00Z\",\n            \"SalesChannel\": \"Amazon.com.mx\",\n            \"AutomatedShippingSettings\": {\n                \"HasAutomatedShippingSettings\": false\n            },\n            \"OrderStatus\": \"Unshipped\",\n            \"NumberOfItemsShipped\": 0,\n            \"OrderType\": \"StandardOrder\",\n            \"IsPremiumOrder\": false,\n            \"IsPrime\": false,\n            \"FulfillmentChannel\": \"MFN\",\n            \"NumberOfItemsUnshipped\": 1,\n            \"HasRegulatedItems\": false,\n            \"IsReplacementOrder\": false,\n            \"IsSoldByAB\": false,\n            \"LatestShipDate\": \"2026-03-19T05:59:59Z\",\n            \"ShipServiceLevel\": \"MFN Std\",\n            \"DefaultShipFromLocationAddress\": {\n                \"AddressLine2\": \"XXXXXXXXXX\",\n                \"StateOrRegion\": \"NUEVO LEON\",\n                \"AddressLine1\": \"XXXXXXXXXX\",\n                \"PostalCode\": \"XXXXXXXXXX\",\n                \"City\": \"GUADALUPE\",\n                \"CountryCode\": \"MX\",\n                \"Name\": \"XXXXXXXXXX\"\n            },\n            \"IsISPU\": false,\n            \"MarketplaceId\": \"XXXXXXXXXX\",\n            \"LatestDeliveryDate\": \"2026-03-24T05:59:59Z\",\n            \"PurchaseDate\": \"2026-03-18T12:16:20Z\",\n            \"ShippingAddress\": {\n                \"StateOrRegion\": \"CIUDAD DE MEXICO\",\n                \"Municipality\": \"AZCAPOTZALCO\",\n                \"PostalCode\": \"XXXXXXXXXX\",\n                \"City\": \"CIUDAD DE MEXICO\",\n                \"CountryCode\": \"MX\"\n            },\n            \"IsAccessPointOrder\": false,\n            \"PaymentMethod\": \"Other\",\n            \"IsBusinessOrder\": false,\n            \"OrderTotal\": {\n                \"CurrencyCode\": \"MXN\",\n                \"Amount\": \"589.59\"\n            },\n            \"PaymentMethodDetails\": [\n                \"CreditCard\"\n            ],\n            \"IsGlobalExpressEnabled\": false,\n            \"LastUpdateDate\": \"2026-03-18T12:45:30Z\",\n            \"ShipmentServiceLevelCategory\": \"Standard\",\n            \"OrderItems\": [\n                {\n                    \"TaxCollection\": {\n                        \"Model\": \"MarketplaceFacilitator\"\n                    },\n                    \"ProductInfo\": {\n                        \"NumberOfItems\": \"2\"\n                    },\n                    \"BuyerInfo\": {},\n                    \"ItemTax\": {\n                        \"CurrencyCode\": \"MXN\",\n                        \"Amount\": \"70.29\"\n                    },\n                    \"QuantityShipped\": 0,\n                    \"BuyerRequestedCancel\": {\n                        \"IsBuyerRequestedCancel\": \"false\",\n                        \"BuyerCancelReason\": \"\"\n                    },\n                    \"ItemPrice\": {\n                        \"CurrencyCode\": \"MXN\",\n                        \"Amount\": \"439.30\"\n                    },\n                    \"ASIN\": \"XXXXXXXXXX\",\n                    \"SellerSKU\": \"XXXXXXXXXX\",\n                    \"Title\": \"Kit BTZ Protector Térmico ML\",\n                    \"ShippingTax\": {\n                        \"CurrencyCode\": \"MXN\",\n                        \"Amount\": \"11.03\"\n                    },\n                    \"IsGift\": \"false\",\n                    \"ShippingPrice\": {\n                        \"CurrencyCode\": \"MXN\",\n                        \"Amount\": \"68.97\"\n                    },\n                    \"ConditionSubtypeId\": \"New\",\n                    \"ShippingDiscount\": {\n                        \"CurrencyCode\": \"MXN\",\n                        \"Amount\": \"0.00\"\n                    },\n                    \"ShippingDiscountTax\": {\n                        \"CurrencyCode\": \"MXN\",\n                        \"Amount\": \"0.00\"\n                    },\n                    \"IsTransparency\": false,\n                    \"QuantityOrdered\": 1,\n                    \"PromotionDiscountTax\": {\n                        \"CurrencyCode\": \"MXN\",\n                        \"Amount\": \"0.00\"\n                    },\n                    \"ConditionId\": \"New\",\n                    \"PromotionDiscount\": {\n                        \"CurrencyCode\": \"MXN\",\n                        \"Amount\": \"0.00\"\n                    },\n                    \"OrderItemId\": \"XXXXXXXXXX\"\n                }\n            ]\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-18T12:16:20.000Z\",\n        \"externalUpdatedAt\": \"2026-03-18T12:45:30.000Z\",\n        \"createdAt\": \"2026-03-18T12:54:36.000Z\",\n        \"updatedAt\": \"2026-03-18T12:54:36.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende - México\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"amazon\",\n            \"name\": \"Multivende - México\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"e514f963-f3cc-44af-9316-9cf9ef80a2ec","name":"Get checkout (Copel)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"coppel\",\n    \"net\": 1168,\n    \"tax\": 0,\n    \"gross\": 1168,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-17T19:54:27.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"Multivende\",\n    \"shippingMode\": \"standard\",\n    \"createdAt\": \"2026-03-17T19:58:34.000Z\",\n    \"updatedAt\": \"2026-03-17T20:58:39.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2024-12-11T23:29:19.000Z\",\n        \"updatedAt\": \"2024-12-11T23:29:19.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"coppel\",\n        \"name\": \"Multivende\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2024-12-11T23:29:19.000Z\",\n        \"updatedAt\": \"2024-12-11T23:29:19.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2025-04-25T18:13:03.000Z\",\n        \"updatedAt\": \"2025-04-25T18:13:03.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Mexican_peso.Name\",\n            \"code\": \"XXX\",\n            \"decimalPlaces\": 2,\n            \"position\": 9,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": \"Multivende\",\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": \"XXXXXXXXX\",\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-17T19:58:34.000Z\",\n        \"updatedAt\": \"2026-03-17T20:03:31.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"Multivende\",\n                \"address_2\": \"Multivende\",\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": \"XXXXX\",\n                \"city\": \"Multivende\",\n                \"country\": \"MX\",\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": \"Multivende\",\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-17T19:58:36.000Z\",\n                \"updatedAt\": \"2026-03-17T20:58:39.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"billing_address\\\":{\\\"city\\\":\\\"Multivende\\\",\\\"company\\\":null,\\\"company_2\\\":null,\\\"country\\\":\\\"MX\\\",\\\"country_iso_code\\\":null,\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"phone\\\":\\\"XXXXXXXXXX\\\",\\\"state\\\":\\\"Multivende\\\",\\\"street_1\\\":\\\"Multivende\\\",\\\"street_2\\\":\\\"Multivende\\\",\\\"zip_code\\\":\\\"XXXXX\\\"},\\\"civility\\\":null,\\\"customer_id\\\":\\\"XXXXXXXXX\\\",\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"locale\\\":null,\\\"shipping_address\\\":{\\\"additional_info\\\":\\\"Multivende\\\",\\\"city\\\":\\\"Multivende\\\",\\\"company\\\":null,\\\"company_2\\\":null,\\\"country\\\":\\\"MX\\\",\\\"country_iso_code\\\":null,\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"phone\\\":\\\"XXXXXXXXXX\\\",\\\"state\\\":\\\"Multivende\\\",\\\"street_1\\\":\\\"Multivende\\\",\\\"street_2\\\":\\\"Multivende\\\",\\\"zip_code\\\":\\\"XXXXX\\\"}}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-17T19:58:34.000Z\",\n            \"updatedAt\": \"2026-03-17T20:58:39.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"Multivende\",\n            \"address_2\": \"Multivende\",\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": \"XXXXX\",\n            \"city\": \"Multivende\",\n            \"country\": \"MX\",\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": \"Multivende\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-17T19:58:36.000Z\",\n            \"updatedAt\": \"2026-03-17T20:58:39.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": null,\n            \"taxActivity\": null,\n            \"taxId\": null,\n            \"documentType\": null,\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-17T19:58:36.000Z\",\n            \"updatedAt\": \"2026-03-17T20:03:32.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXXXX\",\n            \"externalContent\": {\n                \"acceptance_decision_date\": null,\n                \"can_cancel\": false,\n                \"can_shop_ship\": true,\n                \"channel\": null,\n                \"commercial_id\": \"XXXXXXXXX\",\n                \"created_date\": \"2026-03-17T19:54:27Z\",\n                \"currency_iso_code\": \"MXN\",\n                \"customer\": {\n                    \"billing_address\": {\n                        \"city\": \"Multivende\",\n                        \"company\": null,\n                        \"company_2\": null,\n                        \"country\": \"MX\",\n                        \"country_iso_code\": null,\n                        \"firstname\": \"Multivende\",\n                        \"lastname\": \"Multivende\",\n                        \"phone\": \"XXXXXXXXXX\",\n                        \"state\": \"Multivende\",\n                        \"street_1\": \"Multivende\",\n                        \"street_2\": \"Multivende\",\n                        \"zip_code\": \"XXXXX\"\n                    },\n                    \"civility\": null,\n                    \"customer_id\": \"XXXXXXXXX\",\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"locale\": null,\n                    \"shipping_address\": {\n                        \"additional_info\": \"Multivende\",\n                        \"city\": \"Multivende\",\n                        \"company\": null,\n                        \"company_2\": null,\n                        \"country\": \"MX\",\n                        \"country_iso_code\": null,\n                        \"firstname\": \"Multivende\",\n                        \"lastname\": \"Multivende\",\n                        \"phone\": \"XXXXXXXXXX\",\n                        \"state\": \"Multivende\",\n                        \"street_1\": \"Multivende\",\n                        \"street_2\": \"Multivende\",\n                        \"zip_code\": \"XXXXX\"\n                    }\n                },\n                \"customer_debited_date\": \"2026-03-17T20:00:47.469Z\",\n                \"customer_directly_pays_seller\": false,\n                \"customer_notification_email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"delivery_date\": null,\n                \"discount_campaigns\": [],\n                \"fulfillment\": {\n                    \"center\": {\n                        \"code\": \"DEFAULT\"\n                    }\n                },\n                \"fully_refunded\": false,\n                \"has_customer_message\": false,\n                \"has_incident\": false,\n                \"has_invoice\": false,\n                \"last_updated_date\": \"2026-03-17T20:01:01Z\",\n                \"leadtime_to_ship\": 2,\n                \"order_additional_fields\": [],\n                \"order_id\": \"XXXXXXXXXXX\",\n                \"order_lines\": [\n                    {\n                        \"can_refund\": true,\n                        \"cancelations\": [],\n                        \"category_code\": \"MPC-CasualPantsLowPartsExternalClothingClothesForMenClothingFootwear,ClothingAndAccessories\",\n                        \"category_label\": \"Pantalones casuales\",\n                        \"commission_fee\": 151.02,\n                        \"commission_rate_vat\": 16,\n                        \"commission_taxes\": [\n                            {\n                                \"amount\": 24.16,\n                                \"code\": \"TAXDEFAULT\",\n                                \"rate\": 16\n                            }\n                        ],\n                        \"commission_vat\": 24.16,\n                        \"created_date\": \"2026-03-17T19:54:28Z\",\n                        \"debited_date\": \"2026-03-17T20:00:47Z\",\n                        \"description\": null,\n                        \"fees\": [],\n                        \"last_updated_date\": \"2026-03-17T20:00:47Z\",\n                        \"offer_id\": 5348324,\n                        \"offer_sku\": \"XXXXXXXXXXXXXXXX\",\n                        \"offer_state_code\": \"11\",\n                        \"order_line_additional_fields\": [],\n                        \"order_line_id\": \"XXXXXXXXXXX\",\n                        \"order_line_index\": 1,\n                        \"order_line_state\": \"SHIPPING\",\n                        \"order_line_state_reason_code\": null,\n                        \"order_line_state_reason_label\": null,\n                        \"price\": 1168,\n                        \"price_additional_info\": null,\n                        \"price_unit\": 584,\n                        \"product_medias\": [\n                            {\n                                \"media_url\": \"/media/product/image/02ff8346-3c35-4157-8a83-9cae0850db70\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"MEDIUM\"\n                            },\n                            {\n                                \"media_url\": \"/media/product/image/8c300a58-6d9b-4c0e-96b6-7eb34abcc5a0\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"SMALL\"\n                            },\n                            {\n                                \"media_url\": \"/media/product/image/bbd1c308-f7aa-4475-9ab0-8df2ef8b5b70\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"LARGE\"\n                            }\n                        ],\n                        \"product_shop_sku\": \"XXXXXXXXXXXXXXXX\",\n                        \"product_sku\": \"XXXXXXXXXXXXX\",\n                        \"product_title\": \"Multivende\",\n                        \"promotions\": [],\n                        \"quantity\": 2,\n                        \"received_date\": null,\n                        \"refunds\": [],\n                        \"shipped_date\": null,\n                        \"shipping_from\": {\n                            \"address\": {\n                                \"city\": null,\n                                \"country_iso_code\": \"MEX\",\n                                \"state\": null,\n                                \"street_1\": null,\n                                \"street_2\": null,\n                                \"zip_code\": null\n                            },\n                            \"warehouse\": null\n                        },\n                        \"shipping_price\": 0,\n                        \"shipping_price_additional_unit\": null,\n                        \"shipping_price_unit\": null,\n                        \"shipping_taxes\": [],\n                        \"taxes\": [],\n                        \"total_commission\": 175.18,\n                        \"total_price\": 1168\n                    }\n                ],\n                \"order_refunds\": null,\n                \"order_state\": \"SHIPPING\",\n                \"order_state_reason_code\": null,\n                \"order_state_reason_label\": null,\n                \"order_tax_mode\": \"TAX_EXCLUDED\",\n                \"order_taxes\": null,\n                \"paymentType\": \"Pago con Tarjeta\",\n                \"payment_type\": \"Pago con Tarjeta\",\n                \"payment_workflow\": \"PAY_ON_ACCEPTANCE\",\n                \"price\": 1168,\n                \"promotions\": {\n                    \"applied_promotions\": [],\n                    \"total_deduced_amount\": 0\n                },\n                \"quote_id\": null,\n                \"shipping_carrier_code\": \"Multivende\",\n                \"shipping_carrier_standard_code\": null,\n                \"shipping_company\": \"Multivende\",\n                \"shipping_deadline\": \"2026-03-20T05:59:59.999Z\",\n                \"shipping_price\": 0,\n                \"shipping_pudo_id\": null,\n                \"shipping_tracking\": \"XXXXXXXXXXXXXXXXXXX\",\n                \"shipping_tracking_url\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"shipping_type_code\": \"standard\",\n                \"shipping_type_label\": \"Envío Estándar\",\n                \"shipping_type_standard_code\": \"CU_ADD-STD\",\n                \"shipping_zone_code\": \"mexico\",\n                \"shipping_zone_label\": \"México Local\",\n                \"total_commission\": 175.18,\n                \"total_price\": 1168,\n                \"isFulfillment\": false\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-17T19:54:27.000Z\",\n            \"externalUpdatedAt\": \"2026-03-17T20:01:01.000Z\",\n            \"createdAt\": \"2026-03-17T19:58:34.000Z\",\n            \"updatedAt\": \"2026-03-17T20:03:31.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"coppel\",\n                \"name\": \"Multivende\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-17T19:58:36.000Z\",\n            \"updatedAt\": \"2026-03-17T19:58:36.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": null,\n                \"handlingDateLimit\": \"2026-03-20T05:59:59.000Z\",\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"ready\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": \"XXXXXXXXXXXXXXXXXXX\",\n                \"trackingUrl\": null,\n                \"courierName\": \"Multivende\",\n                \"shippingMode\": \"standard\",\n                \"createdAt\": \"2026-03-17T19:58:35.000Z\",\n                \"updatedAt\": \"2026-03-17T20:58:39.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXXXXX\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"null\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-17T19:54:27.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-17T19:54:28.000Z\",\n                        \"createdAt\": \"2026-03-17T19:58:35.000Z\",\n                        \"updatedAt\": \"2026-03-17T20:58:39.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": null,\n                    \"description\": \"\",\n                    \"indications\": null,\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": \"XXXXX\",\n                    \"city\": \"Multivende\",\n                    \"state\": \"Multivende\",\n                    \"country\": \"MX\",\n                    \"street\": \"Multivende\",\n                    \"number\": null,\n                    \"neighborhood\": \"Multivende\",\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2026-03-17T19:58:35.000Z\",\n                    \"updatedAt\": \"2026-03-17T20:58:39.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"phoneNumber\": null,\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-17T19:58:35.000Z\",\n                            \"updatedAt\": \"2026-03-17T20:03:31.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 2,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-17T19:58:36.000Z\",\n                    \"updatedAt\": \"2026-03-17T19:58:36.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXXXXXXXXX\",\n                        \"internalCode\": \"\",\n                        \"providerCode\": null,\n                        \"position\": 9,\n                        \"width\": 30,\n                        \"length\": 40,\n                        \"height\": 2,\n                        \"weight\": 0.3,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-09-16T01:13:16.000Z\",\n                        \"updatedAt\": \"2025-11-04T23:22:11.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": \"\",\n                            \"model\": \"XXXX\",\n                            \"code\": \"XXXXXXXXXX\",\n                            \"internalCode\": \"\",\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2025-09-16T01:13:16.000Z\",\n                            \"updatedAt\": \"2026-03-17T14:11:49.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2024-12-11T23:29:19.000Z\",\n                        \"updatedAt\": \"2024-12-11T23:29:19.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": null,\n            \"amount\": 1168,\n            \"amountPaid\": 1168,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-17T19:58:35.000Z\",\n            \"updatedAt\": \"2026-03-17T19:58:35.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{\\n   \\\"requiresTransaction\\\": false\\n }\",\n                \"code\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"name\": \"PAYMENT_METHODS.Online_payment.Name\",\n                \"description\": \"PAYMENT_METHODS.Online_payment.Description\",\n                \"position\": 12,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Pago en línea\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXXXXXX\",\n                    \"transactionId\": \"XXXXXXXXXXX\",\n                    \"externalContent\": \"null\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-17T19:58:35.000Z\",\n                    \"updatedAt\": \"2026-03-17T19:58:35.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 584,\n            \"count\": 2,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-17T19:58:35.000Z\",\n            \"updatedAt\": \"2026-03-17T19:58:35.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXXXXX\",\n                \"internalCode\": \"\",\n                \"providerCode\": null,\n                \"position\": 9,\n                \"width\": 30,\n                \"length\": 40,\n                \"height\": 2,\n                \"weight\": 0.3,\n                \"status\": \"created\",\n                \"createdAt\": \"2025-09-16T01:13:16.000Z\",\n                \"updatedAt\": \"2025-11-04T23:22:11.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"XX\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-03-27T18:24:12.000Z\",\n                    \"updatedAt\": \"2025-03-27T18:24:12.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-03-27T18:24:36.000Z\",\n                    \"updatedAt\": \"2025-03-27T18:24:36.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": \"\",\n                    \"model\": \"XXXX\",\n                    \"code\": \"XXXXXXXXXX\",\n                    \"internalCode\": \"\",\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-09-16T01:13:16.000Z\",\n                    \"updatedAt\": \"2026-03-17T14:11:49.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 1168,\n            \"discount\": 0,\n            \"totalWithDiscount\": 1168,\n            \"paymentByItem\": 584\n        }\n    ],\n    \"cachedDate\": \"2026-03-18T14:38:14.000Z\",\n    \"total\": 1168,\n    \"discount\": 0,\n    \"totalWithDiscount\": 1168,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 1168,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 1168,\n    \"createdAtLocale\": \"17/03/2026 19:58:34\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXXXX\",\n        \"externalContent\": {\n            \"acceptance_decision_date\": null,\n            \"can_cancel\": false,\n            \"can_shop_ship\": true,\n            \"channel\": null,\n            \"commercial_id\": \"XXXXXXXXX\",\n            \"created_date\": \"2026-03-17T19:54:27Z\",\n            \"currency_iso_code\": \"MXN\",\n            \"customer\": {\n                \"billing_address\": {\n                    \"city\": \"Multivende\",\n                    \"company\": null,\n                    \"company_2\": null,\n                    \"country\": \"MX\",\n                    \"country_iso_code\": null,\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"phone\": \"XXXXXXXXXX\",\n                    \"state\": \"Multivende\",\n                    \"street_1\": \"Multivende\",\n                    \"street_2\": \"Multivende\",\n                    \"zip_code\": \"XXXXX\"\n                },\n                \"civility\": null,\n                \"customer_id\": \"XXXXXXXXX\",\n                \"firstname\": \"Multivende\",\n                \"lastname\": \"Multivende\",\n                \"locale\": null,\n                \"shipping_address\": {\n                    \"additional_info\": \"Multivende\",\n                    \"city\": \"Multivende\",\n                    \"company\": null,\n                    \"company_2\": null,\n                    \"country\": \"MX\",\n                    \"country_iso_code\": null,\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"phone\": \"XXXXXXXXXX\",\n                    \"state\": \"Multivende\",\n                    \"street_1\": \"Multivende\",\n                    \"street_2\": \"Multivende\",\n                    \"zip_code\": \"XXXXX\"\n                }\n            },\n            \"customer_debited_date\": \"2026-03-17T20:00:47.469Z\",\n            \"customer_directly_pays_seller\": false,\n            \"customer_notification_email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"delivery_date\": null,\n            \"discount_campaigns\": [],\n            \"fulfillment\": {\n                \"center\": {\n                    \"code\": \"DEFAULT\"\n                }\n            },\n            \"fully_refunded\": false,\n            \"has_customer_message\": false,\n            \"has_incident\": false,\n            \"has_invoice\": false,\n            \"last_updated_date\": \"2026-03-17T20:01:01Z\",\n            \"leadtime_to_ship\": 2,\n            \"order_additional_fields\": [],\n            \"order_id\": \"XXXXXXXXXXX\",\n            \"order_lines\": [\n                {\n                    \"can_refund\": true,\n                    \"cancelations\": [],\n                    \"category_code\": \"MPC-CasualPantsLowPartsExternalClothingClothesForMenClothingFootwear,ClothingAndAccessories\",\n                    \"category_label\": \"Pantalones casuales\",\n                    \"commission_fee\": 151.02,\n                    \"commission_rate_vat\": 16,\n                    \"commission_taxes\": [\n                        {\n                            \"amount\": 24.16,\n                            \"code\": \"TAXDEFAULT\",\n                            \"rate\": 16\n                        }\n                    ],\n                    \"commission_vat\": 24.16,\n                    \"created_date\": \"2026-03-17T19:54:28Z\",\n                    \"debited_date\": \"2026-03-17T20:00:47Z\",\n                    \"description\": null,\n                    \"fees\": [],\n                    \"last_updated_date\": \"2026-03-17T20:00:47Z\",\n                    \"offer_id\": 5348324,\n                    \"offer_sku\": \"XXXXXXXXXXXXXXXX\",\n                    \"offer_state_code\": \"11\",\n                    \"order_line_additional_fields\": [],\n                    \"order_line_id\": \"XXXXXXXXXXX\",\n                    \"order_line_index\": 1,\n                    \"order_line_state\": \"SHIPPING\",\n                    \"order_line_state_reason_code\": null,\n                    \"order_line_state_reason_label\": null,\n                    \"price\": 1168,\n                    \"price_additional_info\": null,\n                    \"price_unit\": 584,\n                    \"product_medias\": [\n                        {\n                            \"media_url\": \"/media/product/image/02ff8346-3c35-4157-8a83-9cae0850db70\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"MEDIUM\"\n                        },\n                        {\n                            \"media_url\": \"/media/product/image/8c300a58-6d9b-4c0e-96b6-7eb34abcc5a0\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"SMALL\"\n                        },\n                        {\n                            \"media_url\": \"/media/product/image/bbd1c308-f7aa-4475-9ab0-8df2ef8b5b70\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"LARGE\"\n                        }\n                    ],\n                    \"product_shop_sku\": \"XXXXXXXXXXXXXXXX\",\n                    \"product_sku\": \"XXXXXXXXXXXXX\",\n                    \"product_title\": \"Multivende\",\n                    \"promotions\": [],\n                    \"quantity\": 2,\n                    \"received_date\": null,\n                    \"refunds\": [],\n                    \"shipped_date\": null,\n                    \"shipping_from\": {\n                        \"address\": {\n                            \"city\": null,\n                            \"country_iso_code\": \"MEX\",\n                            \"state\": null,\n                            \"street_1\": null,\n                            \"street_2\": null,\n                            \"zip_code\": null\n                        },\n                        \"warehouse\": null\n                    },\n                    \"shipping_price\": 0,\n                    \"shipping_price_additional_unit\": null,\n                    \"shipping_price_unit\": null,\n                    \"shipping_taxes\": [],\n                    \"taxes\": [],\n                    \"total_commission\": 175.18,\n                    \"total_price\": 1168\n                }\n            ],\n            \"order_refunds\": null,\n            \"order_state\": \"SHIPPING\",\n            \"order_state_reason_code\": null,\n            \"order_state_reason_label\": null,\n            \"order_tax_mode\": \"TAX_EXCLUDED\",\n            \"order_taxes\": null,\n            \"paymentType\": \"Pago con Tarjeta\",\n            \"payment_type\": \"Pago con Tarjeta\",\n            \"payment_workflow\": \"PAY_ON_ACCEPTANCE\",\n            \"price\": 1168,\n            \"promotions\": {\n                \"applied_promotions\": [],\n                \"total_deduced_amount\": 0\n            },\n            \"quote_id\": null,\n            \"shipping_carrier_code\": \"Multivende\",\n            \"shipping_carrier_standard_code\": null,\n            \"shipping_company\": \"Multivende\",\n            \"shipping_deadline\": \"2026-03-20T05:59:59.999Z\",\n            \"shipping_price\": 0,\n            \"shipping_pudo_id\": null,\n            \"shipping_tracking\": \"XXXXXXXXXXXXXXXXXXX\",\n            \"shipping_tracking_url\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"shipping_type_code\": \"standard\",\n            \"shipping_type_label\": \"Envío Estándar\",\n            \"shipping_type_standard_code\": \"CU_ADD-STD\",\n            \"shipping_zone_code\": \"mexico\",\n            \"shipping_zone_label\": \"México Local\",\n            \"total_commission\": 175.18,\n            \"total_price\": 1168,\n            \"isFulfillment\": false\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-17T19:54:27.000Z\",\n        \"externalUpdatedAt\": \"2026-03-17T20:01:01.000Z\",\n        \"createdAt\": \"2026-03-17T19:58:34.000Z\",\n        \"updatedAt\": \"2026-03-17T20:03:31.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"coppel\",\n            \"name\": \"Multivende\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"ec45a4a0-af35-4b4b-a32e-335a814c0024","name":"Get checkout (Dafiti)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"dafiti\",\n    \"net\": 150880,\n    \"tax\": 0,\n    \"gross\": 150880,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-18T14:16:30.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"Coordinadora\",\n    \"shippingMode\": \"dropshipping\",\n    \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n    \"updatedAt\": \"2026-03-18T14:44:34.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2025-03-21T20:11:26.000Z\",\n        \"updatedAt\": \"2025-07-30T15:21:01.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"dafiti\",\n        \"name\": \"Multivende\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2025-03-21T20:11:26.000Z\",\n        \"updatedAt\": \"2025-07-14T14:34:59.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2019-05-30T16:52:54.000Z\",\n        \"updatedAt\": \"2019-05-30T16:52:54.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Colombian_peso.Name\",\n            \"code\": \"COP\",\n            \"decimalPlaces\": 0,\n            \"position\": 4,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2017-07-14T22:09:44.000Z\",\n            \"updatedAt\": \"2017-07-14T22:09:44.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": null,\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": \"XXXXXXXX\",\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"phoneNumber\": \"XXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n        \"updatedAt\": \"2026-03-18T14:19:33.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"Multivende\",\n                \"address_2\": \"\",\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": \"Multivende\",\n                \"zipCode\": \"XX\",\n                \"city\": \"Multivende\",\n                \"country\": \"Multivende\",\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": \"\",\n                \"position\": 0,\n                \"state\": \"\",\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n                \"updatedAt\": \"2026-03-18T14:44:34.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"firstName\\\":\\\"Multivende\\\",\\\"lastName\\\":\\\"Multivende\\\"}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n            \"updatedAt\": \"2026-03-18T14:44:34.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"Multivende\",\n            \"address_2\": \"\",\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": \"Multivende\",\n            \"zipCode\": \"XX\",\n            \"city\": \"Multivende\",\n            \"country\": \"Multivende\",\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": \"\",\n            \"position\": 0,\n            \"state\": \"\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n            \"updatedAt\": \"2026-03-18T14:44:34.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": \"Multivende\",\n            \"taxActivity\": null,\n            \"taxId\": \"XXXXXXXX\",\n            \"documentType\": \"rut\",\n            \"legalRepresentative\": \"Multivende\",\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n            \"updatedAt\": \"2026-03-18T14:19:33.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXX\",\n            \"externalContent\": {\n                \"uuid\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"invoiceRequired\": false,\n                \"id\": \"XXXXXXX\",\n                \"sellerId\": 769,\n                \"number\": \"XXXXXXXXX\",\n                \"customer\": {\n                    \"firstName\": \"Multivende\",\n                    \"lastName\": \"Multivende\"\n                },\n                \"address\": {\n                    \"billing\": {\n                        \"firstName\": \"Multivende\",\n                        \"lastName\": \"Multivende\",\n                        \"phone\": [\n                            \"XXXXX\"\n                        ],\n                        \"address\": [\n                            \"Multivende\",\n                            \"Multivende\",\n                            \"\",\n                            \"\",\n                            \"\"\n                        ],\n                        \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"city\": \"Multivende\",\n                        \"ward\": \"\",\n                        \"region\": \"\",\n                        \"postCode\": \"XX\",\n                        \"country\": \"Multivende\"\n                    },\n                    \"shipping\": {\n                        \"firstName\": \"Multivende\",\n                        \"lastName\": \"Multivende\",\n                        \"phone\": [\n                            \"XXXXX\"\n                        ],\n                        \"address\": [\n                            \"Multivende\",\n                            \"Multivende\",\n                            \"\",\n                            \"\",\n                            \"\"\n                        ],\n                        \"email\": \"\",\n                        \"city\": \"Multivende\",\n                        \"ward\": \"\",\n                        \"region\": \"\",\n                        \"postCode\": \"XX\",\n                        \"country\": \"Multivende\"\n                    }\n                },\n                \"nationalRegistrationNumber\": \"XXXXXXXX\",\n                \"payoutPending\": false,\n                \"gift\": {\n                    \"option\": false,\n                    \"message\": \"\"\n                },\n                \"voucher\": {\n                    \"code\": \"\",\n                    \"type\": \"\"\n                },\n                \"deliveryInfo\": \"Multivende\",\n                \"paymentMethod\": \"PayuCcPayment\",\n                \"currency\": \"COP\",\n                \"remarks\": \"\",\n                \"createdAt\": \"2026-03-18T09:16:30.000000-05:00\",\n                \"updatedAt\": \"2026-03-18T09:18:34.000000-05:00\",\n                \"addressUpdatedAt\": \"2026-03-18T14:16:30.000000-05:00\",\n                \"exchangeByOrderId\": null,\n                \"exchangeForOrderId\": null,\n                \"source\": null,\n                \"extraAttributes\": null,\n                \"statusList\": {\n                    \"pending\": 1\n                },\n                \"itemCount\": 1,\n                \"unitPriceSumWithFees\": 150880,\n                \"shipmentProviderType\": \"\",\n                \"shipmentProviderPreSelected\": true,\n                \"targetToShip\": \"2026-03-19 09:15:30\",\n                \"packedItemsCount\": 0,\n                \"orderItemIds\": [\n                    \"XXXXXXX\"\n                ],\n                \"items\": [\n                    {\n                        \"id\": \"XXXXXXX\",\n                        \"srcId\": \"XXXXXXXX\",\n                        \"sellerId\": 769,\n                        \"orderId\": \"XXXXXXX\",\n                        \"uuid\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"status\": \"pending\",\n                        \"isProcessable\": true,\n                        \"failureReason\": {\n                            \"type\": null,\n                            \"name\": null,\n                            \"description\": null,\n                            \"details\": \"\"\n                        },\n                        \"shipment\": {\n                            \"type\": \"dropshipping\",\n                            \"crossdockingDeliveryType\": null,\n                            \"method\": \"\",\n                            \"preProvider\": null,\n                            \"provider\": {\n                                \"uuid\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"name\": \"Coordinadora\",\n                                \"default\": false,\n                                \"digitalType\": null,\n                                \"trackingUrl\": \"https://rastreo.coordinadora.com/?guia={{{TRACKING_NR}}}\"\n                            },\n                            \"providerPreselected\": true,\n                            \"providerProduct\": \"\",\n                            \"providerType\": null,\n                            \"weight\": 0,\n                            \"trackingCode\": \"\",\n                            \"preTrackingCode\": null\n                        },\n                        \"invoiceNumber\": null,\n                        \"invoiceAccesskey\": null,\n                        \"inTransit\": false,\n                        \"premium\": false,\n                        \"targetToShipAt\": \"2026-03-19 09:15:30\",\n                        \"product\": {\n                            \"name\": \"Multivende\",\n                            \"sku\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                            \"variation\": \"M\",\n                            \"sellerSku\": \"XXXXXXXXXXXX\",\n                            \"imageUrl\": null\n                        },\n                        \"unitPrice\": 139980,\n                        \"taxAmount\": 22349.75,\n                        \"taxPercent\": 19,\n                        \"paidPrice\": 139980,\n                        \"paidCommission\": null,\n                        \"shippingFee\": 10900,\n                        \"shippingServiceCost\": null,\n                        \"walletCredits\": 0,\n                        \"storeCredits\": 0,\n                        \"shippingVoucherAmount\": 0,\n                        \"priceAfterDiscount\": 0,\n                        \"salesDueAmount\": 139980,\n                        \"itemSerialNumber\": null,\n                        \"abatementRate\": null,\n                        \"exciseRate\": null,\n                        \"hsnCode\": null,\n                        \"codCollectableAmount\": null,\n                        \"purchase\": {\n                            \"orderSrcId\": null,\n                            \"orderNumber\": null,\n                            \"invoiceNumber\": null\n                        },\n                        \"createdAt\": \"2026-03-18T09:16:31.000000-05:00\",\n                        \"updatedAt\": \"2026-03-18T09:16:32.000000-05:00\",\n                        \"lastStatusChangedAt\": null,\n                        \"warehouseName\": null,\n                        \"extraAttributes\": null,\n                        \"isHybrid\": false,\n                        \"isOutlet\": false,\n                        \"actions\": [\n                            \"generate_all_documents\",\n                            \"generate_checklist\",\n                            \"generate_export_invoice\",\n                            \"generate_invoice\",\n                            \"generate_picklist\",\n                            \"generate_shipping_label\",\n                            \"status_set_to_canceled\",\n                            \"status_set_to_ready_to_ship\"\n                        ],\n                        \"vouchers\": [],\n                        \"manifestStatus\": null,\n                        \"isPickupRequestSent\": false,\n                        \"discountAmount\": 0,\n                        \"printed\": false,\n                        \"pendingPackageId\": null\n                    }\n                ],\n                \"regionId\": \"17608018\",\n                \"grandTotal\": 150880,\n                \"shippingFeeSstSum\": 0,\n                \"pendingSince\": \"2026-03-18T09:16:30.000000-05:00\",\n                \"printed\": false,\n                \"canGenerateInvoice\": true,\n                \"canGenerateShippingLabel\": false\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-18T14:16:30.000Z\",\n            \"externalUpdatedAt\": \"2026-03-18T14:18:34.000Z\",\n            \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n            \"updatedAt\": \"2026-03-18T14:44:34.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"dafiti\",\n                \"name\": \"Multivende\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n            \"updatedAt\": \"2026-03-18T14:19:33.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 10900,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": null,\n                \"handlingDateLimit\": \"2026-03-19T14:15:30.000Z\",\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"pending\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": null,\n                \"trackingUrl\": null,\n                \"courierName\": \"Coordinadora\",\n                \"shippingMode\": \"dropshipping\",\n                \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n                \"updatedAt\": \"2026-03-18T14:19:33.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXX-XXXXXXXXXXXX\",\n                        \"externalOrderNumber\": \"XXXXXXX-XXXXXXXXXXXX\",\n                        \"externalContent\": \"{\\\"uuid\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"invoiceRequired\\\":false,\\\"id\\\":\\\"XXXXXXX\\\",\\\"sellerId\\\":769,\\\"number\\\":\\\"XXXXXXXXX\\\",\\\"customer\\\":{\\\"firstName\\\":\\\"Multivende\\\",\\\"lastName\\\":\\\"Multivende\\\"},\\\"address\\\":{\\\"billing\\\":{\\\"firstName\\\":\\\"Multivende\\\",\\\"lastName\\\":\\\"Multivende\\\",\\\"phone\\\":[\\\"XXXXX\\\"],\\\"address\\\":[\\\"Multivende\\\",\\\"Multivende\\\",\\\"\\\",\\\"\\\",\\\"\\\"],\\\"email\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXX\\\",\\\"city\\\":\\\"Multivende\\\",\\\"ward\\\":\\\"\\\",\\\"region\\\":\\\"\\\",\\\"postCode\\\":\\\"XX\\\",\\\"country\\\":\\\"Multivende\\\"},\\\"shipping\\\":{\\\"firstName\\\":\\\"Multivende\\\",\\\"lastName\\\":\\\"Multivende\\\",\\\"phone\\\":[\\\"XXXXX\\\"],\\\"address\\\":[\\\"Multivende\\\",\\\"Multivende\\\",\\\"\\\",\\\"\\\",\\\"\\\"],\\\"email\\\":\\\"\\\",\\\"city\\\":\\\"Multivende\\\",\\\"ward\\\":\\\"\\\",\\\"region\\\":\\\"\\\",\\\"postCode\\\":\\\"XX\\\",\\\"country\\\":\\\"Multivende\\\"}},\\\"nationalRegistrationNumber\\\":\\\"XXXXXXXX\\\",\\\"payoutPending\\\":false,\\\"gift\\\":{\\\"option\\\":false,\\\"message\\\":\\\"\\\"},\\\"voucher\\\":{\\\"code\\\":\\\"\\\",\\\"type\\\":\\\"\\\"},\\\"deliveryInfo\\\":\\\"Multivende\\\",\\\"paymentMethod\\\":\\\"PayuCcPayment\\\",\\\"currency\\\":\\\"COP\\\",\\\"remarks\\\":\\\"\\\",\\\"createdAt\\\":\\\"2026-03-18T09:16:30.000000-05:00\\\",\\\"updatedAt\\\":\\\"2026-03-18T09:18:34.000000-05:00\\\",\\\"addressUpdatedAt\\\":\\\"2026-03-18T14:16:30.000000-05:00\\\",\\\"exchangeByOrderId\\\":null,\\\"exchangeForOrderId\\\":null,\\\"source\\\":null,\\\"extraAttributes\\\":null,\\\"statusList\\\":{\\\"pending\\\":1},\\\"itemCount\\\":1,\\\"unitPriceSumWithFees\\\":150880,\\\"shipmentProviderType\\\":\\\"\\\",\\\"shipmentProviderPreSelected\\\":true,\\\"targetToShip\\\":\\\"2026-03-19 09:15:30\\\",\\\"packedItemsCount\\\":0,\\\"orderItemIds\\\":[\\\"XXXXXXX\\\"],\\\"items\\\":[{\\\"id\\\":\\\"XXXXXXX\\\",\\\"srcId\\\":\\\"XXXXXXXX\\\",\\\"sellerId\\\":769,\\\"orderId\\\":\\\"XXXXXXX\\\",\\\"uuid\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"status\\\":\\\"pending\\\",\\\"isProcessable\\\":true,\\\"failureReason\\\":{\\\"type\\\":null,\\\"name\\\":null,\\\"description\\\":null,\\\"details\\\":\\\"\\\"},\\\"shipment\\\":{\\\"type\\\":\\\"dropshipping\\\",\\\"crossdockingDeliveryType\\\":null,\\\"method\\\":\\\"\\\",\\\"preProvider\\\":null,\\\"provider\\\":{\\\"uuid\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"name\\\":\\\"Coordinadora\\\",\\\"default\\\":false,\\\"digitalType\\\":null,\\\"trackingUrl\\\":\\\"https://rastreo.coordinadora.com/?guia={{{TRACKING_NR}}}\\\"},\\\"providerPreselected\\\":true,\\\"providerProduct\\\":\\\"\\\",\\\"providerType\\\":null,\\\"weight\\\":0,\\\"trackingCode\\\":\\\"\\\",\\\"preTrackingCode\\\":null},\\\"invoiceNumber\\\":null,\\\"invoiceAccesskey\\\":null,\\\"inTransit\\\":false,\\\"premium\\\":false,\\\"targetToShipAt\\\":\\\"2026-03-19 09:15:30\\\",\\\"product\\\":{\\\"name\\\":\\\"Multivende\\\",\\\"sku\\\":\\\"XXXXXXXXXXXXXXXXXXXXXX\\\",\\\"variation\\\":\\\"M\\\",\\\"sellerSku\\\":\\\"XXXXXXXXXXXX\\\",\\\"imageUrl\\\":null},\\\"unitPrice\\\":139980,\\\"taxAmount\\\":22349.75,\\\"taxPercent\\\":19,\\\"paidPrice\\\":139980,\\\"paidCommission\\\":null,\\\"shippingFee\\\":10900,\\\"shippingServiceCost\\\":null,\\\"walletCredits\\\":0,\\\"storeCredits\\\":0,\\\"shippingVoucherAmount\\\":0,\\\"priceAfterDiscount\\\":0,\\\"salesDueAmount\\\":139980,\\\"itemSerialNumber\\\":null,\\\"abatementRate\\\":null,\\\"exciseRate\\\":null,\\\"hsnCode\\\":null,\\\"codCollectableAmount\\\":null,\\\"purchase\\\":{\\\"orderSrcId\\\":null,\\\"orderNumber\\\":null,\\\"invoiceNumber\\\":null},\\\"createdAt\\\":\\\"2026-03-18T09:16:31.000000-05:00\\\",\\\"updatedAt\\\":\\\"2026-03-18T09:16:32.000000-05:00\\\",\\\"lastStatusChangedAt\\\":null,\\\"warehouseName\\\":null,\\\"extraAttributes\\\":null,\\\"isHybrid\\\":false,\\\"isOutlet\\\":false,\\\"actions\\\":[\\\"generate_all_documents\\\",\\\"generate_checklist\\\",\\\"generate_export_invoice\\\",\\\"generate_invoice\\\",\\\"generate_picklist\\\",\\\"generate_shipping_label\\\",\\\"status_set_to_canceled\\\",\\\"status_set_to_ready_to_ship\\\"],\\\"vouchers\\\":[],\\\"manifestStatus\\\":null,\\\"isPickupRequestSent\\\":false,\\\"discountAmount\\\":0,\\\"printed\\\":false,\\\"pendingPackageId\\\":null}],\\\"regionId\\\":\\\"17608018\\\",\\\"grandTotal\\\":150880,\\\"shippingFeeSstSum\\\":0,\\\"pendingSince\\\":\\\"2026-03-18T09:16:30.000000-05:00\\\",\\\"printed\\\":false,\\\"canGenerateInvoice\\\":true,\\\"canGenerateShippingLabel\\\":false}\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-18T14:16:30.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-18T14:18:34.000Z\",\n                        \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n                        \"updatedAt\": \"2026-03-18T14:19:33.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": \"Multivende\",\n                    \"description\": null,\n                    \"indications\": null,\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": \"XX\",\n                    \"city\": \"Multivende\",\n                    \"state\": \"\",\n                    \"country\": \"Multivende\",\n                    \"street\": null,\n                    \"number\": null,\n                    \"neighborhood\": \"\",\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n                    \"updatedAt\": \"2026-03-18T14:44:34.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": \"\",\n                            \"phoneNumber\": \"XXXXX\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n                            \"updatedAt\": \"2026-03-18T14:19:33.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n                    \"updatedAt\": \"2026-03-18T14:19:33.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXXXXX\",\n                        \"internalCode\": \"\",\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 28,\n                        \"length\": 36,\n                        \"height\": 11,\n                        \"weight\": 2,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-06-06T15:18:57.000Z\",\n                        \"updatedAt\": \"2026-03-14T02:00:39.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": \"\",\n                            \"model\": \"XXXXXXXXXX\",\n                            \"code\": \"XXXXXXXXXX\",\n                            \"internalCode\": \"\",\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2025-06-06T15:18:57.000Z\",\n                            \"updatedAt\": \"2026-03-14T02:00:39.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": null,\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-03-21T20:11:26.000Z\",\n                        \"updatedAt\": \"2025-07-30T15:21:01.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"\",\n            \"amount\": 150880,\n            \"amountPaid\": 150880,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n            \"updatedAt\": \"2026-03-18T14:19:33.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n                \"code\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                \"name\": \"PAYMENT_METHODS.Other.Name\",\n                \"description\": \"PAYMENT_METHODS.Other.Description\",\n                \"position\": 7,\n                \"status\": \"created\",\n                \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n                \"updatedAt\": \"2016-12-14T16:38:46.000Z\",\n                \"codeTranslated\": \"Otros\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXX\",\n                    \"transactionId\": \"XXXXXXX\",\n                    \"externalContent\": null,\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n                    \"updatedAt\": \"2026-03-18T14:44:34.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 139980,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n            \"updatedAt\": \"2026-03-18T14:19:33.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXX\",\n                \"internalCode\": \"\",\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 28,\n                \"length\": 36,\n                \"height\": 11,\n                \"weight\": 2,\n                \"status\": \"created\",\n                \"createdAt\": \"2025-06-06T15:18:57.000Z\",\n                \"updatedAt\": \"2026-03-14T02:00:39.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"M\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-04-21T20:42:37.000Z\",\n                    \"updatedAt\": \"2025-04-21T20:42:37.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Púrpura\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-03-21T20:11:26.000Z\",\n                    \"updatedAt\": \"2025-03-21T20:11:26.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": \"\",\n                    \"model\": \"XXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXX\",\n                    \"internalCode\": \"\",\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-06-06T15:18:57.000Z\",\n                    \"updatedAt\": \"2026-03-14T02:00:39.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": null,\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 139980,\n            \"discount\": 0,\n            \"totalWithDiscount\": 139980,\n            \"paymentByItem\": 150880\n        }\n    ],\n    \"cachedDate\": \"2026-03-18T14:48:22.000Z\",\n    \"total\": 139980,\n    \"discount\": 0,\n    \"totalWithDiscount\": 139980,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 139980,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 150880,\n    \"createdAtLocale\": \"18/03/2026 14:19:33\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXX\",\n        \"externalContent\": {\n            \"uuid\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"invoiceRequired\": false,\n            \"id\": \"XXXXXXX\",\n            \"sellerId\": 769,\n            \"number\": \"XXXXXXXXX\",\n            \"customer\": {\n                \"firstName\": \"Multivende\",\n                \"lastName\": \"Multivende\"\n            },\n            \"address\": {\n                \"billing\": {\n                    \"firstName\": \"Multivende\",\n                    \"lastName\": \"Multivende\",\n                    \"phone\": [\n                        \"XXXXX\"\n                    ],\n                    \"address\": [\n                        \"Multivende\",\n                        \"Multivende\",\n                        \"\",\n                        \"\",\n                        \"\"\n                    ],\n                    \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"city\": \"Multivende\",\n                    \"ward\": \"\",\n                    \"region\": \"\",\n                    \"postCode\": \"XX\",\n                    \"country\": \"Multivende\"\n                },\n                \"shipping\": {\n                    \"firstName\": \"Multivende\",\n                    \"lastName\": \"Multivende\",\n                    \"phone\": [\n                        \"XXXXX\"\n                    ],\n                    \"address\": [\n                        \"Multivende\",\n                        \"Multivende\",\n                        \"\",\n                        \"\",\n                        \"\"\n                    ],\n                    \"email\": \"\",\n                    \"city\": \"Multivende\",\n                    \"ward\": \"\",\n                    \"region\": \"\",\n                    \"postCode\": \"XX\",\n                    \"country\": \"Multivende\"\n                }\n            },\n            \"nationalRegistrationNumber\": \"XXXXXXXX\",\n            \"payoutPending\": false,\n            \"gift\": {\n                \"option\": false,\n                \"message\": \"\"\n            },\n            \"voucher\": {\n                \"code\": \"\",\n                \"type\": \"\"\n            },\n            \"deliveryInfo\": \"Multivende\",\n            \"paymentMethod\": \"PayuCcPayment\",\n            \"currency\": \"COP\",\n            \"remarks\": \"\",\n            \"createdAt\": \"2026-03-18T09:16:30.000000-05:00\",\n            \"updatedAt\": \"2026-03-18T09:18:34.000000-05:00\",\n            \"addressUpdatedAt\": \"2026-03-18T14:16:30.000000-05:00\",\n            \"exchangeByOrderId\": null,\n            \"exchangeForOrderId\": null,\n            \"source\": null,\n            \"extraAttributes\": null,\n            \"statusList\": {\n                \"pending\": 1\n            },\n            \"itemCount\": 1,\n            \"unitPriceSumWithFees\": 150880,\n            \"shipmentProviderType\": \"\",\n            \"shipmentProviderPreSelected\": true,\n            \"targetToShip\": \"2026-03-19 09:15:30\",\n            \"packedItemsCount\": 0,\n            \"orderItemIds\": [\n                \"XXXXXXX\"\n            ],\n            \"items\": [\n                {\n                    \"id\": \"XXXXXXX\",\n                    \"srcId\": \"XXXXXXXX\",\n                    \"sellerId\": 769,\n                    \"orderId\": \"XXXXXXX\",\n                    \"uuid\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"status\": \"pending\",\n                    \"isProcessable\": true,\n                    \"failureReason\": {\n                        \"type\": null,\n                        \"name\": null,\n                        \"description\": null,\n                        \"details\": \"\"\n                    },\n                    \"shipment\": {\n                        \"type\": \"dropshipping\",\n                        \"crossdockingDeliveryType\": null,\n                        \"method\": \"\",\n                        \"preProvider\": null,\n                        \"provider\": {\n                            \"uuid\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Coordinadora\",\n                            \"default\": false,\n                            \"digitalType\": null,\n                            \"trackingUrl\": \"https://rastreo.coordinadora.com/?guia={{{TRACKING_NR}}}\"\n                        },\n                        \"providerPreselected\": true,\n                        \"providerProduct\": \"\",\n                        \"providerType\": null,\n                        \"weight\": 0,\n                        \"trackingCode\": \"\",\n                        \"preTrackingCode\": null\n                    },\n                    \"invoiceNumber\": null,\n                    \"invoiceAccesskey\": null,\n                    \"inTransit\": false,\n                    \"premium\": false,\n                    \"targetToShipAt\": \"2026-03-19 09:15:30\",\n                    \"product\": {\n                        \"name\": \"Multivende\",\n                        \"sku\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                        \"variation\": \"M\",\n                        \"sellerSku\": \"XXXXXXXXXXXX\",\n                        \"imageUrl\": null\n                    },\n                    \"unitPrice\": 139980,\n                    \"taxAmount\": 22349.75,\n                    \"taxPercent\": 19,\n                    \"paidPrice\": 139980,\n                    \"paidCommission\": null,\n                    \"shippingFee\": 10900,\n                    \"shippingServiceCost\": null,\n                    \"walletCredits\": 0,\n                    \"storeCredits\": 0,\n                    \"shippingVoucherAmount\": 0,\n                    \"priceAfterDiscount\": 0,\n                    \"salesDueAmount\": 139980,\n                    \"itemSerialNumber\": null,\n                    \"abatementRate\": null,\n                    \"exciseRate\": null,\n                    \"hsnCode\": null,\n                    \"codCollectableAmount\": null,\n                    \"purchase\": {\n                        \"orderSrcId\": null,\n                        \"orderNumber\": null,\n                        \"invoiceNumber\": null\n                    },\n                    \"createdAt\": \"2026-03-18T09:16:31.000000-05:00\",\n                    \"updatedAt\": \"2026-03-18T09:16:32.000000-05:00\",\n                    \"lastStatusChangedAt\": null,\n                    \"warehouseName\": null,\n                    \"extraAttributes\": null,\n                    \"isHybrid\": false,\n                    \"isOutlet\": false,\n                    \"actions\": [\n                        \"generate_all_documents\",\n                        \"generate_checklist\",\n                        \"generate_export_invoice\",\n                        \"generate_invoice\",\n                        \"generate_picklist\",\n                        \"generate_shipping_label\",\n                        \"status_set_to_canceled\",\n                        \"status_set_to_ready_to_ship\"\n                    ],\n                    \"vouchers\": [],\n                    \"manifestStatus\": null,\n                    \"isPickupRequestSent\": false,\n                    \"discountAmount\": 0,\n                    \"printed\": false,\n                    \"pendingPackageId\": null\n                }\n            ],\n            \"regionId\": \"17608018\",\n            \"grandTotal\": 150880,\n            \"shippingFeeSstSum\": 0,\n            \"pendingSince\": \"2026-03-18T09:16:30.000000-05:00\",\n            \"printed\": false,\n            \"canGenerateInvoice\": true,\n            \"canGenerateShippingLabel\": false\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-18T14:16:30.000Z\",\n        \"externalUpdatedAt\": \"2026-03-18T14:18:34.000Z\",\n        \"createdAt\": \"2026-03-18T14:19:33.000Z\",\n        \"updatedAt\": \"2026-03-14T14:44:34.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"dafiti\",\n            \"name\": \"Multivende\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"c1abbeec-8446-48eb-8da5-729ed3426e71","name":"Get checkout (Falabella)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"fcom\",\n    \"net\": 63980,\n    \"tax\": 0,\n    \"gross\": 63980,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-17T14:43:33.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"home delivery corp\",\n    \"shippingMode\": \"Dropshipping\",\n    \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n    \"updatedAt\": \"2026-03-17T14:48:30.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Bodega Online\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n        \"updatedAt\": \"2022-07-15T17:34:28.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende SpA\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"fcom\",\n        \"name\": \"Multivende SpA\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"code\": \"_delivery_type_delivery\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende SpA\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"000000000\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n        \"updatedAt\": \"2019-11-18T15:55:08.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2020-08-27T19:13:42.000Z\",\n        \"updatedAt\": \"2020-08-27T19:13:42.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": null,\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": \"00000000-0\",\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": null,\n        \"phoneNumber\": null,\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n        \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"XX XXX 00\",\n                \"address_2\": \"208\",\n                \"description\": \"\",\n                \"indications\": null,\n                \"receiverName\": \"Multivende\",\n                \"zipCode\": \"00000\",\n                \"city\": \"SANTIAGO\",\n                \"country\": \"CL\",\n                \"street\": \"XXXXXXXX\",\n                \"number\": \"000\",\n                \"neighborhood\": \"QUILICURA\",\n                \"position\": 0,\n                \"state\": \"METROPOLITANA DE SANTIAGO\",\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n                \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": null,\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n            \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"XX XXX 00\",\n            \"address_2\": \"208\",\n            \"description\": \"\",\n            \"indications\": null,\n            \"receiverName\": \"Multivende\",\n            \"zipCode\": \"00000\",\n            \"city\": \"SANTIAGO\",\n            \"country\": \"CL\",\n            \"street\": \"XXXXXXXX\",\n            \"number\": \"000\",\n            \"neighborhood\": \"QUILICURA\",\n            \"position\": 0,\n            \"state\": \"METROPOLITANA DE SANTIAGO\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n            \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": \"Multivende\",\n            \"taxActivity\": null,\n            \"taxId\": \"00000000-0\",\n            \"documentType\": \"\",\n            \"legalRepresentative\": \"Multivende\",\n            \"legalRepresentativeTaxId\": \"00000000-0\",\n            \"email\": \"\",\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n            \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXXX\",\n            \"externalContent\": {\n                \"OrderId\": \"XXXXXXXXXX\",\n                \"CustomerFirstName\": \"Multivende\",\n                \"CustomerLastName\": \"Multivende\",\n                \"OrderNumber\": \"XXXXXXXXXX\",\n                \"PaymentMethod\": \"ecommPay\",\n                \"Price\": \"63980.00\",\n                \"GiftOption\": \"0\",\n                \"GiftMessage\": \"\",\n                \"VoucherCode\": \"\",\n                \"CreatedAt\": \"2026-03-17 11:43:33\",\n                \"UpdatedAt\": \"2026-03-17 11:43:41\",\n                \"AddressUpdatedAt\": \"2026-03-17 11:43:33\",\n                \"Remarks\": \"\",\n                \"DeliveryInfo\": \"\",\n                \"ItemsCount\": \"1\",\n                \"AddressBilling\": {\n                    \"FirstName\": \"Multivende\",\n                    \"LastName\": \"Multivende\",\n                    \"Address1\": \"XXXXXXXX\",\n                    \"Address2\": \"000\",\n                    \"Address3\": \"208\",\n                    \"Address4\": \"\",\n                    \"Address5\": \"\",\n                    \"CustomerEmail\": \"\",\n                    \"City\": \"SANTIAGO\",\n                    \"Ward\": \"QUILICURA\",\n                    \"Region\": \"METROPOLITANA DE SANTIAGO\",\n                    \"PostCode\": \"00000\",\n                    \"Country\": \"CL\",\n                    \"Phone\": \"\",\n                    \"Phone2\": \"\"\n                },\n                \"AddressShipping\": {\n                    \"FirstName\": \"Multivende\",\n                    \"LastName\": \"Multivende\",\n                    \"CustomerEmail\": \"\",\n                    \"Phone\": \"\",\n                    \"Phone2\": \"\",\n                    \"Address1\": \"XXXXXXXX\",\n                    \"Address2\": \"000\",\n                    \"Address3\": \"208\",\n                    \"Address4\": \"\",\n                    \"Address5\": \"\",\n                    \"City\": \"SANTIAGO\",\n                    \"Ward\": \"QUILICURA\",\n                    \"Region\": \"METROPOLITANA DE SANTIAGO\",\n                    \"PostCode\": \"\",\n                    \"Country\": \"CL\",\n                    \"Latitude\": \"\",\n                    \"Longitude\": \"\"\n                },\n                \"NationalRegistrationNumber\": \"00000000-0\",\n                \"PromisedShippingTime\": \"2026-03-18 18:14:00\",\n                \"ExtraAttributes\": \"{\\\"interestFreeInstallments\\\":\\\"false\\\",\\\"ActualTotals\\\":\\\"{\\\\\\\"type\\\\\\\":\\\\\\\"ITEM_TOTAL\\\\\\\",\\\\\\\"amount\\\\\\\":{\\\\\\\"currency\\\\\\\":\\\\\\\"CLP\\\\\\\",\\\\\\\"centAmount\\\\\\\":59990,\\\\\\\"fraction\\\\\\\":1}}, {\\\\\\\"type\\\\\\\":\\\\\\\"SHIPPING_TOTAL\\\\\\\",\\\\\\\"amount\\\\\\\":{\\\\\\\"currency\\\\\\\":\\\\\\\"CLP\\\\\\\",\\\\\\\"centAmount\\\\\\\":3990,\\\\\\\"fraction\\\\\\\":1}}\\\",\\\"expiresAt\\\":\\\"2026-03-17T14:56:22Z\\\",\\\"deliveryGroupNumber\\\":\\\"e0d6c725-1d61-4e90-83cd-XXXXXXXXXXXX\\\",\\\"deliveryGroupId\\\":\\\"e0d6c725-1d61-4e90-83cd-XXXXXXXXXXXX\\\",\\\"mkpLogisticGroupId\\\":\\\"2adb8705-a5c0-4df8-b69b-XXXXXXXXXXXX\\\",\\\"externalSlotId\\\":\\\"2b24e740-a32d-41c4-b51a-XXXXXXXXXXXX\\\",\\\"cut\\\":\\\"00000\\\"}\",\n                \"ExtraBillingAttributes\": {\n                    \"LegalId\": \"\",\n                    \"FiscalPerson\": \"\",\n                    \"DocumentType\": \"\",\n                    \"ReceiverRegion\": \"\",\n                    \"ReceiverAddress\": \"\",\n                    \"ReceiverPostcode\": \"-\",\n                    \"ReceiverLegalName\": \"\",\n                    \"ReceiverMunicipality\": \"\",\n                    \"ReceiverTypeRegimen\": \"\",\n                    \"CustomerVerifierDigit\": \"\",\n                    \"ReceiverPhonenumber\": \"\",\n                    \"ReceiverEmail\": \"\",\n                    \"ReceiverLocality\": \"\"\n                },\n                \"InvoiceRequired\": \"false\",\n                \"OperatorCode\": \"facl\",\n                \"ShippingType\": \"Dropshipping\",\n                \"GrandTotal\": \"63,980.00\",\n                \"ProductTotal\": \"59,990.00\",\n                \"TaxAmount\": \"0.00\",\n                \"ShippingFeeTotal\": \"3,990.00\",\n                \"ShippingTax\": \"0.00\",\n                \"Voucher\": \"0.00\",\n                \"Statuses\": {\n                    \"Status\": \"pending\"\n                },\n                \"Warehouse\": {\n                    \"FacilityId\": \"XXXXXXXXXXXXXXXXX\",\n                    \"SellerWarehouseId\": \"\"\n                },\n                \"OrderItems\": [\n                    {\n                        \"OrderItemId\": \"XXXXXXXXX\",\n                        \"ShopId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"OrderId\": \"XXXXXXXXXX\",\n                        \"Name\": \"Aspiradora polvo/agua 10L 1200W BLACK+DECKER XXXXXXXXX\",\n                        \"Sku\": \"XXXXXXXXX\",\n                        \"Variation\": \"{}\",\n                        \"ShopSku\": \"XXXXXXXXX\",\n                        \"ShippingType\": \"Dropshipping\",\n                        \"Currency\": \"CLP\",\n                        \"VoucherCode\": \"\",\n                        \"Status\": \"pending\",\n                        \"IsProcessable\": \"1\",\n                        \"ShipmentProvider\": \"home delivery corp\",\n                        \"IsDigital\": \"0\",\n                        \"DigitalDeliveryInfo\": \"\",\n                        \"TrackingCode\": \"XXXXXXXXXXXXXXXXXX\",\n                        \"TrackingCodePre\": \"\",\n                        \"Reason\": \"\",\n                        \"ReasonDetail\": \"\",\n                        \"PurchaseOrderId\": \"\",\n                        \"PurchaseOrderNumber\": \"\",\n                        \"PackageId\": \"XXXXXXXXXXXX\",\n                        \"PromisedShippingTime\": \"2026-03-18 18:14:00\",\n                        \"ExtraAttributes\": \"{\\\"itemId\\\":\\\"1\\\",\\\"originNode\\\":\\\"0cf3085e-81af-4aab-b0d3-XXXXXXXXXXXXX\\\",\\\"originNodeType\\\":\\\"SELLER\\\",\\\"deliveryOrderGroupId\\\":\\\"XXXXXXXXXXXX\\\"}\",\n                        \"ShippingProviderType\": \"regular\",\n                        \"CreatedAt\": \"2026-03-17 11:43:33\",\n                        \"UpdatedAt\": \"2026-03-17 11:43:41\",\n                        \"Vouchers\": \"\",\n                        \"SalesType\": \"TDR\",\n                        \"ReturnStatus\": \"\",\n                        \"WalletCredits\": \"0.00\",\n                        \"ItemPrice\": \"59990.00\",\n                        \"PaidPrice\": \"59990.00\",\n                        \"TaxAmount\": \"0.00\",\n                        \"CodCollectableAmount\": \"0.00\",\n                        \"ShippingAmount\": \"3990.00\",\n                        \"ShippingServiceCost\": \"0.00\",\n                        \"ShippingTax\": \"0.00\",\n                        \"VoucherAmount\": \"0.00\"\n                    }\n                ],\n                \"orderClone\": {\n                    \"OrderId\": \"XXXXXXXXXX\",\n                    \"CustomerFirstName\": \"Multivende\",\n                    \"CustomerLastName\": \"Multivende\",\n                    \"OrderNumber\": \"XXXXXXXXXX\",\n                    \"PaymentMethod\": \"ecommPay\",\n                    \"Price\": \"63980.00\",\n                    \"GiftOption\": \"0\",\n                    \"GiftMessage\": \"\",\n                    \"VoucherCode\": \"\",\n                    \"CreatedAt\": \"2026-03-17 11:43:33\",\n                    \"UpdatedAt\": \"2026-03-17 11:43:41\",\n                    \"AddressUpdatedAt\": \"2026-03-17 11:43:33\",\n                    \"Remarks\": \"\",\n                    \"DeliveryInfo\": \"\",\n                    \"ItemsCount\": \"1\",\n                    \"AddressBilling\": {\n                        \"FirstName\": \"Multivende\",\n                        \"LastName\": \"Multivende\",\n                        \"Address1\": \"XXXXXXXX\",\n                        \"Address2\": \"000\",\n                        \"Address3\": \"208\",\n                        \"Address4\": \"\",\n                        \"Address5\": \"\",\n                        \"CustomerEmail\": \"\",\n                        \"City\": \"SANTIAGO\",\n                        \"Ward\": \"QUILICURA\",\n                        \"Region\": \"METROPOLITANA DE SANTIAGO\",\n                        \"PostCode\": \"00000\",\n                        \"Country\": \"CL\",\n                        \"Phone\": \"\",\n                        \"Phone2\": \"\"\n                    },\n                    \"AddressShipping\": {\n                        \"FirstName\": \"Multivende\",\n                        \"LastName\": \"Multivende\",\n                        \"CustomerEmail\": \"\",\n                        \"Phone\": \"\",\n                        \"Phone2\": \"\",\n                        \"Address1\": \"XXXXXXXX\",\n                        \"Address2\": \"000\",\n                        \"Address3\": \"208\",\n                        \"Address4\": \"\",\n                        \"Address5\": \"\",\n                        \"City\": \"SANTIAGO\",\n                        \"Ward\": \"QUILICURA\",\n                        \"Region\": \"METROPOLITANA DE SANTIAGO\",\n                        \"PostCode\": \"\",\n                        \"Country\": \"CL\",\n                        \"Latitude\": \"\",\n                        \"Longitude\": \"\"\n                    },\n                    \"NationalRegistrationNumber\": \"00000000-0\",\n                    \"PromisedShippingTime\": \"2026-03-18 18:14:00\",\n                    \"ExtraAttributes\": \"{\\\"interestFreeInstallments\\\":\\\"false\\\",\\\"ActualTotals\\\":\\\"{\\\\\\\"type\\\\\\\":\\\\\\\"ITEM_TOTAL\\\\\\\",\\\\\\\"amount\\\\\\\":{\\\\\\\"currency\\\\\\\":\\\\\\\"CLP\\\\\\\",\\\\\\\"centAmount\\\\\\\":59990,\\\\\\\"fraction\\\\\\\":1}}, {\\\\\\\"type\\\\\\\":\\\\\\\"SHIPPING_TOTAL\\\\\\\",\\\\\\\"amount\\\\\\\":{\\\\\\\"currency\\\\\\\":\\\\\\\"CLP\\\\\\\",\\\\\\\"centAmount\\\\\\\":3990,\\\\\\\"fraction\\\\\\\":1}}\\\",\\\"expiresAt\\\":\\\"2026-03-17T14:56:22Z\\\",\\\"deliveryGroupNumber\\\":\\\"e0d6c725-1d61-4e90-83cd-XXXXXXXXXXXX\\\",\\\"deliveryGroupId\\\":\\\"e0d6c725-1d61-4e90-83cd-XXXXXXXXXXXX\\\",\\\"mkpLogisticGroupId\\\":\\\"2adb8705-a5c0-4df8-b69b-XXXXXXXXXXXX\\\",\\\"externalSlotId\\\":\\\"2b24e740-a32d-41c4-b51a-XXXXXXXXXXXX\\\",\\\"cut\\\":\\\"00000\\\"}\",\n                    \"ExtraBillingAttributes\": {\n                        \"LegalId\": \"\",\n                        \"FiscalPerson\": \"\",\n                        \"DocumentType\": \"\",\n                        \"ReceiverRegion\": \"\",\n                        \"ReceiverAddress\": \"\",\n                        \"ReceiverPostcode\": \"-\",\n                        \"ReceiverLegalName\": \"\",\n                        \"ReceiverMunicipality\": \"\",\n                        \"ReceiverTypeRegimen\": \"\",\n                        \"CustomerVerifierDigit\": \"\",\n                        \"ReceiverPhonenumber\": \"\",\n                        \"ReceiverEmail\": \"\",\n                        \"ReceiverLocality\": \"\"\n                    },\n                    \"InvoiceRequired\": \"false\",\n                    \"OperatorCode\": \"facl\",\n                    \"ShippingType\": \"Dropshipping\",\n                    \"GrandTotal\": \"63,980.00\",\n                    \"ProductTotal\": \"59,990.00\",\n                    \"TaxAmount\": \"0.00\",\n                    \"ShippingFeeTotal\": \"3,990.00\",\n                    \"ShippingTax\": \"0.00\",\n                    \"Voucher\": \"0.00\",\n                    \"Statuses\": {\n                        \"Status\": \"pending\"\n                    },\n                    \"Warehouse\": {\n                        \"FacilityId\": \"XXXXXXXXXXXXXXXXX\",\n                        \"SellerWarehouseId\": \"\"\n                    },\n                    \"OrderItems\": [\n                        {\n                            \"OrderItemId\": \"XXXXXXXXX\",\n                            \"ShopId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"OrderId\": \"XXXXXXXXXX\",\n                            \"Name\": \"Aspiradora polvo/agua 10L 1200W BLACK+DECKER XXXXXXXXX\",\n                            \"Sku\": \"XXXXXXXXX\",\n                            \"Variation\": \"{}\",\n                            \"ShopSku\": \"XXXXXXXXX\",\n                            \"ShippingType\": \"Dropshipping\",\n                            \"Currency\": \"CLP\",\n                            \"VoucherCode\": \"\",\n                            \"Status\": \"pending\",\n                            \"IsProcessable\": \"1\",\n                            \"ShipmentProvider\": \"home delivery corp\",\n                            \"IsDigital\": \"0\",\n                            \"DigitalDeliveryInfo\": \"\",\n                            \"TrackingCode\": \"XXXXXXXXXXXXXXXXXX\",\n                            \"TrackingCodePre\": \"\",\n                            \"Reason\": \"\",\n                            \"ReasonDetail\": \"\",\n                            \"PurchaseOrderId\": \"\",\n                            \"PurchaseOrderNumber\": \"\",\n                            \"PackageId\": \"XXXXXXXXXXXX\",\n                            \"PromisedShippingTime\": \"2026-03-18 18:14:00\",\n                            \"ExtraAttributes\": \"{\\\"itemId\\\":\\\"1\\\",\\\"originNode\\\":\\\"0cf3085e-81af-4aab-b0d3-XXXXXXXXXXXX\\\",\\\"originNodeType\\\":\\\"SELLER\\\",\\\"deliveryOrderGroupId\\\":\\\"XXXXXXXXXXXX\\\"}\",\n                            \"ShippingProviderType\": \"regular\",\n                            \"CreatedAt\": \"2026-03-17 11:43:33\",\n                            \"UpdatedAt\": \"2026-03-17 11:43:41\",\n                            \"Vouchers\": \"\",\n                            \"SalesType\": \"TDR\",\n                            \"ReturnStatus\": \"\",\n                            \"WalletCredits\": \"0.00\",\n                            \"ItemPrice\": \"59990.00\",\n                            \"PaidPrice\": \"59990.00\",\n                            \"TaxAmount\": \"0.00\",\n                            \"CodCollectableAmount\": \"0.00\",\n                            \"ShippingAmount\": \"3990.00\",\n                            \"ShippingServiceCost\": \"0.00\",\n                            \"ShippingTax\": \"0.00\",\n                            \"VoucherAmount\": \"0.00\"\n                        }\n                    ],\n                    \"orderClone\": {}\n                },\n                \"isFulfillment\": false\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-17T14:43:33.000Z\",\n            \"externalUpdatedAt\": \"2026-03-17T14:43:41.000Z\",\n            \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n            \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende SpA\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"fcom\",\n                \"name\": \"Multivende SpA\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n            \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"2023831761382\",\n                \"cost\": 3990,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": \"2026-03-18T21:14:00.000Z\",\n                \"handlingDateLimit\": \"2026-03-18T21:14:00.000Z\",\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"ready\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": \"XXXXXXXX, SANTIAGO, CL\",\n                \"trackingNumber\": \"XXXXXXXXXXXXXXXXXX\",\n                \"trackingUrl\": null,\n                \"courierName\": \"home delivery corp\",\n                \"shippingMode\": \"Dropshipping\",\n                \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n                \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXXXX\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"null\",\n                        \"externalTrackingId\": \"XXXXXXXXXXXXXXXXXX\",\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-17T14:43:33.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-17T14:43:41.000Z\",\n                        \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n                        \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"XX XXX 00\",\n                    \"address_2\": \"208\",\n                    \"description\": \"\",\n                    \"indications\": null,\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": \"\",\n                    \"city\": \"SANTIAGO\",\n                    \"state\": \"METROPOLITANA DE SANTIAGO\",\n                    \"country\": \"CL\",\n                    \"street\": \"XXXXXXXX\",\n                    \"number\": \"000\",\n                    \"neighborhood\": \"QUILICURA\",\n                    \"position\": 0,\n                    \"latitude\": \"\",\n                    \"longitude\": \"\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"not-principal\",\n                    \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n                    \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": \"\",\n                            \"phoneNumber\": \"\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n                            \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"2510861965816\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n                    \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXX\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 32.3,\n                        \"length\": 31.6,\n                        \"height\": 40,\n                        \"weight\": 5.2,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2020-01-17T13:56:22.000Z\",\n                        \"updatedAt\": \"2026-03-11T15:53:25.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Aspiradora polvo/agua 10L 1200W BLACK+DECKER XXXXXXXXX\",\n                            \"alias\": \"Aspiradora polvo/agua 10L BLACK+DECKER BDWD10\",\n                            \"model\": \"XXXXXXXXX\",\n                            \"code\": \"XXXXXXXXX\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-01-17T13:56:22.000Z\",\n                            \"updatedAt\": \"2026-03-17T12:49:39.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Bodega Online\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n                        \"updatedAt\": \"2022-07-15T17:34:28.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": null,\n            \"amount\": 63980,\n            \"amountPaid\": 63980,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n            \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{\\n   \\\"requiresTransaction\\\": false\\n }\",\n                \"code\": \"_payment_methods_online_payment\",\n                \"name\": \"PAYMENT_METHODS.Online_payment.Name\",\n                \"description\": \"PAYMENT_METHODS.Online_payment.Description\",\n                \"position\": 12,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Pago en línea\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXXXXX\",\n                    \"transactionId\": \"XXXXXXXXXX\",\n                    \"externalContent\": null,\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n                    \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 59990,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n            \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXX\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 32.3,\n                \"length\": 31.6,\n                \"height\": 40,\n                \"weight\": 5.2,\n                \"status\": \"created\",\n                \"createdAt\": \"2020-01-17T13:56:22.000Z\",\n                \"updatedAt\": \"2026-03-11T15:53:25.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2019-12-06T17:52:44.000Z\",\n                    \"updatedAt\": \"2020-10-15T20:07:07.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Naranja\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n                    \"updatedAt\": \"2019-11-13T13:40:32.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Aspiradora polvo/agua 10L 1200W BLACK+DECKER XXXXXXXXX\",\n                    \"alias\": \"Aspiradora polvo/agua 10L BLACK+DECKER BDWD10\",\n                    \"model\": \"XXXXXXXXX\",\n                    \"code\": \"XXXXXXXXX\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-01-17T13:56:22.000Z\",\n                    \"updatedAt\": \"2026-03-17T12:49:39.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 59990,\n            \"discount\": 0,\n            \"totalWithDiscount\": 59990,\n            \"paymentByItem\": 63980\n        }\n    ],\n    \"cachedDate\": \"2026-03-17T14:55:07.000Z\",\n    \"total\": 59990,\n    \"discount\": 0,\n    \"totalWithDiscount\": 59990,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 59990,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 63980,\n    \"createdAtLocale\": \"17/03/2026 14:48:28\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXXX\",\n        \"externalContent\": {\n            \"OrderId\": \"XXXXXXXXXX\",\n            \"CustomerFirstName\": \"Multivende\",\n            \"CustomerLastName\": \"Multivende\",\n            \"OrderNumber\": \"XXXXXXXXXX\",\n            \"PaymentMethod\": \"ecommPay\",\n            \"Price\": \"63980.00\",\n            \"GiftOption\": \"0\",\n            \"GiftMessage\": \"\",\n            \"VoucherCode\": \"\",\n            \"CreatedAt\": \"2026-03-17 11:43:33\",\n            \"UpdatedAt\": \"2026-03-17 11:43:41\",\n            \"AddressUpdatedAt\": \"2026-03-17 11:43:33\",\n            \"Remarks\": \"\",\n            \"DeliveryInfo\": \"\",\n            \"ItemsCount\": \"1\",\n            \"AddressBilling\": {\n                \"FirstName\": \"Multivende\",\n                \"LastName\": \"Multivende\",\n                \"Address1\": \"XXXXXXXX\",\n                \"Address2\": \"000\",\n                \"Address3\": \"208\",\n                \"Address4\": \"\",\n                \"Address5\": \"\",\n                \"CustomerEmail\": \"\",\n                \"City\": \"SANTIAGO\",\n                \"Ward\": \"QUILICURA\",\n                \"Region\": \"METROPOLITANA DE SANTIAGO\",\n                \"PostCode\": \"00000\",\n                \"Country\": \"CL\",\n                \"Phone\": \"\",\n                \"Phone2\": \"\"\n            },\n            \"AddressShipping\": {\n                \"FirstName\": \"Multivende\",\n                \"LastName\": \"Multivende\",\n                \"CustomerEmail\": \"\",\n                \"Phone\": \"\",\n                \"Phone2\": \"\",\n                \"Address1\": \"XXXXXXXX\",\n                \"Address2\": \"000\",\n                \"Address3\": \"208\",\n                \"Address4\": \"\",\n                \"Address5\": \"\",\n                \"City\": \"SANTIAGO\",\n                \"Ward\": \"QUILICURA\",\n                \"Region\": \"METROPOLITANA DE SANTIAGO\",\n                \"PostCode\": \"\",\n                \"Country\": \"CL\",\n                \"Latitude\": \"\",\n                \"Longitude\": \"\"\n            },\n            \"NationalRegistrationNumber\": \"00000000-0\",\n            \"PromisedShippingTime\": \"2026-03-18 18:14:00\",\n            \"ExtraAttributes\": \"{\\\"interestFreeInstallments\\\":\\\"false\\\",\\\"ActualTotals\\\":\\\"{\\\\\\\"type\\\\\\\":\\\\\\\"ITEM_TOTAL\\\\\\\",\\\\\\\"amount\\\\\\\":{\\\\\\\"currency\\\\\\\":\\\\\\\"CLP\\\\\\\",\\\\\\\"centAmount\\\\\\\":59990,\\\\\\\"fraction\\\\\\\":1}}, {\\\\\\\"type\\\\\\\":\\\\\\\"SHIPPING_TOTAL\\\\\\\",\\\\\\\"amount\\\\\\\":{\\\\\\\"currency\\\\\\\":\\\\\\\"CLP\\\\\\\",\\\\\\\"centAmount\\\\\\\":3990,\\\\\\\"fraction\\\\\\\":1}}\\\",\\\"expiresAt\\\":\\\"2026-03-17T14:56:22Z\\\",\\\"deliveryGroupNumber\\\":\\\"e0d6c725-1d61-4e90-83cd-XXXXXXXXXXXX\\\",\\\"deliveryGroupId\\\":\\\"e0d6c725-1d61-4e90-83cd-XXXXXXXXXXXX\\\",\\\"mkpLogisticGroupId\\\":\\\"2adb8705-a5c0-4df8-b69b-XXXXXXXXXXXX\\\",\\\"externalSlotId\\\":\\\"2b24e740-a32d-41c4-b51a-XXXXXXXXXXXX\\\",\\\"cut\\\":\\\"00000\\\"}\",\n            \"ExtraBillingAttributes\": {\n                \"LegalId\": \"\",\n                \"FiscalPerson\": \"\",\n                \"DocumentType\": \"\",\n                \"ReceiverRegion\": \"\",\n                \"ReceiverAddress\": \"\",\n                \"ReceiverPostcode\": \"-\",\n                \"ReceiverLegalName\": \"\",\n                \"ReceiverMunicipality\": \"\",\n                \"ReceiverTypeRegimen\": \"\",\n                \"CustomerVerifierDigit\": \"\",\n                \"ReceiverPhonenumber\": \"\",\n                \"ReceiverEmail\": \"\",\n                \"ReceiverLocality\": \"\"\n            },\n            \"InvoiceRequired\": \"false\",\n            \"OperatorCode\": \"facl\",\n            \"ShippingType\": \"Dropshipping\",\n            \"GrandTotal\": \"63,980.00\",\n            \"ProductTotal\": \"59,990.00\",\n            \"TaxAmount\": \"0.00\",\n            \"ShippingFeeTotal\": \"3,990.00\",\n            \"ShippingTax\": \"0.00\",\n            \"Voucher\": \"0.00\",\n            \"Statuses\": {\n                \"Status\": \"pending\"\n            },\n            \"Warehouse\": {\n                \"FacilityId\": \"XXXXXXXXXXXXXXXXX\",\n                \"SellerWarehouseId\": \"\"\n            },\n            \"OrderItems\": [\n                {\n                    \"OrderItemId\": \"XXXXXXXXX\",\n                    \"ShopId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"OrderId\": \"XXXXXXXXXX\",\n                    \"Name\": \"Aspiradora polvo/agua 10L 1200W BLACK+DECKER XXXXXXXXX\",\n                    \"Sku\": \"XXXXXXXXX\",\n                    \"Variation\": \"{}\",\n                    \"ShopSku\": \"XXXXXXXXX\",\n                    \"ShippingType\": \"Dropshipping\",\n                    \"Currency\": \"CLP\",\n                    \"VoucherCode\": \"\",\n                    \"Status\": \"pending\",\n                    \"IsProcessable\": \"1\",\n                    \"ShipmentProvider\": \"home delivery corp\",\n                    \"IsDigital\": \"0\",\n                    \"DigitalDeliveryInfo\": \"\",\n                    \"TrackingCode\": \"XXXXXXXXXXXXXXXXXX\",\n                    \"TrackingCodePre\": \"\",\n                    \"Reason\": \"\",\n                    \"ReasonDetail\": \"\",\n                    \"PurchaseOrderId\": \"\",\n                    \"PurchaseOrderNumber\": \"\",\n                    \"PackageId\": \"XXXXXXXXXXXX\",\n                    \"PromisedShippingTime\": \"2026-03-18 18:14:00\",\n                    \"ExtraAttributes\": \"{\\\"itemId\\\":\\\"1\\\",\\\"originNode\\\":\\\"0cf3085e-81af-4aab-b0d3-XXXXXXXXXXXX\\\",\\\"originNodeType\\\":\\\"SELLER\\\",\\\"deliveryOrderGroupId\\\":\\\"XXXXXXXXXXXX\\\"}\",\n                    \"ShippingProviderType\": \"regular\",\n                    \"CreatedAt\": \"2026-03-17 11:43:33\",\n                    \"UpdatedAt\": \"2026-03-17 11:43:41\",\n                    \"Vouchers\": \"\",\n                    \"SalesType\": \"TDR\",\n                    \"ReturnStatus\": \"\",\n                    \"WalletCredits\": \"0.00\",\n                    \"ItemPrice\": \"59990.00\",\n                    \"PaidPrice\": \"59990.00\",\n                    \"TaxAmount\": \"0.00\",\n                    \"CodCollectableAmount\": \"0.00\",\n                    \"ShippingAmount\": \"3990.00\",\n                    \"ShippingServiceCost\": \"0.00\",\n                    \"ShippingTax\": \"0.00\",\n                    \"VoucherAmount\": \"0.00\"\n                }\n            ],\n            \"orderClone\": {\n                \"OrderId\": \"XXXXXXXXXX\",\n                \"CustomerFirstName\": \"Multivende\",\n                \"CustomerLastName\": \"Multivende\",\n                \"OrderNumber\": \"XXXXXXXXXX\",\n                \"PaymentMethod\": \"ecommPay\",\n                \"Price\": \"63980.00\",\n                \"GiftOption\": \"0\",\n                \"GiftMessage\": \"\",\n                \"VoucherCode\": \"\",\n                \"CreatedAt\": \"2026-03-17 11:43:33\",\n                \"UpdatedAt\": \"2026-03-17 11:43:41\",\n                \"AddressUpdatedAt\": \"2026-03-17 11:43:33\",\n                \"Remarks\": \"\",\n                \"DeliveryInfo\": \"\",\n                \"ItemsCount\": \"1\",\n                \"AddressBilling\": {\n                    \"FirstName\": \"Multivende\",\n                    \"LastName\": \"Multivende\",\n                    \"Address1\": \"XXXXXXXX\",\n                    \"Address2\": \"000\",\n                    \"Address3\": \"208\",\n                    \"Address4\": \"\",\n                    \"Address5\": \"\",\n                    \"CustomerEmail\": \"\",\n                    \"City\": \"SANTIAGO\",\n                    \"Ward\": \"QUILICURA\",\n                    \"Region\": \"METROPOLITANA DE SANTIAGO\",\n                    \"PostCode\": \"00000\",\n                    \"Country\": \"CL\",\n                    \"Phone\": \"\",\n                    \"Phone2\": \"\"\n                },\n                \"AddressShipping\": {\n                    \"FirstName\": \"Multivende\",\n                    \"LastName\": \"Multivende\",\n                    \"CustomerEmail\": \"\",\n                    \"Phone\": \"\",\n                    \"Phone2\": \"\",\n                    \"Address1\": \"XXXXXXXX\",\n                    \"Address2\": \"000\",\n                    \"Address3\": \"208\",\n                    \"Address4\": \"\",\n                    \"Address5\": \"\",\n                    \"City\": \"SANTIAGO\",\n                    \"Ward\": \"QUILICURA\",\n                    \"Region\": \"METROPOLITANA DE SANTIAGO\",\n                    \"PostCode\": \"\",\n                    \"Country\": \"CL\",\n                    \"Latitude\": \"\",\n                    \"Longitude\": \"\"\n                },\n                \"NationalRegistrationNumber\": \"00000000-0\",\n                \"PromisedShippingTime\": \"2026-03-18 18:14:00\",\n                \"ExtraAttributes\": \"{\\\"interestFreeInstallments\\\":\\\"false\\\",\\\"ActualTotals\\\":\\\"{\\\\\\\"type\\\\\\\":\\\\\\\"ITEM_TOTAL\\\\\\\",\\\\\\\"amount\\\\\\\":{\\\\\\\"currency\\\\\\\":\\\\\\\"CLP\\\\\\\",\\\\\\\"centAmount\\\\\\\":59990,\\\\\\\"fraction\\\\\\\":1}}, {\\\\\\\"type\\\\\\\":\\\\\\\"SHIPPING_TOTAL\\\\\\\",\\\\\\\"amount\\\\\\\":{\\\\\\\"currency\\\\\\\":\\\\\\\"CLP\\\\\\\",\\\\\\\"centAmount\\\\\\\":3990,\\\\\\\"fraction\\\\\\\":1}}\\\",\\\"expiresAt\\\":\\\"2026-03-17T14:56:22Z\\\",\\\"deliveryGroupNumber\\\":\\\"e0d6c725-1d61-4e90-83cd-XXXXXXXXXXXX\\\",\\\"deliveryGroupId\\\":\\\"e0d6c725-1d61-4e90-83cd-XXXXXXXXXXXX\\\",\\\"mkpLogisticGroupId\\\":\\\"2adb8705-a5c0-4df8-b69b-XXXXXXXXXXXX\\\",\\\"externalSlotId\\\":\\\"2b24e740-a32d-41c4-b51a-XXXXXXXXXXXX\\\",\\\"cut\\\":\\\"00000\\\"}\",\n                \"ExtraBillingAttributes\": {\n                    \"LegalId\": \"\",\n                    \"FiscalPerson\": \"\",\n                    \"DocumentType\": \"\",\n                    \"ReceiverRegion\": \"\",\n                    \"ReceiverAddress\": \"\",\n                    \"ReceiverPostcode\": \"-\",\n                    \"ReceiverLegalName\": \"\",\n                    \"ReceiverMunicipality\": \"\",\n                    \"ReceiverTypeRegimen\": \"\",\n                    \"CustomerVerifierDigit\": \"\",\n                    \"ReceiverPhonenumber\": \"\",\n                    \"ReceiverEmail\": \"\",\n                    \"ReceiverLocality\": \"\"\n                },\n                \"InvoiceRequired\": \"false\",\n                \"OperatorCode\": \"facl\",\n                \"ShippingType\": \"Dropshipping\",\n                \"GrandTotal\": \"63,980.00\",\n                \"ProductTotal\": \"59,990.00\",\n                \"TaxAmount\": \"0.00\",\n                \"ShippingFeeTotal\": \"3,990.00\",\n                \"ShippingTax\": \"0.00\",\n                \"Voucher\": \"0.00\",\n                \"Statuses\": {\n                    \"Status\": \"pending\"\n                },\n                \"Warehouse\": {\n                    \"FacilityId\": \"XXXXXXXXXXXXXXXXX\",\n                    \"SellerWarehouseId\": \"\"\n                },\n                \"OrderItems\": [\n                    {\n                        \"OrderItemId\": \"XXXXXXXXX\",\n                        \"ShopId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"OrderId\": \"XXXXXXXXXX\",\n                        \"Name\": \"Aspiradora polvo/agua 10L 1200W BLACK+DECKER XXXXXXXXX\",\n                        \"Sku\": \"XXXXXXXXX\",\n                        \"Variation\": \"{}\",\n                        \"ShopSku\": \"XXXXXXXXX\",\n                        \"ShippingType\": \"Dropshipping\",\n                        \"Currency\": \"CLP\",\n                        \"VoucherCode\": \"\",\n                        \"Status\": \"pending\",\n                        \"IsProcessable\": \"1\",\n                        \"ShipmentProvider\": \"home delivery corp\",\n                        \"IsDigital\": \"0\",\n                        \"DigitalDeliveryInfo\": \"\",\n                        \"TrackingCode\": \"XXXXXXXXXXXXXXXXXX\",\n                        \"TrackingCodePre\": \"\",\n                        \"Reason\": \"\",\n                        \"ReasonDetail\": \"\",\n                        \"PurchaseOrderId\": \"\",\n                        \"PurchaseOrderNumber\": \"\",\n                        \"PackageId\": \"XXXXXXXXXXXX\",\n                        \"PromisedShippingTime\": \"2026-03-18 18:14:00\",\n                        \"ExtraAttributes\": \"{\\\"itemId\\\":\\\"1\\\",\\\"originNode\\\":\\\"0cf3085e-81af-4aab-b0d3-XXXXXXXXXXXX\\\",\\\"originNodeType\\\":\\\"SELLER\\\",\\\"deliveryOrderGroupId\\\":\\\"XXXXXXXXXXXX\\\"}\",\n                        \"ShippingProviderType\": \"regular\",\n                        \"CreatedAt\": \"2026-03-17 11:43:33\",\n                        \"UpdatedAt\": \"2026-03-17 11:43:41\",\n                        \"Vouchers\": \"\",\n                        \"SalesType\": \"TDR\",\n                        \"ReturnStatus\": \"\",\n                        \"WalletCredits\": \"0.00\",\n                        \"ItemPrice\": \"59990.00\",\n                        \"PaidPrice\": \"59990.00\",\n                        \"TaxAmount\": \"0.00\",\n                        \"CodCollectableAmount\": \"0.00\",\n                        \"ShippingAmount\": \"3990.00\",\n                        \"ShippingServiceCost\": \"0.00\",\n                        \"ShippingTax\": \"0.00\",\n                        \"VoucherAmount\": \"0.00\"\n                    }\n                ],\n                \"orderClone\": {}\n            },\n            \"isFulfillment\": false\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-17T14:43:33.000Z\",\n        \"externalUpdatedAt\": \"2026-03-17T14:43:41.000Z\",\n        \"createdAt\": \"2026-03-17T14:48:28.000Z\",\n        \"updatedAt\": \"2026-03-17T14:48:28.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende SpA\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"fcom\",\n            \"name\": \"Multivende SpA\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"33258286-e1da-49af-9c25-48d206d584b4","name":"Get checkout (Linio)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXX\",\n    \"origin\": \"linio\",\n    \"net\": 0,\n    \"tax\": 0,\n    \"gross\": 109.9,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": null,\n    \"soldAt\": \"2023-05-09T03:38:28.000Z\",\n    \"isMultiwarehouse\": null,\n    \"courierName\": \"Flota Linio\",\n    \"shippingMode\": \"Dropshipping\",\n    \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n    \"updatedAt\": \"2023-05-15T15:52:05.000Z\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Bodega Online\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-10-19T13:26:49.000Z\",\n        \"updatedAt\": \"2021-10-19T13:26:49.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Linio Bata\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"linio\",\n        \"name\": \"Linio Bata\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"code\": \"_delivery_type_delivery\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Bata Perú\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-10-19T13:26:49.000Z\",\n        \"updatedAt\": \"2023-02-03T15:10:27.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2021-10-19T13:26:49.000Z\",\n        \"updatedAt\": \"2021-10-19T13:26:49.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"S/\",\n            \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n            \"code\": \"PEN\",\n            \"decimalPlaces\": 2,\n            \"position\": 5,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": null,\n        \"contactName\": null,\n        \"comune\": null,\n        \"city\": null,\n        \"documentType\": null,\n        \"taxId\": \"XXXXXXXXX\",\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"multivende@multivende.com\",\n        \"phoneNumber\": \"\",\n        \"comment\": null,\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n        \"updatedAt\": \"2023-05-09T03:42:04.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"LOS OLIVOS - Peru\",\n                \"address_2\": \"pasaje lopez albujar con avenida X de diciembre\",\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": null,\n                \"city\": null,\n                \"country\": null,\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": null,\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n                \"updatedAt\": \"2023-05-09T03:42:04.000Z\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": null,\n            \"tags\": null,\n            \"externalContent\": null,\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n            \"updatedAt\": \"2023-05-09T03:42:04.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"LOS OLIVOS - Peru\",\n            \"address_2\": \"pasaje lopez albujar con avenida X de diciembre\",\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": null,\n            \"city\": null,\n            \"country\": null,\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": null,\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n            \"updatedAt\": \"2023-05-09T03:42:04.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": \"Multivende\",\n            \"taxActivity\": null,\n            \"taxId\": \"XXXXXXXXX\",\n            \"documentType\": \"rut\",\n            \"legalRepresentative\": \"Multivende\",\n            \"legalRepresentativeTaxId\": \"\\\"\\\"\",\n            \"email\": \"multivende@multivende.com\",\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n            \"updatedAt\": \"2023-05-09T03:42:04.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXX\",\n            \"externalContent\": {\n                \"OrderId\": \"XXXXXXXX\",\n                \"CustomerFirstName\": \"Multivende\",\n                \"CustomerLastName\": \"Multivende\",\n                \"OrderNumber\": \"XXXXXXXX\",\n                \"PaymentMethod\": \"Falabellapay_Credit_Payment\",\n                \"Remarks\": \"\",\n                \"DeliveryInfo\": \"paradero acobamba frente\",\n                \"Price\": \"109.90\",\n                \"GiftOption\": \"0\",\n                \"GiftMessage\": \"\",\n                \"VoucherCode\": \"\",\n                \"CreatedAt\": \"2023-05-08 22:38:28\",\n                \"UpdatedAt\": \"2023-05-15 10:48:15\",\n                \"AddressUpdatedAt\": \"2023-05-08 22:38:28\",\n                \"AddressBilling\": {\n                    \"FirstName\": \"Multivende\",\n                    \"LastName\": \"Multivende\",\n                    \"Phone\": \"\",\n                    \"Phone2\": \"\",\n                    \"Address1\": \"pasaje lopez albujar con avenida\",\n                    \"Address2\": \"\",\n                    \"Address3\": \"\",\n                    \"Address4\": \"\",\n                    \"Address5\": \"\",\n                    \"CustomerEmail\": \"multivende@multivende.com\",\n                    \"City\": \"LOS OLIVOS\",\n                    \"Ward\": \"\",\n                    \"Region\": \"\",\n                    \"PostCode\": \"\",\n                    \"Country\": \"Peru\"\n                },\n                \"AddressShipping\": {\n                    \"FirstName\": \"Multivende\",\n                    \"LastName\": \"Multivende\",\n                    \"Phone\": \"\",\n                    \"Phone2\": \"\",\n                    \"Address1\": \"pasaje lopez albujar con avenida - lima -\",\n                    \"Address2\": \"aahh municipal chillon\",\n                    \"Address3\": \"\",\n                    \"Address4\": \"(Paradero acobamba frente)\",\n                    \"Address5\": \"\",\n                    \"CustomerEmail\": \"\",\n                    \"City\": \"Lima, Lima, Los Olivos\",\n                    \"Ward\": \"\",\n                    \"Region\": \"\",\n                    \"PostCode\": \"\",\n                    \"Country\": \"Peru\"\n                },\n                \"NationalRegistrationNumber\": \"XXXXXXXX\",\n                \"ItemsCount\": \"1\",\n                \"PromisedShippingTime\": \"2023-05-12 23:59:59\",\n                \"ExtraAttributes\": \"\\\"\\\"\",\n                \"InvoiceRequired\": \"false\",\n                \"Statuses\": [\n                    {\n                        \"Status\": \"delivered\"\n                    }\n                ],\n                \"OrderItems\": [\n                    {\n                        \"OrderItemId\": \"XXXXXXXX\",\n                        \"ShopId\": \"XXXXXXXX\",\n                        \"OrderId\": \"XXXXXXXX\",\n                        \"Name\": \"North Star Zapatillas Urbanas para Hombre Gris Claro\",\n                        \"Sku\": \"XXX-XXXX-XX\",\n                        \"Variation\": \"41\",\n                        \"ShopSku\": \"XXXXXXXXXXX-XXXXXXXX\",\n                        \"ShippingType\": \"Dropshipping\",\n                        \"ItemPrice\": \"109.90\",\n                        \"PaidPrice\": \"109.90\",\n                        \"Currency\": \"PEN\",\n                        \"WalletCredits\": \"0.00\",\n                        \"TaxAmount\": \"16.76\",\n                        \"CodCollectableAmount\": \"\",\n                        \"ShippingAmount\": \"0.00\",\n                        \"ShippingServiceCost\": \"10.50\",\n                        \"VoucherAmount\": \"0\",\n                        \"VoucherCode\": \"\",\n                        \"Status\": \"delivered\",\n                        \"IsProcessable\": \"1\",\n                        \"ShipmentProvider\": \"Flota Linio\",\n                        \"IsDigital\": \"0\",\n                        \"DigitalDeliveryInfo\": \"\",\n                        \"TrackingCode\": \"XXXXXXXX-XXX\",\n                        \"TrackingCodePre\": \"\",\n                        \"Reason\": \"\",\n                        \"ReasonDetail\": \"\",\n                        \"PurchaseOrderId\": \"0\",\n                        \"PurchaseOrderNumber\": \"\",\n                        \"PackageId\": \"XXXXXXXX\",\n                        \"PromisedShippingTime\": \"2023-05-12 23:59:59\",\n                        \"ExtraAttributes\": \"\",\n                        \"ShippingProviderType\": \"standard\",\n                        \"CreatedAt\": \"2023-05-08 22:38:28\",\n                        \"UpdatedAt\": \"2023-05-15 10:48:13\",\n                        \"Vouchers\": \"\",\n                        \"Imei\": \"\",\n                        \"ReturnStatus\": \"\"\n                    }\n                ]\n            },\n            \"tags\": null,\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2023-05-08T22:38:28.000Z\",\n            \"externalUpdatedAt\": \"2023-05-15T10:48:15.000Z\",\n            \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n            \"updatedAt\": \"2023-05-15T15:52:05.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnection\": {\n                \"_name\": \"Linio Bata\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"linio\",\n                \"name\": \"Linio Bata\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n            \"updatedAt\": \"2023-05-09T03:42:04.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"6736185173942\",\n                \"cost\": 0,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": null,\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": null,\n                \"handlingDateLimit\": \"2023-05-13T04:59:59.000Z\",\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"ready\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": \"pasaje lopez albujar con avenida 3 - lima -, Lima, Lima, Los Olivos, Peru\",\n                \"trackingNumber\": \"XXXXXXXX-XXX\",\n                \"trackingUrl\": null,\n                \"courierName\": \"Flota Linio\",\n                \"shippingMode\": \"Dropshipping\",\n                \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n                \"updatedAt\": \"2023-05-15T15:52:05.000Z\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXX\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"{}\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": null,\n                        \"externalUpdatedAt\": null,\n                        \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n                        \"updatedAt\": \"2023-05-09T03:42:04.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"pasaje lopez albujar con avenida - lima -\",\n                    \"address_2\": \"aahh municipal chillon\",\n                    \"description\": null,\n                    \"indications\": null,\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": \"\",\n                    \"city\": \"Lima, Lima, Los Olivos\",\n                    \"state\": \"0\",\n                    \"country\": \"Peru\",\n                    \"street\": null,\n                    \"number\": null,\n                    \"neighborhood\": null,\n                    \"position\": 0,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"not-principal\",\n                    \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n                    \"updatedAt\": \"2023-05-15T15:52:05.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": null,\n                            \"phoneNumber\": null,\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n                            \"updatedAt\": \"2023-05-09T03:42:04.000Z\",\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n                    \"updatedAt\": \"2023-05-09T03:42:04.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXX-XXXX-XX\",\n                        \"internalCode\": \"\",\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 9,\n                        \"length\": 28,\n                        \"height\": 15,\n                        \"weight\": 1,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-16T20:42:05.000Z\",\n                        \"updatedAt\": \"2024-07-10T19:30:13.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"North Star Zapatillas Urbanas para Hombre Gris Claro\",\n                            \"alias\": \"\",\n                            \"model\": \"889-2326\",\n                            \"code\": \"889-2326-38\",\n                            \"internalCode\": \"\",\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.warning_on_distribution_to_marketplace\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-16T20:42:04.000Z\",\n                            \"updatedAt\": \"2024-07-10T19:30:13.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Bodega Online\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2021-10-19T13:26:49.000Z\",\n                        \"updatedAt\": \"2021-10-19T13:26:49.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": null,\n            \"amount\": 109.9,\n            \"amountPaid\": 109.9,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n            \"updatedAt\": \"2023-05-09T03:42:04.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{\\n   \\\"requiresTransaction\\\": false\\n }\",\n                \"code\": \"_payment_methods_online_payment\",\n                \"name\": \"PAYMENT_METHODS.Online_payment.Name\",\n                \"description\": \"PAYMENT_METHODS.Online_payment.Description\",\n                \"position\": 12,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Pago en línea\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": []\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": null,\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 109.9,\n            \"count\": 1,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n            \"updatedAt\": \"2023-05-09T03:42:04.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXX-2326-41\",\n                \"internalCode\": \"\",\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 9,\n                \"length\": 28,\n                \"height\": 15,\n                \"weight\": 1,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-16T20:42:05.000Z\",\n                \"updatedAt\": \"2024-07-10T19:30:13.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"41\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-11-18T14:25:53.000Z\",\n                    \"updatedAt\": \"2021-11-18T14:25:53.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Gris claro\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-11-26T18:28:19.000Z\",\n                    \"updatedAt\": \"2021-11-26T18:28:19.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"North Star Zapatillas Urbanas para Hombre Gris Claro\",\n                    \"alias\": \"\",\n                    \"model\": \"XXX-XXXX\",\n                    \"code\": \"XXX-XXXX-XX\",\n                    \"internalCode\": \"\",\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.warning_on_distribution_to_marketplace\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2023-02-16T20:42:04.000Z\",\n                    \"updatedAt\": \"2024-07-10T19:30:13.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 109.9,\n            \"discount\": 0,\n            \"totalWithDiscount\": 109.9,\n            \"paymentByItem\": 109.9\n        }\n    ],\n    \"cachedDate\": \"2024-08-13T17:46:19.000Z\",\n    \"total\": 109.9,\n    \"discount\": 0,\n    \"totalWithDiscount\": 109.9,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"totalPayment\": 109.9,\n    \"createdAtLocale\": \"09/05/2023 3:42:04\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXX\",\n        \"externalContent\": {\n            \"OrderId\": \"XXXX\",\n            \"CustomerFirstName\": \"Multivende\",\n            \"CustomerLastName\": \"Multivende\",\n            \"OrderNumber\": \"XXXXXXXX\",\n            \"PaymentMethod\": \"Falabellapay_Credit_Payment\",\n            \"Remarks\": \"\",\n            \"DeliveryInfo\": \"paradero acobamba frente a revisiones técnicas vehiculares\",\n            \"Price\": \"109.90\",\n            \"GiftOption\": \"0\",\n            \"GiftMessage\": \"\",\n            \"VoucherCode\": \"\",\n            \"CreatedAt\": \"2023-05-08 22:38:28\",\n            \"UpdatedAt\": \"2023-05-15 10:48:15\",\n            \"AddressUpdatedAt\": \"2023-05-08 22:38:28\",\n            \"AddressBilling\": {\n                \"FirstName\": \"Multivende\",\n                \"LastName\": \"Multivende\",\n                \"Phone\": \"\",\n                \"Phone2\": \"\",\n                \"Address1\": \"pasaje lopez albujar con avenida\",\n                \"Address2\": \"\",\n                \"Address3\": \"\",\n                \"Address4\": \"\",\n                \"Address5\": \"\",\n                \"CustomerEmail\": \"multivende@multivende.com\",\n                \"City\": \"LOS OLIVOS\",\n                \"Ward\": \"\",\n                \"Region\": \"\",\n                \"PostCode\": \"\",\n                \"Country\": \"Peru\"\n            },\n            \"AddressShipping\": {\n                \"FirstName\": \"Multivende\",\n                \"LastName\": \"Multivende\",\n                \"Phone\": \"\",\n                \"Phone2\": \"\",\n                \"Address1\": \"pasaje lopez albujar con avenida 3 lima -\",\n                \"Address2\": \"aahh municipal chillon\",\n                \"Address3\": \"\",\n                \"Address4\": \"(Paradero acobamba frente a revisiones)\",\n                \"Address5\": \"\",\n                \"CustomerEmail\": \"\",\n                \"City\": \"Lima, Lima, Los Olivos\",\n                \"Ward\": \"\",\n                \"Region\": \"\",\n                \"PostCode\": \"\",\n                \"Country\": \"Peru\"\n            },\n            \"NationalRegistrationNumber\": \"XXXXXXXXX\",\n            \"ItemsCount\": \"1\",\n            \"PromisedShippingTime\": \"2023-05-12 23:59:59\",\n            \"ExtraAttributes\": \"\\\"\\\"\",\n            \"InvoiceRequired\": \"false\",\n            \"Statuses\": [\n                {\n                    \"Status\": \"delivered\"\n                }\n            ],\n            \"OrderItems\": [\n                {\n                    \"OrderItemId\": \"XXXXXXXXXXXX\",\n                    \"ShopId\": \"XXXXXXXXXXXX\",\n                    \"OrderId\": \"XXXXXXXXXXXX\",\n                    \"Name\": \"North Star Zapatillas Urbanas para Hombre Gris Claro\",\n                    \"Sku\": \"XXX-XXXXX-XX\",\n                    \"Variation\": \"41\",\n                    \"ShopSku\": \"XXXXXXXXXXXX-XXXXXXXXX\",\n                    \"ShippingType\": \"Dropshipping\",\n                    \"ItemPrice\": \"109.90\",\n                    \"PaidPrice\": \"109.90\",\n                    \"Currency\": \"PEN\",\n                    \"WalletCredits\": \"0.00\",\n                    \"TaxAmount\": \"16.76\",\n                    \"CodCollectableAmount\": \"\",\n                    \"ShippingAmount\": \"0.00\",\n                    \"ShippingServiceCost\": \"10.50\",\n                    \"VoucherAmount\": \"0\",\n                    \"VoucherCode\": \"\",\n                    \"Status\": \"delivered\",\n                    \"IsProcessable\": \"1\",\n                    \"ShipmentProvider\": \"Flota Linio\",\n                    \"IsDigital\": \"0\",\n                    \"DigitalDeliveryInfo\": \"\",\n                    \"TrackingCode\": \"XXXXXXXXXXXX-XXX\",\n                    \"TrackingCodePre\": \"\",\n                    \"Reason\": \"\",\n                    \"ReasonDetail\": \"\",\n                    \"PurchaseOrderId\": \"0\",\n                    \"PurchaseOrderNumber\": \"\",\n                    \"PackageId\": \"XXXXXXXXXXXX\",\n                    \"PromisedShippingTime\": \"2023-05-12 23:59:59\",\n                    \"ExtraAttributes\": \"\",\n                    \"ShippingProviderType\": \"standard\",\n                    \"CreatedAt\": \"2023-05-08 22:38:28\",\n                    \"UpdatedAt\": \"2023-05-15 10:48:13\",\n                    \"Vouchers\": \"\",\n                    \"Imei\": \"\",\n                    \"ReturnStatus\": \"\"\n                }\n            ]\n        },\n        \"tags\": null,\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2023-05-08T22:38:28.000Z\",\n        \"externalUpdatedAt\": \"2023-05-15T10:48:15.000Z\",\n        \"createdAt\": \"2023-05-09T03:42:04.000Z\",\n        \"updatedAt\": \"2023-05-15T15:52:05.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnection\": {\n            \"_name\": \"Linio Bata\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"linio\",\n            \"name\": \"Linio Bata\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"dfbf77e8-f2b2-418c-ac59-6bc88af0e680","name":"Get checkout (Liverpool)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"liverpool\",\n    \"net\": 949.5,\n    \"tax\": 0,\n    \"gross\": 949.5,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-18T14:53:12.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": null,\n    \"shippingMode\": \"clickcollect\",\n    \"createdAt\": \"2026-03-18T14:56:52.000Z\",\n    \"updatedAt\": \"2026-03-18T14:56:56.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-12-09T15:11:25.000Z\",\n        \"updatedAt\": \"2025-09-03T18:17:51.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"liverpool\",\n        \"name\": \"Multivende\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"Multivende\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-12-09T15:11:25.000Z\",\n        \"updatedAt\": \"2022-01-11T17:39:53.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2025-04-25T18:13:03.000Z\",\n        \"updatedAt\": \"2025-04-25T18:13:03.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"Multivende\",\n            \"code\": \"MXN\",\n            \"decimalPlaces\": 2,\n            \"position\": 9,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": \"-\",\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": \"XXXXXXXXXX\",\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"XXXXXXXXXXXXXXXXXXXX\",\n        \"phoneNumber\": \"XXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-18T14:56:52.000Z\",\n        \"updatedAt\": \"2026-03-18T14:56:52.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"Multivende\",\n                \"address_2\": \"Multivende\",\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": \"XXXXX\",\n                \"city\": \"Multivende\",\n                \"country\": \"Multivende\",\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": \"Multivende\",\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-18T14:56:55.000Z\",\n                \"updatedAt\": \"2026-03-18T14:56:55.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"civility\\\":null,\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"locale\\\":\\\"es_MX\\\",\\\"billing_address\\\":{\\\"civility\\\":null,\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"zip_code\\\":\\\"XXXXX\\\",\\\"city\\\":\\\"Multivende\\\",\\\"country\\\":\\\"Multivende\\\",\\\"country_iso_code\\\":\\\"MEX\\\",\\\"company\\\":null,\\\"state\\\":\\\"Multivende\\\",\\\"phone\\\":\\\"XXXXXXXX\\\",\\\"phone_secondary\\\":null,\\\"additional_info\\\":null,\\\"internal_additional_info\\\":null,\\\"street_1\\\":\\\"Multivende\\\",\\\"street_2\\\":\\\"Multivende\\\",\\\"street\\\":\\\"Multivende\\\",\\\"extNumber\\\":null,\\\"neighbourghood\\\":null,\\\"municipality\\\":null,\\\"numberGuides\\\":null},\\\"email\\\":\\\"XXXXXXXXXXXXXXXXXXXX\\\",\\\"shipping_address\\\":{\\\"civility\\\":null,\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"zip_code\\\":\\\"XXXXX\\\",\\\"city\\\":\\\"Multivende\\\",\\\"country\\\":\\\"Multivende\\\",\\\"country_iso_code\\\":\\\"MEX\\\",\\\"company\\\":null,\\\"state\\\":\\\"Multivende\\\",\\\"phone\\\":\\\"XXXXXXXXXX\\\",\\\"phone_secondary\\\":null,\\\"additional_info\\\":null,\\\"internal_additional_info\\\":null,\\\"street_1\\\":\\\"Multivende\\\",\\\"street_2\\\":\\\"Multivende\\\",\\\"street\\\":\\\"Multivende\\\",\\\"extNumber\\\":null,\\\"neighbourghood\\\":null,\\\"municipality\\\":null,\\\"numberGuides\\\":null},\\\"customer_id\\\":\\\"XXXXXXXXXX\\\"}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-18T14:56:52.000Z\",\n            \"updatedAt\": \"2026-03-18T14:56:52.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"Multivende\",\n            \"address_2\": \"Multivende\",\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": \"XXXXX\",\n            \"city\": \"Multivende\",\n            \"country\": \"Multivende\",\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": \"Multivende\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-18T14:56:55.000Z\",\n            \"updatedAt\": \"2026-03-18T14:56:55.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": null,\n            \"taxActivity\": null,\n            \"taxId\": null,\n            \"documentType\": null,\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"\",\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-18T14:56:55.000Z\",\n            \"updatedAt\": \"2026-03-18T14:56:55.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXXX\",\n            \"externalContent\": {\n                \"acceptance_decision_date\": null,\n                \"can_cancel\": true,\n                \"can_evaluate\": false,\n                \"channel\": {\n                    \"id\": {\n                        \"value\": \"6577dab1cb4954be51293df5\"\n                    },\n                    \"label\": \"Pocket\",\n                    \"code\": \"3\"\n                },\n                \"commercial_id\": \"XXXXXXXXXX\",\n                \"created_date\": \"2026-03-18T14:53:12.645+00:00\",\n                \"currency_iso_code\": \"MXN\",\n                \"customer\": {\n                    \"civility\": null,\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"locale\": \"es_MX\",\n                    \"billing_address\": {\n                        \"civility\": null,\n                        \"firstname\": \"Multivende\",\n                        \"lastname\": \"Multivende\",\n                        \"zip_code\": \"XXXXX\",\n                        \"city\": \"Multivende\",\n                        \"country\": \"Multivende\",\n                        \"country_iso_code\": \"MEX\",\n                        \"company\": null,\n                        \"state\": \"Multivende\",\n                        \"phone\": \"XXXXXXXX\",\n                        \"phone_secondary\": null,\n                        \"additional_info\": null,\n                        \"internal_additional_info\": null,\n                        \"street_1\": \"Multivende\",\n                        \"street_2\": \"Multivende\",\n                        \"street\": \"Multivende\",\n                        \"extNumber\": null,\n                        \"neighbourghood\": null,\n                        \"municipality\": null,\n                        \"numberGuides\": null\n                    },\n                    \"email\": \"XXXXXXXXXXXXXXXXXXXX\",\n                    \"shipping_address\": {\n                        \"civility\": null,\n                        \"firstname\": \"Multivende\",\n                        \"lastname\": \"Multivende\",\n                        \"zip_code\": \"XXXXX\",\n                        \"city\": \"Multivende\",\n                        \"country\": \"Multivende\",\n                        \"country_iso_code\": \"MEX\",\n                        \"company\": null,\n                        \"state\": \"Multivende\",\n                        \"phone\": \"XXXXXXXXXX\",\n                        \"phone_secondary\": null,\n                        \"additional_info\": null,\n                        \"internal_additional_info\": null,\n                        \"street_1\": \"Multivende\",\n                        \"street_2\": \"Multivende\",\n                        \"street\": \"Multivende\",\n                        \"extNumber\": null,\n                        \"neighbourghood\": null,\n                        \"municipality\": null,\n                        \"numberGuides\": null\n                    },\n                    \"customer_id\": \"XXXXXXXXXX\"\n                },\n                \"delivery_date\": null,\n                \"fulfillment\": {\n                    \"center\": {\n                        \"code\": \"DEFAULT\"\n                    },\n                    \"deliveryMethod\": \"\"\n                },\n                \"fully_refunded\": false,\n                \"has_invoice\": false,\n                \"last_updated_date\": \"2026-03-18T14:53:12.645+00:00\",\n                \"leadtime_to_ship\": 8,\n                \"order_additional_fields\": [\n                    {\n                        \"code\": \"broker-label-creation-info\",\n                        \"type\": \"BOOLEAN\",\n                        \"value\": \"false\"\n                    },\n                    {\n                        \"code\": \"mkp-numberof-trackid\",\n                        \"type\": \"LIST\",\n                        \"value\": \"1\"\n                    },\n                    {\n                        \"code\": \"reembolso-total\",\n                        \"type\": \"BOOLEAN\",\n                        \"value\": \"false\"\n                    },\n                    {\n                        \"code\": \"calle-cliente\",\n                        \"type\": \"STRING\",\n                        \"value\": \"Multivende\"\n                    },\n                    {\n                        \"code\": \"num-ext-cliente\",\n                        \"type\": \"STRING\",\n                        \"value\": \"XXXX\"\n                    },\n                    {\n                        \"code\": \"delegacion-municipio-cliente\",\n                        \"type\": \"STRING\",\n                        \"value\": \"Multivende\"\n                    },\n                    {\n                        \"code\": \"entre-calles\",\n                        \"type\": \"STRING\",\n                        \"value\": \"Multivende\"\n                    },\n                    {\n                        \"code\": \"id-pl-store\",\n                        \"type\": \"NUMERIC\",\n                        \"value\": \"39\"\n                    },\n                    {\n                        \"code\": \"length\",\n                        \"type\": \"STRING\",\n                        \"value\": \"19\"\n                    },\n                    {\n                        \"code\": \"height\",\n                        \"type\": \"STRING\",\n                        \"value\": \"43\"\n                    },\n                    {\n                        \"code\": \"width\",\n                        \"type\": \"STRING\",\n                        \"value\": \"34\"\n                    },\n                    {\n                        \"code\": \"weight\",\n                        \"type\": \"STRING\",\n                        \"value\": \"1\"\n                    },\n                    {\n                        \"code\": \"chargeable_weight_guide\",\n                        \"type\": \"STRING\",\n                        \"value\": \"6\"\n                    }\n                ],\n                \"order_id\": \"XXXXXXXXXX\",\n                \"order_lines\": [\n                    {\n                        \"can_open_incident\": null,\n                        \"can_refund\": false,\n                        \"cancelations\": [],\n                        \"category_code\": \"EU4-112329\",\n                        \"category_label\": \"Mochila\",\n                        \"commission_fee\": 0,\n                        \"commission_vat\": null,\n                        \"created_date\": \"2026-03-18T14:53:12.645+00:00\",\n                        \"last_updated_date\": null,\n                        \"offer_id\": 1112781417,\n                        \"offer_sku\": \"XXXXXXXXXXXXX\",\n                        \"offer_state_code\": \"11\",\n                        \"order_line_additional_fields\": [\n                            {\n                                \"code\": \"monto-liver-promo\",\n                                \"type\": \"STRING\",\n                                \"value\": \"0.0\",\n                                \"name\": \"monto-liver-promo\"\n                            },\n                            {\n                                \"code\": \"offer-original-price\",\n                                \"type\": \"NUMERIC\",\n                                \"value\": \"949.5\",\n                                \"name\": \"offer-original-price\"\n                            },\n                            {\n                                \"code\": \"sku-detail\",\n                                \"type\": \"STRING\",\n                                \"value\": \"Multivende\",\n                                \"name\": \"sku-detail\"\n                            },\n                            {\n                                \"code\": \"reembolso-parcial\",\n                                \"type\": \"BOOLEAN\",\n                                \"value\": \"false\",\n                                \"name\": \"reembolso-parcial\"\n                            },\n                            {\n                                \"code\": \"product-sap-sku-id\",\n                                \"type\": \"STRING\",\n                                \"value\": \"XXXXXXXXXX\",\n                                \"name\": \"product-sap-sku-id\"\n                            },\n                            {\n                                \"code\": \"tipo-articulo\",\n                                \"type\": \"STRING\",\n                                \"value\": \"Soft Line\",\n                                \"name\": \"tipo-articulo\"\n                            },\n                            {\n                                \"code\": \"in-return-pices\",\n                                \"type\": \"NUMERIC\",\n                                \"value\": \"0\",\n                                \"name\": \"in-return-pices\"\n                            }\n                        ],\n                        \"order_line_id\": \"XXXXXXXXXX-X\",\n                        \"order_line_index\": 1,\n                        \"order_line_state\": \"WAITING_ACCEPTANCE\",\n                        \"price\": 949.5,\n                        \"price_unit\": 949.5,\n                        \"product_medias\": [\n                            {\n                                \"media_url\": \"https://ss327.liverpool.com.mx/lg/1175661642.jpg\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"MEDIUM\"\n                            },\n                            {\n                                \"media_url\": \"https://ss327.liverpool.com.mx/sm/1175661642.jpg\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"MEDIUM\"\n                            },\n                            {\n                                \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642.jpg\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"MEDIUM\"\n                            },\n                            {\n                                \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642_1p.jpg\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"MEDIUM\"\n                            },\n                            {\n                                \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642_2p.jpg\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"MEDIUM\"\n                            },\n                            {\n                                \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642_3p.jpg\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"MEDIUM\"\n                            },\n                            {\n                                \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642_4p.jpg\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"MEDIUM\"\n                            },\n                            {\n                                \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642_5p.jpg\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"MEDIUM\"\n                            }\n                        ],\n                        \"product_sku\": \"XXXXXXXXXX\",\n                        \"product_title\": \"Multivende\",\n                        \"quantity\": 1,\n                        \"received_date\": null,\n                        \"shipped_date\": null,\n                        \"total_commission\": 0,\n                        \"total_price\": 949.5,\n                        \"refunds\": [],\n                        \"original_quantity\": 1,\n                        \"price_unit_seller\": 949.5,\n                        \"price_seller\": 949.5,\n                        \"total_price_seller\": 949.5,\n                        \"canceled_date\": null,\n                        \"refused_date\": null,\n                        \"refund_date\": null,\n                        \"shipping_weight_packaging\": null,\n                        \"shipping_packages\": null,\n                        \"sku_model\": null,\n                        \"shipping_warehouse_delivery_date\": null,\n                        \"shipping_line_cost\": null,\n                        \"clothingSize\": null,\n                        \"sizeVaD\": \"SIN TAMAÑO\"\n                    }\n                ],\n                \"order_state\": \"WAITING_ACCEPTANCE\",\n                \"shipping_tracking_state\": \"PENDING\",\n                \"payment_type\": \"creditCard\",\n                \"price\": 949.5,\n                \"quote_id\": null,\n                \"shipping_carrier_code\": null,\n                \"shipping_company\": null,\n                \"shipping_deadline\": \"2026-03-26T14:53:12.644+00:00\",\n                \"shipping_price\": null,\n                \"shipping_tracking\": null,\n                \"shipping_tracking_url\": null,\n                \"shipping_type_code\": \"clickcollect\",\n                \"shipping_type_label\": \"Click & Collect\",\n                \"shipping_zone_code\": \"Mexico\",\n                \"shipping_zone_label\": \"Mexico\",\n                \"shop_id\": 3363,\n                \"shop_name\": \"Multivende\",\n                \"total_commission\": 0,\n                \"total_price\": 949.5,\n                \"price_seller\": 949.5,\n                \"total_price_seller\": 949.5,\n                \"guide_requested_date\": null,\n                \"shipped_date\": null,\n                \"received_date\": null,\n                \"externalReturnGuides\": null,\n                \"shipping_type_method\": null,\n                \"shipping_order_cost\": null,\n                \"shipping_chargeable_weight_total\": 6,\n                \"shipping_id_delivery_warehouse\": null,\n                \"is_oms\": false,\n                \"returnGuides\": null,\n                \"internalLogistics\": null,\n                \"isFulfillment\": false\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-18T14:53:12.000Z\",\n            \"externalUpdatedAt\": \"2026-03-18T14:53:12.000Z\",\n            \"createdAt\": \"2026-03-18T14:56:52.000Z\",\n            \"updatedAt\": \"2026-03-18T14:56:52.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"liverpool\",\n                \"name\": \"Multivende\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-18T14:56:54.000Z\",\n            \"updatedAt\": \"2026-03-18T14:56:55.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": null,\n                \"handlingDateLimit\": \"2026-03-26T14:53:12.000Z\",\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": null,\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": null,\n                \"trackingUrl\": null,\n                \"courierName\": null,\n                \"shippingMode\": \"clickcollect\",\n                \"createdAt\": \"2026-03-18T14:56:53.000Z\",\n                \"updatedAt\": \"2026-03-18T14:56:55.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXXXX\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"null\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-18T14:53:12.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-18T14:53:12.000Z\",\n                        \"createdAt\": \"2026-03-18T14:56:54.000Z\",\n                        \"updatedAt\": \"2026-03-18T14:56:54.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": null,\n                    \"description\": \"\",\n                    \"indications\": null,\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": \"XXXXX\",\n                    \"city\": \"Multivende\",\n                    \"state\": \"Multivende\",\n                    \"country\": \"Multivende\",\n                    \"street\": \"Multivende\",\n                    \"number\": null,\n                    \"neighborhood\": null,\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2026-03-18T14:56:53.000Z\",\n                    \"updatedAt\": \"2026-03-18T14:56:53.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": \"\",\n                            \"phoneNumber\": null,\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-18T14:56:53.000Z\",\n                            \"updatedAt\": \"2026-03-18T14:56:53.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-18T14:56:55.000Z\",\n                    \"updatedAt\": \"2026-03-18T14:56:55.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXXXXXXXX\",\n                        \"internalCode\": \"XXXXXXXXXXXXX\",\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 34,\n                        \"length\": 19,\n                        \"height\": 43,\n                        \"weight\": 1.9,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-03-24T22:20:03.000Z\",\n                        \"updatedAt\": \"2026-03-12T23:49:00.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": null,\n                            \"model\": \"XXXXXXXXXXXX\",\n                            \"code\": \"XXXXXXXXXXXXXXX\",\n                            \"internalCode\": \"XXXXXXXXXXXXX\",\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2025-03-24T22:20:03.000Z\",\n                            \"updatedAt\": \"2026-03-13T23:31:04.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2021-12-09T15:11:25.000Z\",\n                        \"updatedAt\": \"2025-09-03T18:17:51.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": null,\n            \"amount\": 949.5,\n            \"amountPaid\": 949.5,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-18T14:56:52.000Z\",\n            \"updatedAt\": \"2026-03-18T14:56:52.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{\\n   \\\"requiresTransaction\\\": false\\n }\",\n                \"code\": \"_payment_methods_online_payment\",\n                \"name\": \"PAYMENT_METHODS.Online_payment.Name\",\n                \"description\": \"PAYMENT_METHODS.Online_payment.Description\",\n                \"position\": 12,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Pago en línea\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXXXXX\",\n                    \"transactionId\": \"XXXXXXXXXX\",\n                    \"externalContent\": \"null\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-18T14:56:52.000Z\",\n                    \"updatedAt\": \"2026-03-18T14:56:52.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 949.5,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-18T14:56:53.000Z\",\n            \"updatedAt\": \"2026-03-18T14:56:53.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXXXX\",\n                \"internalCode\": \"XXXXXXXXXXXXX\",\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 34,\n                \"length\": 19,\n                \"height\": 43,\n                \"weight\": 1.9,\n                \"status\": \"created\",\n                \"createdAt\": \"2025-03-24T22:20:03.000Z\",\n                \"updatedAt\": \"2026-03-12T23:49:00.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"GRANDE\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-01-11T20:42:35.000Z\",\n                    \"updatedAt\": \"2022-01-11T20:42:35.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Negro\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-12-09T15:11:25.000Z\",\n                    \"updatedAt\": \"2021-12-09T15:11:25.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": null,\n                    \"model\": \"XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXXXX\",\n                    \"internalCode\": \"XXXXXXXXXXXXX\",\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-03-24T22:20:03.000Z\",\n                    \"updatedAt\": \"2026-03-13T23:31:04.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 949.5,\n            \"discount\": 0,\n            \"totalWithDiscount\": 949.5,\n            \"paymentByItem\": 949.5\n        }\n    ],\n    \"cachedDate\": \"2026-03-18T15:00:34.000Z\",\n    \"total\": 949.5,\n    \"discount\": 0,\n    \"totalWithDiscount\": 949.5,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 949.5,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 949.5,\n    \"createdAtLocale\": \"18/03/2026 14:56:52\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXXX\",\n        \"externalContent\": {\n            \"acceptance_decision_date\": null,\n            \"can_cancel\": true,\n            \"can_evaluate\": false,\n            \"channel\": {\n                \"id\": {\n                    \"value\": \"6577dab1cb4954be51293df5\"\n                },\n                \"label\": \"Pocket\",\n                \"code\": \"3\"\n            },\n            \"commercial_id\": \"XXXXXXXXXX\",\n            \"created_date\": \"2026-03-18T14:53:12.645+00:00\",\n            \"currency_iso_code\": \"MXN\",\n            \"customer\": {\n                \"civility\": null,\n                \"firstname\": \"Multivende\",\n                \"lastname\": \"Multivende\",\n                \"locale\": \"es_MX\",\n                \"billing_address\": {\n                    \"civility\": null,\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"zip_code\": \"XXXXX\",\n                    \"city\": \"Multivende\",\n                    \"country\": \"Multivende\",\n                    \"country_iso_code\": \"MEX\",\n                    \"company\": null,\n                    \"state\": \"Multivende\",\n                    \"phone\": \"XXXXXXXX\",\n                    \"phone_secondary\": null,\n                    \"additional_info\": null,\n                    \"internal_additional_info\": null,\n                    \"street_1\": \"Multivende\",\n                    \"street_2\": \"Multivende\",\n                    \"street\": \"Multivende\",\n                    \"extNumber\": null,\n                    \"neighbourghood\": null,\n                    \"municipality\": null,\n                    \"numberGuides\": null\n                },\n                \"email\": \"XXXXXXXXXXXXXXXXXXXX\",\n                \"shipping_address\": {\n                    \"civility\": null,\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"zip_code\": \"XXXXX\",\n                    \"city\": \"Multivende\",\n                    \"country\": \"Multivende\",\n                    \"country_iso_code\": \"MEX\",\n                    \"company\": null,\n                    \"state\": \"Multivende\",\n                    \"phone\": \"XXXXXXXXXX\",\n                    \"phone_secondary\": null,\n                    \"additional_info\": null,\n                    \"internal_additional_info\": null,\n                    \"street_1\": \"Multivende\",\n                    \"street_2\": \"Multivende\",\n                    \"street\": \"Multivende\",\n                    \"extNumber\": null,\n                    \"neighbourghood\": null,\n                    \"municipality\": null,\n                    \"numberGuides\": null\n                },\n                \"customer_id\": \"XXXXXXXXXX\"\n            },\n            \"delivery_date\": null,\n            \"fulfillment\": {\n                \"center\": {\n                    \"code\": \"DEFAULT\"\n                },\n                \"deliveryMethod\": \"\"\n            },\n            \"fully_refunded\": false,\n            \"has_invoice\": false,\n            \"last_updated_date\": \"2026-03-18T14:53:12.645+00:00\",\n            \"leadtime_to_ship\": 8,\n            \"order_additional_fields\": [\n                {\n                    \"code\": \"broker-label-creation-info\",\n                    \"type\": \"BOOLEAN\",\n                    \"value\": \"false\"\n                },\n                {\n                    \"code\": \"mkp-numberof-trackid\",\n                    \"type\": \"LIST\",\n                    \"value\": \"1\"\n                },\n                {\n                    \"code\": \"reembolso-total\",\n                    \"type\": \"BOOLEAN\",\n                    \"value\": \"false\"\n                },\n                {\n                    \"code\": \"calle-cliente\",\n                    \"type\": \"STRING\",\n                    \"value\": \"Multivende\"\n                },\n                {\n                    \"code\": \"num-ext-cliente\",\n                    \"type\": \"STRING\",\n                    \"value\": \"XXXX\"\n                },\n                {\n                    \"code\": \"delegacion-municipio-cliente\",\n                    \"type\": \"STRING\",\n                    \"value\": \"Multivende\"\n                },\n                {\n                    \"code\": \"entre-calles\",\n                    \"type\": \"STRING\",\n                    \"value\": \"Multivende\"\n                },\n                {\n                    \"code\": \"id-pl-store\",\n                    \"type\": \"NUMERIC\",\n                    \"value\": \"39\"\n                },\n                {\n                    \"code\": \"length\",\n                    \"type\": \"STRING\",\n                    \"value\": \"19\"\n                },\n                {\n                    \"code\": \"height\",\n                    \"type\": \"STRING\",\n                    \"value\": \"43\"\n                },\n                {\n                    \"code\": \"width\",\n                    \"type\": \"STRING\",\n                    \"value\": \"34\"\n                },\n                {\n                    \"code\": \"weight\",\n                    \"type\": \"STRING\",\n                    \"value\": \"1\"\n                },\n                {\n                    \"code\": \"chargeable_weight_guide\",\n                    \"type\": \"STRING\",\n                    \"value\": \"6\"\n                }\n            ],\n            \"order_id\": \"XXXXXXXXXX\",\n            \"order_lines\": [\n                {\n                    \"can_open_incident\": null,\n                    \"can_refund\": false,\n                    \"cancelations\": [],\n                    \"category_code\": \"EU4-112329\",\n                    \"category_label\": \"Mochila\",\n                    \"commission_fee\": 0,\n                    \"commission_vat\": null,\n                    \"created_date\": \"2026-03-18T14:53:12.645+00:00\",\n                    \"last_updated_date\": null,\n                    \"offer_id\": 1112781417,\n                    \"offer_sku\": \"XXXXXXXXXXXXX\",\n                    \"offer_state_code\": \"11\",\n                    \"order_line_additional_fields\": [\n                        {\n                            \"code\": \"monto-liver-promo\",\n                            \"type\": \"STRING\",\n                            \"value\": \"0.0\",\n                            \"name\": \"monto-liver-promo\"\n                        },\n                        {\n                            \"code\": \"offer-original-price\",\n                            \"type\": \"NUMERIC\",\n                            \"value\": \"949.5\",\n                            \"name\": \"offer-original-price\"\n                        },\n                        {\n                            \"code\": \"sku-detail\",\n                            \"type\": \"STRING\",\n                            \"value\": \"Multivende\",\n                            \"name\": \"sku-detail\"\n                        },\n                        {\n                            \"code\": \"reembolso-parcial\",\n                            \"type\": \"BOOLEAN\",\n                            \"value\": \"false\",\n                            \"name\": \"reembolso-parcial\"\n                        },\n                        {\n                            \"code\": \"product-sap-sku-id\",\n                            \"type\": \"STRING\",\n                            \"value\": \"XXXXXXXXXX\",\n                            \"name\": \"product-sap-sku-id\"\n                        },\n                        {\n                            \"code\": \"tipo-articulo\",\n                            \"type\": \"STRING\",\n                            \"value\": \"Soft Line\",\n                            \"name\": \"tipo-articulo\"\n                        },\n                        {\n                            \"code\": \"in-return-pices\",\n                            \"type\": \"NUMERIC\",\n                            \"value\": \"0\",\n                            \"name\": \"in-return-pices\"\n                        }\n                    ],\n                    \"order_line_id\": \"XXXXXXXXXX-X\",\n                    \"order_line_index\": 1,\n                    \"order_line_state\": \"WAITING_ACCEPTANCE\",\n                    \"price\": 949.5,\n                    \"price_unit\": 949.5,\n                    \"product_medias\": [\n                        {\n                            \"media_url\": \"https://ss327.liverpool.com.mx/lg/1175661642.jpg\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"MEDIUM\"\n                        },\n                        {\n                            \"media_url\": \"https://ss327.liverpool.com.mx/sm/1175661642.jpg\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"MEDIUM\"\n                        },\n                        {\n                            \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642.jpg\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"MEDIUM\"\n                        },\n                        {\n                            \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642_1p.jpg\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"MEDIUM\"\n                        },\n                        {\n                            \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642_2p.jpg\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"MEDIUM\"\n                        },\n                        {\n                            \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642_3p.jpg\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"MEDIUM\"\n                        },\n                        {\n                            \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642_4p.jpg\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"MEDIUM\"\n                        },\n                        {\n                            \"media_url\": \"https://ss327.liverpool.com.mx/xl/1175661642_5p.jpg\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"MEDIUM\"\n                        }\n                    ],\n                    \"product_sku\": \"XXXXXXXXXX\",\n                    \"product_title\": \"Multivende\",\n                    \"quantity\": 1,\n                    \"received_date\": null,\n                    \"shipped_date\": null,\n                    \"total_commission\": 0,\n                    \"total_price\": 949.5,\n                    \"refunds\": [],\n                    \"original_quantity\": 1,\n                    \"price_unit_seller\": 949.5,\n                    \"price_seller\": 949.5,\n                    \"total_price_seller\": 949.5,\n                    \"canceled_date\": null,\n                    \"refused_date\": null,\n                    \"refund_date\": null,\n                    \"shipping_weight_packaging\": null,\n                    \"shipping_packages\": null,\n                    \"sku_model\": null,\n                    \"shipping_warehouse_delivery_date\": null,\n                    \"shipping_line_cost\": null,\n                    \"clothingSize\": null,\n                    \"sizeVaD\": \"SIN TAMAÑO\"\n                }\n            ],\n            \"order_state\": \"WAITING_ACCEPTANCE\",\n            \"shipping_tracking_state\": \"PENDING\",\n            \"payment_type\": \"creditCard\",\n            \"price\": 949.5,\n            \"quote_id\": null,\n            \"shipping_carrier_code\": null,\n            \"shipping_company\": null,\n            \"shipping_deadline\": \"2026-03-26T14:53:12.644+00:00\",\n            \"shipping_price\": null,\n            \"shipping_tracking\": null,\n            \"shipping_tracking_url\": null,\n            \"shipping_type_code\": \"clickcollect\",\n            \"shipping_type_label\": \"Click & Collect\",\n            \"shipping_zone_code\": \"Mexico\",\n            \"shipping_zone_label\": \"Mexico\",\n            \"shop_id\": 3363,\n            \"shop_name\": \"Multivende\",\n            \"total_commission\": 0,\n            \"total_price\": 949.5,\n            \"price_seller\": 949.5,\n            \"total_price_seller\": 949.5,\n            \"guide_requested_date\": null,\n            \"shipped_date\": null,\n            \"received_date\": null,\n            \"externalReturnGuides\": null,\n            \"shipping_type_method\": null,\n            \"shipping_order_cost\": null,\n            \"shipping_chargeable_weight_total\": 6,\n            \"shipping_id_delivery_warehouse\": null,\n            \"is_oms\": false,\n            \"returnGuides\": null,\n            \"internalLogistics\": null,\n            \"isFulfillment\": false\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-18T14:53:12.000Z\",\n        \"externalUpdatedAt\": \"2026-03-18T14:53:12.000Z\",\n        \"createdAt\": \"2026-03-18T14:56:52.000Z\",\n        \"updatedAt\": \"2026-03-18T14:56:52.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"liverpool\",\n            \"name\": \"Multivende\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"63a17a89-29e9-4b89-8613-614eca20cde1","name":"Get checkout (Mercado Libre)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"mercadolibre\",\n    \"net\": 59990,\n    \"tax\": 0,\n    \"gross\": 59990,\n    \"tags\": \"d2c,pack_order,order_has_discount,catalog,paid,one_shot,not_delivered\",\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-18T14:49:18.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"MEL Distribution\",\n    \"shippingMode\": \"cross_docking\",\n    \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n    \"updatedAt\": \"2026-03-18T15:08:50.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n        \"updatedAt\": \"2022-07-15T17:34:28.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"mercadolibre\",\n        \"name\": null\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"Multivende\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n        \"updatedAt\": \"2019-11-18T15:55:08.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2020-08-27T19:13:42.000Z\",\n        \"updatedAt\": \"2020-08-27T19:13:42.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"Multivende\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": null,\n        \"comune\": \"Chiguayante\",\n        \"city\": \"Chiguayante\",\n        \"documentType\": \"RUT\",\n        \"taxId\": \"XXXXXXXXX\",\n        \"birthday\": null,\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2023-10-04T13:24:11.000Z\",\n        \"updatedAt\": \"2026-03-18T14:49:32.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"Las Araucarias 20\",\n                \"address_2\": null,\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": null,\n                \"city\": \"Chiguayante\",\n                \"country\": \"CL\",\n                \"street\": \"Las Araucarias\",\n                \"number\": \"20\",\n                \"neighborhood\": \"Chiguayante\",\n                \"position\": 0,\n                \"state\": \"Biobío\",\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-18T14:49:33.000Z\",\n                \"updatedAt\": \"2026-03-18T15:08:50.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"id\\\":\\\"XXXXXXXXXXXXXXXXXX\\\",\\\"site_id\\\":\\\"MLC\\\",\\\"buyer\\\":{\\\"cust_id\\\":\\\"XXXXXXXXX\\\",\\\"billing_info\\\":{\\\"name\\\":\\\"Multivende\\\",\\\"last_name\\\":\\\"Multivende\\\",\\\"identification\\\":{\\\"type\\\":\\\"RUT\\\",\\\"number\\\":\\\"XXXXXXXXX\\\"},\\\"taxes\\\":{},\\\"address\\\":{\\\"street_name\\\":\\\"Las Araucarias\\\",\\\"street_number\\\":\\\"20\\\",\\\"city_name\\\":\\\"Chiguayante\\\",\\\"neighborhood\\\":\\\"Chiguayante\\\",\\\"state\\\":{\\\"code\\\":\\\"CL-BI\\\",\\\"name\\\":\\\"Biobío\\\"},\\\"country_id\\\":\\\"CL\\\"},\\\"attributes\\\":{\\\"normalized\\\":\\\"false\\\",\\\"cust_type\\\":\\\"CO\\\"}}},\\\"seller\\\":{\\\"cust_id\\\":\\\"XXXXXXXXX\\\"}}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2023-10-04T13:24:11.000Z\",\n            \"updatedAt\": \"2026-03-18T15:08:49.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"Las Araucarias 20\",\n            \"address_2\": null,\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": null,\n            \"city\": \"Chiguayante\",\n            \"country\": \"CL\",\n            \"street\": \"Las Araucarias\",\n            \"number\": \"20\",\n            \"neighborhood\": \"Chiguayante\",\n            \"position\": 0,\n            \"state\": \"Biobío\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-18T14:49:33.000Z\",\n            \"updatedAt\": \"2026-03-18T15:08:50.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": null,\n            \"taxActivity\": null,\n            \"taxId\": \"XXXXXXXXX\",\n            \"documentType\": \"RUT\",\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": null,\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-18T14:49:33.000Z\",\n            \"updatedAt\": \"2026-03-18T14:49:33.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXXXXX\",\n            \"externalContent\": {\n                \"id\": \"XXXXXXXXXXXXXXXX\",\n                \"date_created\": \"2026-03-18T10:49:18.000-04:00\",\n                \"last_updated\": \"2026-03-18T10:51:03.000-04:00\",\n                \"date_closed\": \"2026-03-18T10:49:21.000-04:00\",\n                \"pack_id\": \"XXXXXXXXXXXXXXXX\",\n                \"fulfilled\": null,\n                \"buying_mode\": \"buy_equals_pay\",\n                \"shipping_cost\": null,\n                \"mediations\": [],\n                \"total_amount\": 59990,\n                \"paid_amount\": 59990,\n                \"order_items\": [\n                    {\n                        \"item\": {\n                            \"id\": \"XXXXXXXXXXXX\",\n                            \"title\": \"Multivende\",\n                            \"category_id\": \"MLC4337\",\n                            \"variation_id\": null,\n                            \"seller_custom_field\": \"XXXXXXXXXX\",\n                            \"variation_attributes\": [\n                                {\n                                    \"name\": \"Color\",\n                                    \"id\": \"COLOR\",\n                                    \"value_id\": \"52000\",\n                                    \"value_name\": \"Naranja\"\n                                },\n                                {\n                                    \"name\": \"Frecuencia\",\n                                    \"id\": \"FREQUENCY\",\n                                    \"value_id\": \"8219789\",\n                                    \"value_name\": \"50 Hz\"\n                                },\n                                {\n                                    \"name\": \"Voltaje\",\n                                    \"id\": \"VOLTAGE\",\n                                    \"value_id\": \"198813\",\n                                    \"value_name\": \"220V\"\n                                }\n                            ],\n                            \"warranty\": \"Garantía de fábrica: 12 meses\",\n                            \"condition\": \"new\",\n                            \"seller_sku\": \"XXXXXXXXXX\",\n                            \"global_price\": null,\n                            \"net_weight\": null,\n                            \"user_product_id\": \"XXXXXXXXXXXX\",\n                            \"release_date\": null,\n                            \"attributes\": []\n                        },\n                        \"quantity\": 1,\n                        \"requested_quantity\": {\n                            \"measure\": \"unit\",\n                            \"value\": 1\n                        },\n                        \"picked_quantity\": null,\n                        \"unit_price\": 59990,\n                        \"currency_id\": \"CLP\",\n                        \"manufacturing_days\": null,\n                        \"sale_fee\": 6599,\n                        \"listing_type_id\": \"gold_special\",\n                        \"base_exchange_rate\": null,\n                        \"base_currency_id\": null,\n                        \"element_id\": null,\n                        \"discounts\": null,\n                        \"bundle\": null,\n                        \"compat_id\": null,\n                        \"stock\": null,\n                        \"kit_instance_id\": null,\n                        \"gross_price\": 107990\n                    }\n                ],\n                \"currency_id\": \"CLP\",\n                \"payments\": [\n                    {\n                        \"id\": \"XXXXXXXXXXXX\",\n                        \"order_id\": \"XXXXXXXXXXXXXXXX\",\n                        \"payer_id\": \"XXXXXXXXX\",\n                        \"collector\": {\n                            \"id\": \"XXXXXXXXX\"\n                        },\n                        \"card_id\": \"XXXXXXXXX\",\n                        \"reason\": \"Multivende\",\n                        \"site_id\": \"MLC\",\n                        \"payment_method_id\": \"visa\",\n                        \"currency_id\": \"CLP\",\n                        \"installments\": 3,\n                        \"issuer_id\": \"12500\",\n                        \"atm_transfer_reference\": {\n                            \"transaction_id\": null,\n                            \"company_id\": null\n                        },\n                        \"coupon_id\": null,\n                        \"activation_uri\": null,\n                        \"operation_type\": \"regular_payment\",\n                        \"payment_type\": \"credit_card\",\n                        \"available_actions\": [\n                            \"refund\"\n                        ],\n                        \"status\": \"approved\",\n                        \"status_code\": null,\n                        \"status_detail\": \"accredited\",\n                        \"transaction_amount\": 59990,\n                        \"transaction_amount_refunded\": 0,\n                        \"taxes_amount\": 0,\n                        \"shipping_cost\": 0,\n                        \"coupon_amount\": 0,\n                        \"overpaid_amount\": 0,\n                        \"total_paid_amount\": 59990,\n                        \"installment_amount\": 19996.67,\n                        \"deferred_period\": null,\n                        \"date_approved\": \"2026-03-18T10:49:20.000-04:00\",\n                        \"transaction_order_id\": null,\n                        \"date_created\": \"2026-03-18T10:49:18.000-04:00\",\n                        \"date_last_modified\": \"2026-03-18T10:49:20.000-04:00\",\n                        \"marketplace_fee\": 6599,\n                        \"reference_id\": null,\n                        \"authorization_code\": \"XXXXXX\"\n                    }\n                ],\n                \"shipping\": {\n                    \"substatus_history\": [\n                        {\n                            \"date\": \"2026-03-18T10:49:22.538-04:00\",\n                            \"substatus\": \"shipment_paid\",\n                            \"status\": \"pending\"\n                        },\n                        {\n                            \"date\": \"2026-03-18T10:49:26.966-04:00\",\n                            \"substatus\": \"ready_to_print\",\n                            \"status\": \"ready_to_ship\"\n                        }\n                    ],\n                    \"snapshot_packing\": {\n                        \"snapshot_id\": \"0c187051-ab9f-4f04-82d9-6cc81ef1b4c6\",\n                        \"pack_hash\": \"1\"\n                    },\n                    \"threshold_cancellation\": null,\n                    \"receiver_id\": \"XXXXXXXXX\",\n                    \"base_cost\": 14000,\n                    \"status_history\": {\n                        \"date_shipped\": null,\n                        \"date_returned\": null,\n                        \"date_delivered\": null,\n                        \"date_first_visit\": null,\n                        \"date_not_delivered\": null,\n                        \"date_cancelled\": null,\n                        \"date_handling\": \"2026-03-18T10:49:25.000-04:00\",\n                        \"date_ready_to_ship\": \"2026-03-18T10:49:26.966-04:00\"\n                    },\n                    \"type\": \"forward\",\n                    \"return_details\": null,\n                    \"sender_id\": \"XXXXXXXXX\",\n                    \"mode\": \"me2\",\n                    \"order_cost\": 59990,\n                    \"priority_class\": {\n                        \"id\": \"20\"\n                    },\n                    \"service_id\": 240127,\n                    \"shipping_items\": [\n                        {\n                            \"item_ponderation\": null,\n                            \"quantity\": 1,\n                            \"measurable_picked_quantity\": null,\n                            \"dimensions_source\": {\n                                \"origin\": \"bmp\",\n                                \"id\": \"MLC991255595__1\"\n                            },\n                            \"description\": \"Multivende\",\n                            \"id\": \"XXXXXXXXXXXX\",\n                            \"bundle\": null,\n                            \"user_product_id\": \"XXXXXXXXXXXX\",\n                            \"sender_id\": \"XXXXXXXXX\",\n                            \"dimensions\": \"33.0x36.0x41.0,5200.0\"\n                        }\n                    ],\n                    \"tracking_number\": \"XXXXXXXXXXXXXXXXXXXXX\",\n                    \"cost_components\": {\n                        \"loyal_discount\": 0,\n                        \"special_discount\": 0,\n                        \"compensation\": 0,\n                        \"gap_discount\": 0,\n                        \"ratio\": 18090\n                    },\n                    \"id\": \"XXXXXXXXXXX\",\n                    \"tracking_method\": \"MEL Distribution\",\n                    \"last_updated\": \"2026-03-18T11:07:15.285-04:00\",\n                    \"items_types\": [\n                        \"new\"\n                    ],\n                    \"comments\": null,\n                    \"substatus\": \"ready_for_pickup\",\n                    \"date_created\": \"2026-03-18T10:49:20.677-04:00\",\n                    \"date_first_printed\": \"2026-03-18T11:07:14.413-04:00\",\n                    \"created_by\": \"receiver\",\n                    \"application_id\": null,\n                    \"shipping_option\": {\n                        \"processing_time\": null,\n                        \"cost\": 0,\n                        \"estimated_schedule_limit\": {\n                            \"date\": null\n                        },\n                        \"shipping_method_id\": 502745,\n                        \"estimated_delivery_final\": {\n                            \"date\": \"2026-03-20T00:00:00.000-03:00\"\n                        },\n                        \"buffering\": {\n                            \"date\": null\n                        },\n                        \"desired_promised_delivery\": {\n                            \"from\": null\n                        },\n                        \"pickup_promise\": {\n                            \"from\": null,\n                            \"to\": null\n                        },\n                        \"list_cost\": 8400,\n                        \"estimated_delivery_limit\": {\n                            \"date\": \"2026-03-20T00:00:00.000-03:00\"\n                        },\n                        \"priority_class\": {\n                            \"id\": \"20\"\n                        },\n                        \"delivery_promise\": \"estimated\",\n                        \"delivery_type\": \"estimated\",\n                        \"estimated_delivery_time\": {\n                            \"date\": \"2026-03-20T00:00:00.000-03:00\",\n                            \"pay_before\": \"2026-03-19T08:00:00.000-03:00\",\n                            \"schedule\": null,\n                            \"unit\": \"hour\",\n                            \"offset\": {\n                                \"date\": \"2026-03-21T00:00:00.000-03:00\",\n                                \"shipping\": 24\n                            },\n                            \"shipping\": 24,\n                            \"time_frame\": {\n                                \"from\": null,\n                                \"to\": null\n                            },\n                            \"handling\": 48,\n                            \"type\": \"known_frame\"\n                        },\n                        \"name\": \"Prioritario a domicilio\",\n                        \"id\": 1463589501,\n                        \"estimated_delivery_extended\": {\n                            \"date\": \"2026-03-20T00:00:00.000-03:00\"\n                        },\n                        \"currency_id\": \"CLP\"\n                    },\n                    \"tags\": [],\n                    \"sender_address\": {\n                        \"country\": {\n                            \"id\": \"CL\",\n                            \"name\": \"Chile\"\n                        },\n                        \"address_line\": \"XXXXXXX\",\n                        \"types\": [\n                            \"milkrun\"\n                        ],\n                        \"scoring\": 1,\n                        \"agency\": null,\n                        \"city\": {\n                            \"id\": \"TUxDQ1FVSTY5YTdl\",\n                            \"name\": \"Quilicura\"\n                        },\n                        \"geolocation_type\": \"ROOFTOP\",\n                        \"latitude\": 0,\n                        \"municipality\": {\n                            \"id\": null,\n                            \"name\": null\n                        },\n                        \"version\": \"CL-b27755cb5a1091f944bc0a9d39774d7d\",\n                        \"location_id\": null,\n                        \"street_name\": \"XXXXXXX\",\n                        \"zip_code\": null,\n                        \"geolocation_source\": \"geolocation-visits\",\n                        \"node\": null,\n                        \"intersection\": null,\n                        \"street_number\": \"XXXXXXX\",\n                        \"comment\": \"XXXXXXX\",\n                        \"id\": 1352320251,\n                        \"state\": {\n                            \"id\": \"CL-RM\",\n                            \"name\": \"RM (Metropolitana)\"\n                        },\n                        \"neighborhood\": {\n                            \"id\": null,\n                            \"name\": \"Quilicura\"\n                        },\n                        \"geolocation_last_updated\": \"2025-10-17T19:00:26.729Z\",\n                        \"longitude\": 0\n                    },\n                    \"sibling\": {\n                        \"reason\": null,\n                        \"sibling_id\": null,\n                        \"description\": null,\n                        \"source\": null,\n                        \"date_created\": null,\n                        \"last_updated\": null\n                    },\n                    \"return_tracking_number\": null,\n                    \"site_id\": \"MLC\",\n                    \"carrier_info\": null,\n                    \"market_place\": \"MELI\",\n                    \"receiver_address\": {\n                        \"country\": {\n                            \"id\": \"CL\",\n                            \"name\": \"Chile\"\n                        },\n                        \"city\": {\n                            \"id\": \"TUxDQ0NISTEzZDY3\",\n                            \"name\": \"Chiguayante\"\n                        },\n                        \"geolocation_type\": \"ROOFTOP\",\n                        \"latitude\": -36.913902,\n                        \"municipality\": {\n                            \"id\": null,\n                            \"name\": null\n                        },\n                        \"location_id\": 8409962,\n                        \"street_name\": \"Las Araucarias\",\n                        \"zip_code\": null,\n                        \"intersection\": null,\n                        \"receiver_name\": \"Multivende\",\n                        \"id\": 1438979123,\n                        \"state\": {\n                            \"id\": \"CL-BI\",\n                            \"name\": \"Biobío\"\n                        },\n                        \"longitude\": -73.033439,\n                        \"address_line\": \"Las Araucarias 20\",\n                        \"types\": [\n                            \"default_buying_address\"\n                        ],\n                        \"scoring\": 1,\n                        \"agency\": null,\n                        \"version\": \"CL-46dcf00ac00e31e5abe9e0b4e65b5d10\",\n                        \"geolocation_source\": \"geolocation-visits\",\n                        \"delivery_preference\": \"residential\",\n                        \"node\": null,\n                        \"street_number\": \"20\",\n                        \"comment\": \"Casa 40 Referencia: Condominio terraza araucarias\",\n                        \"neighborhood\": {\n                            \"id\": null,\n                            \"name\": \"Chiguayante\"\n                        },\n                        \"geolocation_last_updated\": \"2025-03-28T13:56:04.829Z\",\n                        \"receiver_phone\": \"XXXXXXX\"\n                    },\n                    \"customer_id\": null,\n                    \"order_id\": \"XXXXXXXXXXXXXXXX\",\n                    \"quotation\": null,\n                    \"status\": \"ready_to_ship\",\n                    \"logistic_type\": \"cross_docking\",\n                    \"cost\": 0,\n                    \"shipmentSla\": {\n                        \"status\": \"on_time\",\n                        \"expected_date\": \"2026-03-19T23:59:59-03:00\",\n                        \"service\": \"\",\n                        \"last_updated\": \"2026-03-18T14:49:28Z\"\n                    }\n                },\n                \"status\": \"paid\",\n                \"status_detail\": null,\n                \"tags\": [\n                    \"d2c\",\n                    \"pack_order\",\n                    \"order_has_discount\",\n                    \"catalog\",\n                    \"paid\",\n                    \"one_shot\",\n                    \"not_delivered\"\n                ],\n                \"static_tags\": [],\n                \"feedback\": {\n                    \"seller\": null,\n                    \"buyer\": null\n                },\n                \"context\": {\n                    \"channel\": \"marketplace\",\n                    \"site\": \"MLC\",\n                    \"flows\": [\n                        \"catalog\"\n                    ]\n                },\n                \"seller\": {\n                    \"id\": \"XXXXXXXXX\"\n                },\n                \"buyer\": {\n                    \"id\": \"XXXXXXXXX\",\n                    \"nickname\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"first_name\": \"Multivende\",\n                    \"last_name\": \"Multivende\",\n                    \"billing_info\": {\n                        \"id\": \"XXXXXXXXXXXXXXXXXX\"\n                    }\n                },\n                \"taxes\": {\n                    \"amount\": 0\n                },\n                \"cancel_detail\": null,\n                \"manufacturing_ending_date\": null,\n                \"order_request\": {\n                    \"change\": null,\n                    \"return\": null\n                },\n                \"related_orders\": null,\n                \"remotePackOrder\": {\n                    \"shipment\": {\n                        \"id\": \"XXXXXXXXXXX\"\n                    },\n                    \"orders\": [\n                        {\n                            \"id\": \"XXXXXXXXXXXXXXXX\",\n                            \"static_tags\": []\n                        }\n                    ],\n                    \"id\": \"XXXXXXXXXXXXXXXX\",\n                    \"status\": \"released\",\n                    \"status_detail\": null,\n                    \"family_pack_id\": null,\n                    \"trash_pack_id\": null,\n                    \"buyer\": {\n                        \"id\": \"XXXXXXXXX\"\n                    },\n                    \"date_created\": \"2026-03-18T10:49:18.000-0400\",\n                    \"last_updated\": \"2026-03-18T11:07:18.000-0400\"\n                },\n                \"comments\": [],\n                \"discounts\": [\n                    {\n                        \"details\": [\n                            {\n                                \"type\": \"discount\",\n                                \"items\": [\n                                    {\n                                        \"element_id\": 1,\n                                        \"quantity\": 1,\n                                        \"id\": \"XXXXXXXXXXXX\",\n                                        \"amounts\": {\n                                            \"seller\": 48000,\n                                            \"total\": 48000\n                                        }\n                                    }\n                                ],\n                                \"supplier\": {\n                                    \"offer_id\": \"OFFER-MLC991255595-11835540400\",\n                                    \"funding_mode\": \"seller\"\n                                }\n                            }\n                        ]\n                    }\n                ],\n                \"total_amount_with_shipping\": 59990,\n                \"remote_order_extra_billing_information\": {\n                    \"billing_info\": {\n                        \"additional_info\": [\n                            {\n                                \"type\": \"SITE_ID\",\n                                \"value\": \"MLC\"\n                            },\n                            {\n                                \"type\": \"FIRST_NAME\",\n                                \"value\": \"Multivende\"\n                            },\n                            {\n                                \"type\": \"LAST_NAME\",\n                                \"value\": \"Multivende\"\n                            },\n                            {\n                                \"type\": \"DOC_TYPE\",\n                                \"value\": \"RUT\"\n                            },\n                            {\n                                \"type\": \"DOC_NUMBER\",\n                                \"value\": \"XXXXXXXXX\"\n                            },\n                            {\n                                \"type\": \"CITY_NAME\",\n                                \"value\": \"Chiguayante\"\n                            },\n                            {\n                                \"type\": \"STREET_NAME\",\n                                \"value\": \"Las Araucarias\"\n                            },\n                            {\n                                \"type\": \"STREET_NUMBER\",\n                                \"value\": \"20\"\n                            },\n                            {\n                                \"type\": \"STATE_CODE\",\n                                \"value\": \"CL-BI\"\n                            },\n                            {\n                                \"type\": \"STATE_NAME\",\n                                \"value\": \"Biobío\"\n                            },\n                            {\n                                \"type\": \"NEIGHBORHOOD\",\n                                \"value\": \"Chiguayante\"\n                            },\n                            {\n                                \"type\": \"COUNTRY_ID\",\n                                \"value\": \"CL\"\n                            },\n                            {\n                                \"type\": \"NEW_BILLING_INFO\",\n                                \"value\": \"True\"\n                            }\n                        ],\n                        \"doc_number\": \"XXXXXXXXX\",\n                        \"doc_type\": \"RUT\"\n                    }\n                },\n                \"remote_order_billing_information\": {\n                    \"id\": \"XXXXXXXXXXXXXXXXXX\",\n                    \"site_id\": \"MLC\",\n                    \"buyer\": {\n                        \"cust_id\": \"XXXXXXXXX\",\n                        \"billing_info\": {\n                            \"name\": \"Multivende\",\n                            \"last_name\": \"Multivende\",\n                            \"identification\": {\n                                \"type\": \"RUT\",\n                                \"number\": \"XXXXXXXXX\"\n                            },\n                            \"taxes\": {},\n                            \"address\": {\n                                \"street_name\": \"Las Araucarias\",\n                                \"street_number\": \"20\",\n                                \"city_name\": \"Chiguayante\",\n                                \"neighborhood\": \"Chiguayante\",\n                                \"state\": {\n                                    \"code\": \"CL-BI\",\n                                    \"name\": \"Biobío\"\n                                },\n                                \"country_id\": \"CL\"\n                            },\n                            \"attributes\": {\n                                \"normalized\": \"false\",\n                                \"cust_type\": \"CO\"\n                            }\n                        }\n                    },\n                    \"seller\": {\n                        \"cust_id\": \"XXXXXXXXX\"\n                    }\n                },\n                \"shipmentPayments\": [],\n                \"buyerPaidShipment\": false,\n                \"shipmentPaymentsAmount\": 0,\n                \"shipmentCost\": {\n                    \"receiver\": {\n                        \"compensations\": [],\n                        \"cost\": 0,\n                        \"discounts\": [\n                            {\n                                \"rate\": 1,\n                                \"type\": \"ratio\",\n                                \"promoted_amount\": 9690\n                            }\n                        ],\n                        \"user_id\": \"XXXXXXXXX\",\n                        \"cost_details\": [],\n                        \"save\": 0,\n                        \"compensation\": 0\n                    },\n                    \"gross_amount\": 23690,\n                    \"senders\": [\n                        {\n                            \"compensations\": [],\n                            \"charges\": {\n                                \"charge_flex\": 0\n                            },\n                            \"cost\": 8400,\n                            \"discounts\": [\n                                {\n                                    \"rate\": 0.4,\n                                    \"type\": \"mandatory\",\n                                    \"promoted_amount\": 5600\n                                }\n                            ],\n                            \"user_id\": \"XXXXXXXXX\",\n                            \"save\": 5600,\n                            \"compensation\": 0\n                        }\n                    ],\n                    \"base_exchange\": null\n                },\n                \"shipmentPaidBySeller\": true\n            },\n            \"tags\": \"d2c,pack_order,order_has_discount,catalog,paid,one_shot,not_delivered\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-18T14:49:18.000Z\",\n            \"externalUpdatedAt\": \"2026-03-18T14:51:03.000Z\",\n            \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n            \"updatedAt\": \"2026-03-18T15:08:49.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"mercadolibre\",\n                \"name\": null\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n            \"updatedAt\": \"2026-03-18T14:49:33.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"isDeliveryPaid\": \"not-paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": \"2026-03-20T03:00:00.000Z\",\n                \"estimatedDeliveryDateTo\": \"2026-03-21T03:00:00.000Z\",\n                \"effectiveDeliveryClosingDate\": \"2026-03-18T15:07:15.000Z\",\n                \"promisedDeliveryDate\": \"2026-03-20T03:00:00.000Z\",\n                \"handlingDateLimit\": \"2026-03-20T02:59:59.000Z\",\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"ready\",\n                \"shippingLabelPrintStatus\": \"printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": \"XXXXXXXXXXXXXXXXXXXXX\",\n                \"trackingUrl\": null,\n                \"courierName\": \"MEL Distribution\",\n                \"shippingMode\": \"cross_docking\",\n                \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n                \"updatedAt\": \"2026-03-18T15:07:17.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXXXXX\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"{\\\"substatus_history\\\":[{\\\"date\\\":\\\"2026-03-18T10:49:22.538-04:00\\\",\\\"substatus\\\":\\\"shipment_paid\\\",\\\"status\\\":\\\"pending\\\"},{\\\"date\\\":\\\"2026-03-18T10:49:26.966-04:00\\\",\\\"substatus\\\":\\\"ready_to_print\\\",\\\"status\\\":\\\"ready_to_ship\\\"}],\\\"snapshot_packing\\\":{\\\"snapshot_id\\\":\\\"0c187051-ab9f-4f04-82d9-6cc81ef1b4c6\\\",\\\"pack_hash\\\":\\\"1\\\"},\\\"threshold_cancellation\\\":null,\\\"receiver_id\\\":\\\"XXXXXXXXX\\\",\\\"base_cost\\\":14000,\\\"status_history\\\":{\\\"date_shipped\\\":null,\\\"date_returned\\\":null,\\\"date_delivered\\\":null,\\\"date_first_visit\\\":null,\\\"date_not_delivered\\\":null,\\\"date_cancelled\\\":null,\\\"date_handling\\\":\\\"2026-03-18T10:49:25.000-04:00\\\",\\\"date_ready_to_ship\\\":\\\"2026-03-18T10:49:26.966-04:00\\\"},\\\"type\\\":\\\"forward\\\",\\\"return_details\\\":null,\\\"sender_id\\\":\\\"XXXXXXXXX\\\",\\\"mode\\\":\\\"me2\\\",\\\"order_cost\\\":59990,\\\"priority_class\\\":{\\\"id\\\":\\\"20\\\"},\\\"service_id\\\":240127,\\\"shipping_items\\\":[{\\\"item_ponderation\\\":null,\\\"quantity\\\":1,\\\"measurable_picked_quantity\\\":null,\\\"dimensions_source\\\":{\\\"origin\\\":\\\"bmp\\\",\\\"id\\\":\\\"MLC991255595__1\\\"},\\\"description\\\":\\\"Multivende\\\",\\\"id\\\":\\\"XXXXXXXXXXXX\\\",\\\"bundle\\\":null,\\\"user_product_id\\\":\\\"XXXXXXXXXXXX\\\",\\\"sender_id\\\":\\\"XXXXXXXXX\\\",\\\"dimensions\\\":\\\"33.0x36.0x41.0,5200.0\\\"}],\\\"tracking_number\\\":\\\"XXXXXXXXXXXXXXXXXXXXX\\\",\\\"cost_components\\\":{\\\"loyal_discount\\\":0,\\\"special_discount\\\":0,\\\"compensation\\\":0,\\\"gap_discount\\\":0,\\\"ratio\\\":18090},\\\"id\\\":\\\"XXXXXXXXXXX\\\",\\\"tracking_method\\\":\\\"MEL Distribution\\\",\\\"last_updated\\\":\\\"2026-03-18T11:07:15.285-04:00\\\",\\\"items_types\\\":[\\\"new\\\"],\\\"comments\\\":null,\\\"substatus\\\":\\\"ready_for_pickup\\\",\\\"date_created\\\":\\\"2026-03-18T10:49:20.677-04:00\\\",\\\"date_first_printed\\\":\\\"2026-03-18T11:07:14.413-04:00\\\",\\\"created_by\\\":\\\"receiver\\\",\\\"application_id\\\":null,\\\"shipping_option\\\":{\\\"processing_time\\\":null,\\\"cost\\\":0,\\\"estimated_schedule_limit\\\":{\\\"date\\\":null},\\\"shipping_method_id\\\":502745,\\\"estimated_delivery_final\\\":{\\\"date\\\":\\\"2026-03-20T00:00:00.000-03:00\\\"},\\\"buffering\\\":{\\\"date\\\":null},\\\"desired_promised_delivery\\\":{\\\"from\\\":null},\\\"pickup_promise\\\":{\\\"from\\\":null,\\\"to\\\":null},\\\"list_cost\\\":8400,\\\"estimated_delivery_limit\\\":{\\\"date\\\":\\\"2026-03-20T00:00:00.000-03:00\\\"},\\\"priority_class\\\":{\\\"id\\\":\\\"20\\\"},\\\"delivery_promise\\\":\\\"estimated\\\",\\\"delivery_type\\\":\\\"estimated\\\",\\\"estimated_delivery_time\\\":{\\\"date\\\":\\\"2026-03-20T00:00:00.000-03:00\\\",\\\"pay_before\\\":\\\"2026-03-19T08:00:00.000-03:00\\\",\\\"schedule\\\":null,\\\"unit\\\":\\\"hour\\\",\\\"offset\\\":{\\\"date\\\":\\\"2026-03-21T00:00:00.000-03:00\\\",\\\"shipping\\\":24},\\\"shipping\\\":24,\\\"time_frame\\\":{\\\"from\\\":null,\\\"to\\\":null},\\\"handling\\\":48,\\\"type\\\":\\\"known_frame\\\"},\\\"name\\\":\\\"Prioritario a domicilio\\\",\\\"id\\\":1463589501,\\\"estimated_delivery_extended\\\":{\\\"date\\\":\\\"2026-03-20T00:00:00.000-03:00\\\"},\\\"currency_id\\\":\\\"CLP\\\"},\\\"tags\\\":[],\\\"sender_address\\\":{\\\"country\\\":{\\\"id\\\":\\\"CL\\\",\\\"name\\\":\\\"Chile\\\"},\\\"address_line\\\":\\\"XXXXXXX\\\",\\\"types\\\":[\\\"milkrun\\\"],\\\"scoring\\\":1,\\\"agency\\\":null,\\\"city\\\":{\\\"id\\\":\\\"TUxDQ1FVSTY5YTdl\\\",\\\"name\\\":\\\"Quilicura\\\"},\\\"geolocation_type\\\":\\\"ROOFTOP\\\",\\\"latitude\\\":0,\\\"municipality\\\":{\\\"id\\\":null,\\\"name\\\":null},\\\"version\\\":\\\"CL-b27755cb5a1091f944bc0a9d39774d7d\\\",\\\"location_id\\\":null,\\\"street_name\\\":\\\"XXXXXXX\\\",\\\"zip_code\\\":null,\\\"geolocation_source\\\":\\\"geolocation-visits\\\",\\\"node\\\":null,\\\"intersection\\\":null,\\\"street_number\\\":\\\"XXXXXXX\\\",\\\"comment\\\":\\\"XXXXXXX\\\",\\\"id\\\":1352320251,\\\"state\\\":{\\\"id\\\":\\\"CL-RM\\\",\\\"name\\\":\\\"RM (Metropolitana)\\\"},\\\"neighborhood\\\":{\\\"id\\\":null,\\\"name\\\":\\\"Quilicura\\\"},\\\"geolocation_last_updated\\\":\\\"2025-10-17T19:00:26.729Z\\\",\\\"longitude\\\":0},\\\"sibling\\\":{\\\"reason\\\":null,\\\"sibling_id\\\":null,\\\"description\\\":null,\\\"source\\\":null,\\\"date_created\\\":null,\\\"last_updated\\\":null},\\\"return_tracking_number\\\":null,\\\"site_id\\\":\\\"MLC\\\",\\\"carrier_info\\\":null,\\\"market_place\\\":\\\"MELI\\\",\\\"receiver_address\\\":{\\\"country\\\":{\\\"id\\\":\\\"CL\\\",\\\"name\\\":\\\"Chile\\\"},\\\"city\\\":{\\\"id\\\":\\\"TUxDQ0NISTEzZDY3\\\",\\\"name\\\":\\\"Chiguayante\\\"},\\\"geolocation_type\\\":\\\"ROOFTOP\\\",\\\"latitude\\\":-36.913902,\\\"municipality\\\":{\\\"id\\\":null,\\\"name\\\":null},\\\"location_id\\\":8409962,\\\"street_name\\\":\\\"Las Araucarias\\\",\\\"zip_code\\\":null,\\\"intersection\\\":null,\\\"receiver_name\\\":\\\"Multivende\\\",\\\"id\\\":1438979123,\\\"state\\\":{\\\"id\\\":\\\"CL-BI\\\",\\\"name\\\":\\\"Biobío\\\"},\\\"longitude\\\":-73.033439,\\\"address_line\\\":\\\"Las Araucarias 20\\\",\\\"types\\\":[\\\"default_buying_address\\\"],\\\"scoring\\\":1,\\\"agency\\\":null,\\\"version\\\":\\\"CL-46dcf00ac00e31e5abe9e0b4e65b5d10\\\",\\\"geolocation_source\\\":\\\"geolocation-visits\\\",\\\"delivery_preference\\\":\\\"residential\\\",\\\"node\\\":null,\\\"street_number\\\":\\\"20\\\",\\\"comment\\\":\\\"Casa 40 Referencia: Condominio terraza araucarias\\\",\\\"neighborhood\\\":{\\\"id\\\":null,\\\"name\\\":\\\"Chiguayante\\\"},\\\"geolocation_last_updated\\\":\\\"2025-03-28T13:56:04.829Z\\\",\\\"receiver_phone\\\":\\\"XXXXXXX\\\"},\\\"customer_id\\\":null,\\\"order_id\\\":\\\"XXXXXXXXXXXXXXXX\\\",\\\"quotation\\\":null,\\\"status\\\":\\\"ready_to_ship\\\",\\\"logistic_type\\\":\\\"cross_docking\\\",\\\"cost\\\":0,\\\"shipmentSla\\\":{\\\"status\\\":\\\"on_time\\\",\\\"expected_date\\\":\\\"2026-03-19T23:59:59-03:00\\\",\\\"service\\\":\\\"\\\",\\\"last_updated\\\":\\\"2026-03-18T14:49:28Z\\\"}}\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-18T14:49:20.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-18T14:49:24.000Z\",\n                        \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n                        \"updatedAt\": \"2026-03-18T15:08:50.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Las Araucarias 20\",\n                    \"address_2\": null,\n                    \"description\": null,\n                    \"indications\": \"Casa 40 Referencia: Condominio terraza araucarias\",\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": null,\n                    \"city\": \"Chiguayante\",\n                    \"state\": \"Biobío\",\n                    \"country\": \"Chile\",\n                    \"street\": \"Las Araucarias\",\n                    \"number\": \"20\",\n                    \"neighborhood\": \"Chiguayante\",\n                    \"position\": 0,\n                    \"latitude\": \"-36.913902\",\n                    \"longitude\": \"-73.033439\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n                    \"updatedAt\": \"2026-03-18T15:08:50.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": null,\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": null,\n                            \"phoneNumber\": \"XXXXXXX\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n                            \"updatedAt\": \"2026-03-18T15:08:50.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n                    \"updatedAt\": \"2026-03-18T14:49:32.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXXX\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 32.3,\n                        \"length\": 31.6,\n                        \"height\": 40,\n                        \"weight\": 5.2,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2020-01-17T13:56:22.000Z\",\n                        \"updatedAt\": \"2026-03-11T15:53:25.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": \"Multivende\",\n                            \"model\": \"XXXXXXXXXX\",\n                            \"code\": \"XXXXXXXXXX\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-01-17T13:56:22.000Z\",\n                            \"updatedAt\": \"2026-03-18T14:51:03.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n                        \"updatedAt\": \"2022-07-15T17:34:28.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXX\",\n            \"amount\": 59990,\n            \"amountPaid\": 59990,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": \"XXXXXX\",\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": \"XXXX\",\n            \"installments\": 3,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n            \"updatedAt\": \"2026-03-18T14:49:32.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{\\n  \\\"requiresTransaction\\\": true\\n}\",\n                \"code\": \"_payment_methods_credit_card\",\n                \"name\": \"PAYMENT_METHODS.Credit_card.Name\",\n                \"description\": \"PAYMENT_METHODS.Credit_card.Description\",\n                \"position\": 1,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Tarjeta de crédito\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXXXXXXX\",\n                    \"transactionId\": \"XXXXXXXXXXXX\",\n                    \"externalContent\": \"{\\\"accounts_info\\\":null,\\\"additional_info\\\":{\\\"ip_address\\\":\\\"XX.XXX.XXX.XXX\\\",\\\"items\\\":[{\\\"category_id\\\":\\\"MLC4337\\\",\\\"id\\\":\\\"XXXXXXXXXXXX\\\",\\\"quantity\\\":\\\"1\\\",\\\"title\\\":\\\"Multivende\\\",\\\"unit_price\\\":\\\"59990\\\"}],\\\"tracking_id\\\":\\\"platform:v1-blacklabel,so:ALL,type:N/A,security:none\\\"},\\\"authorization_code\\\":\\\"XXXXXX\\\",\\\"binary_mode\\\":false,\\\"brand_id\\\":null,\\\"build_version\\\":\\\"3.147.1-hotfix-27\\\",\\\"call_for_authorize_id\\\":null,\\\"captured\\\":true,\\\"card\\\":{\\\"bin\\\":\\\"XXXXXXXX\\\",\\\"cardholder\\\":{\\\"identification\\\":{\\\"number\\\":null,\\\"type\\\":null},\\\"name\\\":null},\\\"country\\\":\\\"CHL\\\",\\\"date_created\\\":\\\"2026-03-18T10:49:18.000-04:00\\\",\\\"date_last_updated\\\":\\\"2026-03-18T10:49:18.000-04:00\\\",\\\"expiration_month\\\":6,\\\"expiration_year\\\":2028,\\\"first_six_digits\\\":\\\"XXXXXX\\\",\\\"id\\\":\\\"XXXXXXXXX\\\",\\\"last_four_digits\\\":\\\"XXXX\\\",\\\"tags\\\":[\\\"credit\\\"]},\\\"charges_details\\\":[{\\\"accounts\\\":{\\\"from\\\":\\\"collector\\\",\\\"to\\\":\\\"1324497550\\\"},\\\"amounts\\\":{\\\"original\\\":8400,\\\"refunded\\\":0},\\\"client_id\\\":\\\"6001919313095062\\\",\\\"date_created\\\":\\\"2026-03-18T10:49:24.000-04:00\\\",\\\"id\\\":\\\"XXXXXXXXXXXX-XXX\\\",\\\"last_updated\\\":\\\"2026-03-18T10:49:24.000-04:00\\\",\\\"metadata\\\":{\\\"shipment_id\\\":\\\"XXXXXXXXXXX\\\",\\\"source\\\":\\\"deferred-charges\\\",\\\"source_detail\\\":\\\"shipping-account-movements\\\"},\\\"name\\\":\\\"shp_cross_docking\\\",\\\"refund_charges\\\":[],\\\"reserve_id\\\":null,\\\"type\\\":\\\"shipping\\\",\\\"update_charges\\\":[]},{\\\"accounts\\\":{\\\"from\\\":\\\"collector\\\",\\\"to\\\":\\\"ml\\\"},\\\"amounts\\\":{\\\"original\\\":6599,\\\"refunded\\\":0},\\\"client_id\\\":\\\"5084470480389975\\\",\\\"date_created\\\":\\\"2026-03-18T10:49:26.000-04:00\\\",\\\"id\\\":\\\"XXXXXXXXXXXX-XXX\\\",\\\"last_updated\\\":\\\"2026-03-18T10:49:26.000-04:00\\\",\\\"metadata\\\":{\\\"source\\\":\\\"deferred-charges\\\",\\\"source_detail\\\":\\\"fees-api\\\"},\\\"name\\\":\\\"meli_fee\\\",\\\"refund_charges\\\":[],\\\"reserve_id\\\":null,\\\"type\\\":\\\"fee\\\",\\\"update_charges\\\":[]}],\\\"charges_execution_info\\\":{\\\"internal_execution\\\":{\\\"date\\\":\\\"2026-03-18T10:49:18.640-04:00\\\",\\\"execution_id\\\":\\\"01KM0PRA0FQ723TA3JDESTGZM6\\\"}},\\\"collector_id\\\":\\\"XXXXXXXXX\\\",\\\"corporation_id\\\":null,\\\"counter_currency\\\":null,\\\"coupon_amount\\\":0,\\\"currency_id\\\":\\\"CLP\\\",\\\"date_approved\\\":\\\"2026-03-18T10:49:20.000-04:00\\\",\\\"date_created\\\":\\\"2026-03-18T10:49:18.000-04:00\\\",\\\"date_last_updated\\\":\\\"2026-03-18T10:50:39.000-04:00\\\",\\\"date_of_expiration\\\":null,\\\"deduction_schema\\\":null,\\\"description\\\":\\\"Multivende\\\",\\\"differential_pricing_id\\\":null,\\\"external_reference\\\":\\\"XXXXXXXXXXXXXXXX\\\",\\\"fee_details\\\":[{\\\"amount\\\":6599,\\\"fee_payer\\\":\\\"collector\\\",\\\"type\\\":\\\"application_fee\\\"}],\\\"financing_group\\\":\\\"mlc-meli-mkt-pcj\\\",\\\"id\\\":\\\"XXXXXXXXXXXX\\\",\\\"installments\\\":3,\\\"integrator_id\\\":null,\\\"issuer_id\\\":\\\"12500\\\",\\\"live_mode\\\":true,\\\"marketplace_owner\\\":null,\\\"merchant_account_id\\\":null,\\\"merchant_number\\\":null,\\\"metadata\\\":{},\\\"money_release_date\\\":\\\"2026-04-09T10:49:20.000-04:00\\\",\\\"money_release_schema\\\":null,\\\"money_release_status\\\":\\\"pending\\\",\\\"notification_url\\\":null,\\\"operation_type\\\":\\\"regular_payment\\\",\\\"order\\\":{\\\"id\\\":\\\"XXXXXXXXXXXXXXXX\\\",\\\"type\\\":\\\"mercadolibre\\\"},\\\"payer\\\":{\\\"email\\\":null,\\\"entity_type\\\":null,\\\"first_name\\\":null,\\\"id\\\":\\\"XXXXXXXXX\\\",\\\"identification\\\":{},\\\"last_name\\\":null,\\\"operator_id\\\":null,\\\"phone\\\":{},\\\"type\\\":\\\"registered\\\"},\\\"payment_method\\\":{\\\"data\\\":{\\\"routing_data\\\":{\\\"merchant_account_id\\\":\\\"4028\\\"}},\\\"id\\\":\\\"visa\\\",\\\"issuer_id\\\":\\\"12500\\\",\\\"type\\\":\\\"credit_card\\\"},\\\"payment_method_id\\\":\\\"visa\\\",\\\"payment_type_id\\\":\\\"credit_card\\\",\\\"platform_id\\\":null,\\\"point_of_interaction\\\":{\\\"application_data\\\":{\\\"name\\\":null,\\\"operating_system\\\":null,\\\"version\\\":null},\\\"business_info\\\":{\\\"branch\\\":\\\"Marketplace\\\",\\\"sub_unit\\\":\\\"checkout_on\\\",\\\"unit\\\":\\\"marketplace\\\"},\\\"location\\\":{\\\"source\\\":\\\"shipment\\\",\\\"state_id\\\":\\\"CL-BI\\\"},\\\"transaction_data\\\":{\\\"e2e_id\\\":null,\\\"ticket_id\\\":\\\"XXXXXXXXXXX_XXXXXXXXXXXXXXXXXXXX_X\\\"},\\\"type\\\":\\\"CHECKOUT\\\"},\\\"pos_id\\\":null,\\\"processing_mode\\\":\\\"aggregator\\\",\\\"refunds\\\":[],\\\"release_info\\\":null,\\\"shipping_amount\\\":0,\\\"sponsor_id\\\":null,\\\"statement_descriptor\\\":\\\"MERCADOPAGO*MERCADOLIBRE \\\",\\\"status\\\":\\\"approved\\\",\\\"status_detail\\\":\\\"accredited\\\",\\\"store_id\\\":null,\\\"tags\\\":null,\\\"taxes_amount\\\":0,\\\"transaction_amount\\\":59990,\\\"transaction_amount_refunded\\\":0,\\\"transaction_details\\\":{\\\"acquirer_reference\\\":null,\\\"external_resource_url\\\":null,\\\"financial_institution\\\":null,\\\"installment_amount\\\":19996.67,\\\"net_received_amount\\\":44991,\\\"overpaid_amount\\\":0,\\\"payable_deferral_period\\\":null,\\\"payment_method_reference_id\\\":null,\\\"total_paid_amount\\\":59990}}\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n                    \"updatedAt\": \"2026-03-18T15:08:50.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 107990,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n            \"updatedAt\": \"2026-03-18T14:49:32.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": null,\n                    \"status\": \"created\",\n                    \"discount\": 48000,\n                    \"discountType\": \"value\",\n                    \"detail\": \"discount\",\n                    \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n                    \"updatedAt\": \"2026-03-18T14:49:32.000Z\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutItemDiscountTypeId\": null,\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"CheckoutItemDiscountType\": null\n                }\n            ],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXX\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 32.3,\n                \"length\": 31.6,\n                \"height\": 40,\n                \"weight\": 5.2,\n                \"status\": \"created\",\n                \"createdAt\": \"2020-01-17T13:56:22.000Z\",\n                \"updatedAt\": \"2026-03-11T15:53:25.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2019-12-06T17:52:44.000Z\",\n                    \"updatedAt\": \"2020-10-15T20:07:07.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Naranja\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n                    \"updatedAt\": \"2019-11-13T13:40:32.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": \"Multivende\",\n                    \"model\": \"XXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXX\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-01-17T13:56:22.000Z\",\n                    \"updatedAt\": \"2026-03-18T14:51:03.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 107990,\n            \"discount\": 48000,\n            \"totalWithDiscount\": 59990,\n            \"paymentByItem\": 59990\n        }\n    ],\n    \"cachedDate\": \"2026-03-18T15:09:01.000Z\",\n    \"total\": 59990,\n    \"discount\": 0,\n    \"totalWithDiscount\": 59990,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 59990,\n    \"hasItemDicounts\": true,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 48000,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 59990,\n    \"createdAtLocale\": \"18/03/2026 14:49:32\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXXXXX\",\n        \"externalContent\": {\n            \"id\": \"XXXXXXXXXXXXXXXX\",\n            \"date_created\": \"2026-03-18T10:49:18.000-04:00\",\n            \"last_updated\": \"2026-03-18T10:51:03.000-04:00\",\n            \"date_closed\": \"2026-03-18T10:49:21.000-04:00\",\n            \"pack_id\": \"XXXXXXXXXXXXXXXX\",\n            \"fulfilled\": null,\n            \"buying_mode\": \"buy_equals_pay\",\n            \"shipping_cost\": null,\n            \"mediations\": [],\n            \"total_amount\": 59990,\n            \"paid_amount\": 59990,\n            \"order_items\": [\n                {\n                    \"item\": {\n                        \"id\": \"XXXXXXXXXXXX\",\n                        \"title\": \"Multivende\",\n                        \"category_id\": \"MLC4337\",\n                        \"variation_id\": null,\n                        \"seller_custom_field\": \"XXXXXXXXXX\",\n                        \"variation_attributes\": [\n                            {\n                                \"name\": \"Color\",\n                                \"id\": \"COLOR\",\n                                \"value_id\": \"52000\",\n                                \"value_name\": \"Naranja\"\n                            },\n                            {\n                                \"name\": \"Frecuencia\",\n                                \"id\": \"FREQUENCY\",\n                                \"value_id\": \"8219789\",\n                                \"value_name\": \"50 Hz\"\n                            },\n                            {\n                                \"name\": \"Voltaje\",\n                                \"id\": \"VOLTAGE\",\n                                \"value_id\": \"198813\",\n                                \"value_name\": \"220V\"\n                            }\n                        ],\n                        \"warranty\": \"Garantía de fábrica: 12 meses\",\n                        \"condition\": \"new\",\n                        \"seller_sku\": \"XXXXXXXXXX\",\n                        \"global_price\": null,\n                        \"net_weight\": null,\n                        \"user_product_id\": \"XXXXXXXXXXXX\",\n                        \"release_date\": null,\n                        \"attributes\": []\n                    },\n                    \"quantity\": 1,\n                    \"requested_quantity\": {\n                        \"measure\": \"unit\",\n                        \"value\": 1\n                    },\n                    \"picked_quantity\": null,\n                    \"unit_price\": 59990,\n                    \"currency_id\": \"CLP\",\n                    \"manufacturing_days\": null,\n                    \"sale_fee\": 6599,\n                    \"listing_type_id\": \"gold_special\",\n                    \"base_exchange_rate\": null,\n                    \"base_currency_id\": null,\n                    \"element_id\": null,\n                    \"discounts\": null,\n                    \"bundle\": null,\n                    \"compat_id\": null,\n                    \"stock\": null,\n                    \"kit_instance_id\": null,\n                    \"gross_price\": 107990\n                }\n            ],\n            \"currency_id\": \"CLP\",\n            \"payments\": [\n                {\n                    \"id\": \"XXXXXXXXXXXX\",\n                    \"order_id\": \"XXXXXXXXXXXXXXXX\",\n                    \"payer_id\": \"XXXXXXXXX\",\n                    \"collector\": {\n                        \"id\": \"XXXXXXXXX\"\n                    },\n                    \"card_id\": \"XXXXXXXXX\",\n                    \"reason\": \"Multivende\",\n                    \"site_id\": \"MLC\",\n                    \"payment_method_id\": \"visa\",\n                    \"currency_id\": \"CLP\",\n                    \"installments\": 3,\n                    \"issuer_id\": \"12500\",\n                    \"atm_transfer_reference\": {\n                        \"transaction_id\": null,\n                        \"company_id\": null\n                    },\n                    \"coupon_id\": null,\n                    \"activation_uri\": null,\n                    \"operation_type\": \"regular_payment\",\n                    \"payment_type\": \"credit_card\",\n                    \"available_actions\": [\n                        \"refund\"\n                    ],\n                    \"status\": \"approved\",\n                    \"status_code\": null,\n                    \"status_detail\": \"accredited\",\n                    \"transaction_amount\": 59990,\n                    \"transaction_amount_refunded\": 0,\n                    \"taxes_amount\": 0,\n                    \"shipping_cost\": 0,\n                    \"coupon_amount\": 0,\n                    \"overpaid_amount\": 0,\n                    \"total_paid_amount\": 59990,\n                    \"installment_amount\": 19996.67,\n                    \"deferred_period\": null,\n                    \"date_approved\": \"2026-03-18T10:49:20.000-04:00\",\n                    \"transaction_order_id\": null,\n                    \"date_created\": \"2026-03-18T10:49:18.000-04:00\",\n                    \"date_last_modified\": \"2026-03-18T10:49:20.000-04:00\",\n                    \"marketplace_fee\": 6599,\n                    \"reference_id\": null,\n                    \"authorization_code\": \"XXXXXX\"\n                }\n            ],\n            \"shipping\": {\n                \"substatus_history\": [\n                    {\n                        \"date\": \"2026-03-18T10:49:22.538-04:00\",\n                        \"substatus\": \"shipment_paid\",\n                        \"status\": \"pending\"\n                    },\n                    {\n                        \"date\": \"2026-03-18T10:49:26.966-04:00\",\n                        \"substatus\": \"ready_to_print\",\n                        \"status\": \"ready_to_ship\"\n                    }\n                ],\n                \"snapshot_packing\": {\n                    \"snapshot_id\": \"0c187051-ab9f-4f04-82d9-6cc81ef1b4c6\",\n                    \"pack_hash\": \"1\"\n                },\n                \"threshold_cancellation\": null,\n                \"receiver_id\": \"XXXXXXXXX\",\n                \"base_cost\": 14000,\n                \"status_history\": {\n                    \"date_shipped\": null,\n                    \"date_returned\": null,\n                    \"date_delivered\": null,\n                    \"date_first_visit\": null,\n                    \"date_not_delivered\": null,\n                    \"date_cancelled\": null,\n                    \"date_handling\": \"2026-03-18T10:49:25.000-04:00\",\n                    \"date_ready_to_ship\": \"2026-03-18T10:49:26.966-04:00\"\n                },\n                \"type\": \"forward\",\n                \"return_details\": null,\n                \"sender_id\": \"XXXXXXXXX\",\n                \"mode\": \"me2\",\n                \"order_cost\": 59990,\n                \"priority_class\": {\n                    \"id\": \"20\"\n                },\n                \"service_id\": 240127,\n                \"shipping_items\": [\n                    {\n                        \"item_ponderation\": null,\n                        \"quantity\": 1,\n                        \"measurable_picked_quantity\": null,\n                        \"dimensions_source\": {\n                            \"origin\": \"bmp\",\n                            \"id\": \"MLC991255595__1\"\n                        },\n                        \"description\": \"Multivende\",\n                        \"id\": \"XXXXXXXXXXXX\",\n                        \"bundle\": null,\n                        \"user_product_id\": \"XXXXXXXXXXXX\",\n                        \"sender_id\": \"XXXXXXXXX\",\n                        \"dimensions\": \"33.0x36.0x41.0,5200.0\"\n                    }\n                ],\n                \"tracking_number\": \"XXXXXXXXXXXXXXXXXXXXX\",\n                \"cost_components\": {\n                    \"loyal_discount\": 0,\n                    \"special_discount\": 0,\n                    \"compensation\": 0,\n                    \"gap_discount\": 0,\n                    \"ratio\": 18090\n                },\n                \"id\": \"XXXXXXXXXXX\",\n                \"tracking_method\": \"MEL Distribution\",\n                \"last_updated\": \"2026-03-18T11:07:15.285-04:00\",\n                \"items_types\": [\n                    \"new\"\n                ],\n                \"comments\": null,\n                \"substatus\": \"ready_for_pickup\",\n                \"date_created\": \"2026-03-18T10:49:20.677-04:00\",\n                \"date_first_printed\": \"2026-03-18T11:07:14.413-04:00\",\n                \"created_by\": \"receiver\",\n                \"application_id\": null,\n                \"shipping_option\": {\n                    \"processing_time\": null,\n                    \"cost\": 0,\n                    \"estimated_schedule_limit\": {\n                        \"date\": null\n                    },\n                    \"shipping_method_id\": 502745,\n                    \"estimated_delivery_final\": {\n                        \"date\": \"2026-03-20T00:00:00.000-03:00\"\n                    },\n                    \"buffering\": {\n                        \"date\": null\n                    },\n                    \"desired_promised_delivery\": {\n                        \"from\": null\n                    },\n                    \"pickup_promise\": {\n                        \"from\": null,\n                        \"to\": null\n                    },\n                    \"list_cost\": 8400,\n                    \"estimated_delivery_limit\": {\n                        \"date\": \"2026-03-20T00:00:00.000-03:00\"\n                    },\n                    \"priority_class\": {\n                        \"id\": \"20\"\n                    },\n                    \"delivery_promise\": \"estimated\",\n                    \"delivery_type\": \"estimated\",\n                    \"estimated_delivery_time\": {\n                        \"date\": \"2026-03-20T00:00:00.000-03:00\",\n                        \"pay_before\": \"2026-03-19T08:00:00.000-03:00\",\n                        \"schedule\": null,\n                        \"unit\": \"hour\",\n                        \"offset\": {\n                            \"date\": \"2026-03-21T00:00:00.000-03:00\",\n                            \"shipping\": 24\n                        },\n                        \"shipping\": 24,\n                        \"time_frame\": {\n                            \"from\": null,\n                            \"to\": null\n                        },\n                        \"handling\": 48,\n                        \"type\": \"known_frame\"\n                    },\n                    \"name\": \"Prioritario a domicilio\",\n                    \"id\": 1463589501,\n                    \"estimated_delivery_extended\": {\n                        \"date\": \"2026-03-20T00:00:00.000-03:00\"\n                    },\n                    \"currency_id\": \"CLP\"\n                },\n                \"tags\": [],\n                \"sender_address\": {\n                    \"country\": {\n                        \"id\": \"CL\",\n                        \"name\": \"Chile\"\n                    },\n                    \"address_line\": \"XXXXXXX\",\n                    \"types\": [\n                        \"milkrun\"\n                    ],\n                    \"scoring\": 1,\n                    \"agency\": null,\n                    \"city\": {\n                        \"id\": \"TUxDQ1FVSTY5YTdl\",\n                        \"name\": \"Quilicura\"\n                    },\n                    \"geolocation_type\": \"ROOFTOP\",\n                    \"latitude\": 0,\n                    \"municipality\": {\n                        \"id\": null,\n                        \"name\": null\n                    },\n                    \"version\": \"CL-b27755cb5a1091f944bc0a9d39774d7d\",\n                    \"location_id\": null,\n                    \"street_name\": \"XXXXXXX\",\n                    \"zip_code\": null,\n                    \"geolocation_source\": \"geolocation-visits\",\n                    \"node\": null,\n                    \"intersection\": null,\n                    \"street_number\": \"XXXXXXX\",\n                    \"comment\": \"XXXXXXX\",\n                    \"id\": 1352320251,\n                    \"state\": {\n                        \"id\": \"CL-RM\",\n                        \"name\": \"RM (Metropolitana)\"\n                    },\n                    \"neighborhood\": {\n                        \"id\": null,\n                        \"name\": \"Quilicura\"\n                    },\n                    \"geolocation_last_updated\": \"2025-10-17T19:00:26.729Z\",\n                    \"longitude\": 0\n                },\n                \"sibling\": {\n                    \"reason\": null,\n                    \"sibling_id\": null,\n                    \"description\": null,\n                    \"source\": null,\n                    \"date_created\": null,\n                    \"last_updated\": null\n                },\n                \"return_tracking_number\": null,\n                \"site_id\": \"MLC\",\n                \"carrier_info\": null,\n                \"market_place\": \"MELI\",\n                \"receiver_address\": {\n                    \"country\": {\n                        \"id\": \"CL\",\n                        \"name\": \"Chile\"\n                    },\n                    \"city\": {\n                        \"id\": \"TUxDQ0NISTEzZDY3\",\n                        \"name\": \"Chiguayante\"\n                    },\n                    \"geolocation_type\": \"ROOFTOP\",\n                    \"latitude\": -36.913902,\n                    \"municipality\": {\n                        \"id\": null,\n                        \"name\": null\n                    },\n                    \"location_id\": 8409962,\n                    \"street_name\": \"Las Araucarias\",\n                    \"zip_code\": null,\n                    \"intersection\": null,\n                    \"receiver_name\": \"Multivende\",\n                    \"id\": 1438979123,\n                    \"state\": {\n                        \"id\": \"CL-BI\",\n                        \"name\": \"Biobío\"\n                    },\n                    \"longitude\": -73.033439,\n                    \"address_line\": \"Las Araucarias 20\",\n                    \"types\": [\n                        \"default_buying_address\"\n                    ],\n                    \"scoring\": 1,\n                    \"agency\": null,\n                    \"version\": \"CL-46dcf00ac00e31e5abe9e0b4e65b5d10\",\n                    \"geolocation_source\": \"geolocation-visits\",\n                    \"delivery_preference\": \"residential\",\n                    \"node\": null,\n                    \"street_number\": \"20\",\n                    \"comment\": \"Casa 40 Referencia: Condominio terraza araucarias\",\n                    \"neighborhood\": {\n                        \"id\": null,\n                        \"name\": \"Chiguayante\"\n                    },\n                    \"geolocation_last_updated\": \"2025-03-28T13:56:04.829Z\",\n                    \"receiver_phone\": \"XXXXXXX\"\n                },\n                \"customer_id\": null,\n                \"order_id\": \"XXXXXXXXXXXXXXXX\",\n                \"quotation\": null,\n                \"status\": \"ready_to_ship\",\n                \"logistic_type\": \"cross_docking\",\n                \"cost\": 0,\n                \"shipmentSla\": {\n                    \"status\": \"on_time\",\n                    \"expected_date\": \"2026-03-19T23:59:59-03:00\",\n                    \"service\": \"\",\n                    \"last_updated\": \"2026-03-18T14:49:28Z\"\n                }\n            },\n            \"status\": \"paid\",\n            \"status_detail\": null,\n            \"tags\": [\n                \"d2c\",\n                \"pack_order\",\n                \"order_has_discount\",\n                \"catalog\",\n                \"paid\",\n                \"one_shot\",\n                \"not_delivered\"\n            ],\n            \"static_tags\": [],\n            \"feedback\": {\n                \"seller\": null,\n                \"buyer\": null\n            },\n            \"context\": {\n                \"channel\": \"marketplace\",\n                \"site\": \"MLC\",\n                \"flows\": [\n                    \"catalog\"\n                ]\n            },\n            \"seller\": {\n                \"id\": \"XXXXXXXXX\"\n            },\n            \"buyer\": {\n                \"id\": \"XXXXXXXXX\",\n                \"nickname\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n                \"first_name\": \"Multivende\",\n                \"last_name\": \"Multivende\",\n                \"billing_info\": {\n                    \"id\": \"XXXXXXXXXXXXXXXXXX\"\n                }\n            },\n            \"taxes\": {\n                \"amount\": 0\n            },\n            \"cancel_detail\": null,\n            \"manufacturing_ending_date\": null,\n            \"order_request\": {\n                \"change\": null,\n                \"return\": null\n            },\n            \"related_orders\": null,\n            \"remotePackOrder\": {\n                \"shipment\": {\n                    \"id\": \"XXXXXXXXXXX\"\n                },\n                \"orders\": [\n                    {\n                        \"id\": \"XXXXXXXXXXXXXXXX\",\n                        \"static_tags\": []\n                    }\n                ],\n                \"id\": \"XXXXXXXXXXXXXXXX\",\n                \"status\": \"released\",\n                \"status_detail\": null,\n                \"family_pack_id\": null,\n                \"trash_pack_id\": null,\n                \"buyer\": {\n                    \"id\": \"XXXXXXXXX\"\n                },\n                \"date_created\": \"2026-03-18T10:49:18.000-0400\",\n                \"last_updated\": \"2026-03-18T11:07:18.000-0400\"\n            },\n            \"comments\": [],\n            \"discounts\": [\n                {\n                    \"details\": [\n                        {\n                            \"type\": \"discount\",\n                            \"items\": [\n                                {\n                                    \"element_id\": 1,\n                                    \"quantity\": 1,\n                                    \"id\": \"XXXXXXXXXXXX\",\n                                    \"amounts\": {\n                                        \"seller\": 48000,\n                                        \"total\": 48000\n                                    }\n                                }\n                            ],\n                            \"supplier\": {\n                                \"offer_id\": \"OFFER-MLC991255595-11835540400\",\n                                \"funding_mode\": \"seller\"\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"total_amount_with_shipping\": 59990,\n            \"remote_order_extra_billing_information\": {\n                \"billing_info\": {\n                    \"additional_info\": [\n                        {\n                            \"type\": \"SITE_ID\",\n                            \"value\": \"MLC\"\n                        },\n                        {\n                            \"type\": \"FIRST_NAME\",\n                            \"value\": \"Multivende\"\n                        },\n                        {\n                            \"type\": \"LAST_NAME\",\n                            \"value\": \"Multivende\"\n                        },\n                        {\n                            \"type\": \"DOC_TYPE\",\n                            \"value\": \"RUT\"\n                        },\n                        {\n                            \"type\": \"DOC_NUMBER\",\n                            \"value\": \"XXXXXXXXX\"\n                        },\n                        {\n                            \"type\": \"CITY_NAME\",\n                            \"value\": \"Chiguayante\"\n                        },\n                        {\n                            \"type\": \"STREET_NAME\",\n                            \"value\": \"Las Araucarias\"\n                        },\n                        {\n                            \"type\": \"STREET_NUMBER\",\n                            \"value\": \"20\"\n                        },\n                        {\n                            \"type\": \"STATE_CODE\",\n                            \"value\": \"CL-BI\"\n                        },\n                        {\n                            \"type\": \"STATE_NAME\",\n                            \"value\": \"Biobío\"\n                        },\n                        {\n                            \"type\": \"NEIGHBORHOOD\",\n                            \"value\": \"Chiguayante\"\n                        },\n                        {\n                            \"type\": \"COUNTRY_ID\",\n                            \"value\": \"CL\"\n                        },\n                        {\n                            \"type\": \"NEW_BILLING_INFO\",\n                            \"value\": \"True\"\n                        }\n                    ],\n                    \"doc_number\": \"XXXXXXXXX\",\n                    \"doc_type\": \"RUT\"\n                }\n            },\n            \"remote_order_billing_information\": {\n                \"id\": \"XXXXXXXXXXXXXXXXXX\",\n                \"site_id\": \"MLC\",\n                \"buyer\": {\n                    \"cust_id\": \"XXXXXXXXX\",\n                    \"billing_info\": {\n                        \"name\": \"Multivende\",\n                        \"last_name\": \"Multivende\",\n                        \"identification\": {\n                            \"type\": \"RUT\",\n                            \"number\": \"XXXXXXXXX\"\n                        },\n                        \"taxes\": {},\n                        \"address\": {\n                            \"street_name\": \"Las Araucarias\",\n                            \"street_number\": \"20\",\n                            \"city_name\": \"Chiguayante\",\n                            \"neighborhood\": \"Chiguayante\",\n                            \"state\": {\n                                \"code\": \"CL-BI\",\n                                \"name\": \"Biobío\"\n                            },\n                            \"country_id\": \"CL\"\n                        },\n                        \"attributes\": {\n                            \"normalized\": \"false\",\n                            \"cust_type\": \"CO\"\n                        }\n                    }\n                },\n                \"seller\": {\n                    \"cust_id\": \"XXXXXXXXX\"\n                }\n            },\n            \"shipmentPayments\": [],\n            \"buyerPaidShipment\": false,\n            \"shipmentPaymentsAmount\": 0,\n            \"shipmentCost\": {\n                \"receiver\": {\n                    \"compensations\": [],\n                    \"cost\": 0,\n                    \"discounts\": [\n                        {\n                            \"rate\": 1,\n                            \"type\": \"ratio\",\n                            \"promoted_amount\": 9690\n                        }\n                    ],\n                    \"user_id\": \"XXXXXXXXX\",\n                    \"cost_details\": [],\n                    \"save\": 0,\n                    \"compensation\": 0\n                },\n                \"gross_amount\": 23690,\n                \"senders\": [\n                    {\n                        \"compensations\": [],\n                        \"charges\": {\n                            \"charge_flex\": 0\n                        },\n                        \"cost\": 8400,\n                        \"discounts\": [\n                            {\n                                \"rate\": 0.4,\n                                \"type\": \"mandatory\",\n                                \"promoted_amount\": 5600\n                            }\n                        ],\n                        \"user_id\": \"XXXXXXXXX\",\n                        \"save\": 5600,\n                        \"compensation\": 0\n                    }\n                ],\n                \"base_exchange\": null\n            },\n            \"shipmentPaidBySeller\": true\n        },\n        \"tags\": \"d2c,pack_order,order_has_discount,catalog,paid,one_shot,not_delivered\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-18T14:49:18.000Z\",\n        \"externalUpdatedAt\": \"2026-03-18T14:51:03.000Z\",\n        \"createdAt\": \"2026-03-18T14:49:32.000Z\",\n        \"updatedAt\": \"2026-03-18T15:08:49.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"mercadolibre\",\n            \"name\": null\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"c40c1a72-f564-40c4-bca9-dcf984c2aaa4","name":"Get checkout Mercado Libre (Kit virtuales)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"code\": \"xxxxxxx\",\n    \"origin\": \"mercadolibre\",\n    \"net\": 98529.92,\n    \"tax\": 0,\n    \"gross\": 98529.92,\n    \"tags\": \"pack_order,kit_component,kit,paid,delivered,test_order\",\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"completed\",\n    \"comment\": \"\",\n    \"soldAt\": \"2025-12-17T18:41:31.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"Sedex\",\n    \"shippingMode\": \"drop_off\",\n    \"createdAt\": \"2025-12-18T05:05:42.000Z\",\n    \"updatedAt\": \"2026-01-15T23:48:53.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"name\": \"Bodega Principal\",\n        \"code\": \"02256xxxx\",\n        \"address\": \"Av. Principal\",\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": \"+562\",\n        \"phoneNumber\": \"xxxxxxxxx\",\n        \"latitude\": -33.000,\n        \"longitude\": -70.000,\n        \"openHours\": \"Lunes a Viernes 8 am a 4 pm\",\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-03-24T16:08:47.000Z\",\n        \"updatedAt\": \"2025-05-06T15:54:43.000Z\",\n        \"CreatedById\": \"65414080-f52a-4141-a263-31a22101e877\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Test Kits Virtuales BR\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"provider\": \"mercadolibre\",\n        \"name\": \"Test Kits Virtuales BR\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"code\": \"_delivery_type_delivery\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"name\": \"Multivende SpA\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"xxxxxxxxx\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n        \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n        \"MerchantActivityId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"LocationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"TimezoneId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantAccountId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n    },\n    \"Currency\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"status\": \"created\",\n        \"createdAt\": \"2025-11-24T20:15:11.000Z\",\n        \"updatedAt\": \"2025-11-24T20:15:11.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"PlatformCurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"PlatformCurrency\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"symbol\": \"R$\",\n            \"name\": \"CURRENCIES.Brazilian_real.Name\",\n            \"code\": \"BRL\",\n            \"decimalPlaces\": 2,\n            \"position\": 11,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2025-11-24T12:49:20.000Z\",\n            \"updatedAt\": \"2025-11-24T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Test Test\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"name\": \"Test\",\n        \"lastName\": \"Test\",\n        \"activity\": \"\",\n        \"contactName\": null,\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": \"CPF\",\n        \"taxId\": \"xxxxxxx\",\n        \"birthday\": null,\n        \"code\": \"TESTUSER60372783880xxxxxx\",\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2025-11-25T15:30:15.000Z\",\n        \"updatedAt\": \"2025-11-25T15:30:15.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"Test Test\",\n                \"address_1\": \"Testing Street 1450\",\n                \"address_2\": null,\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": \"xxxxxxx\",\n                \"city\": \"Porto Alegre\",\n                \"country\": \"BR\",\n                \"street\": \"Testing Street\",\n                \"number\": \"1450\",\n                \"neighborhood\": \"Moinhos de Vento\",\n                \"position\": 0,\n                \"state\": \"Rio Grande do Sul\",\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2025-12-18T05:05:44.000Z\",\n                \"updatedAt\": \"2026-01-15T23:48:53.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"externalId\": \"xxxxxxx\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"id\\\":\\\"xxxxxxx\\\",\\\"site_id\\\":\\\"MLB\\\",\\\"buyer\\\":{\\\"cust_id\\\":\\\"xxxxxxxxx\\\",\\\"billing_info\\\":{\\\"name\\\":\\\"Test\\\",\\\"last_name\\\":\\\"Test\\\",\\\"identification\\\":{\\\"type\\\":\\\"CPF\\\",\\\"number\\\":\\\"xxxxxxxxx\\\"},\\\"taxes\\\":{},\\\"address\\\":{\\\"street_name\\\":\\\"Testing Street\\\",\\\"street_number\\\":\\\"1450\\\",\\\"city_name\\\":\\\"Porto Alegre\\\",\\\"neighborhood\\\":\\\"Moinhos de Vento\\\",\\\"state\\\":{\\\"code\\\":\\\"BR-RS\\\",\\\"name\\\":\\\"Rio Grande do Sul\\\"},\\\"zip_code\\\":\\\"xxxxxxx\\\",\\\"country_id\\\":\\\"BR\\\"},\\\"attributes\\\":{\\\"normalized\\\":\\\"false\\\",\\\"cust_type\\\":\\\"CO\\\"}}},\\\"seller\\\":{\\\"cust_id\\\":\\\"xxxxxxxx\\\"}}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2025-11-25T15:30:16.000Z\",\n            \"updatedAt\": \"2026-01-16T03:48:50.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"Test Test\",\n            \"address_1\": \"Testing Street 1450\",\n            \"address_2\": null,\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": \"90570070\",\n            \"city\": \"Porto Alegre\",\n            \"country\": \"BR\",\n            \"street\": \"Testing Street\",\n            \"number\": \"1450\",\n            \"neighborhood\": \"Moinhos de Vento\",\n            \"position\": 0,\n            \"state\": \"Rio Grande do Sul\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2025-12-18T05:05:44.000Z\",\n            \"updatedAt\": \"2026-01-15T23:48:53.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"Test Test\",\n            \"taxName\": null,\n            \"taxActivity\": null,\n            \"taxId\": \"xxxxxxxx\",\n            \"documentType\": \"CPF\",\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": null,\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2025-12-18T05:05:44.000Z\",\n            \"updatedAt\": \"2025-12-18T05:05:44.000Z\",\n            \"BillingAddressId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"externalId\": \"xxxxxxxx\",\n            \"externalOrderNumber\": \"xxxxxxx\",\n            \"externalCustomerOrderNumber\": \"xxxxxxxx\",\n            \"externalContent\": {\n                \"id\": 200001000022816783,\n                \"date_created\": \"2025-12-17T14:41:31.000-04:00\",\n                \"last_updated\": \"2026-01-15T18:46:19.000-04:00\",\n                \"date_closed\": \"2025-12-18T01:05:15.000-04:00\",\n                \"pack_id\": 2000010000816783,\n                \"fulfilled\": true,\n                \"buying_mode\": \"buy_equals_pay\",\n                \"shipping_cost\": null,\n                \"mediations\": [],\n                \"total_amount\": 98529.91999999998,\n                \"paid_amount\": 98529.91999999998,\n                \"order_items\": [\n                    {\n                        \"item\": {\n                            \"id\": \"MLB5955xxxxxx\",\n                            \"title\": \"Prueba Audifonos Inalambricos Genericos Asjf3490 Branco\",\n                            \"category_id\": \"MLB19xxxx8\",\n                            \"variation_id\": null,\n                            \"seller_custom_field\": null,\n                            \"variation_attributes\": [\n                                {\n                                    \"name\": \"Cor\",\n                                    \"id\": \"COLOR\",\n                                    \"value_id\": \"52055\",\n                                    \"value_name\": \"Branco\"\n                                }\n                            ],\n                            \"warranty\": \"Sem garantia\",\n                            \"condition\": \"new\",\n                            \"seller_sku\": \"45s54\",\n                            \"global_price\": null,\n                            \"net_weight\": null,\n                            \"user_product_id\": \"MLBU360xxxxx\",\n                            \"release_date\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"ITEM_CONDITION\",\n                                    \"values\": [\n                                        {\n                                            \"id\": \"2230284\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        \"quantity\": 4,\n                        \"requested_quantity\": {\n                            \"measure\": \"unit\",\n                            \"value\": 4\n                        },\n                        \"picked_quantity\": null,\n                        \"unit_price\": 4749.99,\n                        \"full_unit_price\": 4749.99,\n                        \"full_unit_price_currency_id\": \"BRL\",\n                        \"currency_id\": \"BRL\",\n                        \"manufacturing_days\": null,\n                        \"sale_fee\": 855,\n                        \"listing_type_id\": \"gold_pro\",\n                        \"base_exchange_rate\": null,\n                        \"base_currency_id\": null,\n                        \"element_id\": null,\n                        \"discounts\": null,\n                        \"bundle\": {\n                            \"components\": [],\n                            \"parent_item\": {\n                                \"id\": \"MLB606xxxxx\",\n                                \"user_product_id\": \"MLBU3604xxxx\"\n                            }\n                        },\n                        \"compat_id\": null,\n                        \"stock\": null,\n                        \"kit_instance_id\": null,\n                        \"gross_price\": 18999.96\n                    },\n                    {\n                        \"item\": {\n                            \"id\": \"MLB59558xxxx\",\n                            \"title\": \"Producto Prueba - Microfono Gamer Jasi20 Preto\",\n                            \"category_id\": \"MLB4xxxxx\",\n                            \"variation_id\": null,\n                            \"seller_custom_field\": null,\n                            \"variation_attributes\": [\n                                {\n                                    \"name\": \"Cor\",\n                                    \"id\": \"COLOR\",\n                                    \"value_id\": \"52049\",\n                                    \"value_name\": \"Preto\"\n                                }\n                            ],\n                            \"warranty\": \"Sem garantia\",\n                            \"condition\": \"new\",\n                            \"seller_sku\": \"ASOxxxx\",\n                            \"global_price\": null,\n                            \"net_weight\": null,\n                            \"user_product_id\": \"MLBU360xxxxx\",\n                            \"release_date\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"ITEM_CONDITION\",\n                                    \"values\": [\n                                        {\n                                            \"id\": \"2230284\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        \"quantity\": 3,\n                        \"requested_quantity\": {\n                            \"measure\": \"unit\",\n                            \"value\": 3\n                        },\n                        \"picked_quantity\": null,\n                        \"unit_price\": 9310,\n                        \"full_unit_price\": 9310,\n                        \"full_unit_price_currency_id\": \"BRL\",\n                        \"currency_id\": \"BRL\",\n                        \"manufacturing_days\": null,\n                        \"sale_fee\": 1675.8,\n                        \"listing_type_id\": \"gold_pro\",\n                        \"base_exchange_rate\": null,\n                        \"base_currency_id\": null,\n                        \"element_id\": null,\n                        \"discounts\": null,\n                        \"bundle\": {\n                            \"components\": [],\n                            \"parent_item\": {\n                                \"id\": \"MLB606xxxxx\",\n                                \"user_product_id\": \"MLBU360xxxxx\"\n                            }\n                        },\n                        \"compat_id\": null,\n                        \"stock\": null,\n                        \"kit_instance_id\": null,\n                        \"gross_price\": 27930\n                    },\n                    {\n                        \"item\": {\n                            \"id\": \"MLB60690xxxxx4\",\n                            \"title\": \"Producto Prueba - Taladro Electrico Generico Azul-celeste\",\n                            \"category_id\": \"MLB1xxx008\",\n                            \"variation_id\": null,\n                            \"seller_custom_field\": null,\n                            \"variation_attributes\": [\n                                {\n                                    \"name\": \"Cor\",\n                                    \"id\": \"COLOR\",\n                                    \"value_id\": \"52021\",\n                                    \"value_name\": \"Azul-celeste\"\n                                }\n                            ],\n                            \"warranty\": \"Sem garantia\",\n                            \"condition\": \"new\",\n                            \"seller_sku\": \"6898Axxxx\",\n                            \"global_price\": null,\n                            \"net_weight\": null,\n                            \"user_product_id\": \"MLBU3688xxxxx\",\n                            \"release_date\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"ITEM_CONDITION\",\n                                    \"values\": [\n                                        {\n                                            \"id\": \"223xxx4\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        \"quantity\": 1,\n                        \"requested_quantity\": {\n                            \"measure\": \"unit\",\n                            \"value\": 1\n                        },\n                        \"picked_quantity\": null,\n                        \"unit_price\": 34500,\n                        \"full_unit_price\": 34500,\n                        \"full_unit_price_currency_id\": \"BRL\",\n                        \"currency_id\": \"BRL\",\n                        \"manufacturing_days\": null,\n                        \"sale_fee\": 5865,\n                        \"listing_type_id\": \"gold_pro\",\n                        \"base_exchange_rate\": null,\n                        \"base_currency_id\": null,\n                        \"element_id\": null,\n                        \"discounts\": null,\n                        \"bundle\": null,\n                        \"compat_id\": null,\n                        \"stock\": null,\n                        \"kit_instance_id\": null,\n                        \"gross_price\": 34500\n                    },\n                    {\n                        \"item\": {\n                            \"id\": \"MLB5955xxx\",\n                            \"title\": \"Prueba - Teclado Gamer Kasdj Negro Preto\",\n                            \"category_id\": \"MLB41xxxx\",\n                            \"variation_id\": null,\n                            \"seller_custom_field\": null,\n                            \"variation_attributes\": [\n                                {\n                                    \"name\": \"Cor de teclado\",\n                                    \"id\": \"KEYBOARD_COLOR\",\n                                    \"value_id\": \"52049\",\n                                    \"value_name\": \"Preto\"\n                                }\n                            ],\n                            \"warranty\": \"Sem garantia\",\n                            \"condition\": \"new\",\n                            \"seller_sku\": \"PQIWExxxx\",\n                            \"global_price\": null,\n                            \"net_weight\": null,\n                            \"user_product_id\": \"MLBU3592xxxxx\",\n                            \"release_date\": null,\n                            \"attributes\": [\n                                {\n                                    \"id\": \"ITEM_CONDITION\",\n                                    \"values\": [\n                                        {\n                                            \"id\": \"223xxxx\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        \"quantity\": 4,\n                        \"requested_quantity\": {\n                            \"measure\": \"unit\",\n                            \"value\": 4\n                        },\n                        \"picked_quantity\": null,\n                        \"unit_price\": 4274.99,\n                        \"full_unit_price\": 4274.99,\n                        \"full_unit_price_currency_id\": \"BRL\",\n                        \"currency_id\": \"BRL\",\n                        \"manufacturing_days\": null,\n                        \"sale_fee\": 769.5,\n                        \"listing_type_id\": \"gold_pro\",\n                        \"base_exchange_rate\": null,\n                        \"base_currency_id\": null,\n                        \"element_id\": null,\n                        \"discounts\": null,\n                        \"bundle\": {\n                            \"components\": [],\n                            \"parent_item\": {\n                                \"id\": \"MLB60679xxxxx\",\n                                \"user_product_id\": \"MLBU360412xxxx\"\n                            }\n                        },\n                        \"compat_id\": null,\n                        \"stock\": null,\n                        \"kit_instance_id\": null,\n                        \"gross_price\": 17099.96\n                    }\n                ],\n                \"currency_id\": \"BRL\",\n                \"payments\": [\n                    {\n                        \"id\": 137749016127,\n                        \"order_id\": 2000014357410212,\n                        \"payer_id\": 2710734879,\n                        \"collector\": {\n                            \"id\": 2716262292\n                        },\n                        \"card_id\": null,\n                        \"reason\": \"Prueba Audifonos Inalambricos Genericos Asjf3490 Branco\",\n                        \"site_id\": \"MLB\",\n                        \"payment_method_id\": \"account_money\",\n                        \"currency_id\": \"BRL\",\n                        \"installments\": 1,\n                        \"issuer_id\": \"2007\",\n                        \"atm_transfer_reference\": {\n                            \"transaction_id\": null,\n                            \"company_id\": null\n                        },\n                        \"coupon_id\": null,\n                        \"activation_uri\": null,\n                        \"operation_type\": \"regular_payment\",\n                        \"payment_type\": \"account_money\",\n                        \"available_actions\": [\n                            \"refund\"\n                        ],\n                        \"status\": \"approved\",\n                        \"status_code\": null,\n                        \"status_detail\": \"accredited\",\n                        \"transaction_amount\": 18999.96,\n                        \"transaction_amount_refunded\": 0,\n                        \"taxes_amount\": 0,\n                        \"shipping_cost\": 0,\n                        \"coupon_amount\": 0,\n                        \"overpaid_amount\": 0,\n                        \"total_paid_amount\": 18999.96,\n                        \"installment_amount\": null,\n                        \"deferred_period\": null,\n                        \"date_approved\": \"2025-12-18T01:05:16.000-04:00\",\n                        \"transaction_order_id\": null,\n                        \"date_created\": \"2025-12-18T01:05:16.000-04:00\",\n                        \"date_last_modified\": \"2025-12-18T01:05:16.000-04:00\",\n                        \"marketplace_fee\": 0,\n                        \"reference_id\": null,\n                        \"authorization_code\": null\n                    },\n                    {\n                        \"id\": 137748871887,\n                        \"order_id\": 2000014357410210,\n                        \"payer_id\": 2710734879,\n                        \"collector\": {\n                            \"id\": 2716262292\n                        },\n                        \"card_id\": null,\n                        \"reason\": \"Producto Prueba - Microfono Gamer Jasi20 Preto\",\n                        \"site_id\": \"MLB\",\n                        \"payment_method_id\": \"account_money\",\n                        \"currency_id\": \"BRL\",\n                        \"installments\": 1,\n                        \"issuer_id\": \"2007\",\n                        \"atm_transfer_reference\": {\n                            \"transaction_id\": null,\n                            \"company_id\": null\n                        },\n                        \"coupon_id\": null,\n                        \"activation_uri\": null,\n                        \"operation_type\": \"regular_payment\",\n                        \"payment_type\": \"account_money\",\n                        \"available_actions\": [\n                            \"refund\"\n                        ],\n                        \"status\": \"approved\",\n                        \"status_code\": null,\n                        \"status_detail\": \"accredited\",\n                        \"transaction_amount\": 27930,\n                        \"transaction_amount_refunded\": 0,\n                        \"taxes_amount\": 0,\n                        \"shipping_cost\": 0,\n                        \"coupon_amount\": 0,\n                        \"overpaid_amount\": 0,\n                        \"total_paid_amount\": 27930,\n                        \"installment_amount\": null,\n                        \"deferred_period\": null,\n                        \"date_approved\": \"2025-12-18T01:05:16.000-04:00\",\n                        \"transaction_order_id\": null,\n                        \"date_created\": \"2025-12-18T01:05:16.000-04:00\",\n                        \"date_last_modified\": \"2025-12-18T01:05:16.000-04:00\",\n                        \"marketplace_fee\": 0,\n                        \"reference_id\": null,\n                        \"authorization_code\": null\n                    },\n                    {\n                        \"id\": 137749002225,\n                        \"order_id\": 2000014357416074,\n                        \"payer_id\": 2710734879,\n                        \"collector\": {\n                            \"id\": 2716262292\n                        },\n                        \"card_id\": null,\n                        \"reason\": \"Producto Prueba - Taladro Electrico Generico Azul-celeste\",\n                        \"site_id\": \"MLB\",\n                        \"payment_method_id\": \"account_money\",\n                        \"currency_id\": \"BRL\",\n                        \"installments\": 1,\n                        \"issuer_id\": \"2007\",\n                        \"atm_transfer_reference\": {\n                            \"transaction_id\": null,\n                            \"company_id\": null\n                        },\n                        \"coupon_id\": null,\n                        \"activation_uri\": null,\n                        \"operation_type\": \"regular_payment\",\n                        \"payment_type\": \"account_money\",\n                        \"available_actions\": [\n                            \"refund\"\n                        ],\n                        \"status\": \"approved\",\n                        \"status_code\": null,\n                        \"status_detail\": \"accredited\",\n                        \"transaction_amount\": 34500,\n                        \"transaction_amount_refunded\": 0,\n                        \"taxes_amount\": 0,\n                        \"shipping_cost\": 0,\n                        \"coupon_amount\": 0,\n                        \"overpaid_amount\": 0,\n                        \"total_paid_amount\": 34500,\n                        \"installment_amount\": null,\n                        \"deferred_period\": null,\n                        \"date_approved\": \"2025-12-18T01:05:15.000-04:00\",\n                        \"transaction_order_id\": null,\n                        \"date_created\": \"2025-12-18T01:05:15.000-04:00\",\n                        \"date_last_modified\": \"2025-12-18T01:05:15.000-04:00\",\n                        \"marketplace_fee\": 0,\n                        \"reference_id\": null,\n                        \"authorization_code\": null\n                    },\n                    {\n                        \"id\": 137748972575,\n                        \"order_id\": 2000014357406320,\n                        \"payer_id\": 2710734879,\n                        \"collector\": {\n                            \"id\": 2716262292\n                        },\n                        \"card_id\": null,\n                        \"reason\": \"Prueba - Teclado Gamer Kasdj Negro Preto\",\n                        \"site_id\": \"MLB\",\n                        \"payment_method_id\": \"account_money\",\n                        \"currency_id\": \"BRL\",\n                        \"installments\": 1,\n                        \"issuer_id\": \"2007\",\n                        \"atm_transfer_reference\": {\n                            \"transaction_id\": null,\n                            \"company_id\": null\n                        },\n                        \"coupon_id\": null,\n                        \"activation_uri\": null,\n                        \"operation_type\": \"regular_payment\",\n                        \"payment_type\": \"account_money\",\n                        \"available_actions\": [\n                            \"refund\"\n                        ],\n                        \"status\": \"approved\",\n                        \"status_code\": null,\n                        \"status_detail\": \"accredited\",\n                        \"transaction_amount\": 17099.96,\n                        \"transaction_amount_refunded\": 0,\n                        \"taxes_amount\": 0,\n                        \"shipping_cost\": 0,\n                        \"coupon_amount\": 0,\n                        \"overpaid_amount\": 0,\n                        \"total_paid_amount\": 17099.96,\n                        \"installment_amount\": null,\n                        \"deferred_period\": null,\n                        \"date_approved\": \"2025-12-18T01:05:14.000-04:00\",\n                        \"transaction_order_id\": null,\n                        \"date_created\": \"2025-12-18T01:05:14.000-04:00\",\n                        \"date_last_modified\": \"2025-12-18T01:05:14.000-04:00\",\n                        \"marketplace_fee\": 0,\n                        \"reference_id\": null,\n                        \"authorization_code\": null\n                    }\n                ],\n                \"shipping\": {\n                    \"substatus_history\": [\n                        {\n                            \"date\": \"2025-12-17T14:41:32.951-04:00\",\n                            \"substatus\": \"shipment_paid\",\n                            \"status\": \"pending\"\n                        },\n                        {\n                            \"date\": \"2026-01-02T23:21:40.000-04:00\",\n                            \"substatus\": \"stale\",\n                            \"status\": \"ready_to_ship\"\n                        },\n                        {\n                            \"date\": \"2026-01-15T18:46:17.235-04:00\",\n                            \"substatus\": \"no_action_taken\",\n                            \"status\": \"delivered\"\n                        }\n                    ],\n                    \"snapshot_packing\": {\n                        \"snapshot_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"pack_hash\": \"1\"\n                    },\n                    \"receiver_id\": 2710734879,\n                    \"base_cost\": 174.8,\n                    \"status_history\": {\n                        \"date_shipped\": null,\n                        \"date_returned\": null,\n                        \"date_delivered\": \"2026-01-15T18:46:17.235-04:00\",\n                        \"date_first_visit\": null,\n                        \"date_not_delivered\": null,\n                        \"date_cancelled\": null,\n                        \"date_handling\": \"2025-12-18T01:05:20.000-04:00\",\n                        \"date_ready_to_ship\": \"2025-12-18T01:05:23.452-04:00\"\n                    },\n                    \"type\": \"forward\",\n                    \"return_details\": null,\n                    \"sender_id\": 2716262292,\n                    \"mode\": \"me2\",\n                    \"order_cost\": 98529.92,\n                    \"priority_class\": {\n                        \"id\": \"50\"\n                    },\n                    \"service_id\": 22,\n                    \"shipping_items\": [\n                        {\n                            \"quantity\": 4,\n                            \"dimensions_source\": {\n                                \"origin\": \"bmp\",\n                                \"id\": \"MLB5955749262__1\"\n                            },\n                            \"description\": \"Prueba - Teclado Gamer Kasdj Negro Preto\",\n                            \"id\": \"MLB5955749262\",\n                            \"bundle\": null,\n                            \"user_product_id\": \"MLBU3592695479\",\n                            \"sender_id\": 2716262292,\n                            \"dimensions\": \"32.0x42.0x53.0,10619.0\"\n                        },\n                        {\n                            \"quantity\": 1,\n                            \"dimensions_source\": {\n                                \"origin\": \"bmp\",\n                                \"id\": \"MLB6069002974__1\"\n                            },\n                            \"description\": \"Producto Prueba - Taladro Electrico Generico Azul-celeste\",\n                            \"id\": \"MLB6069002974\",\n                            \"bundle\": null,\n                            \"user_product_id\": \"MLBU3688450272\",\n                            \"sender_id\": 2716262292,\n                            \"dimensions\": \"32.0x42.0x53.0,10619.0\"\n                        },\n                        {\n                            \"quantity\": 3,\n                            \"dimensions_source\": {\n                                \"origin\": \"bmp\",\n                                \"id\": \"MLB5955851858__1\"\n                            },\n                            \"description\": \"Producto Prueba - Microfono Gamer Jasi20 Preto\",\n                            \"id\": \"MLB5955851858\",\n                            \"bundle\": null,\n                            \"user_product_id\": \"MLBU3600196006\",\n                            \"sender_id\": 2716262292,\n                            \"dimensions\": \"32.0x42.0x53.0,10619.0\"\n                        },\n                        {\n                            \"quantity\": 4,\n                            \"dimensions_source\": {\n                                \"origin\": \"bmp\",\n                                \"id\": \"MLB5955812596__1\"\n                            },\n                            \"description\": \"Prueba Audifonos Inalambricos Genericos Asjf3490 Branco\",\n                            \"id\": \"MLB5955812596\",\n                            \"bundle\": null,\n                            \"user_product_id\": \"MLBU3600096760\",\n                            \"sender_id\": 2716262292,\n                            \"dimensions\": \"32.0x42.0x53.0,10619.0\"\n                        }\n                    ],\n                    \"tracking_number\": \"101010114893390\",\n                    \"cost_components\": {\n                        \"loyal_discount\": 0,\n                        \"special_discount\": 0,\n                        \"compensation\": 0,\n                        \"gap_discount\": 0,\n                        \"ratio\": 144.6\n                    },\n                    \"id\": 46109956729,\n                    \"tracking_method\": \"Sedex\",\n                    \"last_updated\": \"2026-01-15T18:46:17.730-04:00\",\n                    \"items_types\": [\n                        \"new\"\n                    ],\n                    \"comments\": null,\n                    \"substatus\": \"no_action_taken\",\n                    \"date_created\": \"2025-12-17T14:41:31.133-04:00\",\n                    \"date_first_printed\": \"2026-01-02T23:24:58.727-04:00\",\n                    \"created_by\": \"receiver\",\n                    \"application_id\": null,\n                    \"shipping_option\": {\n                        \"processing_time\": null,\n                        \"cost\": 0,\n                        \"estimated_schedule_limit\": {\n                            \"date\": null\n                        },\n                        \"shipping_method_id\": 511948,\n                        \"estimated_delivery_final\": {\n                            \"date\": \"2025-12-23T00:00:00.000-03:00\"\n                        },\n                        \"buffering\": {\n                            \"date\": null\n                        },\n                        \"desired_promised_delivery\": {\n                            \"from\": null\n                        },\n                        \"pickup_promise\": {\n                            \"from\": null,\n                            \"to\": null\n                        },\n                        \"list_cost\": 87.4,\n                        \"estimated_delivery_limit\": {\n                            \"date\": \"2025-12-23T00:00:00.000-03:00\"\n                        },\n                        \"priority_class\": {\n                            \"id\": \"50\"\n                        },\n                        \"delivery_promise\": \"accurate\",\n                        \"delivery_type\": \"estimated\",\n                        \"estimated_delivery_time\": {\n                            \"date\": \"2025-12-23T00:00:00.000-03:00\",\n                            \"pay_before\": \"2025-12-18T00:00:00.000-03:00\",\n                            \"schedule\": null,\n                            \"unit\": \"hour\",\n                            \"offset\": {\n                                \"date\": \"2025-12-30T00:00:00.000-03:00\",\n                                \"shipping\": 72\n                            },\n                            \"shipping\": 24,\n                            \"time_frame\": {\n                                \"from\": null,\n                                \"to\": null\n                            },\n                            \"handling\": 48,\n                            \"type\": \"known_frame\"\n                        },\n                        \"name\": \"Expresso\",\n                        \"id\": 1236453966,\n                        \"estimated_delivery_extended\": {\n                            \"date\": \"2025-12-23T00:00:00.000-03:00\"\n                        },\n                        \"currency_id\": \"BRL\"\n                    },\n                    \"tags\": [\n                        \"test_shipment\"\n                    ],\n                    \"sender_address\": {\n                        \"country\": {\n                            \"id\": \"BR\",\n                            \"name\": \"Brasil\"\n                        },\n                        \"address_line\": \"XXXXXXX\",\n                        \"types\": [\n                            \"flex_pickup\",\n                            \"shipping\"\n                        ],\n                        \"scoring\": 0,\n                        \"agency\": null,\n                        \"city\": {\n                            \"id\": \"TUxCQ1BPUjgwZTJl\",\n                            \"name\": \"Porto Alegre\"\n                        },\n                        \"geolocation_type\": \"RANGE_INTERPOLATED\",\n                        \"latitude\": 0,\n                        \"municipality\": {\n                            \"id\": null,\n                            \"name\": null\n                        },\n                        \"version\": \"BR-af4fbd080daa2911dcfcfe42171b454c\",\n                        \"location_id\": 69476534,\n                        \"street_name\": \"XXXXXXX\",\n                        \"zip_code\": \"XXXXXXX\",\n                        \"geolocation_source\": \"map-verified\",\n                        \"node\": null,\n                        \"intersection\": null,\n                        \"street_number\": \"XXXXXXX\",\n                        \"comment\": \"XXXXXXX\",\n                        \"id\": 1543224236,\n                        \"state\": {\n                            \"id\": \"BR-RS\",\n                            \"name\": \"Rio Grande do Sul\"\n                        },\n                        \"neighborhood\": {\n                            \"id\": null,\n                            \"name\": \"Rio Branco\"\n                        },\n                        \"geolocation_last_updated\": \"2025-11-18T12:55:15.776Z\",\n                        \"longitude\": 0\n                    },\n                    \"sibling\": {\n                        \"reason\": null,\n                        \"sibling_id\": null,\n                        \"description\": null,\n                        \"source\": null,\n                        \"date_created\": null,\n                        \"last_updated\": null\n                    },\n                    \"return_tracking_number\": null,\n                    \"site_id\": \"MLB\",\n                    \"carrier_info\": null,\n                    \"market_place\": \"MELI\",\n                    \"receiver_address\": {\n                        \"country\": {\n                            \"id\": \"BR\",\n                            \"name\": \"Brasil\"\n                        },\n                        \"city\": {\n                            \"id\": \"TUxCQ1BPUjgwZTJl\",\n                            \"name\": \"Porto Alegre\"\n                        },\n                        \"geolocation_type\": \"APPROXIMATE\",\n                        \"latitude\": -30.0237607,\n                        \"municipality\": {\n                            \"id\": null,\n                            \"name\": null\n                        },\n                        \"location_id\": null,\n                        \"street_name\": \"Testing Street\",\n                        \"zip_code\": \"90570070\",\n                        \"intersection\": null,\n                        \"receiver_name\": \"Dono do Cartão\",\n                        \"id\": 1525326212,\n                        \"state\": {\n                            \"id\": \"BR-RS\",\n                            \"name\": \"Rio Grande do Sul\"\n                        },\n                        \"longitude\": -51.2012557,\n                        \"address_line\": \"Testing Street 1450\",\n                        \"types\": [\n                            \"billing\",\n                            \"default_return_address\",\n                            \"default_selling_address\",\n                            \"shipping\"\n                        ],\n                        \"scoring\": 0,\n                        \"agency\": null,\n                        \"version\": \"BR-337228bca34604dcce3bd400ae99de35\",\n                        \"geolocation_source\": \"google-maps\",\n                        \"delivery_preference\": \"residential\",\n                        \"node\": null,\n                        \"street_number\": \"1450\",\n                        \"comment\": null,\n                        \"neighborhood\": {\n                            \"id\": null,\n                            \"name\": \"Moinhos de Vento\"\n                        },\n                        \"geolocation_last_updated\": \"2025-10-17T13:44:50.856Z\",\n                        \"receiver_phone\": \"XXXXXXX\"\n                    },\n                    \"customer_id\": null,\n                    \"order_id\": 2000014357406320,\n                    \"quotation\": null,\n                    \"status\": \"delivered\",\n                    \"logistic_type\": \"drop_off\",\n                    \"cost\": 0,\n                    \"shipmentSla\": {\n                        \"status\": \"delayed\",\n                        \"expected_date\": \"2025-12-19T23:59:59-03:00\",\n                        \"service\": \"\",\n                        \"last_updated\": \"2025-12-20T06:19:30Z\"\n                    }\n                },\n                \"status\": \"paid\",\n                \"status_detail\": null,\n                \"tags\": [\n                    \"pack_order\",\n                    \"kit_component\",\n                    \"kit\",\n                    \"paid\",\n                    \"delivered\",\n                    \"test_order\"\n                ],\n                \"static_tags\": [],\n                \"feedback\": {\n                    \"seller\": null,\n                    \"buyer\": null\n                },\n                \"context\": {\n                    \"channel\": \"marketplace\",\n                    \"site\": \"MLB\",\n                    \"flows\": [\n                        \"kit\"\n                    ]\n                },\n                \"seller\": {\n                    \"id\": 2716262292\n                },\n                \"buyer\": {\n                    \"id\": 2710734879,\n                    \"nickname\": \"TESTUSER6037278388051383323\",\n                    \"first_name\": \"Test\",\n                    \"last_name\": \"Test\",\n                    \"billing_info\": {\n                        \"id\": \"789200565999860078\"\n                    }\n                },\n                \"taxes\": {\n                    \"amount\": 0\n                },\n                \"cancel_detail\": null,\n                \"manufacturing_ending_date\": null,\n                \"order_request\": {\n                    \"change\": null,\n                    \"return\": null\n                },\n                \"related_orders\": null,\n                \"remotePackOrder\": {\n                    \"shipment\": {\n                        \"id\": 46109956729\n                    },\n                    \"orders\": [\n                        {\n                            \"id\": 2000014357406320,\n                            \"static_tags\": []\n                        },\n                        {\n                            \"id\": 2000014357416074,\n                            \"static_tags\": []\n                        },\n                        {\n                            \"id\": 2000014357410210,\n                            \"static_tags\": []\n                        },\n                        {\n                            \"id\": 2000014357410212,\n                            \"static_tags\": []\n                        }\n                    ],\n                    \"id\": 2000010622816783,\n                    \"status\": \"released\",\n                    \"status_detail\": null,\n                    \"family_pack_id\": null,\n                    \"trash_pack_id\": null,\n                    \"buyer\": {\n                        \"id\": 2710734879\n                    },\n                    \"date_created\": \"2025-12-17T14:41:24.000-0400\",\n                    \"last_updated\": \"2026-01-15T18:46:25.000-0400\"\n                },\n                \"comments\": [],\n                \"discounts\": [\n                    {\n                        \"error\": \"Discount not found 2000014357406320\"\n                    },\n                    {\n                        \"error\": \"Discount not found 2000014357416074\"\n                    },\n                    {\n                        \"error\": \"Discount not found 2000014357410210\"\n                    },\n                    {\n                        \"error\": \"Discount not found 2000014357410212\"\n                    }\n                ],\n                \"total_amount_with_shipping\": 98529.91999999998,\n                \"remote_order_extra_billing_information\": {\n                    \"billing_info\": {\n                        \"additional_info\": [\n                            {\n                                \"type\": \"SITE_ID\",\n                                \"value\": \"MLB\"\n                            },\n                            {\n                                \"type\": \"FIRST_NAME\",\n                                \"value\": \"Test\"\n                            },\n                            {\n                                \"type\": \"LAST_NAME\",\n                                \"value\": \"Test\"\n                            },\n                            {\n                                \"type\": \"DOC_TYPE\",\n                                \"value\": \"CPF\"\n                            },\n                            {\n                                \"type\": \"DOC_NUMBER\",\n                                \"value\": \"46399052629\"\n                            },\n                            {\n                                \"type\": \"TAX_CONTRIBUTOR\",\n                                \"value\": \"UNKNOWN\"\n                            },\n                            {\n                                \"type\": \"CITY_NAME\",\n                                \"value\": \"Porto Alegre\"\n                            },\n                            {\n                                \"type\": \"STREET_NAME\",\n                                \"value\": \"Testing Street\"\n                            },\n                            {\n                                \"type\": \"STREET_NUMBER\",\n                                \"value\": \"1450\"\n                            },\n                            {\n                                \"type\": \"STATE_CODE\",\n                                \"value\": \"BR-RS\"\n                            },\n                            {\n                                \"type\": \"STATE_NAME\",\n                                \"value\": \"Rio Grande do Sul\"\n                            },\n                            {\n                                \"type\": \"ZIP_CODE\",\n                                \"value\": \"90570070\"\n                            },\n                            {\n                                \"type\": \"NEIGHBORHOOD\",\n                                \"value\": \"Moinhos de Vento\"\n                            },\n                            {\n                                \"type\": \"COUNTRY_ID\",\n                                \"value\": \"BR\"\n                            },\n                            {\n                                \"type\": \"NEW_BILLING_INFO\",\n                                \"value\": \"True\"\n                            }\n                        ],\n                        \"doc_number\": \"46399052629\",\n                        \"doc_type\": \"CPF\"\n                    }\n                },\n                \"remote_order_billing_information\": {\n                    \"id\": \"789200565999860078\",\n                    \"site_id\": \"MLB\",\n                    \"buyer\": {\n                        \"cust_id\": \"2710734879\",\n                        \"billing_info\": {\n                            \"name\": \"Test\",\n                            \"last_name\": \"Test\",\n                            \"identification\": {\n                                \"type\": \"CPF\",\n                                \"number\": \"46399052629\"\n                            },\n                            \"taxes\": {},\n                            \"address\": {\n                                \"street_name\": \"Testing Street\",\n                                \"street_number\": \"1450\",\n                                \"city_name\": \"Porto Alegre\",\n                                \"neighborhood\": \"Moinhos de Vento\",\n                                \"state\": {\n                                    \"code\": \"BR-RS\",\n                                    \"name\": \"Rio Grande do Sul\"\n                                },\n                                \"zip_code\": \"90570070\",\n                                \"country_id\": \"BR\"\n                            },\n                            \"attributes\": {\n                                \"normalized\": \"false\",\n                                \"cust_type\": \"CO\"\n                            }\n                        }\n                    },\n                    \"seller\": {\n                        \"cust_id\": \"2716262292\"\n                    }\n                },\n                \"kit_orders\": [\n                    {\n                        \"order_id\": 2000014357406320,\n                        \"item_id\": \"MLB5955749262\",\n                        \"variation_id\": null,\n                        \"pack_id\": 2000010622816783,\n                        \"shipment_id\": 46109956729,\n                        \"parent_item_id\": \"MLB6067935106\"\n                    },\n                    {\n                        \"order_id\": 2000014357410210,\n                        \"item_id\": \"MLB5955851858\",\n                        \"variation_id\": null,\n                        \"pack_id\": 2000010622816783,\n                        \"shipment_id\": 46109956729,\n                        \"parent_item_id\": \"MLB6067935106\"\n                    },\n                    {\n                        \"order_id\": 2000014357410212,\n                        \"item_id\": \"MLB5955812596\",\n                        \"variation_id\": null,\n                        \"pack_id\": 2000010622816783,\n                        \"shipment_id\": 46109956729,\n                        \"parent_item_id\": \"MLB6067935106\"\n                    }\n                ],\n                \"shipmentPayments\": [],\n                \"buyerPaidShipment\": false,\n                \"shipmentPaymentsAmount\": 0,\n                \"shipmentCost\": {\n                    \"receiver\": {\n                        \"compensations\": [],\n                        \"cost\": 0,\n                        \"discounts\": [\n                            {\n                                \"rate\": 1,\n                                \"type\": \"ratio\",\n                                \"promoted_amount\": 57.2\n                            }\n                        ],\n                        \"user_id\": 2710734879,\n                        \"cost_details\": [],\n                        \"save\": 0,\n                        \"compensation\": 0\n                    },\n                    \"gross_amount\": 232,\n                    \"senders\": [\n                        {\n                            \"compensations\": [],\n                            \"charges\": {\n                                \"charge_flex\": 0\n                            },\n                            \"cost\": 87.4,\n                            \"discounts\": [\n                                {\n                                    \"rate\": 0.5,\n                                    \"type\": \"mandatory\",\n                                    \"promoted_amount\": 87.4\n                                }\n                            ],\n                            \"user_id\": 2716262292,\n                            \"save\": 87.4,\n                            \"compensation\": 0\n                        }\n                    ]\n                },\n                \"shipmentPaidBySeller\": true\n            },\n            \"tags\": \"pack_order,kit_component,kit,paid,delivered,test_order\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2025-12-17T18:41:31.000Z\",\n            \"externalUpdatedAt\": \"2026-01-15T22:46:19.000Z\",\n            \"createdAt\": \"2025-12-18T05:05:42.000Z\",\n            \"updatedAt\": \"2026-01-15T23:48:52.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Test Kits Virtuales BR\",\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"provider\": \"mercadolibre\",\n                \"name\": \"Test Kits Virtuales BR\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n            \"updatedAt\": \"2025-12-18T05:05:44.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"DeliveryOrder\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"code\": \"xxxxxxxxxx\",\n                \"cost\": 0,\n                \"isDeliveryPaid\": \"not-paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": \"2025-12-23T03:00:00.000Z\",\n                \"estimatedDeliveryDateTo\": \"2025-12-30T03:00:00.000Z\",\n                \"effectiveDeliveryClosingDate\": \"2026-01-15T22:46:17.000Z\",\n                \"promisedDeliveryDate\": \"2025-12-23T03:00:00.000Z\",\n                \"handlingDateLimit\": \"2025-12-20T02:59:59.000Z\",\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"ready\",\n                \"shippingLabelPrintStatus\": \"printed\",\n                \"deliveryStatus\": \"completed\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": \"101010114893390\",\n                \"trackingUrl\": null,\n                \"courierName\": \"Sedex\",\n                \"shippingMode\": \"drop_off\",\n                \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n                \"updatedAt\": \"2026-01-15T22:46:22.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ShippingAddressId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"DeliveryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"content\": null,\n                        \"externalId\": \"46109956729\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"{\\\"substatus_history\\\":[{\\\"date\\\":\\\"2025-12-17T14:41:32.951-04:00\\\",\\\"substatus\\\":\\\"shipment_paid\\\",\\\"status\\\":\\\"pending\\\"},{\\\"date\\\":\\\"2026-01-02T23:21:40.000-04:00\\\",\\\"substatus\\\":\\\"stale\\\",\\\"status\\\":\\\"ready_to_ship\\\"},{\\\"date\\\":\\\"2026-01-15T18:46:17.235-04:00\\\",\\\"substatus\\\":\\\"no_action_taken\\\",\\\"status\\\":\\\"delivered\\\"}],\\\"snapshot_packing\\\":{\\\"snapshot_id\\\":\\\"948bac11-d8f1-4e61-a8d6-5769d83cf1a4\\\",\\\"pack_hash\\\":\\\"1\\\"},\\\"receiver_id\\\":2710734879,\\\"base_cost\\\":174.8,\\\"status_history\\\":{\\\"date_shipped\\\":null,\\\"date_returned\\\":null,\\\"date_delivered\\\":\\\"2026-01-15T18:46:17.235-04:00\\\",\\\"date_first_visit\\\":null,\\\"date_not_delivered\\\":null,\\\"date_cancelled\\\":null,\\\"date_handling\\\":\\\"2025-12-18T01:05:20.000-04:00\\\",\\\"date_ready_to_ship\\\":\\\"2025-12-18T01:05:23.452-04:00\\\"},\\\"type\\\":\\\"forward\\\",\\\"return_details\\\":null,\\\"sender_id\\\":2716262292,\\\"mode\\\":\\\"me2\\\",\\\"order_cost\\\":98529.92,\\\"priority_class\\\":{\\\"id\\\":\\\"50\\\"},\\\"service_id\\\":22,\\\"shipping_items\\\":[{\\\"quantity\\\":4,\\\"dimensions_source\\\":{\\\"origin\\\":\\\"bmp\\\",\\\"id\\\":\\\"MLB5955749262__1\\\"},\\\"description\\\":\\\"Prueba - Teclado Gamer Kasdj Negro Preto\\\",\\\"id\\\":\\\"MLB5955749262\\\",\\\"bundle\\\":null,\\\"user_product_id\\\":\\\"MLBU3592695479\\\",\\\"sender_id\\\":2716262292,\\\"dimensions\\\":\\\"32.0x42.0x53.0,10619.0\\\"},{\\\"quantity\\\":1,\\\"dimensions_source\\\":{\\\"origin\\\":\\\"bmp\\\",\\\"id\\\":\\\"MLB6069002974__1\\\"},\\\"description\\\":\\\"Producto Prueba - Taladro Electrico Generico Azul-celeste\\\",\\\"id\\\":\\\"MLB6069002974\\\",\\\"bundle\\\":null,\\\"user_product_id\\\":\\\"MLBU3688450272\\\",\\\"sender_id\\\":2716262292,\\\"dimensions\\\":\\\"32.0x42.0x53.0,10619.0\\\"},{\\\"quantity\\\":3,\\\"dimensions_source\\\":{\\\"origin\\\":\\\"bmp\\\",\\\"id\\\":\\\"MLB5955851858__1\\\"},\\\"description\\\":\\\"Producto Prueba - Microfono Gamer Jasi20 Preto\\\",\\\"id\\\":\\\"MLB5955851858\\\",\\\"bundle\\\":null,\\\"user_product_id\\\":\\\"MLBU3600196006\\\",\\\"sender_id\\\":2716262292,\\\"dimensions\\\":\\\"32.0x42.0x53.0,10619.0\\\"},{\\\"quantity\\\":4,\\\"dimensions_source\\\":{\\\"origin\\\":\\\"bmp\\\",\\\"id\\\":\\\"MLB5955812596__1\\\"},\\\"description\\\":\\\"Prueba Audifonos Inalambricos Genericos Asjf3490 Branco\\\",\\\"id\\\":\\\"MLB5955812596\\\",\\\"bundle\\\":null,\\\"user_product_id\\\":\\\"MLBU3600096760\\\",\\\"sender_id\\\":2716262292,\\\"dimensions\\\":\\\"32.0x42.0x53.0,10619.0\\\"}],\\\"tracking_number\\\":\\\"101010114893390\\\",\\\"cost_components\\\":{\\\"loyal_discount\\\":0,\\\"special_discount\\\":0,\\\"compensation\\\":0,\\\"gap_discount\\\":0,\\\"ratio\\\":144.6},\\\"id\\\":46109956729,\\\"tracking_method\\\":\\\"Sedex\\\",\\\"last_updated\\\":\\\"2026-01-15T18:46:17.730-04:00\\\",\\\"items_types\\\":[\\\"new\\\"],\\\"comments\\\":null,\\\"substatus\\\":\\\"no_action_taken\\\",\\\"date_created\\\":\\\"2025-12-17T14:41:31.133-04:00\\\",\\\"date_first_printed\\\":\\\"2026-01-02T23:24:58.727-04:00\\\",\\\"created_by\\\":\\\"receiver\\\",\\\"application_id\\\":null,\\\"shipping_option\\\":{\\\"processing_time\\\":null,\\\"cost\\\":0,\\\"estimated_schedule_limit\\\":{\\\"date\\\":null},\\\"shipping_method_id\\\":511948,\\\"estimated_delivery_final\\\":{\\\"date\\\":\\\"2025-12-23T00:00:00.000-03:00\\\"},\\\"buffering\\\":{\\\"date\\\":null},\\\"desired_promised_delivery\\\":{\\\"from\\\":null},\\\"pickup_promise\\\":{\\\"from\\\":null,\\\"to\\\":null},\\\"list_cost\\\":87.4,\\\"estimated_delivery_limit\\\":{\\\"date\\\":\\\"2025-12-23T00:00:00.000-03:00\\\"},\\\"priority_class\\\":{\\\"id\\\":\\\"50\\\"},\\\"delivery_promise\\\":\\\"accurate\\\",\\\"delivery_type\\\":\\\"estimated\\\",\\\"estimated_delivery_time\\\":{\\\"date\\\":\\\"2025-12-23T00:00:00.000-03:00\\\",\\\"pay_before\\\":\\\"2025-12-18T00:00:00.000-03:00\\\",\\\"schedule\\\":null,\\\"unit\\\":\\\"hour\\\",\\\"offset\\\":{\\\"date\\\":\\\"2025-12-30T00:00:00.000-03:00\\\",\\\"shipping\\\":72},\\\"shipping\\\":24,\\\"time_frame\\\":{\\\"from\\\":null,\\\"to\\\":null},\\\"handling\\\":48,\\\"type\\\":\\\"known_frame\\\"},\\\"name\\\":\\\"Expresso\\\",\\\"id\\\":1236453966,\\\"estimated_delivery_extended\\\":{\\\"date\\\":\\\"2025-12-23T00:00:00.000-03:00\\\"},\\\"currency_id\\\":\\\"BRL\\\"},\\\"tags\\\":[\\\"test_shipment\\\"],\\\"sender_address\\\":{\\\"country\\\":{\\\"id\\\":\\\"BR\\\",\\\"name\\\":\\\"Brasil\\\"},\\\"address_line\\\":\\\"XXXXXXX\\\",\\\"types\\\":[\\\"flex_pickup\\\",\\\"shipping\\\"],\\\"scoring\\\":0,\\\"agency\\\":null,\\\"city\\\":{\\\"id\\\":\\\"TUxCQ1BPUjgwZTJl\\\",\\\"name\\\":\\\"Porto Alegre\\\"},\\\"geolocation_type\\\":\\\"RANGE_INTERPOLATED\\\",\\\"latitude\\\":0,\\\"municipality\\\":{\\\"id\\\":null,\\\"name\\\":null},\\\"version\\\":\\\"BR-af4fbd080daa2911dcfcfe42171b454c\\\",\\\"location_id\\\":69476534,\\\"street_name\\\":\\\"XXXXXXX\\\",\\\"zip_code\\\":\\\"XXXXXXX\\\",\\\"geolocation_source\\\":\\\"map-verified\\\",\\\"node\\\":null,\\\"intersection\\\":null,\\\"street_number\\\":\\\"XXXXXXX\\\",\\\"comment\\\":\\\"XXXXXXX\\\",\\\"id\\\":1543224236,\\\"state\\\":{\\\"id\\\":\\\"BR-RS\\\",\\\"name\\\":\\\"Rio Grande do Sul\\\"},\\\"neighborhood\\\":{\\\"id\\\":null,\\\"name\\\":\\\"Rio Branco\\\"},\\\"geolocation_last_updated\\\":\\\"2025-11-18T12:55:15.776Z\\\",\\\"longitude\\\":0},\\\"sibling\\\":{\\\"reason\\\":null,\\\"sibling_id\\\":null,\\\"description\\\":null,\\\"source\\\":null,\\\"date_created\\\":null,\\\"last_updated\\\":null},\\\"return_tracking_number\\\":null,\\\"site_id\\\":\\\"MLB\\\",\\\"carrier_info\\\":null,\\\"market_place\\\":\\\"MELI\\\",\\\"receiver_address\\\":{\\\"country\\\":{\\\"id\\\":\\\"BR\\\",\\\"name\\\":\\\"Brasil\\\"},\\\"city\\\":{\\\"id\\\":\\\"TUxCQ1BPUjgwZTJl\\\",\\\"name\\\":\\\"Porto Alegre\\\"},\\\"geolocation_type\\\":\\\"APPROXIMATE\\\",\\\"latitude\\\":-30.0237607,\\\"municipality\\\":{\\\"id\\\":null,\\\"name\\\":null},\\\"location_id\\\":null,\\\"street_name\\\":\\\"Testing Street\\\",\\\"zip_code\\\":\\\"90570070\\\",\\\"intersection\\\":null,\\\"receiver_name\\\":\\\"Dono do Cartão\\\",\\\"id\\\":1525326212,\\\"state\\\":{\\\"id\\\":\\\"BR-RS\\\",\\\"name\\\":\\\"Rio Grande do Sul\\\"},\\\"longitude\\\":-51.2012557,\\\"address_line\\\":\\\"Testing Street 1450\\\",\\\"types\\\":[\\\"billing\\\",\\\"default_return_address\\\",\\\"default_selling_address\\\",\\\"shipping\\\"],\\\"scoring\\\":0,\\\"agency\\\":null,\\\"version\\\":\\\"BR-337228bca34604dcce3bd400ae99de35\\\",\\\"geolocation_source\\\":\\\"google-maps\\\",\\\"delivery_preference\\\":\\\"residential\\\",\\\"node\\\":null,\\\"street_number\\\":\\\"1450\\\",\\\"comment\\\":null,\\\"neighborhood\\\":{\\\"id\\\":null,\\\"name\\\":\\\"Moinhos de Vento\\\"},\\\"geolocation_last_updated\\\":\\\"2025-10-17T13:44:50.856Z\\\",\\\"receiver_phone\\\":\\\"XXXXXXX\\\"},\\\"customer_id\\\":null,\\\"order_id\\\":2000014357406320,\\\"quotation\\\":null,\\\"status\\\":\\\"delivered\\\",\\\"logistic_type\\\":\\\"drop_off\\\",\\\"cost\\\":0,\\\"shipmentSla\\\":{\\\"status\\\":\\\"delayed\\\",\\\"expected_date\\\":\\\"2025-12-19T23:59:59-03:00\\\",\\\"service\\\":\\\"\\\",\\\"last_updated\\\":\\\"2025-12-20T06:19:30Z\\\"}}\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2025-12-17T18:41:31.000Z\",\n                        \"externalUpdatedAt\": \"2025-12-18T05:05:22.000Z\",\n                        \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n                        \"updatedAt\": \"2026-01-15T23:48:52.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": null,\n                    \"address_1\": \"Testing Street 1450\",\n                    \"address_2\": null,\n                    \"description\": null,\n                    \"indications\": \"\",\n                    \"receiverName\": \"Dono do Cartão XXXXXXX\",\n                    \"zipCode\": \"xxxxxxxx\",\n                    \"city\": \"Porto Alegre\",\n                    \"state\": \"Rio Grande do Sul\",\n                    \"country\": \"Brasil\",\n                    \"street\": \"Testing Street\",\n                    \"number\": \"1450\",\n                    \"neighborhood\": \"Moinhos de Vento\",\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n                    \"updatedAt\": \"2026-01-15T23:48:52.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Dono do Cartão\",\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Dono do Cartão\",\n                            \"lastName\": null,\n                            \"contactName\": \"Dono do Cartão\",\n                            \"code\": null,\n                            \"email\": null,\n                            \"phoneNumber\": \"XXXXXXX\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n                            \"updatedAt\": \"2026-01-15T23:48:52.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"code\": \"xxxxxxxxx\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 4,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n                    \"updatedAt\": \"2025-12-18T05:05:43.000Z\",\n                    \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductVersion\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"code\": \"45s54\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 0,\n                        \"length\": 0,\n                        \"height\": 0,\n                        \"weight\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-11-25T15:11:44.000Z\",\n                        \"updatedAt\": \"2026-02-04T17:09:15.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"Product\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"name\": \"Prueba de audífonos inalámbricos genéricos Asjf3490\",\n                            \"alias\": null,\n                            \"model\": \"ASJF3490\",\n                            \"code\": \"45s54\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2025-11-25T15:11:44.000Z\",\n                            \"updatedAt\": \"2026-02-09T21:00:38.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": null,\n                            \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"name\": \"Bodega Principal\",\n                        \"code\": \"xxxxxxx\",\n                        \"address\": \"Av. Principal\",\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": \"+562\",\n                        \"phoneNumber\": \"xxxxxxxx\",\n                        \"latitude\": -33.0000,\n                        \"longitude\": -70.00000,\n                        \"openHours\": \"Lunes a Viernes 8 am a 4 pm\",\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2021-03-24T16:08:47.000Z\",\n                        \"updatedAt\": \"2025-05-06T15:54:43.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"SalesGroupId\": null\n                    }\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"code\": \"4544772155644\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2025-12-18T05:05:44.000Z\",\n                    \"updatedAt\": \"2025-12-18T05:05:44.000Z\",\n                    \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductVersion\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"code\": \"6898ASOIK\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 0,\n                        \"length\": 0,\n                        \"height\": 0,\n                        \"weight\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-12-17T18:37:45.000Z\",\n                        \"updatedAt\": \"2026-02-04T17:09:31.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"Product\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"name\": \"Prueba Producto - Taladro Eléctrico Genérico\",\n                            \"alias\": null,\n                            \"model\": \"BT-DZ61\",\n                            \"code\": \"6898ASOIK\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2025-12-17T18:37:44.000Z\",\n                            \"updatedAt\": \"2026-02-04T17:09:31.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": null,\n                            \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"name\": \"Bodega Principal\",\n                        \"code\": \"xxxxxxxx\",\n                        \"address\": \"Av. Principal\",\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": \"+562\",\n                        \"phoneNumber\": \"27975615\",\n                        \"latitude\": -33.4514,\n                        \"longitude\": -70.2571,\n                        \"openHours\": \"Lunes a Viernes 8 am a 4 pm\",\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2021-03-24T16:08:47.000Z\",\n                        \"updatedAt\": \"2025-05-06T15:54:43.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"SalesGroupId\": null\n                    }\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"code\": \"3437796892163\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 4,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2025-12-18T05:05:44.000Z\",\n                    \"updatedAt\": \"2025-12-18T05:05:44.000Z\",\n                    \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductVersion\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"code\": \"PQIWE1923\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 0,\n                        \"length\": 0,\n                        \"height\": 0,\n                        \"weight\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-11-25T15:26:43.000Z\",\n                        \"updatedAt\": \"2026-02-04T17:07:55.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"Product\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"name\": \"Prueba - Teclado Gamer Kasdj Negro\",\n                            \"alias\": \"..\",\n                            \"model\": \"AJSD323\",\n                            \"code\": \"PQIWE1923\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2025-11-25T15:26:43.000Z\",\n                            \"updatedAt\": \"2026-02-04T17:07:55.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": null,\n                            \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"name\": \"Bodega Principal\",\n                        \"code\": \"02256189\",\n                        \"address\": \"Av. Manquehue Norte  65, Las Condes\",\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": \"+562\",\n                        \"phoneNumber\": \"27975615\",\n                        \"latitude\": -33.4514,\n                        \"longitude\": -70.2571,\n                        \"openHours\": \"Lunes a Viernes 8 am a 4 pm\",\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2021-03-24T16:08:47.000Z\",\n                        \"updatedAt\": \"2025-05-06T15:54:43.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"SalesGroupId\": null\n                    }\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"code\": \"4110409319286\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 3,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2025-12-18T05:05:44.000Z\",\n                    \"updatedAt\": \"2025-12-18T05:05:44.000Z\",\n                    \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductVersion\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"code\": \"ASODI120\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 0,\n                        \"length\": 0,\n                        \"height\": 0,\n                        \"weight\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-11-25T15:23:55.000Z\",\n                        \"updatedAt\": \"2026-02-04T17:08:42.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"Product\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"name\": \"Producto Prueba - Microfono Gamer Jasi20\",\n                            \"alias\": \"..\",\n                            \"model\": \"JASI20\",\n                            \"code\": \"ASODI120\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2025-11-25T15:23:55.000Z\",\n                            \"updatedAt\": \"2026-02-10T20:48:50.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": null,\n                            \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"name\": \"Bodega Principal\",\n                        \"code\": \"02256189\",\n                        \"address\": \"Av. Principal\",\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": \"+562\",\n                        \"phoneNumber\": \"xxxxxxx\",\n                        \"latitude\": -33.40000,\n                        \"longitude\": -70.0000,\n                        \"openHours\": \"Lunes a Viernes 8 am a 4 pm\",\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2021-03-24T16:08:47.000Z\",\n                        \"updatedAt\": \"2025-05-06T15:54:43.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"137749002225\",\n            \"amount\": 34500,\n            \"amountPaid\": 34500,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": 1,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n            \"updatedAt\": \"2025-12-18T05:05:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentMethod\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"tags\": \"{\\n   \\\"requiresTransaction\\\": false\\n }\",\n                \"code\": \"_payment_methods_online_payment\",\n                \"name\": \"PAYMENT_METHODS.Online_payment.Name\",\n                \"description\": \"PAYMENT_METHODS.Online_payment.Description\",\n                \"position\": 12,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Pago en línea\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"externalId\": \"137749002225\",\n                    \"transactionId\": \"137749002225\",\n                    \"externalContent\": \"{\\\"accounts_info\\\":null,\\\"acquirer_reconciliation\\\":[],\\\"additional_info\\\":{\\\"tracking_id\\\":\\\"platform:v1-blacklabel,so:ALL,type:N/A,security:none\\\"},\\\"authorization_code\\\":null,\\\"binary_mode\\\":false,\\\"brand_id\\\":null,\\\"build_version\\\":\\\"3.135.0-rc-1\\\",\\\"call_for_authorize_id\\\":null,\\\"captured\\\":true,\\\"card\\\":{},\\\"charges_details\\\":[{\\\"accounts\\\":{\\\"from\\\":\\\"collector\\\",\\\"to\\\":\\\"1367803626\\\"},\\\"amounts\\\":{\\\"original\\\":87.4,\\\"refunded\\\":0},\\\"client_id\\\":xxxxxxx,\\\"date_created\\\":\\\"2025-12-18T01:05:20.000-04:00\\\",\\\"id\\\":\\\"xxxxxxx-001\\\",\\\"last_updated\\\":\\\"2025-12-18T01:05:20.000-04:00\\\",\\\"metadata\\\":{\\\"shipment_id\\\":xxxxxxx,\\\"source\\\":\\\"deferred-charges\\\",\\\"source_detail\\\":\\\"shipping-account-movements\\\"},\\\"name\\\":\\\"shp_dropoff\\\",\\\"refund_charges\\\":[],\\\"reserve_id\\\":null,\\\"type\\\":\\\"shipping\\\",\\\"update_charges\\\":[]},{\\\"accounts\\\":{\\\"from\\\":\\\"collector\\\",\\\"to\\\":\\\"mp\\\"},\\\"amounts\\\":{\\\"original\\\":34.5,\\\"refunded\\\":0},\\\"client_id\\\":xxxxxxx,\\\"date_created\\\":\\\"2025-12-18T01:05:20.000-04:00\\\",\\\"id\\\":\\\"137749002225-002\\\",\\\"last_updated\\\":\\\"2025-12-18T01:05:20.000-04:00\\\",\\\"metadata\\\":{\\\"source\\\":\\\"deferred-charges\\\",\\\"source_detail\\\":\\\"fees-api\\\"},\\\"name\\\":\\\"mp_processing_fee\\\",\\\"refund_charges\\\":[],\\\"reserve_id\\\":null,\\\"type\\\":\\\"fee\\\",\\\"update_charges\\\":[]},{\\\"accounts\\\":{\\\"from\\\":\\\"collector\\\",\\\"to\\\":\\\"ml\\\"},\\\"amounts\\\":{\\\"original\\\":5830.5,\\\"refunded\\\":0},\\\"client_id\\\":xxxxxxx,\\\"date_created\\\":\\\"2025-12-18T01:05:20.000-04:00\\\",\\\"id\\\":\\\"xxxxxxx-003\\\",\\\"last_updated\\\":\\\"2025-12-18T01:05:20.000-04:00\\\",\\\"metadata\\\":{\\\"source\\\":\\\"deferred-charges\\\",\\\"source_detail\\\":\\\"fees-api\\\"},\\\"name\\\":\\\"ml_sale_fee\\\",\\\"refund_charges\\\":[],\\\"reserve_id\\\":null,\\\"type\\\":\\\"fee\\\",\\\"update_charges\\\":[]}],\\\"charges_execution_info\\\":{\\\"internal_execution\\\":{\\\"date\\\":\\\"2025-12-18T01:05:15.421-04:00\\\",\\\"execution_id\\\":\\\"01KCQXJ63NGC4MXTXAJQB4CRKD\\\"}},\\\"collector_id\\\":xxxxxxx,\\\"corporation_id\\\":null,\\\"counter_currency\\\":null,\\\"coupon_amount\\\":0,\\\"currency_id\\\":\\\"BRL\\\",\\\"date_approved\\\":\\\"2025-12-18T01:05:15.000-04:00\\\",\\\"date_created\\\":\\\"2025-12-18T01:05:15.000-04:00\\\",\\\"date_last_updated\\\":\\\"2026-01-15T00:11:44.000-04:00\\\",\\\"date_of_expiration\\\":null,\\\"deduction_schema\\\":null,\\\"description\\\":\\\"Producto Prueba - Taladro Electrico Generico Azul-celeste\\\",\\\"differential_pricing_id\\\":null,\\\"external_reference\\\":\\\"xxxxxxx\\\",\\\"fee_details\\\":[],\\\"financing_group\\\":null,\\\"id\\\":xxxxxxx,\\\"installments\\\":1,\\\"integrator_id\\\":null,\\\"issuer_id\\\":\\\"2007\\\",\\\"live_mode\\\":true,\\\"marketplace_owner\\\":null,\\\"merchant_account_id\\\":null,\\\"merchant_number\\\":null,\\\"metadata\\\":{},\\\"money_release_date\\\":\\\"2026-01-15T00:11:44.000-04:00\\\",\\\"money_release_schema\\\":null,\\\"money_release_status\\\":\\\"released\\\",\\\"notification_url\\\":null,\\\"operation_type\\\":\\\"regular_payment\\\",\\\"order\\\":{\\\"id\\\":\\\"xxxxxxx\\\",\\\"type\\\":\\\"mercadolibre\\\"},\\\"payer\\\":{\\\"email\\\":null,\\\"entity_type\\\":null,\\\"first_name\\\":null,\\\"id\\\":\\\"xxxxxxx\\\",\\\"identification\\\":{},\\\"last_name\\\":null,\\\"operator_id\\\":null,\\\"phone\\\":{},\\\"type\\\":\\\"registered\\\"},\\\"payment_method\\\":{\\\"id\\\":\\\"account_money\\\",\\\"issuer_id\\\":\\\"2007\\\",\\\"type\\\":\\\"account_money\\\"},\\\"payment_method_id\\\":\\\"account_money\\\",\\\"payment_type_id\\\":\\\"account_money\\\",\\\"platform_id\\\":null,\\\"point_of_interaction\\\":{\\\"application_data\\\":{\\\"name\\\":null,\\\"operating_system\\\":null,\\\"version\\\":null},\\\"business_info\\\":{\\\"branch\\\":\\\"Marketplace\\\",\\\"sub_unit\\\":\\\"cart\\\",\\\"unit\\\":\\\"marketplace\\\"},\\\"location\\\":{\\\"source\\\":\\\"shipment\\\",\\\"state_id\\\":\\\"BR-RS\\\"},\\\"transaction_data\\\":{\\\"e2e_id\\\":null},\\\"type\\\":\\\"CHECKOUT\\\"},\\\"pos_id\\\":null,\\\"processing_mode\\\":\\\"aggregator\\\",\\\"refunds\\\":[],\\\"release_info\\\":null,\\\"shipping_amount\\\":0,\\\"sponsor_id\\\":null,\\\"statement_descriptor\\\":null,\\\"status\\\":\\\"approved\\\",\\\"status_detail\\\":\\\"accredited\\\",\\\"store_id\\\":null,\\\"tags\\\":null,\\\"taxes_amount\\\":0,\\\"transaction_amount\\\":34500,\\\"transaction_amount_refunded\\\":0,\\\"transaction_details\\\":{\\\"acquirer_reference\\\":null,\\\"external_resource_url\\\":null,\\\"financial_institution\\\":null,\\\"installment_amount\\\":0,\\\"net_received_amount\\\":28547.6,\\\"overpaid_amount\\\":0,\\\"payable_deferral_period\\\":null,\\\"payment_method_reference_id\\\":null,\\\"total_paid_amount\\\":34500}}\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n                    \"updatedAt\": \"2026-01-15T23:48:52.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"CheckoutPaymentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"xxxxxxx\",\n            \"amount\": 27930,\n            \"amountPaid\": 27930,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": 1,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n            \"updatedAt\": \"2025-12-18T05:05:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentMethod\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"tags\": \"{\\n   \\\"requiresTransaction\\\": false\\n }\",\n                \"code\": \"_payment_methods_online_payment\",\n                \"name\": \"PAYMENT_METHODS.Online_payment.Name\",\n                \"description\": \"PAYMENT_METHODS.Online_payment.Description\",\n                \"position\": 12,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Pago en línea\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"externalId\": \"xxxxxxxx\",\n                    \"transactionId\": \"xxxxxxxx\",\n                    \"externalContent\": \"{\\\"accounts_info\\\":null,\\\"acquirer_reconciliation\\\":[],\\\"additional_info\\\":{\\\"tracking_id\\\":\\\"platform:v1-blacklabel,so:ALL,type:N/A,security:none\\\"},\\\"authorization_code\\\":null,\\\"binary_mode\\\":false,\\\"brand_id\\\":null,\\\"build_version\\\":\\\"3.135.0-rc-1\\\",\\\"call_for_authorize_id\\\":null,\\\"captured\\\":true,\\\"card\\\":{},\\\"charges_details\\\":[{\\\"accounts\\\":{\\\"from\\\":\\\"collector\\\",\\\"to\\\":\\\"mp\\\"},\\\"amounts\\\":{\\\"original\\\":27.93,\\\"refunded\\\":0},\\\"client_id\\\":xxxxxxxx,\\\"date_created\\\":\\\"2025-12-18T01:05:21.000-04:00\\\",\\\"id\\\":\\\"xxxxxxxx-001\\\",\\\"last_updated\\\":\\\"2025-12-18T01:05:21.000-04:00\\\",\\\"metadata\\\":{\\\"source\\\":\\\"deferred-charges\\\",\\\"source_detail\\\":\\\"fees-api\\\"},\\\"name\\\":\\\"mp_processing_fee\\\",\\\"refund_charges\\\":[],\\\"reserve_id\\\":null,\\\"type\\\":\\\"fee\\\",\\\"update_charges\\\":[]},{\\\"accounts\\\":{\\\"from\\\":\\\"collector\\\",\\\"to\\\":\\\"ml\\\"},\\\"amounts\\\":{\\\"original\\\":4999.47,\\\"refunded\\\":0},\\\"client_id\\\":xxxxxxx,\\\"date_created\\\":\\\"2025-12-18T01:05:21.000-04:00\\\",\\\"id\\\":\\\"xxxxxxx-002\\\",\\\"last_updated\\\":\\\"2025-12-18T01:05:21.000-04:00\\\",\\\"metadata\\\":{\\\"source\\\":\\\"deferred-charges\\\",\\\"source_detail\\\":\\\"fees-api\\\"},\\\"name\\\":\\\"ml_sale_fee\\\",\\\"refund_charges\\\":[],\\\"reserve_id\\\":null,\\\"type\\\":\\\"fee\\\",\\\"update_charges\\\":[]}],\\\"charges_execution_info\\\":{\\\"internal_execution\\\":{\\\"date\\\":\\\"2025-12-18T01:05:16.057-04:00\\\",\\\"execution_id\\\":\\\"01KCQXJ6QN0KCFQ0G9KPGP66ZR\\\"}},\\\"collector_id\\\":xxxxxxx,\\\"corporation_id\\\":null,\\\"counter_currency\\\":null,\\\"coupon_amount\\\":0,\\\"currency_id\\\":\\\"BRL\\\",\\\"date_approved\\\":\\\"2025-12-18T01:05:16.000-04:00\\\",\\\"date_created\\\":\\\"2025-12-18T01:05:16.000-04:00\\\",\\\"date_last_updated\\\":\\\"2026-01-15T00:13:55.000-04:00\\\",\\\"date_of_expiration\\\":null,\\\"deduction_schema\\\":null,\\\"description\\\":\\\"Producto Prueba - Microfono Gamer Jasi20 Preto\\\",\\\"differential_pricing_id\\\":null,\\\"external_reference\\\":\\\"xxxxxxxx\\\",\\\"fee_details\\\":[],\\\"financing_group\\\":null,\\\"id\\\":137748871887,\\\"installments\\\":1,\\\"integrator_id\\\":null,\\\"issuer_id\\\":\\\"2007\\\",\\\"live_mode\\\":true,\\\"marketplace_owner\\\":null,\\\"merchant_account_id\\\":null,\\\"merchant_number\\\":null,\\\"metadata\\\":{},\\\"money_release_date\\\":\\\"2026-01-15T00:13:54.000-04:00\\\",\\\"money_release_schema\\\":null,\\\"money_release_status\\\":\\\"released\\\",\\\"notification_url\\\":null,\\\"operation_type\\\":\\\"regular_payment\\\",\\\"order\\\":{\\\"id\\\":\\\"xxxxxxx\\\",\\\"type\\\":\\\"mercadolibre\\\"},\\\"payer\\\":{\\\"email\\\":null,\\\"entity_type\\\":null,\\\"first_name\\\":null,\\\"id\\\":\\\"xxxxxxx\\\",\\\"identification\\\":{},\\\"last_name\\\":null,\\\"operator_id\\\":null,\\\"phone\\\":{},\\\"type\\\":\\\"registered\\\"},\\\"payment_method\\\":{\\\"id\\\":\\\"account_money\\\",\\\"issuer_id\\\":\\\"xxxx\\\",\\\"type\\\":\\\"account_money\\\"},\\\"payment_method_id\\\":\\\"account_money\\\",\\\"payment_type_id\\\":\\\"account_money\\\",\\\"platform_id\\\":null,\\\"point_of_interaction\\\":{\\\"application_data\\\":{\\\"name\\\":null,\\\"operating_system\\\":null,\\\"version\\\":null},\\\"business_info\\\":{\\\"branch\\\":\\\"Marketplace\\\",\\\"sub_unit\\\":\\\"cart\\\",\\\"unit\\\":\\\"marketplace\\\"},\\\"location\\\":{\\\"source\\\":\\\"shipment\\\",\\\"state_id\\\":\\\"BR-RS\\\"},\\\"transaction_data\\\":{\\\"e2e_id\\\":null},\\\"type\\\":\\\"CHECKOUT\\\"},\\\"pos_id\\\":null,\\\"processing_mode\\\":\\\"aggregator\\\",\\\"refunds\\\":[],\\\"release_info\\\":null,\\\"shipping_amount\\\":0,\\\"sponsor_id\\\":null,\\\"statement_descriptor\\\":null,\\\"status\\\":\\\"approved\\\",\\\"status_detail\\\":\\\"accredited\\\",\\\"store_id\\\":null,\\\"tags\\\":null,\\\"taxes_amount\\\":0,\\\"transaction_amount\\\":27930,\\\"transaction_amount_refunded\\\":0,\\\"transaction_details\\\":{\\\"acquirer_reference\\\":null,\\\"external_resource_url\\\":null,\\\"financial_institution\\\":null,\\\"installment_amount\\\":0,\\\"net_received_amount\\\":22902.6,\\\"overpaid_amount\\\":0,\\\"payable_deferral_period\\\":null,\\\"payment_method_reference_id\\\":null,\\\"total_paid_amount\\\":27930}}\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n                    \"updatedAt\": \"2026-01-15T23:48:52.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"CheckoutPaymentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"xxxxxxx\",\n            \"amount\": 18999.96,\n            \"amountPaid\": 18999.96,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": 1,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n            \"updatedAt\": \"2025-12-18T05:05:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentMethod\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"tags\": \"{\\n   \\\"requiresTransaction\\\": false\\n }\",\n                \"code\": \"_payment_methods_online_payment\",\n                \"name\": \"PAYMENT_METHODS.Online_payment.Name\",\n                \"description\": \"PAYMENT_METHODS.Online_payment.Description\",\n                \"position\": 12,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Pago en línea\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"externalId\": \"xxxxxxx\",\n                    \"transactionId\": \"xxxxxxx\",\n                    \"externalContent\": \"{\\\"accounts_info\\\":null,\\\"acquirer_reconciliation\\\":[],\\\"additional_info\\\":{\\\"tracking_id\\\":\\\"platform:v1-blacklabel,so:ALL,type:N/A,security:none\\\"},\\\"authorization_code\\\":null,\\\"binary_mode\\\":false,\\\"brand_id\\\":null,\\\"build_version\\\":\\\"3.135.0-rc-1\\\",\\\"call_for_authorize_id\\\":null,\\\"captured\\\":true,\\\"card\\\":{},\\\"charges_details\\\":[{\\\"accounts\\\":{\\\"from\\\":\\\"collector\\\",\\\"to\\\":\\\"mp\\\"},\\\"amounts\\\":{\\\"original\\\":19,\\\"refunded\\\":0},\\\"client_id\\\":xxxxxxxx,\\\"date_created\\\":\\\"2025-12-18T01:05:21.000-04:00\\\",\\\"id\\\":\\\"137749016127-001\\\",\\\"last_updated\\\":\\\"2025-12-18T01:05:21.000-04:00\\\",\\\"metadata\\\":{\\\"source\\\":\\\"deferred-charges\\\",\\\"source_detail\\\":\\\"fees-api\\\"},\\\"name\\\":\\\"mp_processing_fee\\\",\\\"refund_charges\\\":[],\\\"reserve_id\\\":null,\\\"type\\\":\\\"fee\\\",\\\"update_charges\\\":[]},{\\\"accounts\\\":{\\\"from\\\":\\\"collector\\\",\\\"to\\\":\\\"ml\\\"},\\\"amounts\\\":{\\\"original\\\":3401,\\\"refunded\\\":0},\\\"client_id\\\":xxxxxxxx,\\\"date_created\\\":\\\"2025-12-18T01:05:21.000-04:00\\\",\\\"id\\\":\\\"xxxxxxxx-002\\\",\\\"last_updated\\\":\\\"2025-12-18T01:05:21.000-04:00\\\",\\\"metadata\\\":{\\\"source\\\":\\\"deferred-charges\\\",\\\"source_detail\\\":\\\"fees-api\\\"},\\\"name\\\":\\\"ml_sale_fee\\\",\\\"refund_charges\\\":[],\\\"reserve_id\\\":null,\\\"type\\\":\\\"fee\\\",\\\"update_charges\\\":[]}],\\\"charges_execution_info\\\":{\\\"internal_execution\\\":{\\\"date\\\":\\\"2025-12-18T01:05:16.659-04:00\\\",\\\"execution_id\\\":\\\"01KCQXJ7ABZX76P35DH667K5QM\\\"}},\\\"collector_id\\\":xxxxxxxx,\\\"corporation_id\\\":null,\\\"counter_currency\\\":null,\\\"coupon_amount\\\":0,\\\"currency_id\\\":\\\"BRL\\\",\\\"date_approved\\\":\\\"2025-12-18T01:05:16.000-04:00\\\",\\\"date_created\\\":\\\"2025-12-18T01:05:16.000-04:00\\\",\\\"date_last_updated\\\":\\\"2026-01-15T00:11:42.000-04:00\\\",\\\"date_of_expiration\\\":null,\\\"deduction_schema\\\":null,\\\"description\\\":\\\"Prueba Audifonos Inalambricos Genericos Asjf3490 Branco\\\",\\\"differential_pricing_id\\\":null,\\\"external_reference\\\":\\\"xxxxxxx\\\",\\\"fee_details\\\":[],\\\"financing_group\\\":null,\\\"id\\\":137749016127,\\\"installments\\\":1,\\\"integrator_id\\\":null,\\\"issuer_id\\\":\\\"2007\\\",\\\"live_mode\\\":true,\\\"marketplace_owner\\\":null,\\\"merchant_account_id\\\":null,\\\"merchant_number\\\":null,\\\"metadata\\\":{},\\\"money_release_date\\\":\\\"2026-01-15T00:11:41.000-04:00\\\",\\\"money_release_schema\\\":null,\\\"money_release_status\\\":\\\"released\\\",\\\"notification_url\\\":null,\\\"operation_type\\\":\\\"regular_payment\\\",\\\"order\\\":{\\\"id\\\":\\\"xxxxxxxx\\\",\\\"type\\\":\\\"mercadolibre\\\"},\\\"payer\\\":{\\\"email\\\":null,\\\"entity_type\\\":null,\\\"first_name\\\":null,\\\"id\\\":\\\"xxxxxxxx\\\",\\\"identification\\\":{},\\\"last_name\\\":null,\\\"operator_id\\\":null,\\\"phone\\\":{},\\\"type\\\":\\\"registered\\\"},\\\"payment_method\\\":{\\\"id\\\":\\\"account_money\\\",\\\"issuer_id\\\":\\\"2007\\\",\\\"type\\\":\\\"account_money\\\"},\\\"payment_method_id\\\":\\\"account_money\\\",\\\"payment_type_id\\\":\\\"account_money\\\",\\\"platform_id\\\":null,\\\"point_of_interaction\\\":{\\\"application_data\\\":{\\\"name\\\":null,\\\"operating_system\\\":null,\\\"version\\\":null},\\\"business_info\\\":{\\\"branch\\\":\\\"Marketplace\\\",\\\"sub_unit\\\":\\\"cart\\\",\\\"unit\\\":\\\"marketplace\\\"},\\\"location\\\":{\\\"source\\\":\\\"shipment\\\",\\\"state_id\\\":\\\"BR-RS\\\"},\\\"transaction_data\\\":{\\\"e2e_id\\\":null},\\\"type\\\":\\\"CHECKOUT\\\"},\\\"pos_id\\\":null,\\\"processing_mode\\\":\\\"aggregator\\\",\\\"refunds\\\":[],\\\"release_info\\\":null,\\\"shipping_amount\\\":0,\\\"sponsor_id\\\":null,\\\"statement_descriptor\\\":null,\\\"status\\\":\\\"approved\\\",\\\"status_detail\\\":\\\"accredited\\\",\\\"store_id\\\":null,\\\"tags\\\":null,\\\"taxes_amount\\\":0,\\\"transaction_amount\\\":18999.96,\\\"transaction_amount_refunded\\\":0,\\\"transaction_details\\\":{\\\"acquirer_reference\\\":null,\\\"external_resource_url\\\":null,\\\"financial_institution\\\":null,\\\"installment_amount\\\":0,\\\"net_received_amount\\\":15579.96,\\\"overpaid_amount\\\":0,\\\"payable_deferral_period\\\":null,\\\"payment_method_reference_id\\\":null,\\\"total_paid_amount\\\":18999.96}}\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n                    \"updatedAt\": \"2026-01-15T23:48:52.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"CheckoutPaymentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                }\n            ]\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"xxxxxxx\",\n            \"amount\": 17099.96,\n            \"amountPaid\": 17099.96,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": 1,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n            \"updatedAt\": \"2025-12-18T05:05:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentMethod\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"tags\": \"{\\n   \\\"requiresTransaction\\\": false\\n }\",\n                \"code\": \"_payment_methods_online_payment\",\n                \"name\": \"PAYMENT_METHODS.Online_payment.Name\",\n                \"description\": \"PAYMENT_METHODS.Online_payment.Description\",\n                \"position\": 12,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Pago en línea\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"externalId\": \"xxxxxxx\",\n                    \"transactionId\": \"xxxxxxx\",\n                    \"externalContent\": \"{\\\"accounts_info\\\":null,\\\"acquirer_reconciliation\\\":[],\\\"additional_info\\\":{\\\"tracking_id\\\":\\\"platform:v1-blacklabel,so:ALL,type:N/A,security:none\\\"},\\\"authorization_code\\\":null,\\\"binary_mode\\\":false,\\\"brand_id\\\":null,\\\"build_version\\\":\\\"3.135.0-rc-1\\\",\\\"call_for_authorize_id\\\":null,\\\"captured\\\":true,\\\"card\\\":{},\\\"charges_details\\\":[{\\\"accounts\\\":{\\\"from\\\":\\\"collector\\\",\\\"to\\\":\\\"mp\\\"},\\\"amounts\\\":{\\\"original\\\":17.1,\\\"refunded\\\":0},\\\"client_id\\\":xxxxxxx,\\\"date_created\\\":\\\"2025-12-18T01:05:20.000-04:00\\\",\\\"id\\\":\\\"xxxxxxx-001\\\",\\\"last_updated\\\":\\\"2025-12-18T01:05:20.000-04:00\\\",\\\"metadata\\\":{\\\"source\\\":\\\"deferred-charges\\\",\\\"source_detail\\\":\\\"fees-api\\\"},\\\"name\\\":\\\"mp_processing_fee\\\",\\\"refund_charges\\\":[],\\\"reserve_id\\\":null,\\\"type\\\":\\\"fee\\\",\\\"update_charges\\\":[]},{\\\"accounts\\\":{\\\"from\\\":\\\"collector\\\",\\\"to\\\":\\\"ml\\\"},\\\"amounts\\\":{\\\"original\\\":3060.9,\\\"refunded\\\":0},\\\"client_id\\\":xxxxxxx,\\\"date_created\\\":\\\"2025-12-18T01:05:20.000-04:00\\\",\\\"id\\\":\\\"xxxxxxx-002\\\",\\\"last_updated\\\":\\\"2025-12-18T01:05:20.000-04:00\\\",\\\"metadata\\\":{\\\"source\\\":\\\"deferred-charges\\\",\\\"source_detail\\\":\\\"fees-api\\\"},\\\"name\\\":\\\"ml_sale_fee\\\",\\\"refund_charges\\\":[],\\\"reserve_id\\\":null,\\\"type\\\":\\\"fee\\\",\\\"update_charges\\\":[]}],\\\"charges_execution_info\\\":{\\\"internal_execution\\\":{\\\"date\\\":\\\"2025-12-18T01:05:14.778-04:00\\\",\\\"execution_id\\\":\\\"01KCQXJ5FPRMQEHXDME7B3G2CB\\\"}},\\\"collector_id\\\":2716262292,\\\"corporation_id\\\":null,\\\"counter_currency\\\":null,\\\"coupon_amount\\\":0,\\\"currency_id\\\":\\\"BRL\\\",\\\"date_approved\\\":\\\"2025-12-18T01:05:14.000-04:00\\\",\\\"date_created\\\":\\\"2025-12-18T01:05:14.000-04:00\\\",\\\"date_last_updated\\\":\\\"2026-01-15T00:11:47.000-04:00\\\",\\\"date_of_expiration\\\":null,\\\"deduction_schema\\\":null,\\\"description\\\":\\\"Prueba - Teclado Gamer Kasdj Negro Preto\\\",\\\"differential_pricing_id\\\":null,\\\"external_reference\\\":\\\"xxxxxxx\\\",\\\"fee_details\\\":[],\\\"financing_group\\\":null,\\\"id\\\":xxxxxxx,\\\"installments\\\":1,\\\"integrator_id\\\":null,\\\"issuer_id\\\":\\\"2007\\\",\\\"live_mode\\\":true,\\\"marketplace_owner\\\":null,\\\"merchant_account_id\\\":null,\\\"merchant_number\\\":null,\\\"metadata\\\":{},\\\"money_release_date\\\":\\\"2026-01-15T00:11:46.000-04:00\\\",\\\"money_release_schema\\\":null,\\\"money_release_status\\\":\\\"released\\\",\\\"notification_url\\\":null,\\\"operation_type\\\":\\\"regular_payment\\\",\\\"order\\\":{\\\"id\\\":\\\"2000014357406320\\\",\\\"type\\\":\\\"mercadolibre\\\"},\\\"payer\\\":{\\\"email\\\":null,\\\"entity_type\\\":null,\\\"first_name\\\":null,\\\"id\\\":\\\"2309828409\\\",\\\"identification\\\":{},\\\"last_name\\\":null,\\\"operator_id\\\":null,\\\"phone\\\":{},\\\"type\\\":\\\"registered\\\"},\\\"payment_method\\\":{\\\"id\\\":\\\"account_money\\\",\\\"issuer_id\\\":\\\"2007\\\",\\\"type\\\":\\\"account_money\\\"},\\\"payment_method_id\\\":\\\"account_money\\\",\\\"payment_type_id\\\":\\\"account_money\\\",\\\"platform_id\\\":null,\\\"point_of_interaction\\\":{\\\"application_data\\\":{\\\"name\\\":null,\\\"operating_system\\\":null,\\\"version\\\":null},\\\"business_info\\\":{\\\"branch\\\":\\\"Marketplace\\\",\\\"sub_unit\\\":\\\"cart\\\",\\\"unit\\\":\\\"marketplace\\\"},\\\"location\\\":{\\\"source\\\":\\\"shipment\\\",\\\"state_id\\\":\\\"BR-RS\\\"},\\\"transaction_data\\\":{\\\"e2e_id\\\":null},\\\"type\\\":\\\"CHECKOUT\\\"},\\\"pos_id\\\":null,\\\"processing_mode\\\":\\\"aggregator\\\",\\\"refunds\\\":[],\\\"release_info\\\":null,\\\"shipping_amount\\\":0,\\\"sponsor_id\\\":null,\\\"statement_descriptor\\\":null,\\\"status\\\":\\\"approved\\\",\\\"status_detail\\\":\\\"accredited\\\",\\\"store_id\\\":null,\\\"tags\\\":null,\\\"taxes_amount\\\":0,\\\"transaction_amount\\\":17099.96,\\\"transaction_amount_refunded\\\":0,\\\"transaction_details\\\":{\\\"acquirer_reference\\\":null,\\\"external_resource_url\\\":null,\\\"financial_institution\\\":null,\\\"installment_amount\\\":0,\\\"net_received_amount\\\":14021.96,\\\"overpaid_amount\\\":0,\\\"payable_deferral_period\\\":null,\\\"payment_method_reference_id\\\":null,\\\"total_paid_amount\\\":17099.96}}\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n                    \"updatedAt\": \"2026-01-15T23:48:52.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"CheckoutPaymentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"ASODI120\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 9310,\n            \"count\": 3,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n            \"updatedAt\": \"2025-12-18T05:05:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"code\": \"ASODI120\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 0,\n                \"length\": 0,\n                \"height\": 0,\n                \"weight\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2025-11-25T15:23:55.000Z\",\n                \"updatedAt\": \"2026-02-04T17:08:42.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"Size\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2018-07-29T16:54:56.000Z\",\n                    \"updatedAt\": \"2021-08-03T18:24:02.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"Color\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"Negro\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n                    \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"Product\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"Producto Prueba - Microfono Gamer Jasi20\",\n                    \"alias\": \"..\",\n                    \"model\": \"JASI20\",\n                    \"code\": \"ASODI120\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-11-25T15:23:55.000Z\",\n                    \"updatedAt\": \"2026-02-10T20:48:50.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": null,\n                    \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                }\n            },\n            \"total\": 27930,\n            \"discount\": 0,\n            \"totalWithDiscount\": 27930,\n            \"paymentByItem\": 9309.999999999998\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"PQIWE1923\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 4274.99,\n            \"count\": 4,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n            \"updatedAt\": \"2025-12-18T05:05:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"code\": \"PQIWE1923\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 0,\n                \"length\": 0,\n                \"height\": 0,\n                \"weight\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2025-11-25T15:26:43.000Z\",\n                \"updatedAt\": \"2026-02-04T17:07:55.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"Size\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2018-07-29T16:54:56.000Z\",\n                    \"updatedAt\": \"2021-08-03T18:24:02.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx9\"\n                },\n                \"Color\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"Negro\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n                    \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"Product\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"Prueba - Teclado Gamer Kasdj Negro\",\n                    \"alias\": \"..\",\n                    \"model\": \"AJSD323\",\n                    \"code\": \"PQIWE1923\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-11-25T15:26:43.000Z\",\n                    \"updatedAt\": \"2026-02-04T17:07:55.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": null,\n                    \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                }\n            },\n            \"total\": 17099.96,\n            \"discount\": 0,\n            \"totalWithDiscount\": 17099.96,\n            \"paymentByItem\": 4274.99\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"45s54\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 4749.99,\n            \"count\": 4,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n            \"updatedAt\": \"2025-12-18T05:05:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"code\": \"45s54\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 0,\n                \"length\": 0,\n                \"height\": 0,\n                \"weight\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2025-11-25T15:11:44.000Z\",\n                \"updatedAt\": \"2026-02-04T17:09:15.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"Size\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2018-07-29T16:54:56.000Z\",\n                    \"updatedAt\": \"2021-08-03T18:24:02.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"Color\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"Branco\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-11-25T15:11:20.000Z\",\n                    \"updatedAt\": \"2025-11-25T15:11:20.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"Product\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"alias\": null,\n                    \"model\": \"ASJF3490\",\n                    \"code\": \"45s54\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-11-25T15:11:44.000Z\",\n                    \"updatedAt\": \"2026-02-09T21:00:38.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": null,\n                    \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                }\n            },\n            \"total\": 18999.96,\n            \"discount\": 0,\n            \"totalWithDiscount\": 18999.96,\n            \"paymentByItem\": 4749.989999999999\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"6898ASOIK\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 34500,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2025-12-18T05:05:43.000Z\",\n            \"updatedAt\": \"2025-12-18T05:05:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"code\": \"6898ASOIK\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 0,\n                \"length\": 0,\n                \"height\": 0,\n                \"weight\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2025-12-17T18:37:45.000Z\",\n                \"updatedAt\": \"2026-02-04T17:09:31.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"Size\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2018-07-29T16:54:56.000Z\",\n                    \"updatedAt\": \"2021-08-03T18:24:02.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"Color\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-11-12T21:12:25.000Z\",\n                    \"updatedAt\": \"2021-11-12T21:12:25.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"Product\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"name\": \"Prueba Producto - Taladro Eléctrico Genérico\",\n                    \"alias\": null,\n                    \"model\": \"BT-DZ61\",\n                    \"code\": \"6898ASOIK\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-12-17T18:37:44.000Z\",\n                    \"updatedAt\": \"2026-02-04T17:09:31.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": null,\n                    \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                }\n            },\n            \"total\": 34500,\n            \"discount\": 0,\n            \"totalWithDiscount\": 34500,\n            \"paymentByItem\": 34499.99999999999\n        }\n    ],\n    \"cachedDate\": \"2026-02-16T13:15:04.000Z\",\n    \"total\": 98529.92,\n    \"discount\": 0,\n    \"totalWithDiscount\": 98529.92,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 98529.92,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 98529.91999999998,\n    \"createdAtLocale\": \"18/12/2025 5:05:42\",\n    \"CheckoutLink\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"externalId\": \"xxxxxxx\",\n        \"externalOrderNumber\": \"xxxxxxx\",\n        \"externalCustomerOrderNumber\": \"xxxxxxx\",\n        \"externalContent\": {\n            \"id\": \"xxxxxxx\",\n            \"date_created\": \"2025-12-17T14:41:31.000-04:00\",\n            \"last_updated\": \"2026-01-15T18:46:19.000-04:00\",\n            \"date_closed\": \"2025-12-18T01:05:15.000-04:00\",\n            \"pack_id\": 2000010622816783,\n            \"fulfilled\": true,\n            \"buying_mode\": \"buy_equals_pay\",\n            \"shipping_cost\": null,\n            \"mediations\": [],\n            \"total_amount\": 98529.91999999998,\n            \"paid_amount\": 98529.91999999998,\n            \"order_items\": [\n                {\n                    \"item\": {\n                        \"id\": \"MLB5955812596\",\n                        \"title\": \"Prueba Audifonos Inalambricos Genericos Asjf3490 Branco\",\n                        \"category_id\": \"MLB196208\",\n                        \"variation_id\": null,\n                        \"seller_custom_field\": null,\n                        \"variation_attributes\": [\n                            {\n                                \"name\": \"Cor\",\n                                \"id\": \"COLOR\",\n                                \"value_id\": \"52055\",\n                                \"value_name\": \"Branco\"\n                            }\n                        ],\n                        \"warranty\": \"Sem garantia\",\n                        \"condition\": \"new\",\n                        \"seller_sku\": \"45s54\",\n                        \"global_price\": null,\n                        \"net_weight\": null,\n                        \"user_product_id\": \"MLBU3600096760\",\n                        \"release_date\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"ITEM_CONDITION\",\n                                \"values\": [\n                                    {\n                                        \"id\": \"2230284\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    \"quantity\": 4,\n                    \"requested_quantity\": {\n                        \"measure\": \"unit\",\n                        \"value\": 4\n                    },\n                    \"picked_quantity\": null,\n                    \"unit_price\": 4749.99,\n                    \"full_unit_price\": 4749.99,\n                    \"full_unit_price_currency_id\": \"BRL\",\n                    \"currency_id\": \"BRL\",\n                    \"manufacturing_days\": null,\n                    \"sale_fee\": 855,\n                    \"listing_type_id\": \"gold_pro\",\n                    \"base_exchange_rate\": null,\n                    \"base_currency_id\": null,\n                    \"element_id\": null,\n                    \"discounts\": null,\n                    \"bundle\": {\n                        \"components\": [],\n                        \"parent_item\": {\n                            \"id\": \"MLB6067935106\",\n                            \"user_product_id\": \"MLBU3604125914\"\n                        }\n                    },\n                    \"compat_id\": null,\n                    \"stock\": null,\n                    \"kit_instance_id\": null,\n                    \"gross_price\": 18999.96\n                },\n                {\n                    \"item\": {\n                        \"id\": \"MLB5955851858\",\n                        \"title\": \"Producto Prueba - Microfono Gamer Jasi20 Preto\",\n                        \"category_id\": \"MLB439409\",\n                        \"variation_id\": null,\n                        \"seller_custom_field\": null,\n                        \"variation_attributes\": [\n                            {\n                                \"name\": \"Cor\",\n                                \"id\": \"COLOR\",\n                                \"value_id\": \"52049\",\n                                \"value_name\": \"Preto\"\n                            }\n                        ],\n                        \"warranty\": \"Sem garantia\",\n                        \"condition\": \"new\",\n                        \"seller_sku\": \"ASODI120\",\n                        \"global_price\": null,\n                        \"net_weight\": null,\n                        \"user_product_id\": \"MLBU3600196006\",\n                        \"release_date\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"ITEM_CONDITION\",\n                                \"values\": [\n                                    {\n                                        \"id\": \"2230284\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    \"quantity\": 3,\n                    \"requested_quantity\": {\n                        \"measure\": \"unit\",\n                        \"value\": 3\n                    },\n                    \"picked_quantity\": null,\n                    \"unit_price\": 9310,\n                    \"full_unit_price\": 9310,\n                    \"full_unit_price_currency_id\": \"BRL\",\n                    \"currency_id\": \"BRL\",\n                    \"manufacturing_days\": null,\n                    \"sale_fee\": 1675.8,\n                    \"listing_type_id\": \"gold_pro\",\n                    \"base_exchange_rate\": null,\n                    \"base_currency_id\": null,\n                    \"element_id\": null,\n                    \"discounts\": null,\n                    \"bundle\": {\n                        \"components\": [],\n                        \"parent_item\": {\n                            \"id\": \"MLB6067935106\",\n                            \"user_product_id\": \"MLBU3604125914\"\n                        }\n                    },\n                    \"compat_id\": null,\n                    \"stock\": null,\n                    \"kit_instance_id\": null,\n                    \"gross_price\": 27930\n                },\n                {\n                    \"item\": {\n                        \"id\": \"MLB6069002974\",\n                        \"title\": \"Producto Prueba - Taladro Electrico Generico Azul-celeste\",\n                        \"category_id\": \"MLB189008\",\n                        \"variation_id\": null,\n                        \"seller_custom_field\": null,\n                        \"variation_attributes\": [\n                            {\n                                \"name\": \"Cor\",\n                                \"id\": \"COLOR\",\n                                \"value_id\": \"52021\",\n                                \"value_name\": \"Azul-celeste\"\n                            }\n                        ],\n                        \"warranty\": \"Sem garantia\",\n                        \"condition\": \"new\",\n                        \"seller_sku\": \"6898ASOIK\",\n                        \"global_price\": null,\n                        \"net_weight\": null,\n                        \"user_product_id\": \"MLBU3688450272\",\n                        \"release_date\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"ITEM_CONDITION\",\n                                \"values\": [\n                                    {\n                                        \"id\": \"2230284\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    \"quantity\": 1,\n                    \"requested_quantity\": {\n                        \"measure\": \"unit\",\n                        \"value\": 1\n                    },\n                    \"picked_quantity\": null,\n                    \"unit_price\": 34500,\n                    \"full_unit_price\": 34500,\n                    \"full_unit_price_currency_id\": \"BRL\",\n                    \"currency_id\": \"BRL\",\n                    \"manufacturing_days\": null,\n                    \"sale_fee\": 5865,\n                    \"listing_type_id\": \"gold_pro\",\n                    \"base_exchange_rate\": null,\n                    \"base_currency_id\": null,\n                    \"element_id\": null,\n                    \"discounts\": null,\n                    \"bundle\": null,\n                    \"compat_id\": null,\n                    \"stock\": null,\n                    \"kit_instance_id\": null,\n                    \"gross_price\": 34500\n                },\n                {\n                    \"item\": {\n                        \"id\": \"MLB5955749262\",\n                        \"title\": \"Prueba - Teclado Gamer Kasdj Negro Preto\",\n                        \"category_id\": \"MLB418472\",\n                        \"variation_id\": null,\n                        \"seller_custom_field\": null,\n                        \"variation_attributes\": [\n                            {\n                                \"name\": \"Cor de teclado\",\n                                \"id\": \"KEYBOARD_COLOR\",\n                                \"value_id\": \"52049\",\n                                \"value_name\": \"Preto\"\n                            }\n                        ],\n                        \"warranty\": \"Sem garantia\",\n                        \"condition\": \"new\",\n                        \"seller_sku\": \"PQIWE1923\",\n                        \"global_price\": null,\n                        \"net_weight\": null,\n                        \"user_product_id\": \"MLBU3592695479\",\n                        \"release_date\": null,\n                        \"attributes\": [\n                            {\n                                \"id\": \"ITEM_CONDITION\",\n                                \"values\": [\n                                    {\n                                        \"id\": \"2230284\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    \"quantity\": 4,\n                    \"requested_quantity\": {\n                        \"measure\": \"unit\",\n                        \"value\": 4\n                    },\n                    \"picked_quantity\": null,\n                    \"unit_price\": 4274.99,\n                    \"full_unit_price\": 4274.99,\n                    \"full_unit_price_currency_id\": \"BRL\",\n                    \"currency_id\": \"BRL\",\n                    \"manufacturing_days\": null,\n                    \"sale_fee\": 769.5,\n                    \"listing_type_id\": \"gold_pro\",\n                    \"base_exchange_rate\": null,\n                    \"base_currency_id\": null,\n                    \"element_id\": null,\n                    \"discounts\": null,\n                    \"bundle\": {\n                        \"components\": [],\n                        \"parent_item\": {\n                            \"id\": \"MLB6067935106\",\n                            \"user_product_id\": \"MLBU3604125914\"\n                        }\n                    },\n                    \"compat_id\": null,\n                    \"stock\": null,\n                    \"kit_instance_id\": null,\n                    \"gross_price\": 17099.96\n                }\n            ],\n            \"currency_id\": \"BRL\",\n            \"payments\": [\n                {\n                    \"id\": 137749016127,\n                    \"order_id\": 2000014357410212,\n                    \"payer_id\": 2710734879,\n                    \"collector\": {\n                        \"id\": 2716262292\n                    },\n                    \"card_id\": null,\n                    \"reason\": \"Prueba Audifonos Inalambricos Genericos Asjf3490 Branco\",\n                    \"site_id\": \"MLB\",\n                    \"payment_method_id\": \"account_money\",\n                    \"currency_id\": \"BRL\",\n                    \"installments\": 1,\n                    \"issuer_id\": \"2007\",\n                    \"atm_transfer_reference\": {\n                        \"transaction_id\": null,\n                        \"company_id\": null\n                    },\n                    \"coupon_id\": null,\n                    \"activation_uri\": null,\n                    \"operation_type\": \"regular_payment\",\n                    \"payment_type\": \"account_money\",\n                    \"available_actions\": [\n                        \"refund\"\n                    ],\n                    \"status\": \"approved\",\n                    \"status_code\": null,\n                    \"status_detail\": \"accredited\",\n                    \"transaction_amount\": 18999.96,\n                    \"transaction_amount_refunded\": 0,\n                    \"taxes_amount\": 0,\n                    \"shipping_cost\": 0,\n                    \"coupon_amount\": 0,\n                    \"overpaid_amount\": 0,\n                    \"total_paid_amount\": 18999.96,\n                    \"installment_amount\": null,\n                    \"deferred_period\": null,\n                    \"date_approved\": \"2025-12-18T01:05:16.000-04:00\",\n                    \"transaction_order_id\": null,\n                    \"date_created\": \"2025-12-18T01:05:16.000-04:00\",\n                    \"date_last_modified\": \"2025-12-18T01:05:16.000-04:00\",\n                    \"marketplace_fee\": 0,\n                    \"reference_id\": null,\n                    \"authorization_code\": null\n                },\n                {\n                    \"id\": 137748871887,\n                    \"order_id\": 2000014357410210,\n                    \"payer_id\": 2710734879,\n                    \"collector\": {\n                        \"id\": 2716262292\n                    },\n                    \"card_id\": null,\n                    \"reason\": \"Producto Prueba - Microfono Gamer Jasi20 Preto\",\n                    \"site_id\": \"MLB\",\n                    \"payment_method_id\": \"account_money\",\n                    \"currency_id\": \"BRL\",\n                    \"installments\": 1,\n                    \"issuer_id\": \"2007\",\n                    \"atm_transfer_reference\": {\n                        \"transaction_id\": null,\n                        \"company_id\": null\n                    },\n                    \"coupon_id\": null,\n                    \"activation_uri\": null,\n                    \"operation_type\": \"regular_payment\",\n                    \"payment_type\": \"account_money\",\n                    \"available_actions\": [\n                        \"refund\"\n                    ],\n                    \"status\": \"approved\",\n                    \"status_code\": null,\n                    \"status_detail\": \"accredited\",\n                    \"transaction_amount\": 27930,\n                    \"transaction_amount_refunded\": 0,\n                    \"taxes_amount\": 0,\n                    \"shipping_cost\": 0,\n                    \"coupon_amount\": 0,\n                    \"overpaid_amount\": 0,\n                    \"total_paid_amount\": 27930,\n                    \"installment_amount\": null,\n                    \"deferred_period\": null,\n                    \"date_approved\": \"2025-12-18T01:05:16.000-04:00\",\n                    \"transaction_order_id\": null,\n                    \"date_created\": \"2025-12-18T01:05:16.000-04:00\",\n                    \"date_last_modified\": \"2025-12-18T01:05:16.000-04:00\",\n                    \"marketplace_fee\": 0,\n                    \"reference_id\": null,\n                    \"authorization_code\": null\n                },\n                {\n                    \"id\": 137749002225,\n                    \"order_id\": 2000014357416074,\n                    \"payer_id\": 2710734879,\n                    \"collector\": {\n                        \"id\": 2716262292\n                    },\n                    \"card_id\": null,\n                    \"reason\": \"Producto Prueba - Taladro Electrico Generico Azul-celeste\",\n                    \"site_id\": \"MLB\",\n                    \"payment_method_id\": \"account_money\",\n                    \"currency_id\": \"BRL\",\n                    \"installments\": 1,\n                    \"issuer_id\": \"2007\",\n                    \"atm_transfer_reference\": {\n                        \"transaction_id\": null,\n                        \"company_id\": null\n                    },\n                    \"coupon_id\": null,\n                    \"activation_uri\": null,\n                    \"operation_type\": \"regular_payment\",\n                    \"payment_type\": \"account_money\",\n                    \"available_actions\": [\n                        \"refund\"\n                    ],\n                    \"status\": \"approved\",\n                    \"status_code\": null,\n                    \"status_detail\": \"accredited\",\n                    \"transaction_amount\": 34500,\n                    \"transaction_amount_refunded\": 0,\n                    \"taxes_amount\": 0,\n                    \"shipping_cost\": 0,\n                    \"coupon_amount\": 0,\n                    \"overpaid_amount\": 0,\n                    \"total_paid_amount\": 34500,\n                    \"installment_amount\": null,\n                    \"deferred_period\": null,\n                    \"date_approved\": \"2025-12-18T01:05:15.000-04:00\",\n                    \"transaction_order_id\": null,\n                    \"date_created\": \"2025-12-18T01:05:15.000-04:00\",\n                    \"date_last_modified\": \"2025-12-18T01:05:15.000-04:00\",\n                    \"marketplace_fee\": 0,\n                    \"reference_id\": null,\n                    \"authorization_code\": null\n                },\n                {\n                    \"id\": 137748972575,\n                    \"order_id\": 2000014357406320,\n                    \"payer_id\": 2710734879,\n                    \"collector\": {\n                        \"id\": 2716262292\n                    },\n                    \"card_id\": null,\n                    \"reason\": \"Prueba - Teclado Gamer Kasdj Negro Preto\",\n                    \"site_id\": \"MLB\",\n                    \"payment_method_id\": \"account_money\",\n                    \"currency_id\": \"BRL\",\n                    \"installments\": 1,\n                    \"issuer_id\": \"2007\",\n                    \"atm_transfer_reference\": {\n                        \"transaction_id\": null,\n                        \"company_id\": null\n                    },\n                    \"coupon_id\": null,\n                    \"activation_uri\": null,\n                    \"operation_type\": \"regular_payment\",\n                    \"payment_type\": \"account_money\",\n                    \"available_actions\": [\n                        \"refund\"\n                    ],\n                    \"status\": \"approved\",\n                    \"status_code\": null,\n                    \"status_detail\": \"accredited\",\n                    \"transaction_amount\": 17099.96,\n                    \"transaction_amount_refunded\": 0,\n                    \"taxes_amount\": 0,\n                    \"shipping_cost\": 0,\n                    \"coupon_amount\": 0,\n                    \"overpaid_amount\": 0,\n                    \"total_paid_amount\": 17099.96,\n                    \"installment_amount\": null,\n                    \"deferred_period\": null,\n                    \"date_approved\": \"2025-12-18T01:05:14.000-04:00\",\n                    \"transaction_order_id\": null,\n                    \"date_created\": \"2025-12-18T01:05:14.000-04:00\",\n                    \"date_last_modified\": \"2025-12-18T01:05:14.000-04:00\",\n                    \"marketplace_fee\": 0,\n                    \"reference_id\": null,\n                    \"authorization_code\": null\n                }\n            ],\n            \"shipping\": {\n                \"substatus_history\": [\n                    {\n                        \"date\": \"2025-12-17T14:41:32.951-04:00\",\n                        \"substatus\": \"shipment_paid\",\n                        \"status\": \"pending\"\n                    },\n                    {\n                        \"date\": \"2026-01-02T23:21:40.000-04:00\",\n                        \"substatus\": \"stale\",\n                        \"status\": \"ready_to_ship\"\n                    },\n                    {\n                        \"date\": \"2026-01-15T18:46:17.235-04:00\",\n                        \"substatus\": \"no_action_taken\",\n                        \"status\": \"delivered\"\n                    }\n                ],\n                \"snapshot_packing\": {\n                    \"snapshot_id\": \"948bac11-d8f1-4e61-a8d6-5769d83cf1a4\",\n                    \"pack_hash\": \"1\"\n                },\n                \"receiver_id\": 2710734879,\n                \"base_cost\": 174.8,\n                \"status_history\": {\n                    \"date_shipped\": null,\n                    \"date_returned\": null,\n                    \"date_delivered\": \"2026-01-15T18:46:17.235-04:00\",\n                    \"date_first_visit\": null,\n                    \"date_not_delivered\": null,\n                    \"date_cancelled\": null,\n                    \"date_handling\": \"2025-12-18T01:05:20.000-04:00\",\n                    \"date_ready_to_ship\": \"2025-12-18T01:05:23.452-04:00\"\n                },\n                \"type\": \"forward\",\n                \"return_details\": null,\n                \"sender_id\": 2716262292,\n                \"mode\": \"me2\",\n                \"order_cost\": 98529.92,\n                \"priority_class\": {\n                    \"id\": \"50\"\n                },\n                \"service_id\": 22,\n                \"shipping_items\": [\n                    {\n                        \"quantity\": 4,\n                        \"dimensions_source\": {\n                            \"origin\": \"bmp\",\n                            \"id\": \"MLB5955749262__1\"\n                        },\n                        \"description\": \"Prueba - Teclado Gamer Kasdj Negro Preto\",\n                        \"id\": \"MLB5955749262\",\n                        \"bundle\": null,\n                        \"user_product_id\": \"MLBU3592695479\",\n                        \"sender_id\": 2716262292,\n                        \"dimensions\": \"32.0x42.0x53.0,10619.0\"\n                    },\n                    {\n                        \"quantity\": 1,\n                        \"dimensions_source\": {\n                            \"origin\": \"bmp\",\n                            \"id\": \"MLB6069002974__1\"\n                        },\n                        \"description\": \"Producto Prueba - Taladro Electrico Generico Azul-celeste\",\n                        \"id\": \"MLB6069002974\",\n                        \"bundle\": null,\n                        \"user_product_id\": \"MLBU3688450272\",\n                        \"sender_id\": 2716262292,\n                        \"dimensions\": \"32.0x42.0x53.0,10619.0\"\n                    },\n                    {\n                        \"quantity\": 3,\n                        \"dimensions_source\": {\n                            \"origin\": \"bmp\",\n                            \"id\": \"MLB5955851858__1\"\n                        },\n                        \"description\": \"Producto Prueba - Microfono Gamer Jasi20 Preto\",\n                        \"id\": \"MLB5955851858\",\n                        \"bundle\": null,\n                        \"user_product_id\": \"MLBU3600196006\",\n                        \"sender_id\": 2716262292,\n                        \"dimensions\": \"32.0x42.0x53.0,10619.0\"\n                    },\n                    {\n                        \"quantity\": 4,\n                        \"dimensions_source\": {\n                            \"origin\": \"bmp\",\n                            \"id\": \"MLB5955812596__1\"\n                        },\n                        \"description\": \"Prueba Audifonos Inalambricos Genericos Asjf3490 Branco\",\n                        \"id\": \"MLB5955812596\",\n                        \"bundle\": null,\n                        \"user_product_id\": \"MLBU3600096760\",\n                        \"sender_id\": 2716262292,\n                        \"dimensions\": \"32.0x42.0x53.0,10619.0\"\n                    }\n                ],\n                \"tracking_number\": \"101010114893390\",\n                \"cost_components\": {\n                    \"loyal_discount\": 0,\n                    \"special_discount\": 0,\n                    \"compensation\": 0,\n                    \"gap_discount\": 0,\n                    \"ratio\": 144.6\n                },\n                \"id\": 46109956729,\n                \"tracking_method\": \"Sedex\",\n                \"last_updated\": \"2026-01-15T18:46:17.730-04:00\",\n                \"items_types\": [\n                    \"new\"\n                ],\n                \"comments\": null,\n                \"substatus\": \"no_action_taken\",\n                \"date_created\": \"2025-12-17T14:41:31.133-04:00\",\n                \"date_first_printed\": \"2026-01-02T23:24:58.727-04:00\",\n                \"created_by\": \"receiver\",\n                \"application_id\": null,\n                \"shipping_option\": {\n                    \"processing_time\": null,\n                    \"cost\": 0,\n                    \"estimated_schedule_limit\": {\n                        \"date\": null\n                    },\n                    \"shipping_method_id\": 511948,\n                    \"estimated_delivery_final\": {\n                        \"date\": \"2025-12-23T00:00:00.000-03:00\"\n                    },\n                    \"buffering\": {\n                        \"date\": null\n                    },\n                    \"desired_promised_delivery\": {\n                        \"from\": null\n                    },\n                    \"pickup_promise\": {\n                        \"from\": null,\n                        \"to\": null\n                    },\n                    \"list_cost\": 87.4,\n                    \"estimated_delivery_limit\": {\n                        \"date\": \"2025-12-23T00:00:00.000-03:00\"\n                    },\n                    \"priority_class\": {\n                        \"id\": \"50\"\n                    },\n                    \"delivery_promise\": \"accurate\",\n                    \"delivery_type\": \"estimated\",\n                    \"estimated_delivery_time\": {\n                        \"date\": \"2025-12-23T00:00:00.000-03:00\",\n                        \"pay_before\": \"2025-12-18T00:00:00.000-03:00\",\n                        \"schedule\": null,\n                        \"unit\": \"hour\",\n                        \"offset\": {\n                            \"date\": \"2025-12-30T00:00:00.000-03:00\",\n                            \"shipping\": 72\n                        },\n                        \"shipping\": 24,\n                        \"time_frame\": {\n                            \"from\": null,\n                            \"to\": null\n                        },\n                        \"handling\": 48,\n                        \"type\": \"known_frame\"\n                    },\n                    \"name\": \"Expresso\",\n                    \"id\": 1236453966,\n                    \"estimated_delivery_extended\": {\n                        \"date\": \"2025-12-23T00:00:00.000-03:00\"\n                    },\n                    \"currency_id\": \"BRL\"\n                },\n                \"tags\": [\n                    \"test_shipment\"\n                ],\n                \"sender_address\": {\n                    \"country\": {\n                        \"id\": \"BR\",\n                        \"name\": \"Brasil\"\n                    },\n                    \"address_line\": \"XXXXXXX\",\n                    \"types\": [\n                        \"flex_pickup\",\n                        \"shipping\"\n                    ],\n                    \"scoring\": 0,\n                    \"agency\": null,\n                    \"city\": {\n                        \"id\": \"TUxCQ1BPUjgwZTJl\",\n                        \"name\": \"Porto Alegre\"\n                    },\n                    \"geolocation_type\": \"RANGE_INTERPOLATED\",\n                    \"latitude\": 0,\n                    \"municipality\": {\n                        \"id\": null,\n                        \"name\": null\n                    },\n                    \"version\": \"BR-af4fbd080daa2911dcfcfe42171b454c\",\n                    \"location_id\": 69476534,\n                    \"street_name\": \"XXXXXXX\",\n                    \"zip_code\": \"XXXXXXX\",\n                    \"geolocation_source\": \"map-verified\",\n                    \"node\": null,\n                    \"intersection\": null,\n                    \"street_number\": \"XXXXXXX\",\n                    \"comment\": \"XXXXXXX\",\n                    \"id\": 1543224236,\n                    \"state\": {\n                        \"id\": \"BR-RS\",\n                        \"name\": \"Rio Grande do Sul\"\n                    },\n                    \"neighborhood\": {\n                        \"id\": null,\n                        \"name\": \"Rio Branco\"\n                    },\n                    \"geolocation_last_updated\": \"2025-11-18T12:55:15.776Z\",\n                    \"longitude\": 0\n                },\n                \"sibling\": {\n                    \"reason\": null,\n                    \"sibling_id\": null,\n                    \"description\": null,\n                    \"source\": null,\n                    \"date_created\": null,\n                    \"last_updated\": null\n                },\n                \"return_tracking_number\": null,\n                \"site_id\": \"MLB\",\n                \"carrier_info\": null,\n                \"market_place\": \"MELI\",\n                \"receiver_address\": {\n                    \"country\": {\n                        \"id\": \"BR\",\n                        \"name\": \"Brasil\"\n                    },\n                    \"city\": {\n                        \"id\": \"TUxCQ1BPUjgwZTJl\",\n                        \"name\": \"Porto Alegre\"\n                    },\n                    \"geolocation_type\": \"APPROXIMATE\",\n                    \"latitude\": -30.0237607,\n                    \"municipality\": {\n                        \"id\": null,\n                        \"name\": null\n                    },\n                    \"location_id\": null,\n                    \"street_name\": \"Testing Street\",\n                    \"zip_code\": \"90570070\",\n                    \"intersection\": null,\n                    \"receiver_name\": \"Dono do Cartão\",\n                    \"id\": 1525326212,\n                    \"state\": {\n                        \"id\": \"BR-RS\",\n                        \"name\": \"Rio Grande do Sul\"\n                    },\n                    \"longitude\": -51.2012557,\n                    \"address_line\": \"Testing Street 1450\",\n                    \"types\": [\n                        \"billing\",\n                        \"default_return_address\",\n                        \"default_selling_address\",\n                        \"shipping\"\n                    ],\n                    \"scoring\": 0,\n                    \"agency\": null,\n                    \"version\": \"BR-337228bca34604dcce3bd400ae99de35\",\n                    \"geolocation_source\": \"google-maps\",\n                    \"delivery_preference\": \"residential\",\n                    \"node\": null,\n                    \"street_number\": \"1450\",\n                    \"comment\": null,\n                    \"neighborhood\": {\n                        \"id\": null,\n                        \"name\": \"Moinhos de Vento\"\n                    },\n                    \"geolocation_last_updated\": \"2025-10-17T13:44:50.856Z\",\n                    \"receiver_phone\": \"XXXXXXX\"\n                },\n                \"customer_id\": null,\n                \"order_id\": 2000014357406320,\n                \"quotation\": null,\n                \"status\": \"delivered\",\n                \"logistic_type\": \"drop_off\",\n                \"cost\": 0,\n                \"shipmentSla\": {\n                    \"status\": \"delayed\",\n                    \"expected_date\": \"2025-12-19T23:59:59-03:00\",\n                    \"service\": \"\",\n                    \"last_updated\": \"2025-12-20T06:19:30Z\"\n                }\n            },\n            \"status\": \"paid\",\n            \"status_detail\": null,\n            \"tags\": [\n                \"pack_order\",\n                \"kit_component\",\n                \"kit\",\n                \"paid\",\n                \"delivered\",\n                \"test_order\"\n            ],\n            \"static_tags\": [],\n            \"feedback\": {\n                \"seller\": null,\n                \"buyer\": null\n            },\n            \"context\": {\n                \"channel\": \"marketplace\",\n                \"site\": \"MLB\",\n                \"flows\": [\n                    \"kit\"\n                ]\n            },\n            \"seller\": {\n                \"id\": 2716262292\n            },\n            \"buyer\": {\n                \"id\": 2710734879,\n                \"nickname\": \"TESTUSER6037278388051383323\",\n                \"first_name\": \"Test\",\n                \"last_name\": \"Test\",\n                \"billing_info\": {\n                    \"id\": \"789200565999860078\"\n                }\n            },\n            \"taxes\": {\n                \"amount\": 0\n            },\n            \"cancel_detail\": null,\n            \"manufacturing_ending_date\": null,\n            \"order_request\": {\n                \"change\": null,\n                \"return\": null\n            },\n            \"related_orders\": null,\n            \"remotePackOrder\": {\n                \"shipment\": {\n                    \"id\": 46109956729\n                },\n                \"orders\": [\n                    {\n                        \"id\": 2000014357406320,\n                        \"static_tags\": []\n                    },\n                    {\n                        \"id\": 2000014357416074,\n                        \"static_tags\": []\n                    },\n                    {\n                        \"id\": 2000014357410210,\n                        \"static_tags\": []\n                    },\n                    {\n                        \"id\": 2000014357410212,\n                        \"static_tags\": []\n                    }\n                ],\n                \"id\": 2000010622816783,\n                \"status\": \"released\",\n                \"status_detail\": null,\n                \"family_pack_id\": null,\n                \"trash_pack_id\": null,\n                \"buyer\": {\n                    \"id\": 2710734879\n                },\n                \"date_created\": \"2025-12-17T14:41:24.000-0400\",\n                \"last_updated\": \"2026-01-15T18:46:25.000-0400\"\n            },\n            \"comments\": [],\n            \"discounts\": [\n                {\n                    \"error\": \"Discount not found 2000014357406320\"\n                },\n                {\n                    \"error\": \"Discount not found 2000014357416074\"\n                },\n                {\n                    \"error\": \"Discount not found 2000014357410210\"\n                },\n                {\n                    \"error\": \"Discount not found 2000014357410212\"\n                }\n            ],\n            \"total_amount_with_shipping\": 98529.91999999998,\n            \"remote_order_extra_billing_information\": {\n                \"billing_info\": {\n                    \"additional_info\": [\n                        {\n                            \"type\": \"SITE_ID\",\n                            \"value\": \"MLB\"\n                        },\n                        {\n                            \"type\": \"FIRST_NAME\",\n                            \"value\": \"Test\"\n                        },\n                        {\n                            \"type\": \"LAST_NAME\",\n                            \"value\": \"Test\"\n                        },\n                        {\n                            \"type\": \"DOC_TYPE\",\n                            \"value\": \"CPF\"\n                        },\n                        {\n                            \"type\": \"DOC_NUMBER\",\n                            \"value\": \"46399052629\"\n                        },\n                        {\n                            \"type\": \"TAX_CONTRIBUTOR\",\n                            \"value\": \"UNKNOWN\"\n                        },\n                        {\n                            \"type\": \"CITY_NAME\",\n                            \"value\": \"Porto Alegre\"\n                        },\n                        {\n                            \"type\": \"STREET_NAME\",\n                            \"value\": \"Testing Street\"\n                        },\n                        {\n                            \"type\": \"STREET_NUMBER\",\n                            \"value\": \"1450\"\n                        },\n                        {\n                            \"type\": \"STATE_CODE\",\n                            \"value\": \"BR-RS\"\n                        },\n                        {\n                            \"type\": \"STATE_NAME\",\n                            \"value\": \"Rio Grande do Sul\"\n                        },\n                        {\n                            \"type\": \"ZIP_CODE\",\n                            \"value\": \"90570070\"\n                        },\n                        {\n                            \"type\": \"NEIGHBORHOOD\",\n                            \"value\": \"Moinhos de Vento\"\n                        },\n                        {\n                            \"type\": \"COUNTRY_ID\",\n                            \"value\": \"BR\"\n                        },\n                        {\n                            \"type\": \"NEW_BILLING_INFO\",\n                            \"value\": \"True\"\n                        }\n                    ],\n                    \"doc_number\": \"46399052629\",\n                    \"doc_type\": \"CPF\"\n                }\n            },\n            \"remote_order_billing_information\": {\n                \"id\": \"789200565999860078\",\n                \"site_id\": \"MLB\",\n                \"buyer\": {\n                    \"cust_id\": \"2710734879\",\n                    \"billing_info\": {\n                        \"name\": \"Test\",\n                        \"last_name\": \"Test\",\n                        \"identification\": {\n                            \"type\": \"CPF\",\n                            \"number\": \"46399052629\"\n                        },\n                        \"taxes\": {},\n                        \"address\": {\n                            \"street_name\": \"Testing Street\",\n                            \"street_number\": \"1450\",\n                            \"city_name\": \"Porto Alegre\",\n                            \"neighborhood\": \"Moinhos de Vento\",\n                            \"state\": {\n                                \"code\": \"BR-RS\",\n                                \"name\": \"Rio Grande do Sul\"\n                            },\n                            \"zip_code\": \"90570070\",\n                            \"country_id\": \"BR\"\n                        },\n                        \"attributes\": {\n                            \"normalized\": \"false\",\n                            \"cust_type\": \"CO\"\n                        }\n                    }\n                },\n                \"seller\": {\n                    \"cust_id\": \"2716262292\"\n                }\n            },\n            \"kit_orders\": [\n                {\n                    \"order_id\": 2000014357406320,\n                    \"item_id\": \"MLB5955749262\",\n                    \"variation_id\": null,\n                    \"pack_id\": 2000010622816783,\n                    \"shipment_id\": 46109956729,\n                    \"parent_item_id\": \"MLB6067935106\"\n                },\n                {\n                    \"order_id\": 2000014357410210,\n                    \"item_id\": \"MLB5955851858\",\n                    \"variation_id\": null,\n                    \"pack_id\": 2000010622816783,\n                    \"shipment_id\": 46109956729,\n                    \"parent_item_id\": \"MLB6067935106\"\n                },\n                {\n                    \"order_id\": 2000014357410212,\n                    \"item_id\": \"MLB5955812596\",\n                    \"variation_id\": null,\n                    \"pack_id\": 2000010622816783,\n                    \"shipment_id\": 46109956729,\n                    \"parent_item_id\": \"MLB6067935106\"\n                }\n            ],\n            \"shipmentPayments\": [],\n            \"buyerPaidShipment\": false,\n            \"shipmentPaymentsAmount\": 0,\n            \"shipmentCost\": {\n                \"receiver\": {\n                    \"compensations\": [],\n                    \"cost\": 0,\n                    \"discounts\": [\n                        {\n                            \"rate\": 1,\n                            \"type\": \"ratio\",\n                            \"promoted_amount\": 57.2\n                        }\n                    ],\n                    \"user_id\": 2710734879,\n                    \"cost_details\": [],\n                    \"save\": 0,\n                    \"compensation\": 0\n                },\n                \"gross_amount\": 232,\n                \"senders\": [\n                    {\n                        \"compensations\": [],\n                        \"charges\": {\n                            \"charge_flex\": 0\n                        },\n                        \"cost\": 87.4,\n                        \"discounts\": [\n                            {\n                                \"rate\": 0.5,\n                                \"type\": \"mandatory\",\n                                \"promoted_amount\": 87.4\n                            }\n                        ],\n                        \"user_id\": 2716262292,\n                        \"save\": 87.4,\n                        \"compensation\": 0\n                    }\n                ]\n            },\n            \"shipmentPaidBySeller\": true\n        },\n        \"tags\": \"pack_order,kit_component,kit,paid,delivered,test_order\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2025-12-17T18:41:31.000Z\",\n        \"externalUpdatedAt\": \"2026-01-15T22:46:19.000Z\",\n        \"createdAt\": \"2025-12-18T05:05:42.000Z\",\n        \"updatedAt\": \"2026-01-15T23:48:52.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Test Kits Virtuales BR\",\n            \"_id\": \"c2958502-4c6f-43f8-a012-c998f935f09c\",\n            \"provider\": \"mercadolibre\",\n            \"name\": \"Test Kits Virtuales BR\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}\n\n"},{"id":"20c8a7e9-c9e8-49a3-8e5e-36271b95f003","name":"Get checkout (Paris)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"paris\",\n    \"net\": 97970,\n    \"tax\": 0,\n    \"gross\": 97970,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-18T01:31:43.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"BLUEXPRESS\",\n    \"shippingMode\": \"scheduled\",\n    \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n    \"updatedAt\": \"2026-03-18T05:41:43.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n        \"updatedAt\": \"2022-07-15T17:34:28.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"paris\",\n        \"name\": \"Multivende\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"Multivende\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n        \"updatedAt\": \"2019-11-18T15:55:08.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2020-08-27T19:13:42.000Z\",\n        \"updatedAt\": \"2020-08-27T19:13:42.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"Multivende\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": null,\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": \"RUT\",\n        \"taxId\": \"XXXXXXXXX\",\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"phoneNumber\": \"XXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n        \"updatedAt\": \"2026-03-18T01:36:43.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"Multivende\",\n                \"address_2\": null,\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": \"XXXXXX\",\n                \"city\": \"Multivende\",\n                \"country\": \"Multivende\",\n                \"street\": \"Multivende\",\n                \"number\": \"XXXX\",\n                \"neighborhood\": \"XXXXXX\",\n                \"position\": 0,\n                \"state\": \"Multivende\",\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n                \"updatedAt\": \"2026-03-18T05:41:43.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"id\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"name\\\":\\\"Multivende\\\",\\\"email\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXXXX\\\",\\\"documentType\\\":\\\"RUT\\\",\\\"documentNumber\\\":\\\"XXXXXXXXX\\\"}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n            \"updatedAt\": \"2026-03-18T05:41:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"Multivende\",\n            \"address_2\": null,\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": \"XXXXXX\",\n            \"city\": \"Multivende\",\n            \"country\": \"Multivende\",\n            \"street\": \"Multivende\",\n            \"number\": \"XXXX\",\n            \"neighborhood\": \"XXXXXX\",\n            \"position\": 0,\n            \"state\": \"Multivende\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n            \"updatedAt\": \"2026-03-18T05:41:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": \"Multivende\",\n            \"taxActivity\": null,\n            \"taxId\": \"XXXXXXXXX\",\n            \"documentType\": \"RUT\",\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"phoneNumber\": \"XXXXXXXX\",\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n            \"updatedAt\": \"2026-03-18T01:36:43.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXXX\",\n            \"externalContent\": {\n                \"id\": \"XXXXXXX\",\n                \"subOrderNumber\": \"XXXXXXXXXX\",\n                \"orderTypeId\": 1,\n                \"originOrderNumber\": \"XXXXXXXXX\",\n                \"originInvoiceType\": \"boleta\",\n                \"originOrderDate\": \"2026-03-17T22:31:36.000Z\",\n                \"createdAt\": \"2026-03-17T22:31:43.252Z\",\n                \"updatedAt\": \"2026-03-18T01:36:55.000Z\",\n                \"customer\": {\n                    \"id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"documentType\": \"RUT\",\n                    \"documentNumber\": \"XXXXXXXXX\"\n                },\n                \"billingAddress\": {\n                    \"id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"firstName\": \"Multivende\",\n                    \"lastName\": \"Multivende\",\n                    \"address1\": \"Multivende\",\n                    \"address2\": \"XXXX\",\n                    \"address3\": null,\n                    \"city\": \"Multivende\",\n                    \"stateCode\": \"Multivende\",\n                    \"countryCode\": \"Multivende\",\n                    \"phone\": \"XXXXXXXX\",\n                    \"communaCode\": \"XXXXXX\",\n                    \"additionalInfo\": null,\n                    \"pickUpStoreId\": null\n                },\n                \"businessInvoice\": null,\n                \"deliveryOption\": {\n                    \"id\": 2,\n                    \"name\": \"scheduled\",\n                    \"description\": \"Shipment scheduled\",\n                    \"translate\": \"Programado\"\n                },\n                \"shipments\": [\n                    {\n                        \"id\": \"XXXXXXX\",\n                        \"subOrderId\": \"XXXXXXX\",\n                        \"subOrderNumber\": \"XXXXXXXXXX\",\n                        \"statusId\": 7,\n                        \"dispatchDate\": \"2026-03-18\",\n                        \"arrivalDate\": \"2026-03-19\",\n                        \"arrivalDateEnd\": null,\n                        \"cost\": \"3990.00\",\n                        \"trackingNumber\": \"XXXXXXXXXX\",\n                        \"carrier\": \"BLUEXPRESS\",\n                        \"deliveryExternalId\": \"XXXXXXXXX\",\n                        \"effectiveArrivalDate\": null,\n                        \"effectiveDispatchDate\": null,\n                        \"labelId\": \"XXXXXXXXXX\",\n                        \"labelUrl\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"nodeCode\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"effectiveManifestDate\": null,\n                        \"summaryId\": \"XXXXXXX\",\n                        \"pickingDate\": null,\n                        \"updatedAt\": \"2026-03-18T01:36:55.000Z\",\n                        \"tracking\": [\n                            {\n                                \"id\": \"XXXXXXXX\",\n                                \"carrierStatusId\": null,\n                                \"statusId\": 57,\n                                \"name\": \"Orden creada\",\n                                \"code\": \"CREATED\",\n                                \"comment\": \"Order creada desde la importación de SO\",\n                                \"shipmentId\": \"XXXXXXX\",\n                                \"createdAt\": \"2026-03-17T22:31:43.275Z\",\n                                \"originCreatedAt\": \"2026-03-18T01:31:43.000Z\"\n                            },\n                            {\n                                \"id\": \"XXXXXXXX\",\n                                \"carrierStatusId\": null,\n                                \"statusId\": 5,\n                                \"name\": \"Listo para despacho\",\n                                \"code\": \"CREATED\",\n                                \"comment\": \"Ya creamos tu envío en: BLUEXPRESS -\",\n                                \"shipmentId\": \"XXXXXXX\",\n                                \"createdAt\": \"2026-03-17T22:32:04.903Z\",\n                                \"originCreatedAt\": \"2026-03-17T22:31:56.000Z\"\n                            },\n                            {\n                                \"id\": \"XXXXXXXX\",\n                                \"carrierStatusId\": null,\n                                \"statusId\": 26,\n                                \"name\": \"Listo para despacho - Impreso\",\n                                \"code\": \"CREATED\",\n                                \"comment\": \"Etiqueta impresa\",\n                                \"shipmentId\": \"XXXXXXX\",\n                                \"createdAt\": \"2026-03-18T01:36:54.866Z\",\n                                \"originCreatedAt\": \"2026-03-18T04:36:51.000Z\"\n                            },\n                            {\n                                \"id\": \"XXXXXXXX\",\n                                \"carrierStatusId\": null,\n                                \"statusId\": 1,\n                                \"name\": \"Creado\",\n                                \"code\": \"PENDING\",\n                                \"comment\": \"Envio creado por api\",\n                                \"shipmentId\": \"XXXXXXX\",\n                                \"createdAt\": \"2026-03-18T01:36:54.866Z\",\n                                \"originCreatedAt\": \"2026-03-18T01:31:51.000Z\"\n                            },\n                            {\n                                \"id\": \"XXXXXXXX\",\n                                \"carrierStatusId\": null,\n                                \"statusId\": 5,\n                                \"name\": \"Listo para despacho\",\n                                \"code\": \"CREATED\",\n                                \"comment\": \"Ya creamos tu envío en: BLUEXPRESS\",\n                                \"shipmentId\": \"XXXXXXX\",\n                                \"createdAt\": \"2026-03-18T01:36:54.866Z\",\n                                \"originCreatedAt\": \"2026-03-18T01:31:56.000Z\"\n                            }\n                        ],\n                        \"label\": [\n                            {\n                                \"format\": \"zpl\",\n                                \"url\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                            },\n                            {\n                                \"format\": \"pdf\",\n                                \"url\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                            }\n                        ],\n                        \"shippingAddress\": {\n                            \"id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"firstName\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"address1\": \"Multivende\",\n                            \"address2\": \"XXXX\",\n                            \"address3\": null,\n                            \"city\": \"Multivende\",\n                            \"stateCode\": \"Multivende\",\n                            \"countryCode\": \"Multivende\",\n                            \"phone\": \"XXXXXXXX\",\n                            \"communaCode\": \"XXXXXX\",\n                            \"additionalInfo\": null,\n                            \"pickUpStoreId\": null\n                        },\n                        \"items\": [\n                            {\n                                \"id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"sku\": \"XXXXXXXXXXXX\",\n                                \"name\": \"Multivende\",\n                                \"sellerId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"jdaSku\": \"XXXXXXXXX\",\n                                \"basePrice\": \"56990.00\",\n                                \"grossPrice\": \"56990.00\",\n                                \"priceAfterDiscounts\": \"56990.00\",\n                                \"taxRate\": \"0.19\",\n                                \"size\": \"Talla Única\",\n                                \"sellerSku\": \"XXXXXXXX\",\n                                \"tax\": 9099,\n                                \"position\": 0,\n                                \"taxBasis\": 56990,\n                                \"commission\": 0,\n                                \"subOrderNumber\": \"XXXXXXXXXX\",\n                                \"reconditioned\": false,\n                                \"cancellationReasonId\": null,\n                                \"statusId\": 7,\n                                \"imagePath\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                \"itemSize\": \"SMALL\",\n                                \"returnId\": null,\n                                \"userId\": null,\n                                \"shippingCost\": null,\n                                \"externalCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"cancellationReason\": null\n                            },\n                            {\n                                \"id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"sku\": \"XXXXXXXXXXXX\",\n                                \"name\": \"Multivende\",\n                                \"sellerId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"jdaSku\": \"XXXXXXXXX\",\n                                \"basePrice\": \"36990.00\",\n                                \"grossPrice\": \"36990.00\",\n                                \"priceAfterDiscounts\": \"36990.00\",\n                                \"taxRate\": \"0.19\",\n                                \"size\": \"Talla Única\",\n                                \"sellerSku\": \"XXXXXXXXXXX\",\n                                \"tax\": 5906,\n                                \"position\": 0,\n                                \"taxBasis\": 36990,\n                                \"commission\": 0,\n                                \"subOrderNumber\": \"XXXXXXXXXX\",\n                                \"reconditioned\": false,\n                                \"cancellationReasonId\": null,\n                                \"statusId\": 7,\n                                \"imagePath\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                \"itemSize\": \"SMALL\",\n                                \"returnId\": null,\n                                \"userId\": null,\n                                \"shippingCost\": null,\n                                \"externalCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"cancellationReason\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-18T01:31:43.000Z\",\n            \"externalUpdatedAt\": \"2026-03-18T04:36:55.000Z\",\n            \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n            \"updatedAt\": \"2026-03-18T04:41:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"paris\",\n                \"name\": \"Multivende\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n            \"updatedAt\": \"2026-03-18T01:36:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 3990,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": \"2026-03-19T02:59:59.000Z\",\n                \"estimatedDeliveryDateTo\": \"2026-03-20T02:59:59.000Z\",\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": \"2026-03-20T02:59:59.000Z\",\n                \"handlingDateLimit\": \"2026-03-19T02:59:59.000Z\",\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"ready\",\n                \"shippingLabelPrintStatus\": \"printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": \"XXXXXXXXXX\",\n                \"trackingUrl\": null,\n                \"courierName\": \"BLUEXPRESS\",\n                \"shippingMode\": \"scheduled\",\n                \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n                \"updatedAt\": \"2026-03-18T04:41:43.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXX\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"{\\\"id\\\":\\\"XXXXXXX\\\",\\\"subOrderId\\\":\\\"XXXXXXX\\\",\\\"subOrderNumber\\\":\\\"XXXXXXXXXX\\\",\\\"statusId\\\":7,\\\"dispatchDate\\\":\\\"2026-03-18\\\",\\\"arrivalDate\\\":\\\"2026-03-19\\\",\\\"arrivalDateEnd\\\":null,\\\"cost\\\":\\\"3990.00\\\",\\\"trackingNumber\\\":\\\"XXXXXXXXXX\\\",\\\"carrier\\\":\\\"BLUEXPRESS\\\",\\\"deliveryExternalId\\\":\\\"XXXXXXXXX\\\",\\\"effectiveArrivalDate\\\":null,\\\"effectiveDispatchDate\\\":null,\\\"labelId\\\":\\\"XXXXXXXXXX\\\",\\\"labelUrl\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\\\",\\\"nodeCode\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"effectiveManifestDate\\\":null,\\\"summaryId\\\":\\\"XXXXXXX\\\",\\\"pickingDate\\\":null,\\\"updatedAt\\\":\\\"2026-03-18T01:36:55.000Z\\\",\\\"tracking\\\":[{\\\"id\\\":\\\"XXXXXXXX\\\",\\\"carrierStatusId\\\":null,\\\"statusId\\\":57,\\\"name\\\":\\\"Orden creada\\\",\\\"code\\\":\\\"CREATED\\\",\\\"comment\\\":\\\"Order creada desde la importación de SO\\\",\\\"shipmentId\\\":\\\"XXXXXXX\\\",\\\"createdAt\\\":\\\"2026-03-17T22:31:43.275Z\\\",\\\"originCreatedAt\\\":\\\"2026-03-18T01:31:43.000Z\\\"},{\\\"id\\\":\\\"XXXXXXXX\\\",\\\"carrierStatusId\\\":null,\\\"statusId\\\":5,\\\"name\\\":\\\"Listo para despacho\\\",\\\"code\\\":\\\"CREATED\\\",\\\"comment\\\":\\\"Ya creamos tu envío en: BLUEXPRESS -\\\",\\\"shipmentId\\\":\\\"XXXXXXX\\\",\\\"createdAt\\\":\\\"2026-03-17T22:32:04.903Z\\\",\\\"originCreatedAt\\\":\\\"2026-03-17T22:31:56.000Z\\\"},{\\\"id\\\":\\\"XXXXXXXX\\\",\\\"carrierStatusId\\\":null,\\\"statusId\\\":26,\\\"name\\\":\\\"Listo para despacho - Impreso\\\",\\\"code\\\":\\\"CREATED\\\",\\\"comment\\\":\\\"Etiqueta impresa\\\",\\\"shipmentId\\\":\\\"XXXXXXX\\\",\\\"createdAt\\\":\\\"2026-03-18T01:36:54.866Z\\\",\\\"originCreatedAt\\\":\\\"2026-03-18T04:36:51.000Z\\\"},{\\\"id\\\":\\\"XXXXXXXX\\\",\\\"carrierStatusId\\\":null,\\\"statusId\\\":1,\\\"name\\\":\\\"Creado\\\",\\\"code\\\":\\\"PENDING\\\",\\\"comment\\\":\\\"Envio creado por api\\\",\\\"shipmentId\\\":\\\"XXXXXXX\\\",\\\"createdAt\\\":\\\"2026-03-18T01:36:54.866Z\\\",\\\"originCreatedAt\\\":\\\"2026-03-18T01:31:51.000Z\\\"},{\\\"id\\\":\\\"XXXXXXXX\\\",\\\"carrierStatusId\\\":null,\\\"statusId\\\":5,\\\"name\\\":\\\"Listo para despacho\\\",\\\"code\\\":\\\"CREATED\\\",\\\"comment\\\":\\\"Ya creamos tu envío en: BLUEXPRESS\\\",\\\"shipmentId\\\":\\\"XXXXXXX\\\",\\\"createdAt\\\":\\\"2026-03-18T01:36:54.866Z\\\",\\\"originCreatedAt\\\":\\\"2026-03-18T01:31:56.000Z\\\"}],\\\"label\\\":[{\\\"format\\\":\\\"zpl\\\",\\\"url\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\\\"},{\\\"format\\\":\\\"pdf\\\",\\\"url\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\\\"}],\\\"shippingAddress\\\":{\\\"id\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"firstName\\\":\\\"Multivende\\\",\\\"lastName\\\":\\\"Multivende\\\",\\\"address1\\\":\\\"Multivende\\\",\\\"address2\\\":\\\"XXXX\\\",\\\"address3\\\":null,\\\"city\\\":\\\"Multivende\\\",\\\"stateCode\\\":\\\"Multivende\\\",\\\"countryCode\\\":\\\"Multivende\\\",\\\"phone\\\":\\\"XXXXXXXX\\\",\\\"communaCode\\\":\\\"XXXXXX\\\",\\\"additionalInfo\\\":null,\\\"pickUpStoreId\\\":null},\\\"items\\\":[{\\\"id\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"sku\\\":\\\"XXXXXXXXXXXX\\\",\\\"name\\\":\\\"Multivende\\\",\\\"sellerId\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"jdaSku\\\":\\\"XXXXXXXXX\\\",\\\"basePrice\\\":\\\"56990.00\\\",\\\"grossPrice\\\":\\\"56990.00\\\",\\\"priceAfterDiscounts\\\":\\\"56990.00\\\",\\\"taxRate\\\":\\\"0.19\\\",\\\"size\\\":\\\"Talla Única\\\",\\\"sellerSku\\\":\\\"XXXXXXXX\\\",\\\"tax\\\":9099,\\\"position\\\":0,\\\"taxBasis\\\":56990,\\\"commission\\\":0,\\\"subOrderNumber\\\":\\\"XXXXXXXXXX\\\",\\\"reconditioned\\\":false,\\\"cancellationReasonId\\\":null,\\\"statusId\\\":7,\\\"imagePath\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\\\",\\\"itemSize\\\":\\\"SMALL\\\",\\\"returnId\\\":null,\\\"userId\\\":null,\\\"shippingCost\\\":null,\\\"externalCategoryId\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"cancellationReason\\\":null},{\\\"id\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"sku\\\":\\\"XXXXXXXXXXXX\\\",\\\"name\\\":\\\"Multivende\\\",\\\"sellerId\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"jdaSku\\\":\\\"XXXXXXXXX\\\",\\\"basePrice\\\":\\\"36990.00\\\",\\\"grossPrice\\\":\\\"36990.00\\\",\\\"priceAfterDiscounts\\\":\\\"36990.00\\\",\\\"taxRate\\\":\\\"0.19\\\",\\\"size\\\":\\\"Talla Única\\\",\\\"sellerSku\\\":\\\"XXXXXXXXXXX\\\",\\\"tax\\\":5906,\\\"position\\\":0,\\\"taxBasis\\\":36990,\\\"commission\\\":0,\\\"subOrderNumber\\\":\\\"XXXXXXXXXX\\\",\\\"reconditioned\\\":false,\\\"cancellationReasonId\\\":null,\\\"statusId\\\":7,\\\"imagePath\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\\\",\\\"itemSize\\\":\\\"SMALL\\\",\\\"returnId\\\":null,\\\"userId\\\":null,\\\"shippingCost\\\":null,\\\"externalCategoryId\\\":\\\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\\\",\\\"cancellationReason\\\":null}]}\",\n                        \"externalTrackingId\": \"XXXXXXXXXX\",\n                        \"externalTrackingContent\": \"[{\\\"id\\\":\\\"XXXXXXXX\\\",\\\"carrierStatusId\\\":null,\\\"statusId\\\":57,\\\"name\\\":\\\"Orden creada\\\",\\\"code\\\":\\\"CREATED\\\",\\\"comment\\\":\\\"Order creada desde la importación de SO\\\",\\\"shipmentId\\\":\\\"XXXXXXX\\\",\\\"createdAt\\\":\\\"2026-03-17T22:31:43.275Z\\\",\\\"originCreatedAt\\\":\\\"2026-03-18T01:31:43.000Z\\\"},{\\\"id\\\":\\\"XXXXXXXX\\\",\\\"carrierStatusId\\\":null,\\\"statusId\\\":5,\\\"name\\\":\\\"Listo para despacho\\\",\\\"code\\\":\\\"CREATED\\\",\\\"comment\\\":\\\"Ya creamos tu envío en: BLUEXPRESS -\\\",\\\"shipmentId\\\":\\\"XXXXXXX\\\",\\\"createdAt\\\":\\\"2026-03-17T22:32:04.903Z\\\",\\\"originCreatedAt\\\":\\\"2026-03-17T22:31:56.000Z\\\"}]\",\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-18T01:31:43.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-18T01:32:05.000Z\",\n                        \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n                        \"updatedAt\": \"2026-03-18T04:41:43.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": null,\n                    \"description\": null,\n                    \"indications\": null,\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": null,\n                    \"city\": \"Multivende\",\n                    \"state\": \"Multivende\",\n                    \"country\": \"Multivende\",\n                    \"street\": \"Multivende\",\n                    \"number\": \"XXXX\",\n                    \"neighborhood\": \"XXXXXX\",\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n                    \"updatedAt\": \"2026-03-18T05:41:43.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": null,\n                            \"phoneNumber\": \"XXXXXXXX\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n                            \"updatedAt\": \"2026-03-18T01:36:43.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n                    \"updatedAt\": \"2026-03-18T01:36:43.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXX\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 15,\n                        \"length\": 21.5,\n                        \"height\": 64,\n                        \"weight\": 2.7,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-08T21:39:43.000Z\",\n                        \"updatedAt\": \"2026-03-03T02:51:41.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": null,\n                            \"model\": \"XXXXXXXX\",\n                            \"code\": \"XXXXXXXX\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-08T21:39:43.000Z\",\n                            \"updatedAt\": \"2026-03-18T01:37:36.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n                        \"updatedAt\": \"2022-07-15T17:34:28.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                },\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n                    \"updatedAt\": \"2026-03-18T01:36:43.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXX\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 30,\n                        \"length\": 55,\n                        \"height\": 34,\n                        \"weight\": 3,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2020-01-17T13:56:36.000Z\",\n                        \"updatedAt\": \"2024-11-04T02:04:24.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": null,\n                            \"model\": \"XXXXXXXX\",\n                            \"code\": \"XXXXXXXX\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2020-01-17T13:56:36.000Z\",\n                            \"updatedAt\": \"2026-03-18T01:45:05.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n                        \"updatedAt\": \"2022-07-15T17:34:28.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": null,\n            \"amount\": 97970,\n            \"amountPaid\": 97970,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n            \"updatedAt\": \"2026-03-18T01:36:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n                \"code\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                \"name\": \"PAYMENT_METHODS.Other.Name\",\n                \"description\": \"PAYMENT_METHODS.Other.Description\",\n                \"position\": 7,\n                \"status\": \"created\",\n                \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n                \"updatedAt\": \"2016-12-14T16:38:46.000Z\",\n                \"codeTranslated\": \"Otros\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXX\",\n                    \"transactionId\": \"XXXXXXX\",\n                    \"externalContent\": null,\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n                    \"updatedAt\": \"2026-03-18T05:41:43.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 36990,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n            \"updatedAt\": \"2026-03-18T01:36:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXX\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 15,\n                \"length\": 21.5,\n                \"height\": 64,\n                \"weight\": 2.7,\n                \"status\": \"created\",\n                \"createdAt\": \"2022-09-08T21:39:43.000Z\",\n                \"updatedAt\": \"2026-03-03T02:51:41.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2020-10-15T20:08:20.000Z\",\n                    \"updatedAt\": \"2023-08-28T20:25:05.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Naranja\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n                    \"updatedAt\": \"2019-11-13T13:40:32.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": null,\n                    \"model\": \"XXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXX\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-08T21:39:43.000Z\",\n                    \"updatedAt\": \"2026-03-18T01:37:36.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 36990,\n            \"discount\": 0,\n            \"totalWithDiscount\": 36990,\n            \"paymentByItem\": 38560.441583315594\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 56990,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n            \"updatedAt\": \"2026-03-18T01:36:43.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXX\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 30,\n                \"length\": 55,\n                \"height\": 34,\n                \"weight\": 3,\n                \"status\": \"created\",\n                \"createdAt\": \"2020-01-17T13:56:36.000Z\",\n                \"updatedAt\": \"2024-11-04T02:04:24.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2019-12-06T17:52:44.000Z\",\n                    \"updatedAt\": \"2020-10-15T20:07:07.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Naranja\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-11-13T13:40:32.000Z\",\n                    \"updatedAt\": \"2019-11-13T13:40:32.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": null,\n                    \"model\": \"XXXXXXXX\",\n                    \"code\": \"XXXXXXXX\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-01-17T13:56:36.000Z\",\n                    \"updatedAt\": \"2026-03-18T01:45:05.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 56990,\n            \"discount\": 0,\n            \"totalWithDiscount\": 56990,\n            \"paymentByItem\": 59409.558416684406\n        }\n    ],\n    \"cachedDate\": \"2026-03-18T05:45:56.000Z\",\n    \"total\": 93980,\n    \"discount\": 0,\n    \"totalWithDiscount\": 93980,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 93980,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 97970,\n    \"createdAtLocale\": \"18/03/2026 1:36:43\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXXX\",\n        \"externalContent\": {\n            \"id\": \"XXXXXXX\",\n            \"subOrderNumber\": \"XXXXXXXXXX\",\n            \"orderTypeId\": 1,\n            \"originOrderNumber\": \"XXXXXXXXX\",\n            \"originInvoiceType\": \"boleta\",\n            \"originOrderDate\": \"2026-03-17T22:31:36.000Z\",\n            \"createdAt\": \"2026-03-17T22:31:43.252Z\",\n            \"updatedAt\": \"2026-03-18T01:36:55.000Z\",\n            \"customer\": {\n                \"id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"documentType\": \"RUT\",\n                \"documentNumber\": \"XXXXXXXXX\"\n            },\n            \"billingAddress\": {\n                \"id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"firstName\": \"Multivende\",\n                \"lastName\": \"Multivende\",\n                \"address1\": \"Multivende\",\n                \"address2\": \"XXXX\",\n                \"address3\": null,\n                \"city\": \"Multivende\",\n                \"stateCode\": \"Multivende\",\n                \"countryCode\": \"Multivende\",\n                \"phone\": \"XXXXXXXX\",\n                \"communaCode\": \"XXXXXX\",\n                \"additionalInfo\": null,\n                \"pickUpStoreId\": null\n            },\n            \"businessInvoice\": null,\n            \"deliveryOption\": {\n                \"id\": 2,\n                \"name\": \"scheduled\",\n                \"description\": \"Shipment scheduled\",\n                \"translate\": \"Programado\"\n            },\n            \"shipments\": [\n                {\n                    \"id\": \"XXXXXXX\",\n                    \"subOrderId\": \"XXXXXXX\",\n                    \"subOrderNumber\": \"XXXXXXXXXX\",\n                    \"statusId\": 7,\n                    \"dispatchDate\": \"2026-03-18\",\n                    \"arrivalDate\": \"2026-03-19\",\n                    \"arrivalDateEnd\": null,\n                    \"cost\": \"3990.00\",\n                    \"trackingNumber\": \"XXXXXXXXXX\",\n                    \"carrier\": \"BLUEXPRESS\",\n                    \"deliveryExternalId\": \"XXXXXXXXX\",\n                    \"effectiveArrivalDate\": null,\n                    \"effectiveDispatchDate\": null,\n                    \"labelId\": \"XXXXXXXXXX\",\n                    \"labelUrl\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"nodeCode\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"effectiveManifestDate\": null,\n                    \"summaryId\": \"XXXXXXX\",\n                    \"pickingDate\": null,\n                    \"updatedAt\": \"2026-03-18T01:36:55.000Z\",\n                    \"tracking\": [\n                        {\n                            \"id\": \"XXXXXXXX\",\n                            \"carrierStatusId\": null,\n                            \"statusId\": 57,\n                            \"name\": \"Orden creada\",\n                            \"code\": \"CREATED\",\n                            \"comment\": \"Order creada desde la importación de SO\",\n                            \"shipmentId\": \"XXXXXXX\",\n                            \"createdAt\": \"2026-03-17T22:31:43.275Z\",\n                            \"originCreatedAt\": \"2026-03-18T01:31:43.000Z\"\n                        },\n                        {\n                            \"id\": \"XXXXXXXX\",\n                            \"carrierStatusId\": null,\n                            \"statusId\": 5,\n                            \"name\": \"Listo para despacho\",\n                            \"code\": \"CREATED\",\n                            \"comment\": \"Ya creamos tu envío en: BLUEXPRESS -\",\n                            \"shipmentId\": \"XXXXXXX\",\n                            \"createdAt\": \"2026-03-17T22:32:04.903Z\",\n                            \"originCreatedAt\": \"2026-03-17T22:31:56.000Z\"\n                        },\n                        {\n                            \"id\": \"XXXXXXXX\",\n                            \"carrierStatusId\": null,\n                            \"statusId\": 26,\n                            \"name\": \"Listo para despacho - Impreso\",\n                            \"code\": \"CREATED\",\n                            \"comment\": \"Etiqueta impresa\",\n                            \"shipmentId\": \"XXXXXXX\",\n                            \"createdAt\": \"2026-03-18T01:36:54.866Z\",\n                            \"originCreatedAt\": \"2026-03-18T04:36:51.000Z\"\n                        },\n                        {\n                            \"id\": \"XXXXXXXX\",\n                            \"carrierStatusId\": null,\n                            \"statusId\": 1,\n                            \"name\": \"Creado\",\n                            \"code\": \"PENDING\",\n                            \"comment\": \"Envio creado por api\",\n                            \"shipmentId\": \"XXXXXXX\",\n                            \"createdAt\": \"2026-03-18T01:36:54.866Z\",\n                            \"originCreatedAt\": \"2026-03-18T01:31:51.000Z\"\n                        },\n                        {\n                            \"id\": \"XXXXXXXX\",\n                            \"carrierStatusId\": null,\n                            \"statusId\": 5,\n                            \"name\": \"Listo para despacho\",\n                            \"code\": \"CREATED\",\n                            \"comment\": \"Ya creamos tu envío en: BLUEXPRESS\",\n                            \"shipmentId\": \"XXXXXXX\",\n                            \"createdAt\": \"2026-03-18T01:36:54.866Z\",\n                            \"originCreatedAt\": \"2026-03-18T01:31:56.000Z\"\n                        }\n                    ],\n                    \"label\": [\n                        {\n                            \"format\": \"zpl\",\n                            \"url\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                        },\n                        {\n                            \"format\": \"pdf\",\n                            \"url\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                        }\n                    ],\n                    \"shippingAddress\": {\n                        \"id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"firstName\": \"Multivende\",\n                        \"lastName\": \"Multivende\",\n                        \"address1\": \"Multivende\",\n                        \"address2\": \"XXXX\",\n                        \"address3\": null,\n                        \"city\": \"Multivende\",\n                        \"stateCode\": \"Multivende\",\n                        \"countryCode\": \"Multivende\",\n                        \"phone\": \"XXXXXXXX\",\n                        \"communaCode\": \"XXXXXX\",\n                        \"additionalInfo\": null,\n                        \"pickUpStoreId\": null\n                    },\n                    \"items\": [\n                        {\n                            \"id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"sku\": \"XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"sellerId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"jdaSku\": \"XXXXXXXXX\",\n                            \"basePrice\": \"56990.00\",\n                            \"grossPrice\": \"56990.00\",\n                            \"priceAfterDiscounts\": \"56990.00\",\n                            \"taxRate\": \"0.19\",\n                            \"size\": \"Talla Única\",\n                            \"sellerSku\": \"XXXXXXXX\",\n                            \"tax\": 9099,\n                            \"position\": 0,\n                            \"taxBasis\": 56990,\n                            \"commission\": 0,\n                            \"subOrderNumber\": \"XXXXXXXXXX\",\n                            \"reconditioned\": false,\n                            \"cancellationReasonId\": null,\n                            \"statusId\": 7,\n                            \"imagePath\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"itemSize\": \"SMALL\",\n                            \"returnId\": null,\n                            \"userId\": null,\n                            \"shippingCost\": null,\n                            \"externalCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"cancellationReason\": null\n                        },\n                        {\n                            \"id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"sku\": \"XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"sellerId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"jdaSku\": \"XXXXXXXXX\",\n                            \"basePrice\": \"36990.00\",\n                            \"grossPrice\": \"36990.00\",\n                            \"priceAfterDiscounts\": \"36990.00\",\n                            \"taxRate\": \"0.19\",\n                            \"size\": \"Talla Única\",\n                            \"sellerSku\": \"XXXXXXXXXXX\",\n                            \"tax\": 5906,\n                            \"position\": 0,\n                            \"taxBasis\": 36990,\n                            \"commission\": 0,\n                            \"subOrderNumber\": \"XXXXXXXXXX\",\n                            \"reconditioned\": false,\n                            \"cancellationReasonId\": null,\n                            \"statusId\": 7,\n                            \"imagePath\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"itemSize\": \"SMALL\",\n                            \"returnId\": null,\n                            \"userId\": null,\n                            \"shippingCost\": null,\n                            \"externalCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"cancellationReason\": null\n                        }\n                    ]\n                }\n            ]\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-18T01:31:43.000Z\",\n        \"externalUpdatedAt\": \"2026-03-18T04:36:55.000Z\",\n        \"createdAt\": \"2026-03-18T01:36:43.000Z\",\n        \"updatedAt\": \"2026-03-18T04:41:43.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"paris\",\n            \"name\": \"Multivende\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"cd12fe02-b4f8-4e4b-bb31-a9e5a866f103","name":"Get checkout (Ripley)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"ripley\",\n    \"net\": 25980,\n    \"tax\": 0,\n    \"gross\": 25980,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"shipped\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-15T20:07:41.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"Blue Express\",\n    \"shippingMode\": \"AllDay\",\n    \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n    \"updatedAt\": \"2026-03-17T21:13:05.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": \"XX\",\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 24,\n        \"status\": \"created\",\n        \"createdAt\": \"2025-03-25T13:45:46.000Z\",\n        \"updatedAt\": \"2025-03-25T13:45:46.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"ripley\",\n        \"name\": \"Multivende\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2019-04-04T14:58:54.000Z\",\n        \"updatedAt\": \"2024-01-17T20:44:37.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2020-08-27T19:13:42.000Z\",\n        \"updatedAt\": \"2020-08-27T19:13:42.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": \"-\",\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": \"XXXXXXXXX\",\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n        \"updatedAt\": \"2026-03-15T20:08:06.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"Multivende\",\n                \"address_2\": null,\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": null,\n                \"city\": \"Multivende\",\n                \"country\": \"CL\",\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": \"Multivende\",\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-15T20:08:07.000Z\",\n                \"updatedAt\": \"2026-03-17T21:13:05.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"billing_address\\\":{\\\"city\\\":\\\"Multivende\\\",\\\"company\\\":null,\\\"company_2\\\":null,\\\"country\\\":\\\"CL\\\",\\\"country_iso_code\\\":\\\"CHL\\\",\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"phone\\\":\\\"XXXXXXXXX\\\",\\\"phone_secondary\\\":\\\"XXXXXXXXX\\\",\\\"state\\\":\\\"Multivende\\\",\\\"street_1\\\":\\\"Multivende\\\",\\\"street_2\\\":null},\\\"civility\\\":null,\\\"customer_id\\\":\\\"XXXXXXXXX\\\",\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"locale\\\":null,\\\"shipping_address\\\":{\\\"additional_info\\\":null,\\\"city\\\":\\\"Multivende\\\",\\\"company\\\":null,\\\"company_2\\\":null,\\\"country\\\":\\\"CL\\\",\\\"country_iso_code\\\":\\\"CHL\\\",\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"phone\\\":\\\"XXXXXXXXX\\\",\\\"phone_secondary\\\":\\\"XXXXXXXXX\\\",\\\"state\\\":\\\"Multivende\\\",\\\"street_1\\\":\\\"Multivende\\\",\\\"street_2\\\":\\\"Multivende\\\"}}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n            \"updatedAt\": \"2026-03-17T21:13:05.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"Multivende\",\n            \"address_2\": null,\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": null,\n            \"city\": \"Multivende\",\n            \"country\": \"CL\",\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": \"Multivende\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-15T20:08:07.000Z\",\n            \"updatedAt\": \"2026-03-17T21:13:05.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": null,\n            \"taxActivity\": null,\n            \"taxId\": null,\n            \"documentType\": null,\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-15T20:08:07.000Z\",\n            \"updatedAt\": \"2026-03-15T20:08:07.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXX\",\n            \"externalContent\": {\n                \"acceptance_decision_date\": \"2026-03-15T20:07:43Z\",\n                \"can_cancel\": false,\n                \"can_shop_ship\": false,\n                \"channel\": null,\n                \"commercial_id\": \"XXXXXXXXXXX\",\n                \"created_date\": \"2026-03-15T20:07:41Z\",\n                \"currency_iso_code\": \"CLP\",\n                \"customer\": {\n                    \"billing_address\": {\n                        \"city\": \"Multivende\",\n                        \"company\": null,\n                        \"company_2\": null,\n                        \"country\": \"CL\",\n                        \"country_iso_code\": \"CHL\",\n                        \"firstname\": \"Multivende\",\n                        \"lastname\": \"Multivende\",\n                        \"phone\": \"XXXXXXXXX\",\n                        \"phone_secondary\": \"XXXXXXXXX\",\n                        \"state\": \"Multivende\",\n                        \"street_1\": \"Multivende\",\n                        \"street_2\": null\n                    },\n                    \"civility\": null,\n                    \"customer_id\": \"XXXXXXXXX\",\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"locale\": null,\n                    \"shipping_address\": {\n                        \"additional_info\": null,\n                        \"city\": \"Multivende\",\n                        \"company\": null,\n                        \"company_2\": null,\n                        \"country\": \"CL\",\n                        \"country_iso_code\": \"CHL\",\n                        \"firstname\": \"Multivende\",\n                        \"lastname\": \"Multivende\",\n                        \"phone\": \"XXXXXXXXX\",\n                        \"phone_secondary\": \"XXXXXXXXX\",\n                        \"state\": \"Multivende\",\n                        \"street_1\": \"Multivende\",\n                        \"street_2\": \"Multivende\"\n                    }\n                },\n                \"customer_debited_date\": \"2026-03-15T20:07:43.484Z\",\n                \"customer_directly_pays_seller\": false,\n                \"customer_notification_email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"delivery_date\": null,\n                \"discount_campaigns\": [],\n                \"fulfillment\": {\n                    \"center\": {\n                        \"code\": \"DEFAULT\"\n                    }\n                },\n                \"fully_refunded\": false,\n                \"has_customer_message\": false,\n                \"has_incident\": false,\n                \"has_invoice\": true,\n                \"last_updated_date\": \"2026-03-17T20:10:44Z\",\n                \"leadtime_to_ship\": 2,\n                \"order_additional_fields\": [\n                    {\n                        \"code\": \"commiteddate\",\n                        \"type\": \"DATE\",\n                        \"value\": \"2026-03-19T15:00:00Z\"\n                    },\n                    {\n                        \"code\": \"ffconsignado\",\n                        \"type\": \"STRING\",\n                        \"value\": \"false\"\n                    },\n                    {\n                        \"code\": \"storecode\",\n                        \"type\": \"STRING\",\n                        \"value\": \"Bx\"\n                    }\n                ],\n                \"order_id\": \"XXXXXXXXXXXXX\",\n                \"order_lines\": [\n                    {\n                        \"can_refund\": false,\n                        \"cancelations\": [],\n                        \"category_code\": \"R040203000000\",\n                        \"category_label\": \"AUDIFONOS\",\n                        \"commission_fee\": 2639,\n                        \"commission_rate_vat\": 0,\n                        \"commission_taxes\": [\n                            {\n                                \"amount\": 0,\n                                \"code\": \"TAXDEFAULT\",\n                                \"rate\": 0\n                            }\n                        ],\n                        \"commission_vat\": 0,\n                        \"created_date\": \"2026-03-15T20:07:41Z\",\n                        \"debited_date\": \"2026-03-15T20:07:43Z\",\n                        \"description\": null,\n                        \"fees\": [],\n                        \"last_updated_date\": \"2026-03-17T19:01:41Z\",\n                        \"offer_id\": 20110869,\n                        \"offer_sku\": \"XXXXXXXXXXXXX\",\n                        \"offer_state_code\": \"11\",\n                        \"order_line_additional_fields\": [],\n                        \"order_line_id\": \"XXXXXXXXXXXXXXX\",\n                        \"order_line_index\": 1,\n                        \"order_line_state\": \"SHIPPED\",\n                        \"order_line_state_reason_code\": null,\n                        \"order_line_state_reason_label\": null,\n                        \"price\": 21990,\n                        \"price_additional_info\": null,\n                        \"price_amount_breakdown\": {\n                            \"parts\": [\n                                {\n                                    \"amount\": 21990,\n                                    \"commissionable\": true,\n                                    \"debitable_from_customer\": true,\n                                    \"payable_to_shop\": true\n                                }\n                            ]\n                        },\n                        \"price_unit\": 21990,\n                        \"product_medias\": [\n                            {\n                                \"media_url\": \"/media/product/image/464e65cf-24e6-42f3-bf3d-43772e8912b0\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"MEDIUM\"\n                            },\n                            {\n                                \"media_url\": \"/media/product/image/e22fb414-28ef-4e5e-a731-0f76a7c64196\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"SMALL\"\n                            },\n                            {\n                                \"media_url\": \"/media/product/image/f3a54893-b034-420c-a961-dc69e4fedee9\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"LARGE\"\n                            }\n                        ],\n                        \"product_shop_sku\": \"XXXXXXXXXXXXX\",\n                        \"product_sku\": \"XXXXXXXXXXXXXXXX\",\n                        \"product_title\": \"Multivende\",\n                        \"promotions\": [],\n                        \"quantity\": 1,\n                        \"received_date\": null,\n                        \"refunds\": [],\n                        \"shipped_date\": \"2026-03-17T19:01:41Z\",\n                        \"shipping_from\": {\n                            \"address\": {\n                                \"city\": null,\n                                \"country_iso_code\": \"CHL\",\n                                \"state\": null,\n                                \"street_1\": null,\n                                \"street_2\": null,\n                                \"zip_code\": null\n                            },\n                            \"warehouse\": null\n                        },\n                        \"shipping_price\": 3990,\n                        \"shipping_price_additional_unit\": null,\n                        \"shipping_price_amount_breakdown\": {\n                            \"parts\": [\n                                {\n                                    \"amount\": 3990,\n                                    \"commissionable\": false,\n                                    \"debitable_from_customer\": true,\n                                    \"payable_to_shop\": false\n                                }\n                            ]\n                        },\n                        \"shipping_price_unit\": null,\n                        \"shipping_taxes\": [],\n                        \"taxes\": [],\n                        \"total_commission\": 2639,\n                        \"total_price\": 25980\n                    }\n                ],\n                \"order_refunds\": null,\n                \"order_state\": \"SHIPPED\",\n                \"order_state_reason_code\": null,\n                \"order_state_reason_label\": null,\n                \"order_tax_mode\": \"TAX_EXCLUDED\",\n                \"order_taxes\": null,\n                \"paymentType\": \"TARJETA_TRE_INST\",\n                \"payment_type\": \"TARJETA_TRE_INST\",\n                \"payment_workflow\": \"PAY_ON_ACCEPTANCE\",\n                \"price\": 21990,\n                \"promotions\": {\n                    \"applied_promotions\": [],\n                    \"total_deduced_amount\": 0\n                },\n                \"quote_id\": null,\n                \"references\": {\n                    \"order_reference_for_customer\": \"Multivende\"\n                },\n                \"shipping_carrier_code\": \"Bx\",\n                \"shipping_carrier_standard_code\": \"bluex\",\n                \"shipping_company\": \"Multivende\",\n                \"shipping_deadline\": \"2026-03-18T02:59:59.999Z\",\n                \"shipping_price\": 3990,\n                \"shipping_pudo_id\": null,\n                \"shipping_tracking\": \"XXXXXXXXXX\",\n                \"shipping_tracking_url\": \"http://www.bluex.cl/nacional?documentos=XXXXXXXXXX\",\n                \"shipping_type_code\": \"AllDay\",\n                \"shipping_type_label\": \"Flujo Tradicional\",\n                \"shipping_type_standard_code\": null,\n                \"shipping_zone_code\": \"XXXXX\",\n                \"shipping_zone_label\": \"Santiago\",\n                \"total_commission\": 2639,\n                \"total_price\": 25980,\n                \"isFulfillment\": false\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-15T20:07:41.000Z\",\n            \"externalUpdatedAt\": \"2026-03-17T20:10:44.000Z\",\n            \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n            \"updatedAt\": \"2026-03-17T20:13:06.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"ripley\",\n                \"name\": \"Multivende\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n            \"updatedAt\": \"2026-03-15T20:08:07.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 3990,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": null,\n                \"handlingDateLimit\": \"2026-03-18T02:59:59.000Z\",\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"ready\",\n                \"shippingLabelPrintStatus\": \"printed\",\n                \"deliveryStatus\": \"shipped\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": \"XXXXXXXXXX\",\n                \"trackingUrl\": null,\n                \"courierName\": \"Blue Express\",\n                \"shippingMode\": \"AllDay\",\n                \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n                \"updatedAt\": \"2026-03-17T19:03:10.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXXXXXXX\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"null\",\n                        \"externalTrackingId\": \"XXXXXXXXXX\",\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-15T20:07:41.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-15T20:08:03.000Z\",\n                        \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n                        \"updatedAt\": \"2026-03-17T21:13:05.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": null,\n                    \"description\": \"\",\n                    \"indications\": null,\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": null,\n                    \"city\": \"Multivende\",\n                    \"state\": \"Multivende\",\n                    \"country\": \"CL\",\n                    \"street\": \"Multivende\",\n                    \"number\": null,\n                    \"neighborhood\": \"S/N\",\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n                    \"updatedAt\": \"2026-03-17T21:13:05.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"phoneNumber\": null,\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n                            \"updatedAt\": \"2026-03-15T20:08:06.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-15T20:08:07.000Z\",\n                    \"updatedAt\": \"2026-03-15T20:08:07.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXXXXXX\",\n                        \"internalCode\": \"XXXXXXXXXXXXX\",\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 4.9,\n                        \"length\": 13,\n                        \"height\": 2.3,\n                        \"weight\": 0.04,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2024-07-25T13:48:18.000Z\",\n                        \"updatedAt\": \"2026-02-18T16:29:33.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": \"Multivende\",\n                            \"model\": \"Multivende\",\n                            \"code\": \"XXXXXXXXXXXXX\",\n                            \"internalCode\": \"XXXXXXXXXXXXX\",\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2024-07-25T13:48:18.000Z\",\n                            \"updatedAt\": \"2026-03-17T19:56:02.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": \"XX\",\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 24,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-03-25T13:45:46.000Z\",\n                        \"updatedAt\": \"2025-03-25T13:45:46.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": null,\n            \"amount\": 25980,\n            \"amountPaid\": 25980,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n            \"updatedAt\": \"2026-03-15T20:08:06.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{\\n   \\\"requiresTransaction\\\": false\\n }\",\n                \"code\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"name\": \"PAYMENT_METHODS.Online_payment.Name\",\n                \"description\": \"PAYMENT_METHODS.Online_payment.Description\",\n                \"position\": 12,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Pago en línea\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXXXXXXXX\",\n                    \"transactionId\": \"XXXXXXXXXXXXX\",\n                    \"externalContent\": \"null\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n                    \"updatedAt\": \"2026-03-15T20:08:06.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 21990,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n            \"updatedAt\": \"2026-03-15T20:08:06.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"internalCode\": \"XXXXXXXXXXXXX\",\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 4.9,\n                \"length\": 13,\n                \"height\": 2.3,\n                \"weight\": 0.04,\n                \"status\": \"created\",\n                \"createdAt\": \"2024-07-25T13:48:18.000Z\",\n                \"updatedAt\": \"2026-02-18T16:29:33.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-04-09T16:57:00.000Z\",\n                    \"updatedAt\": \"2019-04-09T16:57:00.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Negro\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-04-04T14:58:54.000Z\",\n                    \"updatedAt\": \"2019-04-04T14:58:54.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": \"Multivende\",\n                    \"model\": \"Multivende\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"internalCode\": \"XXXXXXXXXXXXX\",\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2024-07-25T13:48:18.000Z\",\n                    \"updatedAt\": \"2026-03-17T19:56:02.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 21990,\n            \"discount\": 0,\n            \"totalWithDiscount\": 21990,\n            \"paymentByItem\": 25980\n        }\n    ],\n    \"cachedDate\": \"2026-03-18T15:50:12.000Z\",\n    \"total\": 21990,\n    \"discount\": 0,\n    \"totalWithDiscount\": 21990,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 21990,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 25980,\n    \"createdAtLocale\": \"15/03/2026 20:08:06\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXX\",\n        \"externalContent\": {\n            \"acceptance_decision_date\": \"2026-03-15T20:07:43Z\",\n            \"can_cancel\": false,\n            \"can_shop_ship\": false,\n            \"channel\": null,\n            \"commercial_id\": \"XXXXXXXXXXX\",\n            \"created_date\": \"2026-03-15T20:07:41Z\",\n            \"currency_iso_code\": \"CLP\",\n            \"customer\": {\n                \"billing_address\": {\n                    \"city\": \"Multivende\",\n                    \"company\": null,\n                    \"company_2\": null,\n                    \"country\": \"CL\",\n                    \"country_iso_code\": \"CHL\",\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"phone\": \"XXXXXXXXX\",\n                    \"phone_secondary\": \"XXXXXXXXX\",\n                    \"state\": \"Multivende\",\n                    \"street_1\": \"Multivende\",\n                    \"street_2\": null\n                },\n                \"civility\": null,\n                \"customer_id\": \"XXXXXXXXX\",\n                \"firstname\": \"Multivende\",\n                \"lastname\": \"Multivende\",\n                \"locale\": null,\n                \"shipping_address\": {\n                    \"additional_info\": null,\n                    \"city\": \"Multivende\",\n                    \"company\": null,\n                    \"company_2\": null,\n                    \"country\": \"CL\",\n                    \"country_iso_code\": \"CHL\",\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"phone\": \"XXXXXXXXX\",\n                    \"phone_secondary\": \"XXXXXXXXX\",\n                    \"state\": \"Multivende\",\n                    \"street_1\": \"Multivende\",\n                    \"street_2\": \"Multivende\"\n                }\n            },\n            \"customer_debited_date\": \"2026-03-15T20:07:43.484Z\",\n            \"customer_directly_pays_seller\": false,\n            \"customer_notification_email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"delivery_date\": null,\n            \"discount_campaigns\": [],\n            \"fulfillment\": {\n                \"center\": {\n                    \"code\": \"DEFAULT\"\n                }\n            },\n            \"fully_refunded\": false,\n            \"has_customer_message\": false,\n            \"has_incident\": false,\n            \"has_invoice\": true,\n            \"last_updated_date\": \"2026-03-17T20:10:44Z\",\n            \"leadtime_to_ship\": 2,\n            \"order_additional_fields\": [\n                {\n                    \"code\": \"commiteddate\",\n                    \"type\": \"DATE\",\n                    \"value\": \"2026-03-19T15:00:00Z\"\n                },\n                {\n                    \"code\": \"ffconsignado\",\n                    \"type\": \"STRING\",\n                    \"value\": \"false\"\n                },\n                {\n                    \"code\": \"storecode\",\n                    \"type\": \"STRING\",\n                    \"value\": \"Bx\"\n                }\n            ],\n            \"order_id\": \"XXXXXXXXXXXXX\",\n            \"order_lines\": [\n                {\n                    \"can_refund\": false,\n                    \"cancelations\": [],\n                    \"category_code\": \"R040203000000\",\n                    \"category_label\": \"AUDIFONOS\",\n                    \"commission_fee\": 2639,\n                    \"commission_rate_vat\": 0,\n                    \"commission_taxes\": [\n                        {\n                            \"amount\": 0,\n                            \"code\": \"TAXDEFAULT\",\n                            \"rate\": 0\n                        }\n                    ],\n                    \"commission_vat\": 0,\n                    \"created_date\": \"2026-03-15T20:07:41Z\",\n                    \"debited_date\": \"2026-03-15T20:07:43Z\",\n                    \"description\": null,\n                    \"fees\": [],\n                    \"last_updated_date\": \"2026-03-17T19:01:41Z\",\n                    \"offer_id\": 20110869,\n                    \"offer_sku\": \"XXXXXXXXXXXXX\",\n                    \"offer_state_code\": \"11\",\n                    \"order_line_additional_fields\": [],\n                    \"order_line_id\": \"XXXXXXXXXXXXXXX\",\n                    \"order_line_index\": 1,\n                    \"order_line_state\": \"SHIPPED\",\n                    \"order_line_state_reason_code\": null,\n                    \"order_line_state_reason_label\": null,\n                    \"price\": 21990,\n                    \"price_additional_info\": null,\n                    \"price_amount_breakdown\": {\n                        \"parts\": [\n                            {\n                                \"amount\": 21990,\n                                \"commissionable\": true,\n                                \"debitable_from_customer\": true,\n                                \"payable_to_shop\": true\n                            }\n                        ]\n                    },\n                    \"price_unit\": 21990,\n                    \"product_medias\": [\n                        {\n                            \"media_url\": \"/media/product/image/464e65cf-24e6-42f3-bf3d-43772e8912b0\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"MEDIUM\"\n                        },\n                        {\n                            \"media_url\": \"/media/product/image/e22fb414-28ef-4e5e-a731-0f76a7c64196\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"SMALL\"\n                        },\n                        {\n                            \"media_url\": \"/media/product/image/f3a54893-b034-420c-a961-dc69e4fedee9\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"LARGE\"\n                        }\n                    ],\n                    \"product_shop_sku\": \"XXXXXXXXXXXXX\",\n                    \"product_sku\": \"XXXXXXXXXXXXXXXX\",\n                    \"product_title\": \"Multivende\",\n                    \"promotions\": [],\n                    \"quantity\": 1,\n                    \"received_date\": null,\n                    \"refunds\": [],\n                    \"shipped_date\": \"2026-03-17T19:01:41Z\",\n                    \"shipping_from\": {\n                        \"address\": {\n                            \"city\": null,\n                            \"country_iso_code\": \"CHL\",\n                            \"state\": null,\n                            \"street_1\": null,\n                            \"street_2\": null,\n                            \"zip_code\": null\n                        },\n                        \"warehouse\": null\n                    },\n                    \"shipping_price\": 3990,\n                    \"shipping_price_additional_unit\": null,\n                    \"shipping_price_amount_breakdown\": {\n                        \"parts\": [\n                            {\n                                \"amount\": 3990,\n                                \"commissionable\": false,\n                                \"debitable_from_customer\": true,\n                                \"payable_to_shop\": false\n                            }\n                        ]\n                    },\n                    \"shipping_price_unit\": null,\n                    \"shipping_taxes\": [],\n                    \"taxes\": [],\n                    \"total_commission\": 2639,\n                    \"total_price\": 25980\n                }\n            ],\n            \"order_refunds\": null,\n            \"order_state\": \"SHIPPED\",\n            \"order_state_reason_code\": null,\n            \"order_state_reason_label\": null,\n            \"order_tax_mode\": \"TAX_EXCLUDED\",\n            \"order_taxes\": null,\n            \"paymentType\": \"TARJETA_TRE_INST\",\n            \"payment_type\": \"TARJETA_TRE_INST\",\n            \"payment_workflow\": \"PAY_ON_ACCEPTANCE\",\n            \"price\": 21990,\n            \"promotions\": {\n                \"applied_promotions\": [],\n                \"total_deduced_amount\": 0\n            },\n            \"quote_id\": null,\n            \"references\": {\n                \"order_reference_for_customer\": \"Multivende\"\n            },\n            \"shipping_carrier_code\": \"Bx\",\n            \"shipping_carrier_standard_code\": \"bluex\",\n            \"shipping_company\": \"Multivende\",\n            \"shipping_deadline\": \"2026-03-18T02:59:59.999Z\",\n            \"shipping_price\": 3990,\n            \"shipping_pudo_id\": null,\n            \"shipping_tracking\": \"XXXXXXXXXX\",\n            \"shipping_tracking_url\": \"http://www.bluex.cl/nacional?documentos=XXXXXXXXXX\",\n            \"shipping_type_code\": \"AllDay\",\n            \"shipping_type_label\": \"Flujo Tradicional\",\n            \"shipping_type_standard_code\": null,\n            \"shipping_zone_code\": \"XXXXX\",\n            \"shipping_zone_label\": \"Santiago\",\n            \"total_commission\": 2639,\n            \"total_price\": 25980,\n            \"isFulfillment\": false\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-15T20:07:41.000Z\",\n        \"externalUpdatedAt\": \"2026-03-17T20:10:44.000Z\",\n        \"createdAt\": \"2026-03-15T20:08:06.000Z\",\n        \"updatedAt\": \"2026-03-17T20:13:06.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"ripley\",\n            \"name\": \"Multivende\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"f54c9774-d364-41a3-ab4c-0ae1544b7f7e","name":"Get checkout (TikTok Shop)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"tiktok\",\n    \"net\": 7456.9,\n    \"tax\": 1193.1,\n    \"gross\": 8650,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-16T12:58:49.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": null,\n    \"shippingMode\": \"SELLER-HOME_DELIVERY\",\n    \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n    \"updatedAt\": \"2026-03-18T17:41:23.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"store\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 18,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n        \"updatedAt\": \"2023-01-04T14:49:14.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"tiktok\",\n        \"name\": \"Multivende\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n        \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2025-04-25T18:13:03.000Z\",\n        \"updatedAt\": \"2025-04-25T18:13:03.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"Multivende\",\n            \"code\": \"MXN\",\n            \"decimalPlaces\": 2,\n            \"position\": 9,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": null,\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": null,\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"phoneNumber\": \"XXXXXXXXXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n        \"updatedAt\": \"2026-03-16T13:01:04.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"Multivende\",\n                \"address_2\": \"\",\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": null,\n                \"city\": null,\n                \"country\": null,\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": null,\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-16T13:01:05.000Z\",\n                \"updatedAt\": \"2026-03-18T17:41:23.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXXXXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": null,\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n            \"updatedAt\": \"2026-03-18T17:41:23.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"Multivende\",\n            \"address_2\": \"\",\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": null,\n            \"city\": null,\n            \"country\": null,\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": null,\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-16T13:01:05.000Z\",\n            \"updatedAt\": \"2026-03-18T17:41:23.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": null,\n            \"taxActivity\": \"\",\n            \"taxId\": null,\n            \"documentType\": null,\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"phoneNumber\": \"XXXXXXXXXXXXXXX\",\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-16T13:01:05.000Z\",\n            \"updatedAt\": \"2026-03-16T13:01:05.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXXXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXXXXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXXXXXXX\",\n            \"externalContent\": {\n                \"buyer_email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"buyer_message\": \"\",\n                \"cancel_order_sla_time\": 1774504799,\n                \"collection_due_time\": 1774504799,\n                \"commerce_platform\": \"TIKTOK_SHOP\",\n                \"create_time\": 1773665929,\n                \"delivery_option_id\": \"XXXXXXXXXXXXXXXXXXX\",\n                \"delivery_option_name\": \"\",\n                \"delivery_type\": \"HOME_DELIVERY\",\n                \"fulfillment_type\": \"FULFILLMENT_BY_SELLER\",\n                \"has_updated_recipient_address\": false,\n                \"id\": \"XXXXXXXXXXXXXXXXXX\",\n                \"is_cod\": false,\n                \"is_on_hold_order\": false,\n                \"is_replacement_order\": false,\n                \"is_sample_order\": false,\n                \"line_items\": [\n                    {\n                        \"currency\": \"MXN\",\n                        \"display_status\": \"AWAITING_SHIPMENT\",\n                        \"gift_retail_price\": \"0\",\n                        \"id\": \"XXXXXXXXXXXXXXXXXX\",\n                        \"is_gift\": false,\n                        \"original_price\": \"8500\",\n                        \"package_id\": \"XXXXXXXXXXXXXXXXXXX\",\n                        \"package_status\": \"TO_FULFILL\",\n                        \"platform_discount\": \"0\",\n                        \"product_id\": \"XXXXXXXXXXXXXXXXXXX\",\n                        \"product_name\": \"Multivende\",\n                        \"sale_price\": \"8500\",\n                        \"seller_discount\": \"0\",\n                        \"seller_sku\": \"XXXXXXXXX\",\n                        \"sku_id\": \"XXXXXXXXXXXXXXXXXXX\",\n                        \"sku_image\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"sku_name\": \"Negro\",\n                        \"sku_type\": \"NORMAL\",\n                        \"tracking_number\": \"\"\n                    }\n                ],\n                \"order_type\": \"NORMAL\",\n                \"packages\": [\n                    {\n                        \"id\": \"XXXXXXXXXXXXXXXXXXX\"\n                    }\n                ],\n                \"paid_time\": 1773665929,\n                \"payment\": {\n                    \"currency\": \"MXN\",\n                    \"original_shipping_fee\": \"150\",\n                    \"original_total_product_price\": \"8500\",\n                    \"platform_discount\": \"0\",\n                    \"seller_discount\": \"0\",\n                    \"shipping_fee\": \"150\",\n                    \"shipping_fee_cofunded_discount\": \"0\",\n                    \"shipping_fee_platform_discount\": \"0\",\n                    \"shipping_fee_seller_discount\": \"0\",\n                    \"sub_total\": \"8500\",\n                    \"total_amount\": \"8650\"\n                },\n                \"payment_method_code\": \"XXXXXXXXXXXXXXXXXXXX\",\n                \"payment_method_name\": \"Credit/debit card\",\n                \"recipient_address\": {\n                    \"address_detail\": \"Multivende\",\n                    \"address_line1\": \"Multivende\",\n                    \"address_line2\": \"\",\n                    \"address_line3\": \"\",\n                    \"address_line4\": \"\",\n                    \"district_info\": [\n                        {\n                            \"address_level\": \"L0\",\n                            \"address_level_name\": \"Country\",\n                            \"address_name\": \"Multivende\",\n                            \"iso_code\": \"MX\"\n                        },\n                        {\n                            \"address_level\": \"L1\",\n                            \"address_level_name\": \"federal district\",\n                            \"address_name\": \"Multivende\",\n                            \"iso_code\": \"CMX\"\n                        },\n                        {\n                            \"address_level\": \"L2\",\n                            \"address_level_name\": \"municipality\",\n                            \"address_name\": \"Multivende\"\n                        },\n                        {\n                            \"address_level\": \"L3\",\n                            \"address_level_name\": \"colonia\",\n                            \"address_name\": \"Multivende\"\n                        }\n                    ],\n                    \"first_name\": \"Multivende\",\n                    \"first_name_local_script\": \"\",\n                    \"full_address\": \"Multivende\",\n                    \"last_name\": \"Multivende\",\n                    \"last_name_local_script\": \"\",\n                    \"name\": \"Multivende\",\n                    \"phone_number\": \"XXXXXXXXXXXXXXX\",\n                    \"postal_code\": \"XXXXX\",\n                    \"region_code\": \"MX\"\n                },\n                \"rts_sla_time\": 1773813599,\n                \"shipping_type\": \"SELLER\",\n                \"status\": \"AWAITING_SHIPMENT\",\n                \"tts_sla_time\": 1773986399,\n                \"update_time\": 1773666049,\n                \"user_id\": \"XXXXXXXXXXXXXXXXXXX\",\n                \"warehouse_id\": \"XXXXXXXXXXXXXXXXXXX\"\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-16T12:58:49.000Z\",\n            \"externalUpdatedAt\": \"2026-03-16T13:00:49.000Z\",\n            \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n            \"updatedAt\": \"2026-03-18T17:27:16.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"tiktok\",\n                \"name\": \"Multivende\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n            \"updatedAt\": \"2026-03-16T13:01:05.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 150,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": null,\n                \"handlingDateLimit\": null,\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"pending\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": \"XXXXXXXXXXXXXXXXXXX\",\n                \"trackingUrl\": null,\n                \"courierName\": null,\n                \"shippingMode\": \"SELLER-HOME_DELIVERY\",\n                \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n                \"updatedAt\": \"2026-03-16T13:01:05.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXXXXXXXXXXXXX\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"{\\\"buyer_email\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\\\",\\\"buyer_message\\\":\\\"\\\",\\\"cancel_order_sla_time\\\":1774504799,\\\"collection_due_time\\\":1774504799,\\\"commerce_platform\\\":\\\"TIKTOK_SHOP\\\",\\\"create_time\\\":1773665929,\\\"delivery_option_id\\\":\\\"XXXXXXXXXXXXXXXXXXX\\\",\\\"delivery_option_name\\\":\\\"\\\",\\\"delivery_type\\\":\\\"HOME_DELIVERY\\\",\\\"fulfillment_type\\\":\\\"FULFILLMENT_BY_SELLER\\\",\\\"has_updated_recipient_address\\\":false,\\\"id\\\":\\\"XXXXXXXXXXXXXXXXXX\\\",\\\"is_cod\\\":false,\\\"is_on_hold_order\\\":false,\\\"is_replacement_order\\\":false,\\\"is_sample_order\\\":false,\\\"line_items\\\":[{\\\"currency\\\":\\\"MXN\\\",\\\"display_status\\\":\\\"AWAITING_SHIPMENT\\\",\\\"gift_retail_price\\\":\\\"0\\\",\\\"id\\\":\\\"XXXXXXXXXXXXXXXXXX\\\",\\\"is_gift\\\":false,\\\"original_price\\\":\\\"8500\\\",\\\"package_id\\\":\\\"XXXXXXXXXXXXXXXXXXX\\\",\\\"package_status\\\":\\\"TO_FULFILL\\\",\\\"platform_discount\\\":\\\"0\\\",\\\"product_id\\\":\\\"XXXXXXXXXXXXXXXXXXX\\\",\\\"product_name\\\":\\\"Multivende\\\",\\\"sale_price\\\":\\\"8500\\\",\\\"seller_discount\\\":\\\"0\\\",\\\"seller_sku\\\":\\\"XXXXXXXXX\\\",\\\"sku_id\\\":\\\"XXXXXXXXXXXXXXXXXXX\\\",\\\"sku_image\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\\\",\\\"sku_name\\\":\\\"Negro\\\",\\\"sku_type\\\":\\\"NORMAL\\\",\\\"tracking_number\\\":\\\"\\\"}],\\\"order_type\\\":\\\"NORMAL\\\",\\\"packages\\\":[{\\\"id\\\":\\\"XXXXXXXXXXXXXXXXXXX\\\"}],\\\"paid_time\\\":1773665929,\\\"payment\\\":{\\\"currency\\\":\\\"MXN\\\",\\\"original_shipping_fee\\\":\\\"150\\\",\\\"original_total_product_price\\\":\\\"8500\\\",\\\"platform_discount\\\":\\\"0\\\",\\\"seller_discount\\\":\\\"0\\\",\\\"shipping_fee\\\":\\\"150\\\",\\\"shipping_fee_cofunded_discount\\\":\\\"0\\\",\\\"shipping_fee_platform_discount\\\":\\\"0\\\",\\\"shipping_fee_seller_discount\\\":\\\"0\\\",\\\"sub_total\\\":\\\"8500\\\",\\\"total_amount\\\":\\\"8650\\\"},\\\"payment_method_code\\\":\\\"XXXXXXXXXXXXXXXXXXXX\\\",\\\"payment_method_name\\\":\\\"Credit/debit card\\\",\\\"recipient_address\\\":{\\\"address_detail\\\":\\\"Multivende\\\",\\\"address_line1\\\":\\\"Multivende\\\",\\\"address_line2\\\":\\\"\\\",\\\"address_line3\\\":\\\"\\\",\\\"address_line4\\\":\\\"\\\",\\\"district_info\\\":[{\\\"address_level\\\":\\\"L0\\\",\\\"address_level_name\\\":\\\"Country\\\",\\\"address_name\\\":\\\"Multivende\\\",\\\"iso_code\\\":\\\"MX\\\"},{\\\"address_level\\\":\\\"L1\\\",\\\"address_level_name\\\":\\\"federal district\\\",\\\"address_name\\\":\\\"Multivende\\\",\\\"iso_code\\\":\\\"CMX\\\"},{\\\"address_level\\\":\\\"L2\\\",\\\"address_level_name\\\":\\\"municipality\\\",\\\"address_name\\\":\\\"Multivende\\\"},{\\\"address_level\\\":\\\"L3\\\",\\\"address_level_name\\\":\\\"colonia\\\",\\\"address_name\\\":\\\"Multivende\\\"}],\\\"first_name\\\":\\\"Multivende\\\",\\\"first_name_local_script\\\":\\\"\\\",\\\"full_address\\\":\\\"Multivende\\\",\\\"last_name\\\":\\\"Multivende\\\",\\\"last_name_local_script\\\":\\\"\\\",\\\"name\\\":\\\"Multivende\\\",\\\"phone_number\\\":\\\"XXXXXXXXXXXXXXX\\\",\\\"postal_code\\\":\\\"XXXXX\\\",\\\"region_code\\\":\\\"MX\\\"},\\\"rts_sla_time\\\":1773813599,\\\"shipping_type\\\":\\\"SELLER\\\",\\\"status\\\":\\\"AWAITING_SHIPMENT\\\",\\\"tts_sla_time\\\":1773986399,\\\"update_time\\\":1773666049,\\\"user_id\\\":\\\"XXXXXXXXXXXXXXXXXXX\\\",\\\"warehouse_id\\\":\\\"XXXXXXXXXXXXXXXXXXX\\\"}\",\n                        \"externalTrackingId\": \"XXXXXXXXXXXXXXXXXXX\",\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-16T12:58:49.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-16T13:00:11.000Z\",\n                        \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n                        \"updatedAt\": \"2026-03-18T17:41:23.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": \"\",\n                    \"description\": \"  XXXXX\",\n                    \"indications\": null,\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": \"XXXXX\",\n                    \"city\": null,\n                    \"state\": null,\n                    \"country\": \"Multivende\",\n                    \"street\": \"Multivende\",\n                    \"number\": null,\n                    \"neighborhood\": null,\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n                    \"updatedAt\": \"2026-03-18T17:41:23.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": null,\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"phoneNumber\": \"XXXXXXXXXXXXXXX\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n                            \"updatedAt\": \"2026-03-16T13:01:04.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n                    \"updatedAt\": \"2026-03-16T13:01:04.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXX\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 0,\n                        \"length\": 0,\n                        \"height\": 0,\n                        \"weight\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2026-03-02T13:18:28.000Z\",\n                        \"updatedAt\": \"2026-03-02T13:18:28.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": null,\n                            \"model\": null,\n                            \"code\": \"XXXXXXXXX\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2026-03-02T13:18:27.000Z\",\n                            \"updatedAt\": \"2026-03-02T13:39:48.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": null,\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"store\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 18,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n                        \"updatedAt\": \"2023-01-04T14:49:14.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"\",\n            \"amount\": 8650,\n            \"amountPaid\": 8650,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": \"\",\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": \"\",\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n            \"updatedAt\": \"2026-03-16T13:01:04.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n                \"code\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                \"name\": \"PAYMENT_METHODS.Other.Name\",\n                \"description\": \"PAYMENT_METHODS.Other.Description\",\n                \"position\": 7,\n                \"status\": \"created\",\n                \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n                \"updatedAt\": \"2016-12-14T16:38:46.000Z\",\n                \"codeTranslated\": \"Otros\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXXXXXXXXXXXXX\",\n                    \"transactionId\": \"XXXXXXXXXXXXXXXXXX\",\n                    \"externalContent\": \"{\\\"currency\\\":\\\"MXN\\\",\\\"original_shipping_fee\\\":\\\"150\\\",\\\"original_total_product_price\\\":\\\"8500\\\",\\\"platform_discount\\\":\\\"0\\\",\\\"seller_discount\\\":\\\"0\\\",\\\"shipping_fee\\\":\\\"150\\\",\\\"shipping_fee_cofunded_discount\\\":\\\"0\\\",\\\"shipping_fee_platform_discount\\\":\\\"0\\\",\\\"shipping_fee_seller_discount\\\":\\\"0\\\",\\\"sub_total\\\":\\\"8500\\\",\\\"total_amount\\\":\\\"8650\\\"}\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n                    \"updatedAt\": \"2026-03-16T13:01:04.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXX\",\n            \"net\": 7456.9,\n            \"tax\": 1193.1,\n            \"gross\": 8500,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n            \"updatedAt\": \"2026-03-16T13:01:04.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXX\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 0,\n                \"length\": 0,\n                \"height\": 0,\n                \"weight\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2026-03-02T13:18:28.000Z\",\n                \"updatedAt\": \"2026-03-02T13:18:28.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"M/G\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-11-04T17:55:03.000Z\",\n                    \"updatedAt\": \"2025-11-04T17:55:03.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Negro\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n                    \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": null,\n                    \"model\": null,\n                    \"code\": \"XXXXXXXXX\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2026-03-02T13:18:27.000Z\",\n                    \"updatedAt\": \"2026-03-02T13:39:48.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": null,\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 8500,\n            \"discount\": 0,\n            \"totalWithDiscount\": 8500,\n            \"paymentByItem\": 8650\n        }\n    ],\n    \"cachedDate\": \"2026-03-22T14:41:42.000Z\",\n    \"total\": 8500,\n    \"discount\": 0,\n    \"totalWithDiscount\": 8500,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 8500,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 8650,\n    \"createdAtLocale\": \"16/03/2026 13:01:04\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXXXXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXXXXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXXXXXXX\",\n        \"externalContent\": {\n            \"buyer_email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"buyer_message\": \"\",\n            \"cancel_order_sla_time\": 1774504799,\n            \"collection_due_time\": 1774504799,\n            \"commerce_platform\": \"TIKTOK_SHOP\",\n            \"create_time\": 1773665929,\n            \"delivery_option_id\": \"XXXXXXXXXXXXXXXXXXX\",\n            \"delivery_option_name\": \"\",\n            \"delivery_type\": \"HOME_DELIVERY\",\n            \"fulfillment_type\": \"FULFILLMENT_BY_SELLER\",\n            \"has_updated_recipient_address\": false,\n            \"id\": \"XXXXXXXXXXXXXXXXXX\",\n            \"is_cod\": false,\n            \"is_on_hold_order\": false,\n            \"is_replacement_order\": false,\n            \"is_sample_order\": false,\n            \"line_items\": [\n                {\n                    \"currency\": \"MXN\",\n                    \"display_status\": \"AWAITING_SHIPMENT\",\n                    \"gift_retail_price\": \"0\",\n                    \"id\": \"XXXXXXXXXXXXXXXXXX\",\n                    \"is_gift\": false,\n                    \"original_price\": \"8500\",\n                    \"package_id\": \"XXXXXXXXXXXXXXXXXXX\",\n                    \"package_status\": \"TO_FULFILL\",\n                    \"platform_discount\": \"0\",\n                    \"product_id\": \"XXXXXXXXXXXXXXXXXXX\",\n                    \"product_name\": \"Multivende\",\n                    \"sale_price\": \"8500\",\n                    \"seller_discount\": \"0\",\n                    \"seller_discount\": \"0\",\n                    \"seller_sku\": \"XXXXXXXXX\",\n                    \"sku_id\": \"XXXXXXXXXXXXXXXXXXX\",\n                    \"sku_image\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"sku_name\": \"Negro\",\n                    \"sku_type\": \"NORMAL\",\n                    \"tracking_number\": \"\"\n                }\n            ],\n            \"order_type\": \"NORMAL\",\n            \"packages\": [\n                {\n                    \"id\": \"XXXXXXXXXXXXXXXXXXX\"\n                }\n            ],\n            \"paid_time\": 1773665929,\n            \"payment\": {\n                \"currency\": \"MXN\",\n                \"original_shipping_fee\": \"150\",\n                \"original_total_product_price\": \"8500\",\n                \"platform_discount\": \"0\",\n                \"seller_discount\": \"0\",\n                \"shipping_fee\": \"150\",\n                \"shipping_fee_cofunded_discount\": \"0\",\n                \"shipping_fee_platform_discount\": \"0\",\n                \"shipping_fee_seller_discount\": \"0\",\n                \"sub_total\": \"8500\",\n                \"total_amount\": \"8650\"\n            },\n            \"payment_method_code\": \"XXXXXXXXXXXXXXXXXXXX\",\n            \"payment_method_name\": \"Credit/debit card\",\n            \"recipient_address\": {\n                \"address_detail\": \"Multivende\",\n                \"address_line1\": \"Multivende\",\n                \"address_line2\": \"\",\n                \"address_line3\": \"\",\n                \"address_line4\": \"\",\n                \"district_info\": [\n                    {\n                        \"address_level\": \"L0\",\n                        \"address_level_name\": \"Country\",\n                        \"address_name\": \"Multivende\",\n                        \"iso_code\": \"MX\"\n                    },\n                    {\n                        \"address_level\": \"L1\",\n                        \"address_level_name\": \"federal district\",\n                        \"address_name\": \"Multivende\",\n                        \"iso_code\": \"CMX\"\n                    },\n                    {\n                        \"address_level\": \"L2\",\n                        \"address_level_name\": \"municipality\",\n                        \"address_name\": \"Multivende\"\n                    },\n                    {\n                        \"address_level\": \"L3\",\n                        \"address_level_name\": \"colonia\",\n                        \"address_name\": \"Multivende\"\n                    }\n                ],\n                \"first_name\": \"Multivende\",\n                \"first_name_local_script\": \"\",\n                \"full_address\": \"Multivende\",\n                \"last_name\": \"Multivende\",\n                \"last_name_local_script\": \"\",\n                \"name\": \"Multivende\",\n                \"phone_number\": \"XXXXXXXXXXXXXXX\",\n                \"postal_code\": \"XXXXX\",\n                \"region_code\": \"MX\"\n            },\n            \"rts_sla_time\": 1773813599,\n            \"shipping_type\": \"SELLER\",\n            \"status\": \"AWAITING_SHIPMENT\",\n            \"tts_sla_time\": 1773986399,\n            \"update_time\": 1773666049,\n            \"user_id\": \"XXXXXXXXXXXXXXXXXXX\",\n            \"warehouse_id\": \"XXXXXXXXXXXXXXXXXXX\"\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-16T12:58:49.000Z\",\n        \"externalUpdatedAt\": \"2026-03-16T13:00:49.000Z\",\n        \"createdAt\": \"2026-03-16T13:01:04.000Z\",\n        \"updatedAt\": \"2026-03-18T17:27:16.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"tiktok\",\n            \"name\": \"Multivende\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"3560ab32-dc35-45ed-a872-607303f788e8","name":"Get checkout (Totalplay)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"totalplay\",\n    \"net\": 214.73,\n    \"tax\": 0,\n    \"gross\": 214.73,\n    \"tags\": \"\",\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2024-10-09T16:47:30.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"Estafeta\",\n    \"shippingMode\": \"DIA-SIG\",\n    \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n    \"updatedAt\": \"2024-10-09T17:49:00.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 43,\n        \"status\": \"created\",\n        \"createdAt\": \"2024-09-03T17:50:55.000Z\",\n        \"updatedAt\": \"2024-09-03T17:50:55.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"totalplay\",\n        \"name\": \"Multivende\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"Multivende\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n        \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2024-07-29T22:42:07.000Z\",\n        \"updatedAt\": \"2024-07-29T22:42:07.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"Multivende\",\n            \"code\": \"MXN\",\n            \"decimalPlaces\": 2,\n            \"position\": 9,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": \"-\",\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": \"XXXXXXXXXX\",\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2024-10-02T19:32:09.000Z\",\n        \"updatedAt\": \"2024-10-09T17:04:00.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"Multivende\",\n                \"address_2\": \"Multivende\",\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": \"XXXXX\",\n                \"city\": \"Multivende\",\n                \"country\": \"Multivende\",\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": null,\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n                \"updatedAt\": \"2024-10-09T17:49:00.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"billing_address\\\":{\\\"city\\\":\\\"Multivende\\\",\\\"company\\\":null,\\\"company_2\\\":null,\\\"country\\\":\\\"Multivende\\\",\\\"country_iso_code\\\":\\\"MEX\\\",\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"phone\\\":\\\"XXXXXXXXXX\\\",\\\"state\\\":null,\\\"street_1\\\":\\\"Multivende\\\",\\\"street_2\\\":\\\"Multivende\\\",\\\"zip_code\\\":\\\"XXXXX\\\"},\\\"civility\\\":null,\\\"customer_id\\\":\\\"XXXXXXXXXX\\\",\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"locale\\\":null,\\\"shipping_address\\\":{\\\"additional_info\\\":\\\"XXXXXXXXXXXXX\\\",\\\"city\\\":\\\"Multivende\\\",\\\"company\\\":null,\\\"company_2\\\":null,\\\"country\\\":\\\"Multivende\\\",\\\"country_iso_code\\\":\\\"MEX\\\",\\\"firstname\\\":\\\"Multivende\\\",\\\"lastname\\\":\\\"Multivende\\\",\\\"phone\\\":\\\"XXXXXXXXXX\\\",\\\"state\\\":null,\\\"street_1\\\":\\\"Multivende\\\",\\\"street_2\\\":\\\"Multivende\\\",\\\"zip_code\\\":\\\"XXXXX\\\"}}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2024-10-02T19:32:09.000Z\",\n            \"updatedAt\": \"2024-10-09T17:04:00.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"Multivende\",\n            \"address_2\": \"Multivende\",\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": \"XXXXX\",\n            \"city\": \"Multivende\",\n            \"country\": \"Multivende\",\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": null,\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n            \"updatedAt\": \"2024-10-09T17:49:00.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": null,\n            \"taxActivity\": null,\n            \"taxId\": null,\n            \"documentType\": null,\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n            \"updatedAt\": \"2024-10-09T17:04:01.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXXX\",\n            \"externalContent\": {\n                \"acceptance_decision_date\": \"2024-10-09T16:49:01Z\",\n                \"can_cancel\": true,\n                \"can_shop_ship\": true,\n                \"channel\": {\n                    \"code\": \"INIT\",\n                    \"label\": \"Canal inicial\"\n                },\n                \"commercial_id\": \"XXXXXXXX\",\n                \"created_date\": \"2024-10-09T16:47:30Z\",\n                \"currency_iso_code\": \"MXN\",\n                \"customer\": {\n                    \"billing_address\": {\n                        \"city\": \"Multivende\",\n                        \"company\": null,\n                        \"company_2\": null,\n                        \"country\": \"Multivende\",\n                        \"country_iso_code\": \"MEX\",\n                        \"firstname\": \"Multivende\",\n                        \"lastname\": \"Multivende\",\n                        \"phone\": \"XXXXXXXXXX\",\n                        \"state\": null,\n                        \"street_1\": \"Multivende\",\n                        \"street_2\": \"Multivende\",\n                        \"zip_code\": \"XXXXX\"\n                    },\n                    \"civility\": null,\n                    \"customer_id\": \"XXXXXXXXXX\",\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"locale\": null,\n                    \"shipping_address\": {\n                        \"additional_info\": \"XXXXXXXXXXXXX\",\n                        \"city\": \"Multivende\",\n                        \"company\": null,\n                        \"company_2\": null,\n                        \"country\": \"Multivende\",\n                        \"country_iso_code\": \"MEX\",\n                        \"firstname\": \"Multivende\",\n                        \"lastname\": \"Multivende\",\n                        \"phone\": \"XXXXXXXXXX\",\n                        \"state\": null,\n                        \"street_1\": \"Multivende\",\n                        \"street_2\": \"Multivende\",\n                        \"zip_code\": \"XXXXX\"\n                    }\n                },\n                \"customer_debited_date\": null,\n                \"customer_directly_pays_seller\": false,\n                \"customer_notification_email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"delivery_date\": {\n                    \"earliest\": \"2024-10-13T05:59:59.999Z\",\n                    \"latest\": \"2024-10-14T05:59:59.999Z\"\n                },\n                \"fulfillment\": {\n                    \"center\": {\n                        \"code\": \"DEFAULT\"\n                    }\n                },\n                \"fully_refunded\": false,\n                \"has_customer_message\": false,\n                \"has_incident\": false,\n                \"has_invoice\": false,\n                \"last_updated_date\": \"2024-10-09T16:49:04Z\",\n                \"leadtime_to_ship\": 2,\n                \"order_additional_fields\": [\n                    {\n                        \"code\": \"customer-number\",\n                        \"type\": \"STRING\",\n                        \"value\": \"XXXXXXXXXX\"\n                    },\n                    {\n                        \"code\": \"fiserv-pedido\",\n                        \"type\": \"STRING\",\n                        \"value\": \"XXXXXXXXXXX\"\n                    },\n                    {\n                        \"code\": \"order-type\",\n                        \"type\": \"STRING\",\n                        \"value\": \"Marketplace Multi Store\"\n                    },\n                    {\n                        \"code\": \"package-weight\",\n                        \"type\": \"STRING\",\n                        \"value\": \"2\"\n                    }\n                ],\n                \"order_id\": \"XXXXXXXXXX\",\n                \"order_lines\": [\n                    {\n                        \"can_refund\": false,\n                        \"cancelations\": [],\n                        \"category_code\": \"general-super-desechables\",\n                        \"category_label\": \"Desechables\",\n                        \"commission_fee\": 25.77,\n                        \"commission_rate_vat\": 0,\n                        \"commission_taxes\": [\n                            {\n                                \"amount\": 0,\n                                \"code\": \"TAXDEFAULT\",\n                                \"rate\": 0\n                            }\n                        ],\n                        \"commission_vat\": 0,\n                        \"created_date\": \"2024-10-09T16:47:30Z\",\n                        \"debited_date\": null,\n                        \"description\": null,\n                        \"fees\": [],\n                        \"last_updated_date\": \"2024-10-09T16:49:01Z\",\n                        \"offer_id\": 1079170,\n                        \"offer_sku\": \"XXXXXXXXXXXXX\",\n                        \"offer_state_code\": \"11\",\n                        \"order_line_additional_fields\": [\n                            {\n                                \"code\": \"tp-service-cost\",\n                                \"type\": \"NUMERIC\",\n                                \"value\": \"1.2\"\n                            }\n                        ],\n                        \"order_line_id\": \"XXXXXXXXXXXX\",\n                        \"order_line_index\": 1,\n                        \"order_line_state\": \"SHIPPING\",\n                        \"order_line_state_reason_code\": null,\n                        \"order_line_state_reason_label\": null,\n                        \"price\": 60,\n                        \"price_additional_info\": null,\n                        \"price_unit\": 30,\n                        \"product_medias\": [\n                            {\n                                \"media_url\": \"/media/product/image/30dbb45c-cfc0-49df-9681-284463f49626\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"SMALL\"\n                            },\n                            {\n                                \"media_url\": \"/media/product/image/7a8e4b57-2ef6-491d-928d-627686ee24a2\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"LARGE\"\n                            },\n                            {\n                                \"media_url\": \"/media/product/image/8f2ebda4-fb22-466f-a68c-4a4dcefac7a4\",\n                                \"mime_type\": \"JPG\",\n                                \"type\": \"MEDIUM\"\n                            }\n                        ],\n                        \"product_sku\": \"XXXXXXXXXX\",\n                        \"product_title\": \"Multivende\",\n                        \"promotions\": [],\n                        \"quantity\": 2,\n                        \"received_date\": null,\n                        \"refunds\": [],\n                        \"shipped_date\": null,\n                        \"shipping_from\": {\n                            \"address\": {\n                                \"city\": null,\n                                \"country_iso_code\": \"MEX\",\n                                \"state\": null,\n                                \"street_1\": null,\n                                \"street_2\": null,\n                                \"zip_code\": null\n                            },\n                            \"warehouse\": null\n                        },\n                        \"shipping_price\": 154.73,\n                        \"shipping_price_additional_unit\": null,\n                        \"shipping_price_unit\": null,\n                        \"shipping_taxes\": [\n                            {\n                                \"amount\": 0,\n                                \"code\": \"product_zero_tax\",\n                                \"rate\": 0,\n                                \"tax_calculation_rule\": \"NONE\"\n                            }\n                        ],\n                        \"taxes\": [\n                            {\n                                \"amount\": 0,\n                                \"code\": \"product_zero_tax\",\n                                \"rate\": 0,\n                                \"tax_calculation_rule\": \"NONE\"\n                            }\n                        ],\n                        \"total_commission\": 25.77,\n                        \"total_price\": 214.73\n                    }\n                ],\n                \"order_refunds\": null,\n                \"order_state\": \"SHIPPING\",\n                \"order_state_reason_code\": null,\n                \"order_state_reason_label\": null,\n                \"order_tax_mode\": \"TAX_EXCLUDED\",\n                \"order_taxes\": null,\n                \"paymentType\": \"TP_CREDIT\",\n                \"payment_type\": \"TP_CREDIT\",\n                \"payment_workflow\": \"PAY_ON_DELIVERY\",\n                \"price\": 60,\n                \"promotions\": {\n                    \"applied_promotions\": [],\n                    \"total_deduced_amount\": 0\n                },\n                \"quote_id\": null,\n                \"shipping_carrier_code\": \"ESTAFETA\",\n                \"shipping_carrier_standard_code\": \"estafeta\",\n                \"shipping_company\": \"Estafeta\",\n                \"shipping_deadline\": \"2024-10-12T05:59:59.999Z\",\n                \"shipping_price\": 154.73,\n                \"shipping_pudo_id\": null,\n                \"shipping_tracking\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                \"shipping_tracking_url\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"shipping_type_code\": \"DIA-SIG\",\n                \"shipping_type_label\": \"ShippingType.DIA-SIG.label\",\n                \"shipping_type_standard_code\": null,\n                \"shipping_zone_code\": \"MX\",\n                \"shipping_zone_label\": \"Mexico\",\n                \"total_commission\": 25.77,\n                \"total_price\": 214.73,\n                \"isFulfillment\": false\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2024-10-09T16:47:30.000Z\",\n            \"externalUpdatedAt\": \"2024-10-09T16:49:04.000Z\",\n            \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n            \"updatedAt\": \"2024-10-09T17:04:00.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"totalplay\",\n                \"name\": \"Multivende\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_unfulfilled_inventory\",\n            \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n            \"updatedAt\": \"2024-10-09T16:49:01.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 154.73,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": null,\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": null,\n                \"handlingDateLimit\": \"2024-10-12T05:59:59.000Z\",\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_unfulfilled_inventory\",\n                \"shippingLabelStatus\": \"ready\",\n                \"shippingLabelPrintStatus\": \"printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                \"trackingUrl\": null,\n                \"courierName\": \"Estafeta\",\n                \"shippingMode\": \"DIA-SIG\",\n                \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n                \"updatedAt\": \"2024-10-09T18:08:36.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXXXX\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"null\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2024-10-09T16:47:30.000Z\",\n                        \"externalUpdatedAt\": \"2024-10-09T16:47:33.000Z\",\n                        \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n                        \"updatedAt\": \"2024-10-09T17:49:00.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": null,\n                    \"description\": \"\",\n                    \"indications\": null,\n                    \"receiverName\": null,\n                    \"zipCode\": \"XXXXX\",\n                    \"city\": \"Multivende\",\n                    \"state\": \"\",\n                    \"country\": \"Multivende\",\n                    \"street\": \"Multivende\",\n                    \"number\": null,\n                    \"neighborhood\": null,\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n                    \"updatedAt\": \"2024-10-09T17:04:01.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"phoneNumber\": \"\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n                            \"updatedAt\": \"2024-10-09T17:04:01.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 2,\n                    \"stockAmount\": 2,\n                    \"inventoryStatus\": \"_unfulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n                    \"updatedAt\": \"2024-10-09T16:49:01.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXXXXXX\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 0,\n                        \"length\": 0,\n                        \"height\": 0,\n                        \"weight\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2024-10-02T19:14:19.000Z\",\n                        \"updatedAt\": \"2026-02-04T17:09:15.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": null,\n                            \"model\": null,\n                            \"code\": \"XXXXXXXXXXXXX\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2024-10-02T19:14:19.000Z\",\n                            \"updatedAt\": \"2026-02-04T17:09:15.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": null,\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 43,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2024-09-03T17:50:55.000Z\",\n                        \"updatedAt\": \"2024-09-03T17:50:55.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": null,\n            \"amount\": 214.73,\n            \"amountPaid\": 214.73,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n            \"updatedAt\": \"2024-10-09T16:49:01.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{\\n   \\\"requiresTransaction\\\": false\\n }\",\n                \"code\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"name\": \"PAYMENT_METHODS.Online_payment.Name\",\n                \"description\": \"PAYMENT_METHODS.Online_payment.Description\",\n                \"position\": 12,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Pago en línea\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXXXXX\",\n                    \"transactionId\": \"XXXXXXXXXX\",\n                    \"externalContent\": \"null\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n                    \"updatedAt\": \"2024-10-09T16:49:01.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 30,\n            \"count\": 2,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n            \"updatedAt\": \"2024-10-09T16:49:01.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 0,\n                \"length\": 0,\n                \"height\": 0,\n                \"weight\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2024-10-02T19:14:19.000Z\",\n                \"updatedAt\": \"2026-02-04T17:09:15.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2018-07-29T16:54:56.000Z\",\n                    \"updatedAt\": \"2021-08-03T18:24:02.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Negro\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n                    \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": null,\n                    \"model\": null,\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2024-10-02T19:14:19.000Z\",\n                    \"updatedAt\": \"2026-02-04T17:09:15.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": null,\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 60,\n            \"discount\": 0,\n            \"totalWithDiscount\": 60,\n            \"paymentByItem\": 107.365\n        }\n    ],\n    \"cachedDate\": \"2026-03-22T14:57:16.000Z\",\n    \"total\": 60,\n    \"discount\": 0,\n    \"totalWithDiscount\": 60,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 60,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 214.73,\n    \"createdAtLocale\": \"09/10/2024 16:49:01\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXXX\",\n        \"externalContent\": {\n            \"acceptance_decision_date\": \"2024-10-09T16:49:01Z\",\n            \"can_cancel\": true,\n            \"can_shop_ship\": true,\n            \"channel\": {\n                \"code\": \"INIT\",\n                \"label\": \"Canal inicial\"\n            },\n            \"commercial_id\": \"XXXXXXXX\",\n            \"created_date\": \"2024-10-09T16:47:30Z\",\n            \"currency_iso_code\": \"MXN\",\n            \"customer\": {\n                \"billing_address\": {\n                    \"city\": \"Multivende\",\n                    \"company\": null,\n                    \"company_2\": null,\n                    \"country\": \"Multivende\",\n                    \"country_iso_code\": \"MEX\",\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"phone\": \"XXXXXXXXXX\",\n                    \"state\": null,\n                    \"street_1\": \"Multivende\",\n                    \"street_2\": \"Multivende\",\n                    \"zip_code\": \"XXXXX\"\n                },\n                \"civility\": null,\n                \"customer_id\": \"XXXXXXXXXX\",\n                \"firstname\": \"Multivende\",\n                \"lastname\": \"Multivende\",\n                \"locale\": null,\n                \"shipping_address\": {\n                    \"additional_info\": \"XXXXXXXXXXXXX\",\n                    \"city\": \"Multivende\",\n                    \"company\": null,\n                    \"company_2\": null,\n                    \"country\": \"Multivende\",\n                    \"country_iso_code\": \"MEX\",\n                    \"firstname\": \"Multivende\",\n                    \"lastname\": \"Multivende\",\n                    \"phone\": \"XXXXXXXXXX\",\n                    \"state\": null,\n                    \"street_1\": \"Multivende\",\n                    \"street_2\": \"Multivende\",\n                    \"zip_code\": \"XXXXX\"\n                }\n            },\n            \"customer_debited_date\": null,\n            \"customer_directly_pays_seller\": false,\n            \"customer_notification_email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"delivery_date\": {\n                \"earliest\": \"2024-10-13T05:59:59.999Z\",\n                \"latest\": \"2024-10-14T05:59:59.999Z\"\n            },\n            \"fulfillment\": {\n                \"center\": {\n                    \"code\": \"DEFAULT\"\n                }\n            },\n            \"fully_refunded\": false,\n            \"has_customer_message\": false,\n            \"has_incident\": false,\n            \"has_invoice\": false,\n            \"last_updated_date\": \"2024-10-09T16:49:04Z\",\n            \"leadtime_to_ship\": 2,\n            \"order_additional_fields\": [\n                {\n                    \"code\": \"customer-number\",\n                    \"type\": \"STRING\",\n                    \"value\": \"XXXXXXXXXX\"\n                },\n                {\n                    \"code\": \"fiserv-pedido\",\n                    \"type\": \"STRING\",\n                    \"value\": \"XXXXXXXXXXX\"\n                },\n                {\n                    \"code\": \"order-type\",\n                    \"type\": \"STRING\",\n                    \"value\": \"Marketplace Multi Store\"\n                },\n                {\n                    \"code\": \"package-weight\",\n                    \"type\": \"STRING\",\n                    \"value\": \"2\"\n                }\n            ],\n            \"order_id\": \"XXXXXXXXXX\",\n            \"order_lines\": [\n                {\n                    \"can_refund\": false,\n                    \"cancelations\": [],\n                    \"category_code\": \"general-super-desechables\",\n                    \"category_label\": \"Desechables\",\n                    \"commission_fee\": 25.77,\n                    \"commission_rate_vat\": 0,\n                    \"commission_taxes\": [\n                        {\n                            \"amount\": 0,\n                            \"code\": \"TAXDEFAULT\",\n                            \"rate\": 0\n                        }\n                    ],\n                    \"commission_vat\": 0,\n                    \"created_date\": \"2024-10-09T16:47:30Z\",\n                    \"debited_date\": null,\n                    \"description\": null,\n                    \"fees\": [],\n                    \"last_updated_date\": \"2024-10-09T16:49:01Z\",\n                    \"offer_id\": 1079170,\n                    \"offer_sku\": \"XXXXXXXXXXXXX\",\n                    \"offer_state_code\": \"11\",\n                    \"order_line_additional_fields\": [\n                        {\n                            \"code\": \"tp-service-cost\",\n                            \"type\": \"NUMERIC\",\n                            \"value\": \"1.2\"\n                        }\n                    ],\n                    \"order_line_id\": \"XXXXXXXXXXXX\",\n                    \"order_line_index\": 1,\n                    \"order_line_state\": \"SHIPPING\",\n                    \"order_line_state_reason_code\": null,\n                    \"order_line_state_reason_label\": null,\n                    \"price\": 60,\n                    \"price_additional_info\": null,\n                    \"price_unit\": 30,\n                    \"product_medias\": [\n                        {\n                            \"media_url\": \"/media/product/image/30dbb45c-cfc0-49df-9681-284463f49626\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"SMALL\"\n                        },\n                        {\n                            \"media_url\": \"/media/product/image/7a8e4b57-2ef6-491d-928d-627686ee24a2\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"LARGE\"\n                        },\n                        {\n                            \"media_url\": \"/media/product/image/8f2ebda4-fb22-466f-a68c-4a4dcefac7a4\",\n                            \"mime_type\": \"JPG\",\n                            \"type\": \"MEDIUM\"\n                        }\n                    ],\n                    \"product_sku\": \"XXXXXXXXXX\",\n                    \"product_title\": \"Multivende\",\n                    \"promotions\": [],\n                    \"quantity\": 2,\n                    \"received_date\": null,\n                    \"refunds\": [],\n                    \"shipped_date\": null,\n                    \"shipping_from\": {\n                        \"address\": {\n                            \"city\": null,\n                            \"country_iso_code\": \"MEX\",\n                            \"state\": null,\n                            \"street_1\": null,\n                            \"street_2\": null,\n                            \"zip_code\": null\n                        },\n                        \"warehouse\": null\n                    },\n                    \"shipping_price\": 154.73,\n                    \"shipping_price_additional_unit\": null,\n                    \"shipping_price_amount_breakdown\": {\n                        \"parts\": [\n                            {\n                                \"amount\": 154.73,\n                                \"commissionable\": false,\n                                \"debitable_from_customer\": true,\n                                \"payable_to_shop\": false\n                            }\n                        ]\n                    },\n                    \"shipping_price_unit\": null,\n                    \"shipping_taxes\": [\n                        {\n                            \"amount\": 0,\n                            \"code\": \"product_zero_tax\",\n                            \"rate\": 0,\n                            \"tax_calculation_rule\": \"NONE\"\n                        }\n                    ],\n                    \"taxes\": [\n                        {\n                            \"amount\": 0,\n                            \"code\": \"product_zero_tax\",\n                            \"rate\": 0,\n                            \"tax_calculation_rule\": \"NONE\"\n                        }\n                    ],\n                    \"total_commission\": 25.77,\n                    \"total_price\": 214.73\n                }\n            ],\n            \"order_refunds\": null,\n            \"order_state\": \"SHIPPING\",\n            \"order_state_reason_code\": null,\n            \"order_state_reason_label\": null,\n            \"order_tax_mode\": \"TAX_EXCLUDED\",\n            \"order_taxes\": null,\n            \"paymentType\": \"TP_CREDIT\",\n            \"payment_type\": \"TP_CREDIT\",\n            \"payment_workflow\": \"PAY_ON_DELIVERY\",\n            \"price\": 60,\n            \"promotions\": {\n                \"applied_promotions\": [],\n                \"total_deduced_amount\": 0\n            },\n            \"quote_id\": null,\n            \"shipping_carrier_code\": \"ESTAFETA\",\n            \"shipping_carrier_standard_code\": \"estafeta\",\n            \"shipping_company\": \"Estafeta\",\n            \"shipping_deadline\": \"2024-10-12T05:59:59.999Z\",\n            \"shipping_price\": 154.73,\n            \"shipping_pudo_id\": null,\n            \"shipping_tracking\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n            \"shipping_tracking_url\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"shipping_type_code\": \"DIA-SIG\",\n            \"shipping_type_label\": \"ShippingType.DIA-SIG.label\",\n            \"shipping_type_standard_code\": null,\n            \"shipping_zone_code\": \"MX\",\n            \"shipping_zone_label\": \"Mexico\",\n            \"total_commission\": 25.77,\n            \"total_price\": 214.73,\n            \"isFulfillment\": false\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2024-10-09T16:47:30.000Z\",\n        \"externalUpdatedAt\": \"2024-10-09T16:49:04.000Z\",\n        \"createdAt\": \"2024-10-09T16:49:01.000Z\",\n        \"updatedAt\": \"2024-10-09T17:04:00.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"totalplay\",\n            \"name\": \"Multivende\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"645af315-a252-41b5-bbdc-9a1e75141fff","name":"Get checkout (Walmart)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"walmart\",\n    \"net\": 6899,\n    \"tax\": 0,\n    \"gross\": 6899,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"shipped\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-22T06:26:48.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"75060174\",\n    \"shippingMode\": \"fulfillment\",\n    \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n    \"updatedAt\": \"2026-03-22T14:39:13.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"fulfillment_by_marketplace\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 2,\n        \"status\": \"created\",\n        \"createdAt\": \"2025-10-22T14:25:07.000Z\",\n        \"updatedAt\": \"2025-10-22T14:25:07.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"walmart\",\n        \"name\": \"Multivende\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2025-06-03T11:22:54.000Z\",\n        \"updatedAt\": \"2025-07-30T14:36:00.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2025-04-25T18:13:03.000Z\",\n        \"updatedAt\": \"2025-04-25T18:13:03.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"Multivende\",\n            \"code\": \"MXN\",\n            \"decimalPlaces\": 2,\n            \"position\": 9,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": null,\n        \"activity\": \"\",\n        \"contactName\": null,\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": null,\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n        \"updatedAt\": \"2026-03-22T06:28:57.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": null,\n                \"address_1\": null,\n                \"address_2\": null,\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": null,\n                \"city\": null,\n                \"country\": null,\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": null,\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-22T06:28:58.000Z\",\n                \"updatedAt\": \"2026-03-22T14:39:13.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": null,\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n            \"updatedAt\": \"2026-03-22T14:39:12.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": null,\n            \"address_1\": null,\n            \"address_2\": null,\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": null,\n            \"city\": null,\n            \"country\": null,\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": null,\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-22T06:28:58.000Z\",\n            \"updatedAt\": \"2026-03-22T14:39:13.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": null,\n            \"taxName\": null,\n            \"taxActivity\": \"\",\n            \"taxId\": null,\n            \"documentType\": null,\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": null,\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-22T06:28:58.000Z\",\n            \"updatedAt\": \"2026-03-22T06:28:58.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXXXX\",\n            \"externalContent\": {\n                \"customerOrderId\": \"XXXXXXXXXXXXXXX\",\n                \"orderDate\": 1774160808655,\n                \"shippingInfo\": {\n                    \"phone\": \"XXXXXXXXXX\",\n                    \"postalAddress\": {\n                        \"name\": \"Multivende\",\n                        \"address1\": \"Multivende\",\n                        \"address2\": null,\n                        \"city\": \"Multivende\",\n                        \"state\": \"XXX\",\n                        \"postalCode\": \"XXXXX\",\n                        \"country\": \"MX\",\n                        \"addressType\": null\n                    },\n                    \"carrierMethodName\": null\n                },\n                \"totalLines\": \"1\",\n                \"totalQuantity\": \"1\",\n                \"orderLines\": {\n                    \"orderLine\": [\n                        {\n                            \"primeLineNumber\": \"1\",\n                            \"coLineNumber\": \"1\",\n                            \"item\": {\n                                \"upc\": \"XXXXXXXXXXXXXX\",\n                                \"offerId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                \"productName\": \"Multivende\",\n                                \"sku\": \"XXXXXXXXXX\",\n                                \"condition\": \"New\",\n                                \"imageUrl\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                \"unitPrice\": {\n                                    \"currency\": \"MXN\",\n                                    \"amount\": 6899\n                                },\n                                \"unitPriceWithoutTax\": {\n                                    \"currency\": \"MXN\",\n                                    \"amount\": 5947.41\n                                }\n                            },\n                            \"charges\": {\n                                \"charge\": [\n                                    {\n                                        \"chargeType\": \"PRODUCT\",\n                                        \"chargeAmount\": {\n                                            \"currency\": \"MXN\",\n                                            \"amount\": 5947.41\n                                        },\n                                        \"tax\": {\n                                            \"taxName\": \"TOTAL_TAX\",\n                                            \"taxAmount\": {\n                                                \"currency\": \"MXN\",\n                                                \"amount\": 951.59\n                                            }\n                                        },\n                                        \"taxDetails\": [\n                                            {\n                                                \"taxName\": \"TOTAL_TAX\",\n                                                \"taxAmount\": {\n                                                    \"currency\": \"MXN\",\n                                                    \"amount\": 951.59\n                                                }\n                                            }\n                                        ],\n                                        \"isDiscount\": null,\n                                        \"discountType\": null\n                                    }\n                                ]\n                            },\n                            \"orderLineQuantity\": {\n                                \"unitOfMeasurement\": \"EACH\",\n                                \"amount\": \"1\"\n                            },\n                            \"orderLineStatuses\": {\n                                \"orderLineStatus\": [\n                                    {\n                                        \"status\": \"Shipped\",\n                                        \"subSellerId\": null,\n                                        \"statusQuantity\": {\n                                            \"unitOfMeasurement\": \"EACH\",\n                                            \"amount\": \"1\"\n                                        },\n                                        \"cancellationReason\": null,\n                                        \"trackingInfo\": null,\n                                        \"returnCenterAddress\": null,\n                                        \"sellerOrderId\": null,\n                                        \"shipmentPackages\": null\n                                    }\n                                ]\n                            },\n                            \"refund\": null,\n                            \"shippingMethod\": \"STANDARD\",\n                            \"soPrimeLineSubLineNo\": \"XXXXXXXXXXXXXXXX-X\",\n                            \"promiseDeliveryDate\": \"2026-04-01T19:00:00.000+0000\",\n                            \"isMSIEnabled\": \"N\",\n                            \"seller\": {\n                                \"id\": \"XXXXXXXXXX\",\n                                \"name\": \"Multivende\",\n                                \"shipNodeType\": \"WFSFulfilled\"\n                            },\n                            \"isWFSEnabled\": \"Y\",\n                            \"fulfillmentType\": \"WFS\"\n                        }\n                    ]\n                },\n                \"shipments\": [\n                    {\n                        \"shipmentLines\": [\n                            {\n                                \"primeLineNo\": \"1\",\n                                \"shipmentLineNo\": \"1\",\n                                \"quantity\": {\n                                    \"unitOfMeasurement\": \"EACH\",\n                                    \"amount\": \"1\"\n                                }\n                            }\n                        ],\n                        \"shipmentNo\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"status\": \"Shipped\",\n                        \"packageNo\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"isSellerOwnedShipment\": \"N\",\n                        \"carrier\": \"75060174\",\n                        \"trackingNumber\": \"XXXXXXXXXXXXXXX\",\n                        \"shipmentAdditionalDate\": {\n                            \"expectedShipmentShippedDate\": \"\",\n                            \"shipmentShippedDate\": \"2026-03-22T07:35:48.000+0000\"\n                        },\n                        \"trackingURL\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                    }\n                ],\n                \"orderTotal\": {\n                    \"currency\": \"MXN\",\n                    \"amount\": 6899\n                }\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-22T06:26:48.000Z\",\n            \"externalUpdatedAt\": \"2026-03-22T06:26:48.000Z\",\n            \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n            \"updatedAt\": \"2026-03-22T14:39:12.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"walmart\",\n                \"name\": \"Multivende\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_unfulfilled_inventory\",\n            \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n            \"updatedAt\": \"2026-03-22T06:28:58.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": \"2026-04-01T19:00:00.000Z\",\n                \"handlingDateLimit\": null,\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_unfulfilled_inventory\",\n                \"shippingLabelStatus\": \"ready\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"shipped\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": \"XXXXXXXXXXXXXXX\",\n                \"trackingUrl\": null,\n                \"courierName\": \"75060174\",\n                \"shippingMode\": \"fulfillment\",\n                \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n                \"updatedAt\": \"2026-03-22T13:39:05.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXXXXXXXXXX-X\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"{\\\"shipmentLines\\\":[{\\\"primeLineNo\\\":\\\"1\\\",\\\"shipmentLineNo\\\":\\\"1\\\",\\\"quantity\\\":{\\\"unitOfMeasurement\\\":\\\"EACH\\\",\\\"amount\\\":\\\"1\\\"}}],\\\"shipmentNo\\\":\\\"a0bc6ab7-f6d5-42b7-b2ec-96a0fcddfd1e\\\",\\\"status\\\":\\\"Shipped\\\",\\\"packageNo\\\":\\\"a0bc6ab7-f6d5-42b7-b2ec-96a0fcddfd1e\\\",\\\"isSellerOwnedShipment\\\":\\\"N\\\",\\\"carrier\\\":\\\"75060174\\\",\\\"trackingNumber\\\":\\\"MXFDDWM17929024\\\",\\\"shipmentAdditionalDate\\\":{\\\"expectedShipmentShippedDate\\\":\\\"\\\",\\\"shipmentShippedDate\\\":\\\"2026-03-22T07:35:48.000+0000\\\"},\\\"trackingURL\\\":\\\"https://www.walmart.com.mx/tu-cuenta/pedidos/600000079234842/track/MXFDDWM17929024\\\"}\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-22T06:26:48.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-22T06:26:48.000Z\",\n                        \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n                        \"updatedAt\": \"2026-03-22T14:39:13.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": null,\n                    \"description\": \"undefined undefined XXXXX\",\n                    \"indications\": null,\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": \"XXXXX\",\n                    \"city\": \"Multivende\",\n                    \"state\": \"XXX\",\n                    \"country\": \"MX\",\n                    \"street\": \"Multivende\",\n                    \"number\": null,\n                    \"neighborhood\": null,\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n                    \"updatedAt\": \"2026-03-22T14:39:13.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": null,\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": null,\n                            \"phoneNumber\": \"XXXXXXXXXX\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n                            \"updatedAt\": \"2026-03-22T06:28:57.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 1,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_unfulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n                    \"updatedAt\": \"2026-03-22T06:28:57.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXXX\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 58,\n                        \"length\": 59.6,\n                        \"height\": 101.5,\n                        \"weight\": 43,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-07-29T14:00:16.000Z\",\n                        \"updatedAt\": \"2026-03-02T19:18:57.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": null,\n                            \"model\": \"XXXXXXXXXX\",\n                            \"code\": \"XXXXXXXXXX\",\n                            \"internalCode\": \"XXXXXXXXXX\",\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2025-07-29T14:00:16.000Z\",\n                            \"updatedAt\": \"2026-03-15T03:05:01.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"fulfillment_by_marketplace\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 2,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-10-22T14:25:07.000Z\",\n                        \"updatedAt\": \"2025-10-22T14:25:07.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"\",\n            \"amount\": 6899,\n            \"amountPaid\": 6899,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": \"\",\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": \"\",\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n            \"updatedAt\": \"2026-03-22T06:28:57.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n                \"code\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                \"name\": \"PAYMENT_METHODS.Other.Name\",\n                \"description\": \"PAYMENT_METHODS.Other.Description\",\n                \"position\": 7,\n                \"status\": \"created\",\n                \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n                \"updatedAt\": \"2016-12-14T16:38:46.000Z\",\n                \"codeTranslated\": \"Otros\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXXXXXXXXXX\",\n                    \"transactionId\": \"XXXXXXXXXXXXXXX\",\n                    \"externalContent\": \"\\\"\\\"\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n                    \"updatedAt\": \"2026-03-22T06:28:57.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 6899,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n            \"updatedAt\": \"2026-03-22T06:28:57.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXX\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 58,\n                \"length\": 59.6,\n                \"height\": 101.5,\n                \"weight\": 43,\n                \"status\": \"created\",\n                \"createdAt\": \"2025-07-29T14:00:16.000Z\",\n                \"updatedAt\": \"2026-03-02T19:18:57.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-07-24T22:04:54.000Z\",\n                    \"updatedAt\": \"2025-07-24T22:04:54.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Blanco\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-06-03T11:22:54.000Z\",\n                    \"updatedAt\": \"2025-06-03T11:22:54.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": null,\n                    \"model\": \"XXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXX\",\n                    \"internalCode\": \"XXXXXXXXXX\",\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-07-29T14:00:16.000Z\",\n                    \"updatedAt\": \"2026-03-15T03:05:01.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 6899,\n            \"discount\": 0,\n            \"totalWithDiscount\": 6899,\n            \"paymentByItem\": 6899\n        }\n    ],\n    \"cachedDate\": \"2026-03-22T14:59:05.000Z\",\n    \"total\": 6899,\n    \"discount\": 0,\n    \"totalWithDiscount\": 6899,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 6899,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 6899,\n    \"createdAtLocale\": \"22/03/2026 6:28:57\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXXXX\",\n        \"externalContent\": {\n            \"customerOrderId\": \"XXXXXXXXXXXXXXX\",\n            \"orderDate\": 1774160808655,\n            \"shippingInfo\": {\n                \"phone\": \"XXXXXXXXXX\",\n                \"postalAddress\": {\n                    \"name\": \"Multivende\",\n                    \"address1\": \"Multivende\",\n                    \"address2\": null,\n                    \"city\": \"Multivende\",\n                    \"state\": \"XXX\",\n                    \"postalCode\": \"XXXXX\",\n                    \"country\": \"MX\",\n                    \"addressType\": null\n                },\n                \"carrierMethodName\": null\n            },\n            \"totalLines\": \"1\",\n            \"totalQuantity\": \"1\",\n            \"orderLines\": {\n                \"orderLine\": [\n                    {\n                        \"primeLineNumber\": \"1\",\n                        \"coLineNumber\": \"1\",\n                        \"item\": {\n                            \"upc\": \"XXXXXXXXXXXXXX\",\n                            \"offerId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"productName\": \"Multivende\",\n                            \"sku\": \"XXXXXXXXXX\",\n                            \"condition\": \"New\",\n                            \"imageUrl\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"unitPrice\": {\n                                \"currency\": \"MXN\",\n                                \"amount\": 6899\n                            },\n                            \"unitPriceWithoutTax\": {\n                                \"currency\": \"MXN\",\n                                \"amount\": 5947.41\n                            }\n                        },\n                        \"charges\": {\n                            \"charge\": [\n                                {\n                                    \"chargeType\": \"PRODUCT\",\n                                    \"chargeAmount\": {\n                                        \"currency\": \"MXN\",\n                                        \"amount\": 5947.41\n                                    },\n                                    \"tax\": {\n                                        \"taxName\": \"TOTAL_TAX\",\n                                        \"taxAmount\": {\n                                            \"currency\": \"MXN\",\n                                            \"amount\": 951.59\n                                        }\n                                    },\n                                    \"taxDetails\": [\n                                        {\n                                            \"taxName\": \"TOTAL_TAX\",\n                                            \"taxAmount\": {\n                                                \"currency\": \"MXN\",\n                                                \"amount\": 951.59\n                                            }\n                                        }\n                                    ],\n                                    \"isDiscount\": null,\n                                    \"discountType\": null\n                                }\n                            ]\n                        },\n                        \"orderLineQuantity\": {\n                            \"unitOfMeasurement\": \"EACH\",\n                            \"amount\": \"1\"\n                        },\n                        \"orderLineStatuses\": {\n                            \"orderLineStatus\": [\n                                {\n                                    \"status\": \"Shipped\",\n                                    \"subSellerId\": null,\n                                    \"statusQuantity\": {\n                                        \"unitOfMeasurement\": \"EACH\",\n                                        \"amount\": \"1\"\n                                    },\n                                    \"cancellationReason\": null,\n                                    \"trackingInfo\": null,\n                                    \"returnCenterAddress\": null,\n                                    \"sellerOrderId\": null,\n                                    \"shipmentPackages\": null\n                                }\n                            ]\n                        },\n                        \"refund\": null,\n                        \"shippingMethod\": \"STANDARD\",\n                        \"soPrimeLineSubLineNo\": \"XXXXXXXXXXXXXXXX-X\",\n                        \"promiseDeliveryDate\": \"2026-04-01T19:00:00.000+0000\",\n                        \"isMSIEnabled\": \"N\",\n                        \"seller\": {\n                            \"id\": \"XXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"shipNodeType\": \"WFSFulfilled\"\n                        },\n                        \"isWFSEnabled\": \"Y\",\n                        \"fulfillmentType\": \"WFS\"\n                    }\n                ]\n            },\n            \"shipments\": [\n                {\n                    \"shipmentLines\": [\n                        {\n                            \"primeLineNo\": \"1\",\n                            \"shipmentLineNo\": \"1\",\n                            \"quantity\": {\n                                \"unitOfMeasurement\": \"EACH\",\n                                \"amount\": \"1\"\n                            }\n                        }\n                    ],\n                    \"shipmentNo\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"status\": \"Shipped\",\n                    \"packageNo\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"isSellerOwnedShipment\": \"N\",\n                    \"carrier\": \"75060174\",\n                    \"trackingNumber\": \"XXXXXXXXXXXXXXX\",\n                    \"shipmentAdditionalDate\": {\n                        \"expectedShipmentShippedDate\": \"\",\n                        \"shipmentShippedDate\": \"2026-03-22T07:35:48.000+0000\"\n                    },\n                    \"trackingURL\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                }\n            ],\n            \"orderTotal\": {\n                \"currency\": \"MXN\",\n                \"amount\": 6899\n            }\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-22T06:26:48.000Z\",\n        \"externalUpdatedAt\": \"2026-03-22T06:26:48.000Z\",\n        \"createdAt\": \"2026-03-22T06:28:57.000Z\",\n        \"updatedAt\": \"2026-03-22T14:39:12.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"walmart\",\n            \"name\": \"Multivende\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"8bfdca46-cde0-4b54-9de4-cc16d8a3cef9","name":"Get checkout (BigCommerce)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXX\",\n    \"origin\": \"bigcommerce\",\n    \"net\": 25,\n    \"tax\": 5,\n    \"gross\": 30,\n    \"tags\": \"\",\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"partial\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2024-02-05T15:38:09.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": null,\n    \"shippingMode\": \"Free Shipping\",\n    \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n    \"updatedAt\": \"2024-02-07T15:38:40.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Bodega Principal\",\n        \"code\": \"02256189\",\n        \"address\": \"Av. Manquehue Norte XX, Las Condes\",\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": \"+XXX\",\n        \"phoneNumber\": \"XXXXXXXX\",\n        \"latitude\": -33.4514,\n        \"longitude\": -70.2571,\n        \"openHours\": \"Lunes a Viernes 8 am a 4 pm\",\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-03-24T16:08:47.000Z\",\n        \"updatedAt\": \"2023-01-04T14:49:14.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"test 1\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"bigcommerce\",\n        \"name\": \"test 1\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"code\": \"_delivery_type_delivery\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende SpA\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n        \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2020-08-27T19:13:42.000Z\",\n        \"updatedAt\": \"2020-08-27T19:13:42.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": null,\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": null,\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"multivende@multivende.com\",\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n        \"updatedAt\": \"2024-02-05T15:38:09.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": null,\n                \"address_1\": \"Los capitanes XXXX\",\n                \"address_2\": \"304\",\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": \"SANTIAGO\",\n                \"city\": \"PROVIDENCIA\",\n                \"country\": \"Chile\",\n                \"street\": \"Los capitanes XXXX\",\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": null,\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n                \"updatedAt\": \"2024-02-07T15:38:40.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"100\",\n            \"tags\": \"\",\n            \"externalContent\": \"{}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n            \"updatedAt\": \"2024-02-07T15:38:35.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": null,\n            \"address_1\": \"Los capitanes XXXX\",\n            \"address_2\": \"304\",\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": \"SANTIAGO\",\n            \"city\": \"PROVIDENCIA\",\n            \"country\": \"Chile\",\n            \"street\": \"Los capitanes XXXX\",\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": null,\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n            \"updatedAt\": \"2024-02-07T15:38:40.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": \"Multivende\",\n            \"taxActivity\": null,\n            \"taxId\": null,\n            \"documentType\": null,\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"multivende@multivende.com\",\n            \"phoneNumber\": \"XXXXXXXXX\",\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n            \"updatedAt\": \"2024-02-05T15:38:09.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"100\",\n            \"externalOrderNumber\": \"100\",\n            \"externalCustomerOrderNumber\": \"100\",\n            \"externalContent\": {\n                \"id\": 100,\n                \"customer_id\": 0,\n                \"date_created\": \"Mon, 05 Feb 2024 15:35:17 +0000\",\n                \"date_modified\": \"Mon, 05 Feb 2024 15:35:20 +0000\",\n                \"date_shipped\": \"\",\n                \"status_id\": 11,\n                \"status\": \"Awaiting Fulfillment\",\n                \"subtotal_ex_tax\": \"25.0000\",\n                \"subtotal_inc_tax\": \"30.0000\",\n                \"subtotal_tax\": \"5.0000\",\n                \"base_shipping_cost\": \"0.0000\",\n                \"shipping_cost_ex_tax\": \"0.0000\",\n                \"shipping_cost_inc_tax\": \"0.0000\",\n                \"shipping_cost_tax\": \"0.0000\",\n                \"shipping_cost_tax_class_id\": 2,\n                \"base_handling_cost\": \"0.0000\",\n                \"handling_cost_ex_tax\": \"0.0000\",\n                \"handling_cost_inc_tax\": \"0.0000\",\n                \"handling_cost_tax\": \"0.0000\",\n                \"handling_cost_tax_class_id\": 2,\n                \"base_wrapping_cost\": \"0.0000\",\n                \"wrapping_cost_ex_tax\": \"0.0000\",\n                \"wrapping_cost_inc_tax\": \"0.0000\",\n                \"wrapping_cost_tax\": \"0.0000\",\n                \"wrapping_cost_tax_class_id\": 3,\n                \"total_ex_tax\": \"25.0000\",\n                \"total_inc_tax\": \"30.0000\",\n                \"total_tax\": \"5.0000\",\n                \"items_total\": 1,\n                \"items_shipped\": 0,\n                \"payment_method\": \"Test Payment Provider\",\n                \"payment_provider_id\": \"\",\n                \"payment_status\": \"captured\",\n                \"refunded_amount\": \"0.0000\",\n                \"order_is_digital\": false,\n                \"store_credit_amount\": \"0.0000\",\n                \"gift_certificate_amount\": \"0.0000\",\n                \"ip_address\": \"79.116.57.253\",\n                \"ip_address_v6\": \"\",\n                \"geoip_country\": \"Spain\",\n                \"geoip_country_iso2\": \"ES\",\n                \"currency_id\": 1,\n                \"currency_code\": \"CLP\",\n                \"currency_exchange_rate\": \"1.0000000000\",\n                \"default_currency_id\": 1,\n                \"default_currency_code\": \"CLP\",\n                \"staff_notes\": \"\",\n                \"customer_message\": \"\",\n                \"discount_amount\": \"0.0000\",\n                \"coupon_discount\": \"0.0000\",\n                \"shipping_address_count\": 1,\n                \"is_deleted\": false,\n                \"ebay_order_id\": \"0\",\n                \"cart_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"billing_address\": {\n                    \"first_name\": \"Multivende\",\n                    \"last_name\": \"Multivende\",\n                    \"company\": \"\",\n                    \"street_1\": \"Los capitanes XXXX\",\n                    \"street_2\": \"304\",\n                    \"city\": \"PROVIDENCIA\",\n                    \"state\": \"Maule\",\n                    \"zip\": \"SANTIAGO\",\n                    \"country\": \"Chile\",\n                    \"country_iso2\": \"CL\",\n                    \"phone\": \"XXXXXXXXX\",\n                    \"email\": \"multivende@multivende.com\",\n                    \"form_fields\": []\n                },\n                \"is_email_opt_in\": false,\n                \"credit_card_type\": \"visa\",\n                \"order_source\": \"www\",\n                \"channel_id\": 1,\n                \"external_source\": \"\",\n                \"consignments\": {\n                    \"pickups\": [],\n                    \"shipping\": [\n                        {\n                            \"id\": 1,\n                            \"first_name\": \"Multivende\",\n                            \"last_name\": \"Multivende\",\n                            \"company\": \"\",\n                            \"street_1\": \"Los capitanes XXXX\",\n                            \"street_2\": \"304\",\n                            \"city\": \"PROVIDENCIA\",\n                            \"zip\": \"SANTIAGO\",\n                            \"country\": \"Chile\",\n                            \"country_iso2\": \"CL\",\n                            \"state\": \"Maule\",\n                            \"email\": \"multivende@multivende.com\",\n                            \"phone\": \"XXXXXXXXX\",\n                            \"form_fields\": [],\n                            \"line_items\": [\n                                {\n                                    \"url\": \"https://api.bigcommerce.com/stores/zsdztr4a8i/v2/orders/100/products/1\",\n                                    \"resource\": \"/orders/100/products/1\"\n                                }\n                            ],\n                            \"items_total\": 1,\n                            \"items_shipped\": 0,\n                            \"shipping_method\": \"Free Shipping\",\n                            \"base_cost\": 0,\n                            \"cost_ex_tax\": 0,\n                            \"cost_inc_tax\": 0,\n                            \"cost_tax\": 0,\n                            \"cost_tax_class_id\": 2,\n                            \"base_handling_cost\": 0,\n                            \"handling_cost_ex_tax\": 0,\n                            \"handling_cost_inc_tax\": 0,\n                            \"handling_cost_tax\": 0,\n                            \"handling_cost_tax_class_id\": 2,\n                            \"shipping_zone_id\": 1,\n                            \"shipping_zone_name\": \"Chile\",\n                            \"shipping_quotes\": {\n                                \"id\": \"1\",\n                                \"uuid\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"timestamp\": \"Mon, 05 Feb 2024 15:35:17 +0000\",\n                                \"shipping_provider_id\": \"freeshipping\",\n                                \"shipping_provider_quote\": {\n                                    \"additionalInfo\": {}\n                                },\n                                \"provider_code\": \"freeshipping\",\n                                \"carrier_code\": \"\",\n                                \"rate_code\": \"\",\n                                \"rate_id\": \"\",\n                                \"method_id\": -1\n                            }\n                        }\n                    ],\n                    \"downloads\": [],\n                    \"email\": {\n                        \"gift_certificates\": []\n                    }\n                },\n                \"products\": [\n                    {\n                        \"id\": 1,\n                        \"order_id\": 100,\n                        \"product_id\": 111,\n                        \"variant_id\": 74,\n                        \"order_pickup_method_id\": 0,\n                        \"order_address_id\": 1,\n                        \"name\": \"[Ejemplo] Smith Journal 13\",\n                        \"name_customer\": \"[Ejemplo] Smith Journal 13\",\n                        \"name_merchant\": \"[Ejemplo] Smith Journal 13\",\n                        \"sku\": \"SM13\",\n                        \"upc\": \"\",\n                        \"type\": \"physical\",\n                        \"base_price\": \"25.0000\",\n                        \"price_ex_tax\": \"25.0000\",\n                        \"price_inc_tax\": \"30.0000\",\n                        \"price_tax\": \"5.0000\",\n                        \"base_total\": \"25.0000\",\n                        \"total_ex_tax\": \"25.0000\",\n                        \"total_inc_tax\": \"30.0000\",\n                        \"total_tax\": \"5.0000\",\n                        \"weight\": \"1.0000\",\n                        \"width\": \"0.0000\",\n                        \"height\": \"0.0000\",\n                        \"depth\": \"0.0000\",\n                        \"quantity\": 1,\n                        \"base_cost_price\": \"0.0000\",\n                        \"cost_price_inc_tax\": \"0.0000\",\n                        \"cost_price_ex_tax\": \"0.0000\",\n                        \"cost_price_tax\": \"0.0000\",\n                        \"is_refunded\": false,\n                        \"quantity_refunded\": 0,\n                        \"refund_amount\": \"0.0000\",\n                        \"return_id\": 0,\n                        \"wrapping_id\": 0,\n                        \"wrapping_name\": \"\",\n                        \"base_wrapping_cost\": \"0.0000\",\n                        \"wrapping_cost_ex_tax\": \"0.0000\",\n                        \"wrapping_cost_inc_tax\": \"0.0000\",\n                        \"wrapping_cost_tax\": \"0.0000\",\n                        \"wrapping_message\": \"\",\n                        \"quantity_shipped\": 0,\n                        \"event_name\": null,\n                        \"event_date\": \"\",\n                        \"fixed_shipping_cost\": \"0.0000\",\n                        \"ebay_item_id\": \"\",\n                        \"ebay_transaction_id\": \"\",\n                        \"option_set_id\": null,\n                        \"parent_order_product_id\": null,\n                        \"is_bundled_product\": false,\n                        \"bin_picking_number\": \"\",\n                        \"external_id\": null,\n                        \"fulfillment_source\": \"\",\n                        \"brand\": \"\",\n                        \"gift_certificate_id\": null,\n                        \"applied_discounts\": [],\n                        \"product_options\": [],\n                        \"configurable_fields\": [],\n                        \"discounted_total_inc_tax\": \"30.0000\"\n                    }\n                ],\n                \"shipping_addresses\": [\n                    {\n                        \"id\": 1,\n                        \"order_id\": 100,\n                        \"first_name\": \"Multivende\",\n                        \"last_name\": \"Multivende\",\n                        \"company\": \"\",\n                        \"street_1\": \"Los capitanes XXXX\",\n                        \"street_2\": \"304\",\n                        \"city\": \"PROVIDENCIA\",\n                        \"zip\": \"SANTIAGO\",\n                        \"country\": \"Chile\",\n                        \"country_iso2\": \"CL\",\n                        \"state\": \"Maule\",\n                        \"email\": \"multivende@multivende.com\",\n                        \"phone\": \"XXXXXXXXX\",\n                        \"items_total\": 1,\n                        \"items_shipped\": 0,\n                        \"shipping_method\": \"Free Shipping\",\n                        \"base_cost\": \"0.0000\",\n                        \"cost_ex_tax\": \"0.0000\",\n                        \"cost_inc_tax\": \"0.0000\",\n                        \"cost_tax\": \"0.0000\",\n                        \"cost_tax_class_id\": 2,\n                        \"base_handling_cost\": \"0.0000\",\n                        \"handling_cost_ex_tax\": \"0.0000\",\n                        \"handling_cost_inc_tax\": \"0.0000\",\n                        \"handling_cost_tax\": \"0.0000\",\n                        \"handling_cost_tax_class_id\": 2,\n                        \"shipping_zone_id\": 1,\n                        \"shipping_zone_name\": \"Chile\",\n                        \"shipping_quotes\": {\n                            \"url\": \"https://api.bigcommerce.com/stores/zsdztr4a8i/v2/orders/100/shipping_addresses/1/shipping_quotes\",\n                            \"resource\": \"/orders/100/shipping_addresses/1/shipping_quotes\"\n                        },\n                        \"form_fields\": []\n                    }\n                ],\n                \"coupons\": \"\",\n                \"external_id\": null,\n                \"external_merchant_id\": null,\n                \"tax_provider_id\": \"BasicTaxProvider\",\n                \"customer_locale\": \"es-CL\",\n                \"external_order_id\": \"\",\n                \"store_default_currency_code\": \"CLP\",\n                \"store_default_to_transactional_exchange_rate\": \"1.0000000000\",\n                \"custom_status\": \"Awaiting Fulfillment\",\n                \"client\": {\n                    \"first_name\": \"Multivende\",\n                    \"last_name\": \"Multivende\",\n                    \"company\": \"\",\n                    \"street_1\": \"Los capitanes XXXX\",\n                    \"street_2\": \"304\",\n                    \"city\": \"PROVIDENCIA\",\n                    \"state\": \"Maule\",\n                    \"zip\": \"SANTIAGO\",\n                    \"country\": \"Chile\",\n                    \"country_iso2\": \"CL\",\n                    \"phone\": \"XXXXXXXXX\",\n                    \"email\": \"multivende@multivende.com\",\n                    \"form_fields\": []\n                },\n                \"shipments\": \"\",\n                \"pickUps\": {\n                    \"data\": []\n                },\n                \"transactions\": [\n                    {\n                        \"id\": 0,\n                        \"order_id\": \"100\",\n                        \"event\": \"purchase\",\n                        \"method\": \"credit_card\",\n                        \"amount\": 0.3,\n                        \"currency\": \"CLP\",\n                        \"gateway\": \"bigpaypay\",\n                        \"gateway_transaction_id\": \"\",\n                        \"payment_method_id\": \"bigpaypay.zzzblackhole\",\n                        \"status\": \"ok\",\n                        \"test\": true,\n                        \"fraud_review\": false,\n                        \"reference_transaction_id\": null,\n                        \"date_created\": \"2024-02-05T15:35:19+00:00\",\n                        \"avs_result\": {\n                            \"code\": \"\",\n                            \"message\": \"\",\n                            \"street_match\": \"\",\n                            \"postal_match\": \"\"\n                        },\n                        \"cvv_result\": {\n                            \"code\": \"\",\n                            \"message\": \"\"\n                        },\n                        \"credit_card\": {\n                            \"card_type\": \"visa\",\n                            \"card_iin\": \"411111\",\n                            \"card_last4\": \"1111\",\n                            \"card_expiry_month\": 4,\n                            \"card_expiry_year\": 2024\n                        },\n                        \"gift_certificate\": null,\n                        \"store_credit\": null,\n                        \"offline\": null,\n                        \"custom\": null,\n                        \"payment_instrument_token\": null,\n                        \"custom_provider_field_result\": null\n                    }\n                ]\n            },\n            \"tags\": null,\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2024-02-07T15:38:35.000Z\",\n            \"externalUpdatedAt\": \"2024-02-07T15:38:35.000Z\",\n            \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n            \"updatedAt\": \"2024-02-07T15:38:35.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_unfulfilled_inventory\",\n            \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n            \"updatedAt\": \"2024-02-05T15:38:09.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"3881869760833\",\n                \"cost\": 0,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": null,\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": null,\n                \"handlingDateLimit\": null,\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_unfulfilled_inventory\",\n                \"shippingLabelStatus\": \"pending\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": null,\n                \"trackingUrl\": null,\n                \"courierName\": null,\n                \"shippingMode\": \"Free Shipping\",\n                \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n                \"updatedAt\": \"2024-02-05T15:38:09.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"1\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"{}\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2024-02-05T15:38:09.000Z\",\n                        \"externalUpdatedAt\": \"2024-02-05T15:38:09.000Z\",\n                        \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n                        \"updatedAt\": \"2024-02-07T15:38:40.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Los capitanes XXXX\",\n                    \"address_2\": \"304\",\n                    \"description\": null,\n                    \"indications\": null,\n                    \"receiverName\": null,\n                    \"zipCode\": \"SANTIAGO\",\n                    \"city\": \"PROVIDENCIA\",\n                    \"state\": \"Maule\",\n                    \"country\": \"Chile\",\n                    \"street\": \"Los capitanes XXXX\",\n                    \"number\": null,\n                    \"neighborhood\": null,\n                    \"position\": 0,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n                    \"updatedAt\": \"2024-02-07T15:38:40.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": \"multivende@multivende.com\",\n                            \"phoneNumber\": \"XXXXXXXXX\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n                            \"updatedAt\": \"2024-02-05T15:38:09.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"9374530336450\",\n                    \"unfulfilledAmount\": 1,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_unfulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n                    \"updatedAt\": \"2024-02-05T15:38:09.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"12345678\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 1,\n                        \"width\": 0,\n                        \"length\": 0,\n                        \"height\": 0,\n                        \"weight\": 0,\n                        \"status\": \"deleted\",\n                        \"createdAt\": \"2024-02-05T15:38:02.000Z\",\n                        \"updatedAt\": \"2024-07-03T20:20:44.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"TEST Balon Baloncesto Runic #5-Naranja Webhook Name\",\n                            \"alias\": null,\n                            \"model\": null,\n                            \"code\": \"RK5U100_U1\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"deleted\",\n                            \"createdAt\": \"2023-07-18T20:30:32.000Z\",\n                            \"updatedAt\": \"2024-07-03T20:20:44.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": null,\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Bodega Principal\",\n                        \"code\": \"02256189\",\n                        \"address\": \"Av. Manquehue Norte  65, Las Condes\",\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": \"+562\",\n                        \"phoneNumber\": \"27975615\",\n                        \"latitude\": -33.4514,\n                        \"longitude\": -70.2571,\n                        \"openHours\": \"Lunes a Viernes 8 am a 4 pm\",\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2021-03-24T16:08:47.000Z\",\n                        \"updatedAt\": \"2023-01-04T14:49:14.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"0\",\n            \"amount\": 0.3,\n            \"amountPaid\": 0.3,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": \"2024-02-05T15:35:19.000Z\",\n            \"dateVerificated\": null,\n            \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n            \"updatedAt\": \"2024-02-05T15:38:09.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{\\n  \\\"requiresTransaction\\\": true\\n}\",\n                \"code\": \"_payment_methods_credit_card\",\n                \"name\": \"PAYMENT_METHODS.Credit_card.Name\",\n                \"description\": \"PAYMENT_METHODS.Credit_card.Description\",\n                \"position\": 1,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Tarjeta de crédito\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"0\",\n                    \"transactionId\": \"0\",\n                    \"externalContent\": \"{}\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n                    \"updatedAt\": \"2024-02-05T15:38:09.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"SM13\",\n            \"net\": 25,\n            \"tax\": 5,\n            \"gross\": 30,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n            \"updatedAt\": \"2024-02-05T15:38:09.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"12345678\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 1,\n                \"width\": 0,\n                \"length\": 0,\n                \"height\": 0,\n                \"weight\": 0,\n                \"status\": \"deleted\",\n                \"createdAt\": \"2024-02-05T15:38:02.000Z\",\n                \"updatedAt\": \"2024-07-03T20:20:44.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2018-07-29T16:54:56.000Z\",\n                    \"updatedAt\": \"2021-08-03T18:24:02.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-11-12T21:12:25.000Z\",\n                    \"updatedAt\": \"2021-11-12T21:12:25.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"TEST Balon Baloncesto Runic #5-Naranja Webhook Name\",\n                    \"alias\": null,\n                    \"model\": null,\n                    \"code\": \"RK5U100_U1\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2023-07-18T20:30:32.000Z\",\n                    \"updatedAt\": \"2024-07-03T20:20:44.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": null,\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 30,\n            \"discount\": 0,\n            \"totalWithDiscount\": 30,\n            \"paymentByItem\": 0.3\n        }\n    ],\n    \"cachedDate\": \"2024-08-29T15:18:47.000Z\",\n    \"total\": 30,\n    \"discount\": 0,\n    \"totalWithDiscount\": 30,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"totalPayment\": 0.3,\n    \"createdAtLocale\": \"05/02/2024 15:38:09\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"100\",\n        \"externalOrderNumber\": \"100\",\n        \"externalCustomerOrderNumber\": \"100\",\n        \"externalContent\": {\n            \"id\": 100,\n            \"customer_id\": 0,\n            \"date_created\": \"Mon, 05 Feb 2024 15:35:17 +0000\",\n            \"date_modified\": \"Mon, 05 Feb 2024 15:35:20 +0000\",\n            \"date_shipped\": \"\",\n            \"status_id\": 11,\n            \"status\": \"Awaiting Fulfillment\",\n            \"subtotal_ex_tax\": \"25.0000\",\n            \"subtotal_inc_tax\": \"30.0000\",\n            \"subtotal_tax\": \"5.0000\",\n            \"base_shipping_cost\": \"0.0000\",\n            \"shipping_cost_ex_tax\": \"0.0000\",\n            \"shipping_cost_inc_tax\": \"0.0000\",\n            \"shipping_cost_tax\": \"0.0000\",\n            \"shipping_cost_tax_class_id\": 2,\n            \"base_handling_cost\": \"0.0000\",\n            \"handling_cost_ex_tax\": \"0.0000\",\n            \"handling_cost_inc_tax\": \"0.0000\",\n            \"handling_cost_tax\": \"0.0000\",\n            \"handling_cost_tax_class_id\": 2,\n            \"base_wrapping_cost\": \"0.0000\",\n            \"wrapping_cost_ex_tax\": \"0.0000\",\n            \"wrapping_cost_inc_tax\": \"0.0000\",\n            \"wrapping_cost_tax\": \"0.0000\",\n            \"wrapping_cost_tax_class_id\": 3,\n            \"total_ex_tax\": \"25.0000\",\n            \"total_inc_tax\": \"30.0000\",\n            \"total_tax\": \"5.0000\",\n            \"items_total\": 1,\n            \"items_shipped\": 0,\n            \"payment_method\": \"Test Payment Provider\",\n            \"payment_provider_id\": \"\",\n            \"payment_status\": \"captured\",\n            \"refunded_amount\": \"0.0000\",\n            \"order_is_digital\": false,\n            \"store_credit_amount\": \"0.0000\",\n            \"gift_certificate_amount\": \"0.0000\",\n            \"ip_address\": \"79.116.57.253\",\n            \"ip_address_v6\": \"\",\n            \"geoip_country\": \"Spain\",\n            \"geoip_country_iso2\": \"ES\",\n            \"currency_id\": 1,\n            \"currency_code\": \"CLP\",\n            \"currency_exchange_rate\": \"1.0000000000\",\n            \"default_currency_id\": 1,\n            \"default_currency_code\": \"CLP\",\n            \"staff_notes\": \"\",\n            \"customer_message\": \"\",\n            \"discount_amount\": \"0.0000\",\n            \"coupon_discount\": \"0.0000\",\n            \"shipping_address_count\": 1,\n            \"is_deleted\": false,\n            \"ebay_order_id\": \"0\",\n            \"cart_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"billing_address\": {\n                \"first_name\": \"Multivende\",\n                \"last_name\": \"Multivende\",\n                \"company\": \"\",\n                \"street_1\": \"Los capitanes XXXX\",\n                \"street_2\": \"304\",\n                \"city\": \"PROVIDENCIA\",\n                \"state\": \"Maule\",\n                \"zip\": \"SANTIAGO\",\n                \"country\": \"Chile\",\n                \"country_iso2\": \"CL\",\n                \"phone\": \"XXXXXXXXX\",\n                \"email\": \"multivende@multivende.com\",\n                \"form_fields\": []\n            },\n            \"is_email_opt_in\": false,\n            \"credit_card_type\": \"visa\",\n            \"order_source\": \"www\",\n            \"channel_id\": 1,\n            \"external_source\": \"\",\n            \"consignments\": {\n                \"pickups\": [],\n                \"shipping\": [\n                    {\n                        \"id\": 1,\n                        \"first_name\": \"Multivende\",\n                        \"last_name\": \"Multivende\",\n                        \"company\": \"\",\n                        \"street_1\": \"Los capitanes XXXX\",\n                        \"street_2\": \"304\",\n                        \"city\": \"PROVIDENCIA\",\n                        \"zip\": \"SANTIAGO\",\n                        \"country\": \"Chile\",\n                        \"country_iso2\": \"CL\",\n                        \"state\": \"Maule\",\n                        \"email\": \"multivende@multivende.com\",\n                        \"phone\": \"XXXXXXXXX\",\n                        \"form_fields\": [],\n                        \"line_items\": [\n                            {\n                                \"url\": \"https://api.bigcommerce.com/stores/zsdztr4a8i/v2/orders/100/products/1\",\n                                \"resource\": \"/orders/100/products/1\"\n                            }\n                        ],\n                        \"items_total\": 1,\n                        \"items_shipped\": 0,\n                        \"shipping_method\": \"Free Shipping\",\n                        \"base_cost\": 0,\n                        \"cost_ex_tax\": 0,\n                        \"cost_inc_tax\": 0,\n                        \"cost_tax\": 0,\n                        \"cost_tax_class_id\": 2,\n                        \"base_handling_cost\": 0,\n                        \"handling_cost_ex_tax\": 0,\n                        \"handling_cost_inc_tax\": 0,\n                        \"handling_cost_tax\": 0,\n                        \"handling_cost_tax_class_id\": 2,\n                        \"shipping_zone_id\": 1,\n                        \"shipping_zone_name\": \"Chile\",\n                        \"shipping_quotes\": {\n                            \"id\": \"1\",\n                            \"uuid\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"timestamp\": \"Mon, 05 Feb 2024 15:35:17 +0000\",\n                            \"shipping_provider_id\": \"freeshipping\",\n                            \"shipping_provider_quote\": {\n                                \"additionalInfo\": {}\n                            },\n                            \"provider_code\": \"freeshipping\",\n                            \"carrier_code\": \"\",\n                            \"rate_code\": \"\",\n                            \"rate_id\": \"\",\n                            \"method_id\": -1\n                        }\n                    }\n                ],\n                \"downloads\": [],\n                \"email\": {\n                    \"gift_certificates\": []\n                }\n            },\n            \"products\": [\n                {\n                    \"id\": 1,\n                    \"order_id\": 100,\n                    \"product_id\": 111,\n                    \"variant_id\": 74,\n                    \"order_pickup_method_id\": 0,\n                    \"order_address_id\": 1,\n                    \"name\": \"[Ejemplo] Smith Journal 13\",\n                    \"name_customer\": \"[Ejemplo] Smith Journal 13\",\n                    \"name_merchant\": \"[Ejemplo] Smith Journal 13\",\n                    \"sku\": \"SM13\",\n                    \"upc\": \"\",\n                    \"type\": \"physical\",\n                    \"base_price\": \"25.0000\",\n                    \"price_ex_tax\": \"25.0000\",\n                    \"price_inc_tax\": \"30.0000\",\n                    \"price_tax\": \"5.0000\",\n                    \"base_total\": \"25.0000\",\n                    \"total_ex_tax\": \"25.0000\",\n                    \"total_inc_tax\": \"30.0000\",\n                    \"total_tax\": \"5.0000\",\n                    \"weight\": \"1.0000\",\n                    \"width\": \"0.0000\",\n                    \"height\": \"0.0000\",\n                    \"depth\": \"0.0000\",\n                    \"quantity\": 1,\n                    \"base_cost_price\": \"0.0000\",\n                    \"cost_price_inc_tax\": \"0.0000\",\n                    \"cost_price_ex_tax\": \"0.0000\",\n                    \"cost_price_tax\": \"0.0000\",\n                    \"is_refunded\": false,\n                    \"quantity_refunded\": 0,\n                    \"refund_amount\": \"0.0000\",\n                    \"return_id\": 0,\n                    \"wrapping_id\": 0,\n                    \"wrapping_name\": \"\",\n                    \"base_wrapping_cost\": \"0.0000\",\n                    \"wrapping_cost_ex_tax\": \"0.0000\",\n                    \"wrapping_cost_inc_tax\": \"0.0000\",\n                    \"wrapping_cost_tax\": \"0.0000\",\n                    \"wrapping_message\": \"\",\n                    \"quantity_shipped\": 0,\n                    \"event_name\": null,\n                    \"event_date\": \"\",\n                    \"fixed_shipping_cost\": \"0.0000\",\n                    \"ebay_item_id\": \"\",\n                    \"ebay_transaction_id\": \"\",\n                    \"option_set_id\": null,\n                    \"parent_order_product_id\": null,\n                    \"is_bundled_product\": false,\n                    \"bin_picking_number\": \"\",\n                    \"external_id\": null,\n                    \"fulfillment_source\": \"\",\n                    \"brand\": \"\",\n                    \"gift_certificate_id\": null,\n                    \"applied_discounts\": [],\n                    \"product_options\": [],\n                    \"configurable_fields\": [],\n                    \"discounted_total_inc_tax\": \"30.0000\"\n                }\n            ],\n            \"shipping_addresses\": [\n                {\n                    \"id\": 1,\n                    \"order_id\": 100,\n                    \"first_name\": \"Multivende\",\n                    \"last_name\": \"Multivende\",\n                    \"company\": \"\",\n                    \"street_1\": \"Los capitanes XXXX\",\n                    \"street_2\": \"304\",\n                    \"city\": \"PROVIDENCIA\",\n                    \"zip\": \"SANTIAGO\",\n                    \"country\": \"Chile\",\n                    \"country_iso2\": \"CL\",\n                    \"state\": \"Maule\",\n                    \"email\": \"multivende@multivende.com\",\n                    \"phone\": \"XXXXXXXXX\",\n                    \"items_total\": 1,\n                    \"items_shipped\": 0,\n                    \"shipping_method\": \"Free Shipping\",\n                    \"base_cost\": \"0.0000\",\n                    \"cost_ex_tax\": \"0.0000\",\n                    \"cost_inc_tax\": \"0.0000\",\n                    \"cost_tax\": \"0.0000\",\n                    \"cost_tax_class_id\": 2,\n                    \"base_handling_cost\": \"0.0000\",\n                    \"handling_cost_ex_tax\": \"0.0000\",\n                    \"handling_cost_inc_tax\": \"0.0000\",\n                    \"handling_cost_tax\": \"0.0000\",\n                    \"handling_cost_tax_class_id\": 2,\n                    \"shipping_zone_id\": 1,\n                    \"shipping_zone_name\": \"Chile\",\n                    \"shipping_quotes\": {\n                        \"url\": \"https://api.bigcommerce.com/stores/zsdztr4a8i/v2/orders/100/shipping_addresses/1/shipping_quotes\",\n                        \"resource\": \"/orders/100/shipping_addresses/1/shipping_quotes\"\n                    },\n                    \"form_fields\": []\n                }\n            ],\n            \"coupons\": \"\",\n            \"external_id\": null,\n            \"external_merchant_id\": null,\n            \"tax_provider_id\": \"BasicTaxProvider\",\n            \"customer_locale\": \"es-CL\",\n            \"external_order_id\": \"\",\n            \"store_default_currency_code\": \"CLP\",\n            \"store_default_to_transactional_exchange_rate\": \"1.0000000000\",\n            \"custom_status\": \"Awaiting Fulfillment\",\n            \"client\": {\n                \"first_name\": \"Multivende\",\n                \"last_name\": \"Multivende\",\n                \"company\": \"\",\n                \"street_1\": \"Los capitanes XXXX\",\n                \"street_2\": \"304\",\n                \"city\": \"PROVIDENCIA\",\n                \"state\": \"Maule\",\n                \"zip\": \"SANTIAGO\",\n                \"country\": \"Chile\",\n                \"country_iso2\": \"CL\",\n                \"phone\": \"XXXXXXXXX\",\n                \"email\": \"multivende@multivende.com\",\n                \"form_fields\": []\n            },\n            \"shipments\": \"\",\n            \"pickUps\": {\n                \"data\": []\n            },\n            \"transactions\": [\n                {\n                    \"id\": 0,\n                    \"order_id\": \"100\",\n                    \"event\": \"purchase\",\n                    \"method\": \"credit_card\",\n                    \"amount\": 0.3,\n                    \"currency\": \"CLP\",\n                    \"gateway\": \"bigpaypay\",\n                    \"gateway_transaction_id\": \"\",\n                    \"payment_method_id\": \"bigpaypay.zzzblackhole\",\n                    \"status\": \"ok\",\n                    \"test\": true,\n                    \"fraud_review\": false,\n                    \"reference_transaction_id\": null,\n                    \"date_created\": \"2024-02-05T15:35:19+00:00\",\n                    \"avs_result\": {\n                        \"code\": \"\",\n                        \"message\": \"\",\n                        \"street_match\": \"\",\n                        \"postal_match\": \"\"\n                    },\n                    \"cvv_result\": {\n                        \"code\": \"\",\n                        \"message\": \"\"\n                    },\n                    \"credit_card\": {\n                        \"card_type\": \"visa\",\n                        \"card_iin\": \"411111\",\n                        \"card_last4\": \"1111\",\n                        \"card_expiry_month\": 4,\n                        \"card_expiry_year\": 2024\n                    },\n                    \"gift_certificate\": null,\n                    \"store_credit\": null,\n                    \"offline\": null,\n                    \"custom\": null,\n                    \"payment_instrument_token\": null,\n                    \"custom_provider_field_result\": null\n                }\n            ]\n        },\n        \"tags\": null,\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2024-02-07T15:38:35.000Z\",\n        \"externalUpdatedAt\": \"2024-02-07T15:38:35.000Z\",\n        \"createdAt\": \"2024-02-05T15:38:09.000Z\",\n        \"updatedAt\": \"2024-02-07T15:38:35.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"afbf04e2-cee4-4617-b811-bffe46162e12","name":"Get checkout (Magento)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"code\": \"3518635654996\",\n    \"origin\": \"magento\",\n    \"net\": 22410,\n    \"tax\": 0,\n    \"gross\": 22410,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": null,\n    \"soldAt\": \"2021-05-10T17:15:16.000Z\",\n    \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n    \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ScreeningStatusId\": null,\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"Owner\": null,\n    \"shippingMode\": null,\n    \"courierName\": null,\n    \"isMultiwarehouse\": \"disabled\",\n    \"Warehouse\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"name\": \"Bodega Online\",\n      \"code\": \"000001\",\n      \"address\": \"Los Gobelinos xxxxx Renca;\",\n      \"description\": null,\n      \"type\": \"warehouse\",\n      \"phoneAreaCode\": \"+562\",\n      \"phoneNumber\": \"xxxxx\",\n      \"latitude\": -xxxxx,\n      \"longitude\": -xxxxx,\n      \"openHours\": \"Lun a Vie de 8:30 a 17:30\",\n      \"tags\": null,\n      \"position\": 0,\n      \"status\": \"created\",\n      \"createdAt\": \"2019-10-01T21:05:22.000Z\",\n      \"updatedAt\": \"2019-10-04T14:29:27.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"LocationId\": null,\n      \"TimezoneId\": null,\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n      \"_name\": \"Magento - xxxxx\",\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"name\": \"Magento - xxxxx\",\n      \"provider\": \"magento\"\n    },\n    \"Client\": {\n      \"fullName\": \"Nombre Apellido\",\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"name\": \"Nombre\",\n      \"lastName\": \"Apellido\",\n      \"activity\": null,\n      \"contactName\": null,\n      \"comune\": null,\n      \"city\": null,\n      \"documentType\": null,\n      \"taxId\": \"xxxxxxxx\",\n      \"birthday\": null,\n      \"code\": null,\n      \"email\": \"xxxxxxxx@gmail.com\",\n      \"phoneNumber\": \"xxxxxxxx\",\n      \"comment\": null,\n      \"type\": \"person\",\n      \"tags\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n      \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n      \"CreatedById\": null,\n      \"UpdatedById\": null,\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"BillingAddresses\": []\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": null,\n    \"DeliveryType\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n      \"code\": \"_delivery_type_delivery\",\n      \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n      \"position\": 1,\n      \"tags\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n      \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"name\": \"xxxxx ( xxxxxxxx )\",\n      \"businessName\": \"Merchant\",\n      \"description\": null,\n      \"code\": null,\n      \"address\": null,\n      \"zipCode\": null,\n      \"activity\": null,\n      \"taxId\": \"xxxxxxxx\",\n      \"email\": null,\n      \"phoneNumber\": \"xxxxxxxx\",\n      \"city\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2019-10-01T21:05:22.000Z\",\n      \"updatedAt\": \"2019-11-14T14:59:54.000Z\",\n      \"MerchantActivityId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"LocationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"TimezoneId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"MerchantAccountId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n    },\n    \"Currency\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"status\": \"created\",\n      \"createdAt\": \"2019-10-01T21:05:22.000Z\",\n      \"updatedAt\": \"2019-10-01T21:05:22.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"PlatxxxxxCurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"PlatxxxxxCurrency\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"symbol\": \"$\",\n        \"name\": \"CURRENCIES.Chilean_peso.Name\",\n        \"code\": \"CLP\",\n        \"decimalPlaces\": 0,\n        \"position\": 0,\n        \"description\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n        \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n      }\n    },\n    \"CustomAttributeValues\": [],\n    \"CheckoutLinks\": [\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"externalId\": \"xxxxxxxx\",\n        \"externalOrderNumber\": \"xxxxxxxx\",\n        \"externalCustomerOrderNumber\": \"xxxxxxxx\",\n        \"externalContent\": {\n          \"base_currency_code\": \"CLP\",\n          \"base_discount_amount\": 0,\n          \"base_discount_invoiced\": 0,\n          \"base_grand_total\": 22410,\n          \"base_discount_tax_compensation_amount\": 0,\n          \"base_discount_tax_compensation_invoiced\": 0,\n          \"base_shipping_amount\": 2025,\n          \"base_shipping_discount_amount\": 0,\n          \"base_shipping_discount_tax_compensation_amnt\": 0,\n          \"base_shipping_incl_tax\": 2410,\n          \"base_shipping_invoiced\": 2025,\n          \"base_shipping_tax_amount\": 385,\n          \"base_subtotal\": 16807,\n          \"base_subtotal_incl_tax\": 20000,\n          \"base_subtotal_invoiced\": 16807,\n          \"base_tax_amount\": 3578,\n          \"base_tax_invoiced\": 3578,\n          \"base_total_due\": 0,\n          \"base_total_invoiced\": 22410,\n          \"base_total_invoiced_cost\": 0,\n          \"base_total_paid\": 22410,\n          \"base_to_global_rate\": 1,\n          \"base_to_order_rate\": 1,\n          \"billing_address_id\": xxxxxxxx,\n          \"created_at\": \"2021-05-10 17:15:16\",\n          \"customer_email\": \"xxxxxxxx@gmail.com\",\n          \"customer_firstname\": \"Nombre\",\n          \"customer_group_id\": 0,\n          \"customer_is_guest\": 1,\n          \"customer_lastname\": \"Apellido\",\n          \"customer_note_notify\": 0,\n          \"discount_amount\": 0,\n          \"discount_invoiced\": 0,\n          \"entity_id\": xxxxxxxx,\n          \"global_currency_code\": \"CLP\",\n          \"grand_total\": 22410,\n          \"discount_tax_compensation_amount\": 0,\n          \"discount_tax_compensation_invoiced\": 0,\n          \"increment_id\": \"xxxxxxxx\",\n          \"is_virtual\": 0,\n          \"order_currency_code\": \"CLP\",\n          \"protect_code\": \"xxxxxxxx\",\n          \"quote_id\": 432922,\n          \"remote_ip\": \"xxxxxxxx\",\n          \"shipping_amount\": 2025,\n          \"shipping_description\": \"Servicios Nacionales - Bluexpress   48 hrs.\",\n          \"shipping_discount_amount\": 0,\n          \"shipping_discount_tax_compensation_amount\": 0,\n          \"shipping_incl_tax\": 2410,\n          \"shipping_invoiced\": 2025,\n          \"shipping_tax_amount\": 385,\n          \"state\": \"processing\",\n          \"status\": \"processing\",\n          \"store_currency_code\": \"CLP\",\n          \"store_id\": 2,\n          \"store_name\": \"xxxxx.cl\\nxxxxx Store\\nxxxxx Store View\",\n          \"store_to_base_rate\": 0,\n          \"store_to_order_rate\": 0,\n          \"subtotal\": 16807,\n          \"subtotal_incl_tax\": 20000,\n          \"subtotal_invoiced\": 16807,\n          \"tax_amount\": 3578,\n          \"tax_invoiced\": 3578,\n          \"total_due\": 0,\n          \"total_invoiced\": 22410,\n          \"total_item_count\": 1,\n          \"total_paid\": 22410,\n          \"total_qty_ordered\": 1,\n          \"updated_at\": \"2021-05-10 19:16:01\",\n          \"weight\": 1.5,\n          \"x_forwarded_for\": \"xxxxxxxx\",\n          \"items\": [\n            {\n              \"amount_refunded\": 0,\n              \"base_amount_refunded\": 0,\n              \"base_discount_amount\": 0,\n              \"base_discount_invoiced\": 0,\n              \"base_discount_tax_compensation_amount\": 0,\n              \"base_discount_tax_compensation_invoiced\": 0,\n              \"base_original_price\": 20000,\n              \"base_price\": 16807,\n              \"base_price_incl_tax\": 20000,\n              \"base_row_invoiced\": 16807,\n              \"base_row_total\": 16807,\n              \"base_row_total_incl_tax\": 20000,\n              \"base_tax_amount\": 3193,\n              \"base_tax_invoiced\": 3193,\n              \"created_at\": \"2021-05-10 17:15:16\",\n              \"discount_amount\": 0,\n              \"discount_invoiced\": 0,\n              \"discount_percent\": 0,\n              \"free_shipping\": 0,\n              \"discount_tax_compensation_amount\": 0,\n              \"discount_tax_compensation_invoiced\": 0,\n              \"is_qty_decimal\": 0,\n              \"is_virtual\": 0,\n              \"item_id\": 55940,\n              \"name\": \"Accesorio oficina Cabecero Air Gris Oscuro\",\n              \"no_discount\": 0,\n              \"order_id\": xxxxxxxx,\n              \"original_price\": 20000,\n              \"price\": 16807,\n              \"price_incl_tax\": 20000,\n              \"product_id\": 2428,\n              \"product_type\": \"simple\",\n              \"qty_canceled\": 0,\n              \"qty_invoiced\": 1,\n              \"qty_ordered\": 1,\n              \"qty_refunded\": 0,\n              \"qty_shipped\": 0,\n              \"quote_item_id\": 571261,\n              \"row_invoiced\": 16807,\n              \"row_total\": 16807,\n              \"row_total_incl_tax\": 20000,\n              \"row_weight\": 1.5,\n              \"sku\": \"xxxxxxxx\",\n              \"store_id\": 2,\n              \"tax_amount\": 3193,\n              \"tax_invoiced\": 3193,\n              \"tax_percent\": 19,\n              \"updated_at\": \"2021-05-10 19:16:01\",\n              \"weee_tax_applied\": \"[]\",\n              \"weight\": 1.5\n            }\n          ],\n          \"billing_address\": {\n            \"address_type\": \"billing\",\n            \"city\": \"Rancagua\",\n            \"country_id\": \"CL\",\n            \"email\": \"xxxxxxxx@gmail.com\",\n            \"entity_id\": xxxxxxxx,\n            \"firstname\": \"Nombre\",\n            \"lastname\": \"Apellido\",\n            \"parent_id\": xxxxxxxx,\n            \"postcode\": \"-\",\n            \"region\": \"VI - O'Higgins\",\n            \"region_code\": \"VI - O'Higgins\",\n            \"street\": [\n              \"Pasaje Ossa Mayor xxx, San Damian\",\n              \"casa\"\n            ],\n            \"telephone\": \"xxxxxxxx\",\n            \"vat_id\": \"xxxxxxxx\"\n          },\n          \"payment\": {\n            \"account_status\": null,\n            \"additional_inxxxxxation\": [\n              \"mercadopago_custom\",\n              \"3\",\n              \"2023\",\n              \"Nombre Apellido Cabrera\",\n              \"RUT\",\n              \"xxxxxxxx\",\n              \"3\",\n              \"22795\",\n              \"22795\",\n              \"MLC\",\n              \"xxxxxxxxx\",\n              \"visa\",\n              \"-1\",\n              \"\",\n              \"-1\",\n              \"\",\n              \"[]\",\n              \"credit_card\",\n              \"3/2023\",\n              \"visa\",\n              \"Nombre Apellido Cabrera\",\n              \"Tarjeta de Debito / Credito - Mercado Pago\"\n            ],\n            \"amount_ordered\": 22410,\n            \"amount_paid\": 22410,\n            \"base_amount_ordered\": 22410,\n            \"base_amount_paid\": 22410,\n            \"base_amount_paid_online\": 22410,\n            \"base_shipping_amount\": 2025,\n            \"base_shipping_captured\": 2025,\n            \"cc_last4\": null,\n            \"entity_id\": xxxxxxxx,\n            \"method\": \"mercadopago_custom\",\n            \"parent_id\": xxxxxxxx,\n            \"shipping_amount\": 2025,\n            \"shipping_captured\": 2025\n          },\n          \"status_histories\": [\n            {\n              \"comment\": \"Captured amount of $22.410 online.\",\n              \"created_at\": \"2021-05-10 19:16:01\",\n              \"entity_id\": 42142,\n              \"entity_name\": \"invoice\",\n              \"is_customer_notified\": null,\n              \"is_visible_on_front\": 0,\n              \"parent_id\": xxxxxxxx,\n              \"status\": \"processing\"\n            },\n            {\n              \"comment\": null,\n              \"created_at\": \"2021-05-10 17:15:16\",\n              \"entity_id\": 42135,\n              \"entity_name\": \"order\",\n              \"is_customer_notified\": 1,\n              \"is_visible_on_front\": 0,\n              \"parent_id\": xxxxxxxx,\n              \"status\": \"pending\"\n            }\n          ],\n          \"extension_attributes\": {\n            \"shipping_assignments\": [\n              {\n                \"shipping\": {\n                  \"address\": {\n                    \"address_type\": \"shipping\",\n                    \"city\": \"Rancagua\",\n                    \"country_id\": \"CL\",\n                    \"email\": \"xxxxxxxx@gmail.com\",\n                    \"entity_id\": 47292,\n                    \"firstname\": \"Nombre\",\n                    \"lastname\": \"Apellido\",\n                    \"parent_id\": xxxxxxxx,\n                    \"postcode\": \"-\",\n                    \"region\": \"VI - O'Higgins\",\n                    \"region_code\": \"VI - O'Higgins\",\n                    \"street\": [\n                      \"Pasaje Ossa Mayor xxx, San Damian\",\n                      \"casa\"\n                    ],\n                    \"telephone\": \"xxxxxxxx\",\n                    \"vat_id\": \"xxxxxxxx\"\n                  },\n                  \"method\": \"matrixrate_matrixrate_35388\",\n                  \"total\": {\n                    \"base_shipping_amount\": 2025,\n                    \"base_shipping_discount_amount\": 0,\n                    \"base_shipping_discount_tax_compensation_amnt\": 0,\n                    \"base_shipping_incl_tax\": 2410,\n                    \"base_shipping_invoiced\": 2025,\n                    \"base_shipping_tax_amount\": 385,\n                    \"shipping_amount\": 2025,\n                    \"shipping_discount_amount\": 0,\n                    \"shipping_discount_tax_compensation_amount\": 0,\n                    \"shipping_incl_tax\": 2410,\n                    \"shipping_invoiced\": 2025,\n                    \"shipping_tax_amount\": 385\n                  }\n                },\n                \"items\": [\n                  {\n                    \"amount_refunded\": 0,\n                    \"base_amount_refunded\": 0,\n                    \"base_discount_amount\": 0,\n                    \"base_discount_invoiced\": 0,\n                    \"base_discount_tax_compensation_amount\": 0,\n                    \"base_discount_tax_compensation_invoiced\": 0,\n                    \"base_original_price\": 20000,\n                    \"base_price\": 16807,\n                    \"base_price_incl_tax\": 20000,\n                    \"base_row_invoiced\": 16807,\n                    \"base_row_total\": 16807,\n                    \"base_row_total_incl_tax\": 20000,\n                    \"base_tax_amount\": 3193,\n                    \"base_tax_invoiced\": 3193,\n                    \"created_at\": \"2021-05-10 17:15:16\",\n                    \"discount_amount\": 0,\n                    \"discount_invoiced\": 0,\n                    \"discount_percent\": 0,\n                    \"free_shipping\": 0,\n                    \"discount_tax_compensation_amount\": 0,\n                    \"discount_tax_compensation_invoiced\": 0,\n                    \"is_qty_decimal\": 0,\n                    \"is_virtual\": 0,\n                    \"item_id\": 55940,\n                    \"name\": \"Accesorio oficina Cabecero Air Gris Oscuro\",\n                    \"no_discount\": 0,\n                    \"order_id\": xxxxxxxx,\n                    \"original_price\": 20000,\n                    \"price\": 16807,\n                    \"price_incl_tax\": 20000,\n                    \"product_id\": 2428,\n                    \"product_type\": \"simple\",\n                    \"qty_canceled\": 0,\n                    \"qty_invoiced\": 1,\n                    \"qty_ordered\": 1,\n                    \"qty_refunded\": 0,\n                    \"qty_shipped\": 0,\n                    \"quote_item_id\": 571261,\n                    \"row_invoiced\": 16807,\n                    \"row_total\": 16807,\n                    \"row_total_incl_tax\": 20000,\n                    \"row_weight\": 1.5,\n                    \"sku\": \"xxxxxxxx\",\n                    \"store_id\": 2,\n                    \"tax_amount\": 3193,\n                    \"tax_invoiced\": 3193,\n                    \"tax_percent\": 19,\n                    \"updated_at\": \"2021-05-10 19:16:01\",\n                    \"weee_tax_applied\": \"[]\",\n                    \"weight\": 1.5\n                  }\n                ]\n              }\n            ],\n            \"payment_additional_info\": [\n              {\n                \"key\": \"payment[method]\",\n                \"value\": \"mercadopago_custom\"\n              },\n              {\n                \"key\": \"card_expiration_month\",\n                \"value\": \"3\"\n              },\n              {\n                \"key\": \"card_expiration_year\",\n                \"value\": \"2023\"\n              },\n              {\n                \"key\": \"card_holder_name\",\n                \"value\": \"Nombre Apellido Cabrera\"\n              },\n              {\n                \"key\": \"doc_type\",\n                \"value\": \"RUT\"\n              },\n              {\n                \"key\": \"doc_number\",\n                \"value\": \"xxxxxxxx\"\n              },\n              {\n                \"key\": \"installments\",\n                \"value\": \"3\"\n              },\n              {\n                \"key\": \"total_amount\",\n                \"value\": \"22795\"\n              },\n              {\n                \"key\": \"amount\",\n                \"value\": \"22795\"\n              },\n              {\n                \"key\": \"site_id\",\n                \"value\": \"MLC\"\n              },\n              {\n                \"key\": \"token\",\n                \"value\": \"xxxxxxxxx\"\n              },\n              {\n                \"key\": \"payment_method_id\",\n                \"value\": \"visa\"\n              },\n              {\n                \"key\": \"payment_method_selector\",\n                \"value\": \"-1\"\n              },\n              {\n                \"key\": \"one_click_pay\",\n                \"value\": \"\"\n              },\n              {\n                \"key\": \"issuer_id\",\n                \"value\": \"-1\"\n              },\n              {\n                \"key\": \"coupon_code\",\n                \"value\": \"\"\n              },\n              {\n                \"key\": \"extension_attributes\",\n                \"value\": \"[]\"\n              },\n              {\n                \"key\": \"payment_type_id\",\n                \"value\": \"credit_card\"\n              },\n              {\n                \"key\": \"expiration_date\",\n                \"value\": \"3/2023\"\n              },\n              {\n                \"key\": \"payment_method\",\n                \"value\": \"visa\"\n              },\n              {\n                \"key\": \"cardholderName\",\n                \"value\": \"Nombre Apellido Cabrera\"\n              },\n              {\n                \"key\": \"method_title\",\n                \"value\": \"Tarjeta de Debito / Credito - Mercado Pago\"\n              },\n              {\n                \"key\": \"paymentResponse\",\n                \"value\": \"\"\n              }\n            ],\n            \"applied_taxes\": [\n              {\n                \"code\": \"IVA\",\n                \"title\": \"IVA\",\n                \"percent\": 19,\n                \"amount\": 3578,\n                \"base_amount\": 3578\n              }\n            ],\n            \"item_applied_taxes\": [\n              {\n                \"type\": \"shipping\",\n                \"applied_taxes\": [\n                  {\n                    \"code\": \"IVA\",\n                    \"title\": \"IVA\",\n                    \"percent\": 19,\n                    \"amount\": 385,\n                    \"base_amount\": 385\n                  }\n                ]\n              },\n              {\n                \"type\": \"product\",\n                \"item_id\": 55940,\n                \"applied_taxes\": [\n                  {\n                    \"code\": \"IVA\",\n                    \"title\": \"IVA\",\n                    \"percent\": 19,\n                    \"amount\": 3193,\n                    \"base_amount\": 3193\n                  }\n                ]\n              }\n            ],\n            \"converting_from_quote\": true,\n            \"amasty_order_attributes\": []\n          }\n        },\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2021-05-10T17:15:16.000Z\",\n        \"externalUpdatedAt\": \"2021-05-10T19:16:01.000Z\",\n        \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n        \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MarketplaceConnection\": {\n          \"_name\": \"Magento - xxxxx\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"provider\": \"magento\",\n          \"name\": \"Magento - xxxxx\"\n        }\n      }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"status\": \"created\",\n        \"inventoryStatus\": \"_unfulfilled_inventory\",\n        \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n        \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"DeliveryOrder\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"code\": \"1933569552613\",\n          \"cost\": 2410,\n          \"isDeliveryPaid\": \"0\",\n          \"tags\": null,\n          \"estimatedDeliveryDateFrom\": null,\n          \"estimatedDeliveryDateTo\": null,\n          \"effectiveDeliveryClosingDate\": null,\n          \"promisedDeliveryDate\": null,\n          \"handlingDateLimit\": null,\n          \"comment\": null,\n          \"deliveryClosingComment\": null,\n          \"status\": \"created\",\n          \"inventoryStatus\": \"_unfulfilled_inventory\",\n          \"shippingLabelStatus\": null,\n          \"shippingLabelPrintStatus\": \"not_printed\",\n          \"deliveryStatus\": \"pending\",\n          \"deliveryAddress\": null,\n          \"trackingNumber\": null,\n          \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n          \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n          \"CreatedById\": null,\n          \"UpdatedById\": null,\n          \"AssignedToId\": null,\n          \"OwnerId\": null,\n          \"CurrencyId\": null,\n          \"ShippingAddressId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"DeliveryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"CourierId\": null,\n          \"DeliveryOrderStatusId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"MerchantCourierId\": null,\n          \"shippingMode\": null,\n          \"courierName\": null,\n          \"ShippingAddress\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": null,\n            \"address_1\": null,\n            \"address_2\": null,\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": \"Nombre Apellido\",\n            \"zipCode\": \"-\",\n            \"city\": \"Rancagua\",\n            \"state\": \"VI - O'Higgins\",\n            \"country\": \"CL\",\n            \"street\": \"Pasaje Ossa Mayor xxx, San Damian,casa\",\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"status\": \"created\",\n            \"importance\": \"not-principal\",\n            \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n            \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ShippingAddressReceivers\": [\n              {\n                \"fullName\": \"Nombre Apellido\",\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"documentType\": null,\n                \"taxId\": null,\n                \"name\": \"Nombre\",\n                \"lastName\": \"Apellido\",\n                \"contactName\": \"Nombre Apellido\",\n                \"code\": null,\n                \"email\": \"xxxxxxxx@gmail.com\",\n                \"phoneNumber\": \"xxxxxxxx\",\n                \"status\": \"created\",\n                \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n                \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ShippingAddressId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n              }\n            ]\n          }\n        },\n        \"DeliveryOrderInCheckoutItems\": [\n          {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"4372732966234\",\n            \"unfulfilledAmount\": 1,\n            \"stockAmount\": 1,\n            \"inventoryStatus\": \"_unfulfilled_inventory\",\n            \"status\": \"created\",\n            \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n            \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n            \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"FulfilledWarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersion\": {\n              \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"code\": \"xxxxxxxx\",\n              \"internalCode\": \"\",\n              \"providerCode\": null,\n              \"position\": 0,\n              \"width\": 15,\n              \"length\": 15,\n              \"height\": 15,\n              \"weight\": 2,\n              \"status\": \"created\",\n              \"createdAt\": \"2021-04-14T14:31:23.000Z\",\n              \"updatedAt\": \"2021-04-26T19:12:33.000Z\",\n              \"CodeTypeId\": null,\n              \"InternalCodeTypeId\": null,\n              \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"Accesorio oficina Cabecero Air\",\n                \"alias\": \"Accesorio oficina Cabecero Air xxxxx\",\n                \"model\": \"Air\",\n                \"code\": \"xxxxxxxxx\",\n                \"internalCode\": \"\",\n                \"providerCode\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2021-04-14T14:31:23.000Z\",\n                \"updatedAt\": \"2021-04-26T19:12:33.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"BrandTaxonomyItemId\": null,\n                \"SeasonId\": null,\n                \"WarrantyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"OfficialStoreId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n              }\n            },\n            \"FulfilledWarehouse\": {\n              \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"name\": \"Bodega Online\",\n              \"code\": \"000001\",\n              \"address\": \"Los Gobelinos xxxxx Renca;\",\n              \"description\": null,\n              \"type\": \"warehouse\",\n              \"phoneAreaCode\": \"+562\",\n              \"phoneNumber\": \"xxxxx\",\n              \"latitude\": -xxxxx,\n              \"longitude\": -xxxxx,\n              \"openHours\": \"Lun a Vie de 8:30 a 17:30\",\n              \"tags\": null,\n              \"position\": 0,\n              \"status\": \"created\",\n              \"createdAt\": \"2019-10-01T21:05:22.000Z\",\n              \"updatedAt\": \"2019-10-04T14:29:27.000Z\",\n              \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"LocationId\": null,\n              \"TimezoneId\": null,\n              \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"SalesGroupId\": null\n            }\n          }\n        ]\n      }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutPayments\": [\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"code\": \"xxxxxxxx\",\n        \"amount\": 22410,\n        \"amountPaid\": 22410,\n        \"change\": 0,\n        \"paymentStatus\": \"completed\",\n        \"authorizationCode\": null,\n        \"detail\": null,\n        \"status\": \"created\",\n        \"verificationStatus\": \"verified\",\n        \"cardNumber\": null,\n        \"installments\": null,\n        \"datePaid\": null,\n        \"dateVerificated\": null,\n        \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n        \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"PaymentMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"PaymentMethod\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"tags\": \"{    \\\"requiresTransaction\\\": false }\",\n          \"code\": \"_payment_methods_mercadopago\",\n          \"name\": \"PAYMENT_METHODS.Mercadopago.Name\",\n          \"description\": \"PAYMENT_METHODS.Mercadopago.Description\",\n          \"position\": 9,\n          \"status\": \"created\",\n          \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n          \"updatedAt\": \"2016-12-14T16:38:46.000Z\",\n          \"codeTranslated\": \"Mercado pago\"\n        },\n        \"CheckoutPaymentLinks\": [\n          {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"externalId\": \"xxxxxxxx\",\n            \"transactionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"externalContent\": \"{\\\"account_status\\\":null,\\\"additional_inxxxxxation\\\":[\\\"mercadopago_custom\\\",\\\"3\\\",\\\"2023\\\",\\\"Nombre Apellido Cabrera\\\",\\\"RUT\\\",\\\"xxxxxxxx\\\",\\\"3\\\",\\\"22795\\\",\\\"22795\\\",\\\"MLC\\\",\\\"xxxxxxxxx\\\",\\\"visa\\\",\\\"-1\\\",\\\"\\\",\\\"-1\\\",\\\"\\\",\\\"[]\\\",\\\"credit_card\\\",\\\"3/2023\\\",\\\"visa\\\",\\\"Nombre Apellido Cabrera\\\",\\\"Tarjeta de Debito / Credito - Mercado Pago\\\",\\\"{\\\\\\\"id\\\\\\\":14814524520,\\\\\\\"date_created\\\\\\\":\\\\\\\"2021-05-10T13:15:11.249-04:00\\\\\\\",\\\\\\\"date_approved\\\\\\\":\\\\\\\"2021-05-10T13:15:16.109-04:00\\\\\\\",\\\\\\\"date_last_updated\\\\\\\":\\\\\\\"2021-05-10T13:15:16.109-04:00\\\\\\\",\\\\\\\"date_of_expiration\\\\\\\":null,\\\\\\\"money_release_date\\\\\\\":\\\\\\\"2021-05-10T13:15:16.109-04:00\\\\\\\",\\\\\\\"operation_type\\\\\\\":\\\\\\\"regular_payment\\\\\\\",\\\\\\\"issuer_id\\\\\\\":\\\\\\\"168\\\\\\\",\\\\\\\"payment_method_id\\\\\\\":\\\\\\\"visa\\\\\\\",\\\\\\\"payment_type_id\\\\\\\":\\\\\\\"credit_card\\\\\\\",\\\\\\\"status\\\\\\\":\\\\\\\"approved\\\\\\\",\\\\\\\"status_detail\\\\\\\":\\\\\\\"accredited\\\\\\\",\\\\\\\"currency_id\\\\\\\":\\\\\\\"CLP\\\\\\\",\\\\\\\"description\\\\\\\":\\\\\\\"Order # xxxxxxxx in store https:\\\\\\\\/\\\\\\\\/xxxxx.cl\\\\\\\\/\\\\\\\",\\\\\\\"live_mode\\\\\\\":true,\\\\\\\"sponsor_id\\\\\\\":222570571,\\\\\\\"authorization_code\\\\\\\":\\\\\\\"646737\\\\\\\",\\\\\\\"money_release_schema\\\\\\\":null,\\\\\\\"taxes_amount\\\\\\\":0,\\\\\\\"counter_currency\\\\\\\":null,\\\\\\\"brand_id\\\\\\\":null,\\\\\\\"shipping_amount\\\\\\\":0,\\\\\\\"pos_id\\\\\\\":null,\\\\\\\"store_id\\\\\\\":null,\\\\\\\"integrator_id\\\\\\\":\\\\\\\"222570571\\\\\\\",\\\\\\\"platxxxxx_id\\\\\\\":\\\\\\\"Magento2\\\\\\\",\\\\\\\"corporation_id\\\\\\\":null,\\\\\\\"collector_id\\\\\\\":481184971,\\\\\\\"payer\\\\\\\":{\\\\\\\"type\\\\\\\":null,\\\\\\\"id\\\\\\\":\\\\\\\"152238152\\\\\\\",\\\\\\\"operator_id\\\\\\\":null,\\\\\\\"email\\\\\\\":\\\\\\\"xxxxxxxx@gmail.com\\\\\\\",\\\\\\\"identification\\\\\\\":{\\\\\\\"type\\\\\\\":\\\\\\\"RUT\\\\\\\",\\\\\\\"number\\\\\\\":\\\\\\\"89118875\\\\\\\"},\\\\\\\"phone\\\\\\\":{\\\\\\\"area_code\\\\\\\":null,\\\\\\\"number\\\\\\\":null,\\\\\\\"extension\\\\\\\":null},\\\\\\\"first_name\\\\\\\":null,\\\\\\\"last_name\\\\\\\":null,\\\\\\\"entity_type\\\\\\\":null},\\\\\\\"marketplace_owner\\\\\\\":null,\\\\\\\"metadata\\\\\\\":{\\\\\\\"site\\\\\\\":null,\\\\\\\"platxxxxx_version\\\\\\\":\\\\\\\"2.3.3\\\\\\\",\\\\\\\"test_mode\\\\\\\":true,\\\\\\\"module_version\\\\\\\":null,\\\\\\\"customer_id\\\\\\\":\\\\\\\"152238152-tl4QvLjgYr45VA\\\\\\\",\\\\\\\"checkout\\\\\\\":\\\\\\\"custom\\\\\\\",\\\\\\\"sponsor_id\\\\\\\":\\\\\\\"222570571\\\\\\\",\\\\\\\"platxxxxx\\\\\\\":\\\\\\\"Magento\\\\\\\",\\\\\\\"token\\\\\\\":\\\\\\\"xxxxxxxxx\\\\\\\"},\\\\\\\"additional_info\\\\\\\":{\\\\\\\"items\\\\\\\":[{\\\\\\\"id\\\\\\\":\\\\\\\"xxxxxxxx\\\\\\\",\\\\\\\"title\\\\\\\":\\\\\\\"Accesorio oficina Cabecero Air Gris Oscuro\\\\\\\",\\\\\\\"description\\\\\\\":\\\\\\\"Accesorio oficina Cabecero Air Gris Oscuro\\\\\\\",\\\\\\\"picture_url\\\\\\\":\\\\\\\"https:\\\\\\\\/\\\\\\\\/xxxxx.cl\\\\\\\\/pub\\\\\\\\/static\\\\\\\\/version1620488980\\\\\\\\/webapi_rest\\\\\\\\/_view\\\\\\\\/es_CL\\\\\\\\/Magento_Catalog\\\\\\\\/images\\\\\\\\/product\\\\\\\\/placeholder\\\\\\\\/.jpg\\\\\\\",\\\\\\\"category_id\\\\\\\":\\\\\\\"others\\\\\\\",\\\\\\\"quantity\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"unit_price\\\\\\\":\\\\\\\"16807\\\\\\\"}],\\\\\\\"payer\\\\\\\":{\\\\\\\"phone\\\\\\\":{\\\\\\\"area_code\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"number\\\\\\\":\\\\\\\"xxxxxxxx\\\\\\\"},\\\\\\\"address\\\\\\\":{\\\\\\\"zip_code\\\\\\\":\\\\\\\"-\\\\\\\",\\\\\\\"street_name\\\\\\\":\\\\\\\"Pasaje Ossa Mayor xxx, San Damian\\\\\\\\ncasa - Rancagua - CL\\\\\\\"},\\\\\\\"first_name\\\\\\\":\\\\\\\"Nombre\\\\\\\",\\\\\\\"last_name\\\\\\\":\\\\\\\"Apellido\\\\\\\",\\\\\\\"registration_date\\\\\\\":\\\\\\\"1970-01-01T00:00:00\\\\\\\"},\\\\\\\"shipments\\\\\\\":{\\\\\\\"receiver_address\\\\\\\":{\\\\\\\"zip_code\\\\\\\":\\\\\\\"-\\\\\\\",\\\\\\\"street_name\\\\\\\":\\\\\\\"Pasaje Ossa Mayor xxx, San Damian\\\\\\\\ncasa - Rancagua - CL\\\\\\\",\\\\\\\"floor\\\\\\\":\\\\\\\"-\\\\\\\",\\\\\\\"apartment\\\\\\\":\\\\\\\"-\\\\\\\"}},\\\\\\\"available_balance\\\\\\\":null,\\\\\\\"nsu_processadora\\\\\\\":\\\\\\\"32670654123_766f7472707f6b767e7c\\\\\\\"},\\\\\\\"order\\\\\\\":[],\\\\\\\"external_reference\\\\\\\":\\\\\\\"xxxxxxxx\\\\\\\",\\\\\\\"transaction_amount\\\\\\\":22410,\\\\\\\"transaction_amount_refunded\\\\\\\":0,\\\\\\\"coupon_amount\\\\\\\":0,\\\\\\\"differential_pricing_id\\\\\\\":33629181,\\\\\\\"deduction_schema\\\\\\\":\\\\\\\"PSJ 12\\\\\\\",\\\\\\\"installments\\\\\\\":3,\\\\\\\"transaction_details\\\\\\\":{\\\\\\\"payment_method_reference_id\\\\\\\":null,\\\\\\\"net_received_amount\\\\\\\":21531.53,\\\\\\\"total_paid_amount\\\\\\\":22410,\\\\\\\"overpaid_amount\\\\\\\":0,\\\\\\\"external_resource_url\\\\\\\":null,\\\\\\\"installment_amount\\\\\\\":7470,\\\\\\\"financial_institution\\\\\\\":null,\\\\\\\"payable_deferral_period\\\\\\\":null,\\\\\\\"acquirer_reference\\\\\\\":null},\\\\\\\"fee_details\\\\\\\":[{\\\\\\\"type\\\\\\\":\\\\\\\"mercadopago_fee\\\\\\\",\\\\\\\"amount\\\\\\\":878.47,\\\\\\\"fee_payer\\\\\\\":\\\\\\\"collector\\\\\\\"}],\\\\\\\"charges_details\\\\\\\":[],\\\\\\\"captured\\\\\\\":true,\\\\\\\"binary_mode\\\\\\\":false,\\\\\\\"call_for_authorize_id\\\\\\\":null,\\\\\\\"statement_descriptor\\\\\\\":\\\\\\\"MERCADOPAGO\\\\\\\",\\\\\\\"card\\\\\\\":{\\\\\\\"id\\\\\\\":null,\\\\\\\"first_six_digits\\\\\\\":\\\\\\\"445596\\\\\\\",\\\\\\\"last_four_digits\\\\\\\":\\\\\\\"2773\\\\\\\",\\\\\\\"expiration_month\\\\\\\":3,\\\\\\\"expiration_year\\\\\\\":2023,\\\\\\\"date_created\\\\\\\":\\\\\\\"2021-05-10T13:15:11.000-04:00\\\\\\\",\\\\\\\"date_last_updated\\\\\\\":\\\\\\\"2021-05-10T13:15:11.000-04:00\\\\\\\",\\\\\\\"cardholder\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"Nombre Apellido Cabrera\\\\\\\",\\\\\\\"identification\\\\\\\":{\\\\\\\"number\\\\\\\":\\\\\\\"89118875\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"RUT\\\\\\\"}}},\\\\\\\"notification_url\\\\\\\":\\\\\\\"https:\\\\\\\\/\\\\\\\\/xxxxx.cl\\\\\\\\/mercadopago\\\\\\\\/notifications\\\\\\\\/custom\\\\\\\\/\\\\\\\",\\\\\\\"refunds\\\\\\\":[],\\\\\\\"processing_mode\\\\\\\":\\\\\\\"aggregator\\\\\\\",\\\\\\\"merchant_account_id\\\\\\\":null,\\\\\\\"merchant_number\\\\\\\":null,\\\\\\\"point_of_interaction\\\\\\\":[]}\\\"],\\\"amount_ordered\\\":22410,\\\"amount_paid\\\":22410,\\\"base_amount_ordered\\\":22410,\\\"base_amount_paid\\\":22410,\\\"base_amount_paid_online\\\":22410,\\\"base_shipping_amount\\\":2025,\\\"base_shipping_captured\\\":2025,\\\"cc_last4\\\":null,\\\"entity_id\\\":xxxxxxxx,\\\"method\\\":\\\"mercadopago_custom\\\",\\\"parent_id\\\":xxxxxxxx,\\\"shipping_amount\\\":2025,\\\"shipping_captured\\\":2025}\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n            \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CheckoutPaymentId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          }\n        ]\n      }\n    ],\n    \"CheckoutItems\": [\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"code\": null,\n        \"net\": 0,\n        \"tax\": 0,\n        \"gross\": 20000,\n        \"count\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n        \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CheckoutItemDiscounts\": [],\n        \"ProductVersion\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"code\": \"xxxxxxxx\",\n          \"internalCode\": \"\",\n          \"providerCode\": null,\n          \"position\": 0,\n          \"width\": 15,\n          \"length\": 15,\n          \"height\": 15,\n          \"weight\": 2,\n          \"status\": \"created\",\n          \"createdAt\": \"2021-04-14T14:31:23.000Z\",\n          \"updatedAt\": \"2021-04-26T19:12:33.000Z\",\n          \"CodeTypeId\": null,\n          \"InternalCodeTypeId\": null,\n          \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"Size\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"Estandar\",\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-08-05T16:20:27.000Z\",\n            \"updatedAt\": \"2020-08-05T16:20:27.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          },\n          \"Color\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"Gris oscuro\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-10-17T13:23:17.000Z\",\n            \"updatedAt\": \"2019-10-17T13:23:17.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          },\n          \"Product\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"Accesorio oficina Cabecero Air\",\n            \"alias\": \"Accesorio oficina Cabecero Air xxxxx\",\n            \"model\": \"Air\",\n            \"code\": \"xxxxxxxxx\",\n            \"internalCode\": \"\",\n            \"providerCode\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-04-14T14:31:23.000Z\",\n            \"updatedAt\": \"2021-04-26T19:12:33.000Z\",\n            \"CodeTypeId\": null,\n            \"InternalCodeTypeId\": null,\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BrandTaxonomyItemId\": null,\n            \"SeasonId\": null,\n            \"WarrantyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"OfficialStoreId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          }\n        },\n        \"total\": 20000,\n        \"discount\": 0,\n        \"totalWithDiscount\": 20000,\n        \"paymentByItem\": 22410\n      }\n    ],\n    \"total\": 20000,\n    \"discount\": 0,\n    \"totalWithDiscount\": 20000,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"totalPayment\": 22410,\n    \"createdAtLocale\": \"10/05/2021 19:17:50\",\n    \"CheckoutLink\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"externalId\": \"xxxxxxxx\",\n      \"externalOrderNumber\": \"xxxxxxxx\",\n      \"externalCustomerOrderNumber\": \"xxxxxxxx\",\n      \"externalContent\": {\n        \"base_currency_code\": \"CLP\",\n        \"base_discount_amount\": 0,\n        \"base_discount_invoiced\": 0,\n        \"base_grand_total\": 22410,\n        \"base_discount_tax_compensation_amount\": 0,\n        \"base_discount_tax_compensation_invoiced\": 0,\n        \"base_shipping_amount\": 2025,\n        \"base_shipping_discount_amount\": 0,\n        \"base_shipping_discount_tax_compensation_amnt\": 0,\n        \"base_shipping_incl_tax\": 2410,\n        \"base_shipping_invoiced\": 2025,\n        \"base_shipping_tax_amount\": 385,\n        \"base_subtotal\": 16807,\n        \"base_subtotal_incl_tax\": 20000,\n        \"base_subtotal_invoiced\": 16807,\n        \"base_tax_amount\": 3578,\n        \"base_tax_invoiced\": 3578,\n        \"base_total_due\": 0,\n        \"base_total_invoiced\": 22410,\n        \"base_total_invoiced_cost\": 0,\n        \"base_total_paid\": 22410,\n        \"base_to_global_rate\": 1,\n        \"base_to_order_rate\": 1,\n        \"billing_address_id\": xxxxxxxx,\n        \"created_at\": \"2021-05-10 17:15:16\",\n        \"customer_email\": \"xxxxxxxx@gmail.com\",\n        \"customer_firstname\": \"Nombre\",\n        \"customer_group_id\": 0,\n        \"customer_is_guest\": 1,\n        \"customer_lastname\": \"Apellido\",\n        \"customer_note_notify\": 0,\n        \"discount_amount\": 0,\n        \"discount_invoiced\": 0,\n        \"entity_id\": xxxxxxxx,\n        \"global_currency_code\": \"CLP\",\n        \"grand_total\": 22410,\n        \"discount_tax_compensation_amount\": 0,\n        \"discount_tax_compensation_invoiced\": 0,\n        \"increment_id\": \"xxxxxxxx\",\n        \"is_virtual\": 0,\n        \"order_currency_code\": \"CLP\",\n        \"protect_code\": \"xxxxxxxx\",\n        \"quote_id\": 432922,\n        \"remote_ip\": \"xxxxxxxx\",\n        \"shipping_amount\": 2025,\n        \"shipping_description\": \"Servicios Nacionales - Bluexpress   48 hrs.\",\n        \"shipping_discount_amount\": 0,\n        \"shipping_discount_tax_compensation_amount\": 0,\n        \"shipping_incl_tax\": 2410,\n        \"shipping_invoiced\": 2025,\n        \"shipping_tax_amount\": 385,\n        \"state\": \"processing\",\n        \"status\": \"processing\",\n        \"store_currency_code\": \"CLP\",\n        \"store_id\": 2,\n        \"store_name\": \"xxxxx.cl\\nxxxxx Store\\nxxxxx Store View\",\n        \"store_to_base_rate\": 0,\n        \"store_to_order_rate\": 0,\n        \"subtotal\": 16807,\n        \"subtotal_incl_tax\": 20000,\n        \"subtotal_invoiced\": 16807,\n        \"tax_amount\": 3578,\n        \"tax_invoiced\": 3578,\n        \"total_due\": 0,\n        \"total_invoiced\": 22410,\n        \"total_item_count\": 1,\n        \"total_paid\": 22410,\n        \"total_qty_ordered\": 1,\n        \"updated_at\": \"2021-05-10 19:16:01\",\n        \"weight\": 1.5,\n        \"x_forwarded_for\": \"xxxxxxxx\",\n        \"items\": [\n          {\n            \"amount_refunded\": 0,\n            \"base_amount_refunded\": 0,\n            \"base_discount_amount\": 0,\n            \"base_discount_invoiced\": 0,\n            \"base_discount_tax_compensation_amount\": 0,\n            \"base_discount_tax_compensation_invoiced\": 0,\n            \"base_original_price\": 20000,\n            \"base_price\": 16807,\n            \"base_price_incl_tax\": 20000,\n            \"base_row_invoiced\": 16807,\n            \"base_row_total\": 16807,\n            \"base_row_total_incl_tax\": 20000,\n            \"base_tax_amount\": 3193,\n            \"base_tax_invoiced\": 3193,\n            \"created_at\": \"2021-05-10 17:15:16\",\n            \"discount_amount\": 0,\n            \"discount_invoiced\": 0,\n            \"discount_percent\": 0,\n            \"free_shipping\": 0,\n            \"discount_tax_compensation_amount\": 0,\n            \"discount_tax_compensation_invoiced\": 0,\n            \"is_qty_decimal\": 0,\n            \"is_virtual\": 0,\n            \"item_id\": 55940,\n            \"name\": \"Accesorio oficina Cabecero Air Gris Oscuro\",\n            \"no_discount\": 0,\n            \"order_id\": xxxxxxxx,\n            \"original_price\": 20000,\n            \"price\": 16807,\n            \"price_incl_tax\": 20000,\n            \"product_id\": 2428,\n            \"product_type\": \"simple\",\n            \"qty_canceled\": 0,\n            \"qty_invoiced\": 1,\n            \"qty_ordered\": 1,\n            \"qty_refunded\": 0,\n            \"qty_shipped\": 0,\n            \"quote_item_id\": 571261,\n            \"row_invoiced\": 16807,\n            \"row_total\": 16807,\n            \"row_total_incl_tax\": 20000,\n            \"row_weight\": 1.5,\n            \"sku\": \"xxxxxxxx\",\n            \"store_id\": 2,\n            \"tax_amount\": 3193,\n            \"tax_invoiced\": 3193,\n            \"tax_percent\": 19,\n            \"updated_at\": \"2021-05-10 19:16:01\",\n            \"weee_tax_applied\": \"[]\",\n            \"weight\": 1.5\n          }\n        ],\n        \"billing_address\": {\n          \"address_type\": \"billing\",\n          \"city\": \"Rancagua\",\n          \"country_id\": \"CL\",\n          \"email\": \"xxxxxxxx@gmail.com\",\n          \"entity_id\": xxxxxxxx,\n          \"firstname\": \"Nombre\",\n          \"lastname\": \"Apellido\",\n          \"parent_id\": xxxxxxxx,\n          \"postcode\": \"-\",\n          \"region\": \"VI - O'Higgins\",\n          \"region_code\": \"VI - O'Higgins\",\n          \"street\": [\n            \"Pasaje Ossa Mayor xxx, San Damian\",\n            \"casa\"\n          ],\n          \"telephone\": \"xxxxxxxx\",\n          \"vat_id\": \"xxxxxxxx\"\n        },\n        \"payment\": {\n          \"account_status\": null,\n          \"additional_inxxxxxation\": [\n            \"mercadopago_custom\",\n            \"3\",\n            \"2023\",\n            \"Nombre Apellido Cabrera\",\n            \"RUT\",\n            \"xxxxxxxx\",\n            \"3\",\n            \"22795\",\n            \"22795\",\n            \"MLC\",\n            \"xxxxxxxxx\",\n            \"visa\",\n            \"-1\",\n            \"\",\n            \"-1\",\n            \"\",\n            \"[]\",\n            \"credit_card\",\n            \"3/2023\",\n            \"visa\",\n            \"Nombre Apellido Cabrera\",\n            \"Tarjeta de Debito / Credito - Mercado Pago\",\n          ],\n          \"amount_ordered\": 22410,\n          \"amount_paid\": 22410,\n          \"base_amount_ordered\": 22410,\n          \"base_amount_paid\": 22410,\n          \"base_amount_paid_online\": 22410,\n          \"base_shipping_amount\": 2025,\n          \"base_shipping_captured\": 2025,\n          \"cc_last4\": null,\n          \"entity_id\": xxxxxxxx,\n          \"method\": \"mercadopago_custom\",\n          \"parent_id\": xxxxxxxx,\n          \"shipping_amount\": 2025,\n          \"shipping_captured\": 2025\n        },\n        \"status_histories\": [\n          {\n            \"comment\": \"Captured amount of $22.410 online.\",\n            \"created_at\": \"2021-05-10 19:16:01\",\n            \"entity_id\": 42142,\n            \"entity_name\": \"invoice\",\n            \"is_customer_notified\": null,\n            \"is_visible_on_front\": 0,\n            \"parent_id\": xxxxxxxx,\n            \"status\": \"processing\"\n          },\n          {\n            \"comment\": null,\n            \"created_at\": \"2021-05-10 17:15:16\",\n            \"entity_id\": 42135,\n            \"entity_name\": \"order\",\n            \"is_customer_notified\": 1,\n            \"is_visible_on_front\": 0,\n            \"parent_id\": xxxxxxxx,\n            \"status\": \"pending\"\n          }\n        ],\n        \"extension_attributes\": {\n          \"shipping_assignments\": [\n            {\n              \"shipping\": {\n                \"address\": {\n                  \"address_type\": \"shipping\",\n                  \"city\": \"Rancagua\",\n                  \"country_id\": \"CL\",\n                  \"email\": \"xxxxxxxx@gmail.com\",\n                  \"entity_id\": 47292,\n                  \"firstname\": \"Nombre\",\n                  \"lastname\": \"Apellido\",\n                  \"parent_id\": xxxxxxxx,\n                  \"postcode\": \"-\",\n                  \"region\": \"VI - O'Higgins\",\n                  \"region_code\": \"VI - O'Higgins\",\n                  \"street\": [\n                    \"Pasaje Ossa Mayor xxx, San Damian\",\n                    \"casa\"\n                  ],\n                  \"telephone\": \"xxxxxxxx\",\n                  \"vat_id\": \"xxxxxxxx\"\n                },\n                \"method\": \"matrixrate_matrixrate_35388\",\n                \"total\": {\n                  \"base_shipping_amount\": 2025,\n                  \"base_shipping_discount_amount\": 0,\n                  \"base_shipping_discount_tax_compensation_amnt\": 0,\n                  \"base_shipping_incl_tax\": 2410,\n                  \"base_shipping_invoiced\": 2025,\n                  \"base_shipping_tax_amount\": 385,\n                  \"shipping_amount\": 2025,\n                  \"shipping_discount_amount\": 0,\n                  \"shipping_discount_tax_compensation_amount\": 0,\n                  \"shipping_incl_tax\": 2410,\n                  \"shipping_invoiced\": 2025,\n                  \"shipping_tax_amount\": 385\n                }\n              },\n              \"items\": [\n                {\n                  \"amount_refunded\": 0,\n                  \"base_amount_refunded\": 0,\n                  \"base_discount_amount\": 0,\n                  \"base_discount_invoiced\": 0,\n                  \"base_discount_tax_compensation_amount\": 0,\n                  \"base_discount_tax_compensation_invoiced\": 0,\n                  \"base_original_price\": 20000,\n                  \"base_price\": 16807,\n                  \"base_price_incl_tax\": 20000,\n                  \"base_row_invoiced\": 16807,\n                  \"base_row_total\": 16807,\n                  \"base_row_total_incl_tax\": 20000,\n                  \"base_tax_amount\": 3193,\n                  \"base_tax_invoiced\": 3193,\n                  \"created_at\": \"2021-05-10 17:15:16\",\n                  \"discount_amount\": 0,\n                  \"discount_invoiced\": 0,\n                  \"discount_percent\": 0,\n                  \"free_shipping\": 0,\n                  \"discount_tax_compensation_amount\": 0,\n                  \"discount_tax_compensation_invoiced\": 0,\n                  \"is_qty_decimal\": 0,\n                  \"is_virtual\": 0,\n                  \"item_id\": 55940,\n                  \"name\": \"Accesorio oficina Cabecero Air Gris Oscuro\",\n                  \"no_discount\": 0,\n                  \"order_id\": xxxxxxxx,\n                  \"original_price\": 20000,\n                  \"price\": 16807,\n                  \"price_incl_tax\": 20000,\n                  \"product_id\": 2428,\n                  \"product_type\": \"simple\",\n                  \"qty_canceled\": 0,\n                  \"qty_invoiced\": 1,\n                  \"qty_ordered\": 1,\n                  \"qty_refunded\": 0,\n                  \"qty_shipped\": 0,\n                  \"quote_item_id\": 571261,\n                  \"row_invoiced\": 16807,\n                  \"row_total\": 16807,\n                  \"row_total_incl_tax\": 20000,\n                  \"row_weight\": 1.5,\n                  \"sku\": \"xxxxxxxx\",\n                  \"store_id\": 2,\n                  \"tax_amount\": 3193,\n                  \"tax_invoiced\": 3193,\n                  \"tax_percent\": 19,\n                  \"updated_at\": \"2021-05-10 19:16:01\",\n                  \"weee_tax_applied\": \"[]\",\n                  \"weight\": 1.5\n                }\n              ]\n            }\n          ],\n          \"payment_additional_info\": [\n            {\n              \"key\": \"payment[method]\",\n              \"value\": \"mercadopago_custom\"\n            },\n            {\n              \"key\": \"card_expiration_month\",\n              \"value\": \"3\"\n            },\n            {\n              \"key\": \"card_expiration_year\",\n              \"value\": \"2023\"\n            },\n            {\n              \"key\": \"card_holder_name\",\n              \"value\": \"Nombre Apellido Cabrera\"\n            },\n            {\n              \"key\": \"doc_type\",\n              \"value\": \"RUT\"\n            },\n            {\n              \"key\": \"doc_number\",\n              \"value\": \"xxxxxxxx\"\n            },\n            {\n              \"key\": \"installments\",\n              \"value\": \"3\"\n            },\n            {\n              \"key\": \"total_amount\",\n              \"value\": \"22795\"\n            },\n            {\n              \"key\": \"amount\",\n              \"value\": \"22795\"\n            },\n            {\n              \"key\": \"site_id\",\n              \"value\": \"MLC\"\n            },\n            {\n              \"key\": \"token\",\n              \"value\": \"xxxxxxxxx\"\n            },\n            {\n              \"key\": \"payment_method_id\",\n              \"value\": \"visa\"\n            },\n            {\n              \"key\": \"payment_method_selector\",\n              \"value\": \"-1\"\n            },\n            {\n              \"key\": \"one_click_pay\",\n              \"value\": \"\"\n            },\n            {\n              \"key\": \"issuer_id\",\n              \"value\": \"-1\"\n            },\n            {\n              \"key\": \"coupon_code\",\n              \"value\": \"\"\n            },\n            {\n              \"key\": \"extension_attributes\",\n              \"value\": \"[]\"\n            },\n            {\n              \"key\": \"payment_type_id\",\n              \"value\": \"credit_card\"\n            },\n            {\n              \"key\": \"expiration_date\",\n              \"value\": \"3/2023\"\n            },\n            {\n              \"key\": \"payment_method\",\n              \"value\": \"visa\"\n            },\n            {\n              \"key\": \"cardholderName\",\n              \"value\": \"Nombre Apellido Cabrera\"\n            },\n            {\n              \"key\": \"method_title\",\n              \"value\": \"Tarjeta de Debito / Credito - Mercado Pago\"\n            },\n            {\n              \"key\": \"paymentResponse\",\n              \"value\": \"{\\\"id\\\":14814524520,\\\"date_created\\\":\\\"2021-05-10T13:15:11.249-04:00\\\",\\\"date_approved\\\":\\\"2021-05-10T13:15:16.109-04:00\\\",\\\"date_last_updated\\\":\\\"2021-05-10T13:15:16.109-04:00\\\",\\\"date_of_expiration\\\":null,\\\"money_release_date\\\":\\\"2021-05-10T13:15:16.109-04:00\\\",\\\"operation_type\\\":\\\"regular_payment\\\",\\\"issuer_id\\\":\\\"168\\\",\\\"payment_method_id\\\":\\\"visa\\\",\\\"payment_type_id\\\":\\\"credit_card\\\",\\\"status\\\":\\\"approved\\\",\\\"status_detail\\\":\\\"accredited\\\",\\\"currency_id\\\":\\\"CLP\\\",\\\"description\\\":\\\"Order # xxxxxxxx in store https:\\\\/\\\\/xxxxx.cl\\\\/\\\",\\\"live_mode\\\":true,\\\"sponsor_id\\\":222570571,\\\"authorization_code\\\":\\\"646737\\\",\\\"money_release_schema\\\":null,\\\"taxes_amount\\\":0,\\\"counter_currency\\\":null,\\\"brand_id\\\":null,\\\"shipping_amount\\\":0,\\\"pos_id\\\":null,\\\"store_id\\\":null,\\\"integrator_id\\\":\\\"222570571\\\",\\\"platxxxxx_id\\\":\\\"Magento2\\\",\\\"corporation_id\\\":null,\\\"collector_id\\\":481184971,\\\"payer\\\":{\\\"type\\\":null,\\\"id\\\":\\\"152238152\\\",\\\"operator_id\\\":null,\\\"email\\\":\\\"xxxxxxxx@gmail.com\\\",\\\"identification\\\":{\\\"type\\\":\\\"RUT\\\",\\\"number\\\":\\\"89118875\\\"},\\\"phone\\\":{\\\"area_code\\\":null,\\\"number\\\":null,\\\"extension\\\":null},\\\"first_name\\\":null,\\\"last_name\\\":null,\\\"entity_type\\\":null},\\\"marketplace_owner\\\":null,\\\"metadata\\\":{\\\"site\\\":null,\\\"platxxxxx_version\\\":\\\"2.3.3\\\",\\\"test_mode\\\":true,\\\"module_version\\\":null,\\\"customer_id\\\":\\\"152238152-tl4QvLjgYr45VA\\\",\\\"checkout\\\":\\\"custom\\\",\\\"sponsor_id\\\":\\\"222570571\\\",\\\"platxxxxx\\\":\\\"Magento\\\",\\\"token\\\":\\\"xxxxxxxxx\\\"},\\\"additional_info\\\":{\\\"items\\\":[{\\\"id\\\":\\\"xxxxxxxx\\\",\\\"title\\\":\\\"Accesorio oficina Cabecero Air Gris Oscuro\\\",\\\"description\\\":\\\"Accesorio oficina Cabecero Air Gris Oscuro\\\",\\\"picture_url\\\":\\\"https:\\\\/\\\\/xxxxx.cl\\\\/pub\\\\/static\\\\/version1620488980\\\\/webapi_rest\\\\/_view\\\\/es_CL\\\\/Magento_Catalog\\\\/images\\\\/product\\\\/placeholder\\\\/.jpg\\\",\\\"category_id\\\":\\\"others\\\",\\\"quantity\\\":\\\"1\\\",\\\"unit_price\\\":\\\"16807\\\"}],\\\"payer\\\":{\\\"phone\\\":{\\\"area_code\\\":\\\"0\\\",\\\"number\\\":\\\"xxxxxxxx\\\"},\\\"address\\\":{\\\"zip_code\\\":\\\"-\\\",\\\"street_name\\\":\\\"Pasaje Ossa Mayor xxx, San Damian\\\\ncasa - Rancagua - CL\\\"},\\\"first_name\\\":\\\"Nombre\\\",\\\"last_name\\\":\\\"Apellido\\\",\\\"registration_date\\\":\\\"1970-01-01T00:00:00\\\"},\\\"shipments\\\":{\\\"receiver_address\\\":{\\\"zip_code\\\":\\\"-\\\",\\\"street_name\\\":\\\"Pasaje Ossa Mayor xxx, San Damian\\\\ncasa - Rancagua - CL\\\",\\\"floor\\\":\\\"-\\\",\\\"apartment\\\":\\\"-\\\"}},\\\"available_balance\\\":null,\\\"nsu_processadora\\\":\\\"32670654123_766f7472707f6b767e7c\\\"},\\\"order\\\":[],\\\"external_reference\\\":\\\"xxxxxxxx\\\",\\\"transaction_amount\\\":22410,\\\"transaction_amount_refunded\\\":0,\\\"coupon_amount\\\":0,\\\"differential_pricing_id\\\":33629181,\\\"deduction_schema\\\":\\\"PSJ 12\\\",\\\"installments\\\":3,\\\"transaction_details\\\":{\\\"payment_method_reference_id\\\":null,\\\"net_received_amount\\\":21531.53,\\\"total_paid_amount\\\":22410,\\\"overpaid_amount\\\":0,\\\"external_resource_url\\\":null,\\\"installment_amount\\\":7470,\\\"financial_institution\\\":null,\\\"payable_deferral_period\\\":null,\\\"acquirer_reference\\\":null},\\\"fee_details\\\":[{\\\"type\\\":\\\"mercadopago_fee\\\",\\\"amount\\\":878.47,\\\"fee_payer\\\":\\\"collector\\\"}],\\\"charges_details\\\":[],\\\"captured\\\":true,\\\"binary_mode\\\":false,\\\"call_for_authorize_id\\\":null,\\\"statement_descriptor\\\":\\\"MERCADOPAGO\\\",\\\"card\\\":{\\\"id\\\":null,\\\"first_six_digits\\\":\\\"445596\\\",\\\"last_four_digits\\\":\\\"2773\\\",\\\"expiration_month\\\":3,\\\"expiration_year\\\":2023,\\\"date_created\\\":\\\"2021-05-10T13:15:11.000-04:00\\\",\\\"date_last_updated\\\":\\\"2021-05-10T13:15:11.000-04:00\\\",\\\"cardholder\\\":{\\\"name\\\":\\\"Nombre Apellido Cabrera\\\",\\\"identification\\\":{\\\"number\\\":\\\"89118875\\\",\\\"type\\\":\\\"RUT\\\"}}},\\\"notification_url\\\":\\\"https:\\\\/\\\\/xxxxx.cl\\\\/mercadopago\\\\/notifications\\\\/custom\\\\/\\\",\\\"refunds\\\":[],\\\"processing_mode\\\":\\\"aggregator\\\",\\\"merchant_account_id\\\":null,\\\"merchant_number\\\":null,\\\"point_of_interaction\\\":[]}\"\n            }\n          ],\n          \"applied_taxes\": [\n            {\n              \"code\": \"IVA\",\n              \"title\": \"IVA\",\n              \"percent\": 19,\n              \"amount\": 3578,\n              \"base_amount\": 3578\n            }\n          ],\n          \"item_applied_taxes\": [\n            {\n              \"type\": \"shipping\",\n              \"applied_taxes\": [\n                {\n                  \"code\": \"IVA\",\n                  \"title\": \"IVA\",\n                  \"percent\": 19,\n                  \"amount\": 385,\n                  \"base_amount\": 385\n                }\n              ]\n            },\n            {\n              \"type\": \"product\",\n              \"item_id\": 55940,\n              \"applied_taxes\": [\n                {\n                  \"code\": \"IVA\",\n                  \"title\": \"IVA\",\n                  \"percent\": 19,\n                  \"amount\": 3193,\n                  \"base_amount\": 3193\n                }\n              ]\n            }\n          ],\n          \"converting_from_quote\": true,\n          \"amasty_order_attributes\": []\n        }\n      },\n      \"synchronizationStatus\": \"synchronized\",\n      \"status\": \"created\",\n      \"externalCreatedAt\": \"2021-05-10T17:15:16.000Z\",\n      \"externalUpdatedAt\": \"2021-05-10T19:16:01.000Z\",\n      \"createdAt\": \"2021-05-10T19:17:50.000Z\",\n      \"updatedAt\": \"2021-05-10T19:17:50.000Z\",\n      \"CreatedById\": null,\n      \"UpdatedById\": null,\n      \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"MarketplaceConnection\": {\n        \"_name\": \"Magento - xxxxx\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"provider\": \"magento\",\n        \"name\": \"Magento - xxxxx\"\n      }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n  }"},{"id":"c9acb234-723f-4cab-914e-95d89526f95f","name":"Get checkout (Jumpseller)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXX\",\n    \"origin\": \"jumpseller\",\n    \"net\": 14990,\n    \"tax\": 0,\n    \"gross\": 22990,\n    \"tags\": \"\",\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2024-06-03T21:57:59.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": null,\n    \"shippingMode\": null,\n    \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n    \"updatedAt\": \"2024-06-03T22:53:34.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Bodega Online\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2023-01-17T20:39:18.000Z\",\n        \"updatedAt\": \"2023-01-17T20:39:18.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Palumbo-Jumpseller\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"jumpseller\",\n        \"name\": \"Palumbo-Jumpseller\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"code\": \"_delivery_type_delivery\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2023-01-17T20:39:18.000Z\",\n        \"updatedAt\": \"2024-01-18T13:00:46.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2020-08-27T19:13:42.000Z\",\n        \"updatedAt\": \"2020-08-27T19:13:42.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": null,\n        \"activity\": \"\",\n        \"contactName\": \"Multivende\",\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": null,\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"multivende@multivende.com\",\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2023-05-03T21:20:09.000Z\",\n        \"updatedAt\": \"2024-06-03T22:08:27.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"MULTIVENDE\",\n                \"address_1\": \"AV CENTRAL XXX\",\n                \"address_2\": null,\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": null,\n                \"city\": null,\n                \"country\": null,\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": null,\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n                \"updatedAt\": \"2024-06-03T22:53:34.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"id\\\":XXXXXXXX,\\\"email\\\":\\\"multivende@multivende.com\\\",\\\"phone\\\":\\\"XXXXXXXXX\\\",\\\"phone_prefix\\\":null,\\\"ip\\\":\\\"200.89.68.74\\\",\\\"fullname\\\":\\\"Multivende\\\"}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2023-05-03T21:20:09.000Z\",\n            \"updatedAt\": \"2024-06-03T22:53:34.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"MULTIVENDE\",\n            \"address_1\": \"AV CENTRAL XXX\",\n            \"address_2\": null,\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": null,\n            \"city\": null,\n            \"country\": null,\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": null,\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n            \"updatedAt\": \"2024-06-03T22:53:34.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"MULTIVENDE\",\n            \"taxName\": \"MULTIVENDE\",\n            \"taxActivity\": null,\n            \"taxId\": null,\n            \"documentType\": null,\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": null,\n            \"phoneNumber\": null,\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n            \"updatedAt\": \"2024-06-03T22:53:34.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXX\",\n            \"externalOrderNumber\": \"XXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXX\",\n            \"externalContent\": {\n                \"id\": 0,\n                \"created_at\": \"2024-06-03 21:55:32 UTC\",\n                \"completed_at\": \"2024-06-03 21:57:59 UTC\",\n                \"currency\": \"CLP\",\n                \"subtotal\": 22990,\n                \"tax\": 0,\n                \"shipping_tax\": 0,\n                \"shipping\": 0,\n                \"shipping_required\": false,\n                \"total\": 14990,\n                \"discount\": 8000,\n                \"shipping_discount\": 0,\n                \"fulfillment_status\": \"unfulfilled\",\n                \"shipping_method_id\": null,\n                \"shipping_service_id\": null,\n                \"shipping_method_name\": null,\n                \"payment_method_name\": \"Webpay (Transbank)\",\n                \"payment_method_type\": \"webpay_plus\",\n                \"payment_information\": \"Tipo de Transacción: Venta,<br/>Resultado: Transacción aprobada,<br/>Nº Orden Webpay: 56674-XXXXXX,<br/>Fecha: 2024-06-03 21:56,<br/>Últimos 4 nums. de Tarjeta: ...XXXX,<br/>Código Autorización: 756042,<br/>Tipo de Pago: Venta Débito,<br/>Tipo de Cuotas: Debito,<br/>Número Cuotas: 0<br/>\",\n                \"additional_information\": null,\n                \"duplicate_url\": \"https://www.palumbo.cl/cart/duplicate/31fd0529712ecf009dXXXXXXXXXXXXXX\",\n                \"recovery_url\": null,\n                \"review_url\": null,\n                \"checkout_url\": \"https://www.palumbo.cl/checkout?token=31fd0529712ecf009dXXXXXXXXXXXXXX\",\n                \"coupons\": null,\n                \"status_enum\": \"paid\",\n                \"promotions\": [\n                    {\n                        \"id\": 786773,\n                        \"name\": \"OFERTA FLASH MANICURE \",\n                        \"code\": null\n                    }\n                ],\n                \"customer\": {\n                    \"id\": 0,\n                    \"email\": \"multivende@multivende.com\",\n                    \"phone\": \"XXXXXXXXX\",\n                    \"phone_prefix\": null,\n                    \"ip\": \"200.XX.68.XX\",\n                    \"fullname\": \"Multivende\"\n                },\n                \"shipping_branch\": null,\n                \"shipping_address\": null,\n                \"billing_address\": {\n                    \"name\": \"MULTIVENDE\",\n                    \"surname\": \"MULTIVENDE\",\n                    \"taxid\": null,\n                    \"address\": \"AV CENTRAL XXX\",\n                    \"city\": \"Santiago\",\n                    \"postal\": null,\n                    \"region\": \"Metropolitana\",\n                    \"country\": \"Chile\",\n                    \"country_code\": \"CL\",\n                    \"region_code\": \"12\",\n                    \"street_number\": null,\n                    \"complement\": null,\n                    \"municipality\": \"San Bernardo\"\n                },\n                \"pickup_address\": null,\n                \"products\": [\n                    {\n                        \"id\": 19885916,\n                        \"variant_id\": null,\n                        \"sku\": \"ELD78\",\n                        \"name\": \"Manos de Larga Duración; Tu Estilo, Tu Elección! Sin limite de colores.\",\n                        \"qty\": 1,\n                        \"price\": 22990,\n                        \"tax\": 0,\n                        \"discount\": 7999.99,\n                        \"weight\": 1,\n                        \"image\": \"https://images.jumpseller.com/store/palumbo-store/XXXXX/manicure_full-1.jpg?1717079080\",\n                        \"taxes\": [],\n                        \"files\": []\n                    }\n                ],\n                \"additional_fields\": [\n                    {\n                        \"label\": \"Confirmar correo\",\n                        \"value\": \"multivende@multivende.com\",\n                        \"id\": 0,\n                        \"area\": \"contact\"\n                    },\n                    {\n                        \"label\": \"He leído y acepto los Términos y Condiciones\",\n                        \"value\": \"Sí\",\n                        \"id\": 13066,\n                        \"area\": \"other\"\n                    }\n                ],\n                \"shipping_taxes\": [],\n                \"source\": {\n                    \"source_name\": \"fidelizador\",\n                    \"medium\": \"email\",\n                    \"campaign\": \"id:670  PACK SERVICIO Corte Mujer 01-05\",\n                    \"referral_url\": \"https://trackercl1.fidelizador.com/\",\n                    \"referral_code\": null,\n                    \"user_agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\",\n                    \"first_page_visited\": \"https://www.palumbo.cl/corte-mujer-new-look\",\n                    \"first_page_visited_at\": \"2024-05-02 14:44:50 UTC\",\n                    \"referral_source\": \"trackercl1.fidelizador.com\"\n                },\n                \"status\": \"Paid\",\n                \"tracking_url\": null,\n                \"tracking_company\": null,\n                \"tracking_number\": null,\n                \"shipping_option\": null,\n                \"same_day_delivery\": false,\n                \"shipment_status\": \"No Aplicable\",\n                \"shipment_status_enum\": \"not_applicable\",\n                \"external_shipping_rate_id\": null,\n                \"external_shipping_rate_description\": null,\n                \"billing_information\": null\n            },\n            \"tags\": null,\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2024-06-03T21:57:59.000Z\",\n            \"externalUpdatedAt\": \"2024-06-03T21:57:59.000Z\",\n            \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n            \"updatedAt\": \"2024-06-03T22:53:34.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnection\": {\n                \"_name\": \"Palumbo-Jumpseller\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"jumpseller\",\n                \"name\": \"Palumbo-Jumpseller\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_unfulfilled_inventory\",\n            \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n            \"updatedAt\": \"2024-06-03T22:08:27.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"1826992985304\",\n                \"cost\": 0,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": null,\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": null,\n                \"handlingDateLimit\": null,\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_unfulfilled_inventory\",\n                \"shippingLabelStatus\": \"pending\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": null,\n                \"trackingUrl\": null,\n                \"courierName\": null,\n                \"shippingMode\": null,\n                \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n                \"updatedAt\": \"2024-06-03T22:08:27.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXX\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"{}\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2024-06-03T21:57:59.000Z\",\n                        \"externalUpdatedAt\": \"2024-06-03T21:57:59.000Z\",\n                        \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n                        \"updatedAt\": \"2024-06-03T22:53:34.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": null,\n                    \"address_2\": null,\n                    \"description\": null,\n                    \"indications\": null,\n                    \"receiverName\": null,\n                    \"zipCode\": null,\n                    \"city\": null,\n                    \"state\": null,\n                    \"country\": null,\n                    \"street\": null,\n                    \"number\": null,\n                    \"neighborhood\": null,\n                    \"position\": 0,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n                    \"updatedAt\": \"2024-06-03T22:53:34.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": null,\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": null,\n                            \"lastName\": null,\n                            \"contactName\": \"\",\n                            \"code\": null,\n                            \"email\": \"multivende@multivende.com\",\n                            \"phoneNumber\": \"XXXXXXXXX\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n                            \"updatedAt\": \"2024-06-03T22:53:34.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 1,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_unfulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n                    \"updatedAt\": \"2024-06-03T22:08:27.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"ELD78\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 0,\n                        \"length\": 0,\n                        \"height\": 0,\n                        \"weight\": 1,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2024-04-16T21:30:54.000Z\",\n                        \"updatedAt\": \"2024-06-03T18:15:03.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Manos de Larga Duración; Tu Estilo, Tu Elección! Sin limite de colores.\",\n                            \"alias\": null,\n                            \"model\": \"Servicios online\",\n                            \"code\": \"ELD78\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.warning_on_distribution_to_marketplace\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2024-04-16T21:30:54.000Z\",\n                            \"updatedAt\": \"2024-06-03T18:15:20.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": null,\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Bodega Online\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-01-17T20:39:18.000Z\",\n                        \"updatedAt\": \"2023-01-17T20:39:18.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": null,\n            \"status\": \"created\",\n            \"discount\": 8000,\n            \"discountType\": \"value\",\n            \"detail\": \"\",\n            \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n            \"updatedAt\": \"2024-06-03T22:08:27.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutDiscountTypeId\": null,\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutDiscountType\": null\n        }\n    ],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"Webpay (Transbank)\",\n            \"amount\": 14990,\n            \"amountPaid\": 14990,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": \"Tipo de Transacción: Venta,<br/>Resultado: Transacción aprobada,<br/>Nº Orden Webpay: 56674-XXXXXX,<br/>Fecha: 2024-06-03 21:56,<br/>Últimos 4 nums. de Tarjeta: ...XXXX,<br/>Código Autorización: 756042,<br/>Tipo de Pago: Venta Débito,<br/>Tipo de Cuotas: Debito,<br/>Número Cuotas: 0<br/>\",\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n            \"updatedAt\": \"2024-06-03T22:08:27.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n                \"code\": \"_payment_methods_other\",\n                \"name\": \"PAYMENT_METHODS.Other.Name\",\n                \"description\": \"PAYMENT_METHODS.Other.Description\",\n                \"position\": 7,\n                \"status\": \"created\",\n                \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n                \"updatedAt\": \"2016-12-14T16:38:46.000Z\",\n                \"codeTranslated\": \"Otros\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXX\",\n                    \"transactionId\": \"XXXXXX\",\n                    \"externalContent\": \"null\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n                    \"updatedAt\": \"2024-06-03T22:53:34.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"ELD78\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 22990,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n            \"updatedAt\": \"2024-06-03T22:08:27.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"ELD78\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 0,\n                \"length\": 0,\n                \"height\": 0,\n                \"weight\": 1,\n                \"status\": \"created\",\n                \"createdAt\": \"2024-04-16T21:30:54.000Z\",\n                \"updatedAt\": \"2024-06-03T18:15:03.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2023-03-07T14:12:47.000Z\",\n                    \"updatedAt\": \"2023-03-07T14:12:47.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2023-03-07T14:12:47.000Z\",\n                    \"updatedAt\": \"2023-03-07T14:12:47.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Manos de Larga Duración; Tu Estilo, Tu Elección! Sin limite de colores.\",\n                    \"alias\": null,\n                    \"model\": \"Servicios online\",\n                    \"code\": \"ELD78\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.warning_on_distribution_to_marketplace\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2024-04-16T21:30:54.000Z\",\n                    \"updatedAt\": \"2024-06-03T18:15:20.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": null,\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 22990,\n            \"discount\": 0,\n            \"totalWithDiscount\": 22990,\n            \"paymentByItem\": 14990\n        }\n    ],\n    \"cachedDate\": \"2024-08-27T15:23:07.000Z\",\n    \"total\": 22990,\n    \"discount\": 8000,\n    \"totalWithDiscount\": 14990,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": true,\n    \"totalDiscounts\": 8000,\n    \"totalPayment\": 14990,\n    \"createdAtLocale\": \"03/06/2024 22:08:27\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXX\",\n        \"externalOrderNumber\": \"XXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXX\",\n        \"externalContent\": {\n            \"id\": 0,\n            \"created_at\": \"2024-06-03 21:55:32 UTC\",\n            \"completed_at\": \"2024-06-03 21:57:59 UTC\",\n            \"currency\": \"CLP\",\n            \"subtotal\": 22990,\n            \"tax\": 0,\n            \"shipping_tax\": 0,\n            \"shipping\": 0,\n            \"shipping_required\": false,\n            \"total\": 14990,\n            \"discount\": 8000,\n            \"shipping_discount\": 0,\n            \"fulfillment_status\": \"unfulfilled\",\n            \"shipping_method_id\": null,\n            \"shipping_service_id\": null,\n            \"shipping_method_name\": null,\n            \"payment_method_name\": \"Webpay (Transbank)\",\n            \"payment_method_type\": \"webpay_plus\",\n            \"payment_information\": \"Tipo de Transacción: Venta,<br/>Resultado: Transacción aprobada,<br/>Nº Orden Webpay: 56674-XXXXXX,<br/>Fecha: 2024-06-03 21:56,<br/>Últimos 4 nums. de Tarjeta: ...XXXX,<br/>Código Autorización: 756042,<br/>Tipo de Pago: Venta Débito,<br/>Tipo de Cuotas: Debito,<br/>Número Cuotas: 0<br/>\",\n            \"additional_information\": null,\n            \"duplicate_url\": \"https://www.palumbo.cl/cart/duplicate/31fd0529712ecf009d0XXXXXXXXX\",\n            \"recovery_url\": null,\n            \"review_url\": null,\n            \"checkout_url\": \"https://www.palumbo.cl/checkout?token=31fd0529712ecf009d094445XXXXXXXX\",\n            \"coupons\": null,\n            \"status_enum\": \"paid\",\n            \"promotions\": [\n                {\n                    \"id\": 786773,\n                    \"name\": \"OFERTA FLASH MANICURE \",\n                    \"code\": null\n                }\n            ],\n            \"customer\": {\n                \"id\": 0,\n                \"email\": \"multivende@multivende.com\",\n                \"phone\": \"XXXXXXXXX\",\n                \"phone_prefix\": null,\n                \"ip\": \"200.XX.68.XX\",\n                \"fullname\": \"Multivende\"\n            },\n            \"shipping_branch\": null,\n            \"shipping_address\": null,\n            \"billing_address\": {\n                \"name\": \"MULTIVENDE\",\n                \"surname\": \"MULTIVENDE\",\n                \"taxid\": null,\n                \"address\": \"AV CENTRAL XXX\",\n                \"city\": \"Santiago\",\n                \"postal\": null,\n                \"region\": \"Metropolitana\",\n                \"country\": \"Chile\",\n                \"country_code\": \"CL\",\n                \"region_code\": \"12\",\n                \"street_number\": null,\n                \"complement\": null,\n                \"municipality\": \"San Bernardo\"\n            },\n            \"pickup_address\": null,\n            \"products\": [\n                {\n                    \"id\": 19885916,\n                    \"variant_id\": null,\n                    \"sku\": \"ELD78\",\n                    \"name\": \"Manos de Larga Duración; Tu Estilo, Tu Elección! Sin limite de colores.\",\n                    \"qty\": 1,\n                    \"price\": 22990,\n                    \"tax\": 0,\n                    \"discount\": 7999.99,\n                    \"weight\": 1,\n                    \"image\": \"https://images.jumpseller.com/store/palumbo-store/19885916/manicure_full-1.jpg?1717079080\",\n                    \"taxes\": [],\n                    \"files\": []\n                }\n            ],\n            \"additional_fields\": [\n                {\n                    \"label\": \"Confirmar correo\",\n                    \"value\": \"multivende@multivende.com\",\n                    \"id\": 39325,\n                    \"area\": \"contact\"\n                },\n                {\n                    \"label\": \"He leído y acepto los Términos y Condiciones\",\n                    \"value\": \"Sí\",\n                    \"id\": 13066,\n                    \"area\": \"other\"\n                }\n            ],\n            \"shipping_taxes\": [],\n            \"source\": {\n                \"source_name\": \"fidelizador\",\n                \"medium\": \"email\",\n                \"campaign\": \"id:670  PACK SERVICIO Corte Mujer 01-05\",\n                \"referral_url\": \"https://trackercl1.fidelizador.com/\",\n                \"referral_code\": null,\n                \"user_agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\",\n                \"first_page_visited\": \"https://www.palumbo.cl/corte-mujer-new-look\",\n                \"first_page_visited_at\": \"2024-05-02 14:44:50 UTC\",\n                \"referral_source\": \"trackercl1.fidelizador.com\"\n            },\n            \"status\": \"Paid\",\n            \"tracking_url\": null,\n            \"tracking_company\": null,\n            \"tracking_number\": null,\n            \"shipping_option\": null,\n            \"same_day_delivery\": false,\n            \"shipment_status\": \"No Aplicable\",\n            \"shipment_status_enum\": \"not_applicable\",\n            \"external_shipping_rate_id\": null,\n            \"external_shipping_rate_description\": null,\n            \"billing_information\": null\n        },\n        \"tags\": null,\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2024-06-03T21:57:59.000Z\",\n        \"externalUpdatedAt\": \"2024-06-03T21:57:59.000Z\",\n        \"createdAt\": \"2024-06-03T22:08:27.000Z\",\n        \"updatedAt\": \"2024-06-03T22:53:34.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnection\": {\n            \"_name\": \"Palumbo-Jumpseller\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"jumpseller\",\n            \"name\": \"Palumbo-Jumpseller\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"178aae67-d180-4d08-b207-3f34c5cb2004","name":"Get checkout (Prestashop)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"code\": \"7831637835153\",\n    \"origin\": \"prestashop\",\n    \"net\": 0,\n    \"tax\": 0,\n    \"gross\": 44960.0024,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": null,\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": null,\n    \"soldAt\": \"2021-05-10T18:54:16.000Z\",\n    \"createdAt\": \"2021-05-10T18:55:09.000Z\",\n    \"updatedAt\": \"2021-05-10T18:55:26.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"ScreeningStatusId\": null,\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"Owner\": null,\n    \"shippingMode\": null,\n    \"courierName\": null,\n    \"isMultiwarehouse\": \"disabled\",\n    \"Warehouse\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"name\": \"Bodega Online\",\n      \"code\": null,\n      \"address\": null,\n      \"description\": null,\n      \"type\": \"warehouse\",\n      \"phoneAreaCode\": null,\n      \"phoneNumber\": null,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"openHours\": null,\n      \"tags\": null,\n      \"position\": 0,\n      \"status\": \"created\",\n      \"createdAt\": \"2020-05-11T18:23:48.000Z\",\n      \"updatedAt\": \"2020-05-11T18:23:48.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"LocationId\": null,\n      \"TimezoneId\": null,\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n      \"_name\": \"Prestashop 4to xxxxxx\",\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"name\": \"Prestashop 4to xxxxxx\",\n      \"provider\": \"prestashop\"\n    },\n    \"Client\": {\n      \"fullName\": \"nombre apellido\",\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"name\": \"nombre\",\n      \"lastName\": \"apellido\",\n      \"activity\": null,\n      \"contactName\": null,\n      \"comune\": null,\n      \"city\": null,\n      \"documentType\": null,\n      \"taxId\": \"17771420-8\",\n      \"birthday\": null,\n      \"code\": null,\n      \"email\": \"xxxxxxxxxxxxxx@gmail.com\",\n      \"phoneNumber\": null,\n      \"comment\": null,\n      \"type\": \"person\",\n      \"tags\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2021-05-10T18:55:09.000Z\",\n      \"updatedAt\": \"2021-05-10T18:55:26.000Z\",\n      \"CreatedById\": null,\n      \"UpdatedById\": null,\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"BillingAddresses\": [],\n      \"ClientLink\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"externalId\": \"12961\",\n        \"externalContent\": \"{\\\"id\\\":\\\"12961\\\",\\\"id_default_group\\\":{\\\"_\\\":\\\"3\\\",\\\"$\\\":{\\\"xlink:href\\\":\\\"https://www.xxxxxxstore.cl/api/groups/3\\\"}},\\\"id_lang\\\":{\\\"_\\\":\\\"1\\\",\\\"$\\\":{\\\"xlink:href\\\":\\\"https://www.xxxxxxstore.cl/api/languages/1\\\"}},\\\"newsletter_date_add\\\":\\\"0000-00-00 00:00:00\\\",\\\"ip_registration_newsletter\\\":\\\"\\\",\\\"last_passwd_gen\\\":\\\"2021-05-10 13:41:41\\\",\\\"secure_key\\\":\\\"xxxxxxx\\\",\\\"deleted\\\":\\\"0\\\",\\\"passwd\\\":\\\"$2y$10$ziPtBwPwLWF1XAOabD5xHOVWS.xhERzmDgC9iOKqnj6g8X0UEB8zi\\\",\\\"lastname\\\":\\\"apellido\\\",\\\"firstname\\\":\\\"nombre\\\",\\\"email\\\":\\\"xxxxxxxxxxxxxx@gmail.com\\\",\\\"id_gender\\\":\\\"2\\\",\\\"birthday\\\":\\\"0000-00-00\\\",\\\"newsletter\\\":\\\"0\\\",\\\"optin\\\":\\\"1\\\",\\\"website\\\":\\\"\\\",\\\"company\\\":\\\"\\\",\\\"siret\\\":\\\"\\\",\\\"ape\\\":\\\"\\\",\\\"outstanding_allow_amount\\\":\\\"0.000000\\\",\\\"show_public_prices\\\":\\\"0\\\",\\\"id_risk\\\":\\\"0\\\",\\\"max_payment_days\\\":\\\"0\\\",\\\"active\\\":\\\"1\\\",\\\"note\\\":\\\"\\\",\\\"is_guest\\\":\\\"0\\\",\\\"id_shop\\\":\\\"1\\\",\\\"id_shop_group\\\":\\\"1\\\",\\\"date_add\\\":\\\"2021-05-10 14:11:41\\\",\\\"date_upd\\\":\\\"2021-05-10 14:11:41\\\",\\\"reset_password_token\\\":\\\"\\\",\\\"reset_password_validity\\\":\\\"0000-00-00 00:00:00\\\",\\\"associations\\\":{\\\"groups\\\":{\\\"$\\\":{\\\"nodeType\\\":\\\"group\\\",\\\"api\\\":\\\"groups\\\"},\\\"group\\\":{\\\"$\\\":{\\\"xlink:href\\\":\\\"https://www.xxxxxxstore.cl/api/groups/3\\\"},\\\"id\\\":\\\"3\\\"}}}}\",\n        \"synchronizationStatus\": \"not-synchronized\",\n        \"status\": \"created\",\n        \"createdAt\": \"2021-05-10T18:55:09.000Z\",\n        \"updatedAt\": \"2021-05-10T18:55:09.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n      }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": null,\n    \"DeliveryType\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n      \"code\": \"_delivery_type_delivery\",\n      \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n      \"position\": 1,\n      \"tags\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n      \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"name\": \"xxxxxx Chile\",\n      \"businessName\": null,\n      \"description\": null,\n      \"code\": null,\n      \"address\": null,\n      \"zipCode\": null,\n      \"activity\": null,\n      \"taxId\": null,\n      \"email\": null,\n      \"phoneNumber\": \"xxxxxxx\",\n      \"city\": null,\n      \"status\": \"created\",\n      \"createdAt\": \"2020-05-11T18:23:48.000Z\",\n      \"updatedAt\": \"2020-05-11T18:23:48.000Z\",\n      \"MerchantActivityId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"LocationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"TimezoneId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"MerchantAccountId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n    },\n    \"Currency\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"status\": \"created\",\n      \"createdAt\": \"2020-05-11T18:23:48.000Z\",\n      \"updatedAt\": \"2020-05-11T18:23:48.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"PlatformCurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"PlatformCurrency\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"symbol\": \"$\",\n        \"name\": \"CURRENCIES.Chilean_peso.Name\",\n        \"code\": \"CLP\",\n        \"decimalPlaces\": 0,\n        \"position\": 0,\n        \"description\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n        \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n      }\n    },\n    \"CustomAttributeValues\": [],\n    \"CheckoutLinks\": [\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"externalId\": \"xxxxxxx\",\n        \"externalOrderNumber\": \"xxxxxxx\",\n        \"externalCustomerOrderNumber\": \"xxxxxxx\",\n        \"externalContent\": {\n          \"prestashop\": {\n            \"$\": {\n              \"xmlns:xlink\": \"http://www.w3.org/1999/xlink\"\n            },\n            \"order\": {\n              \"id\": \"xxxxxxx\",\n              \"id_address_delivery\": {\n                \"_\": \"11990\",\n                \"$\": {\n                  \"xlink:href\": \"https://www.xxxxxxstore.cl/api/addresses/11990\"\n                }\n              },\n              \"id_address_invoice\": {\n                \"_\": \"11990\",\n                \"$\": {\n                  \"xlink:href\": \"https://www.xxxxxxstore.cl/api/addresses/11990\"\n                }\n              },\n              \"id_cart\": {\n                \"_\": \"39579\",\n                \"$\": {\n                  \"xlink:href\": \"https://www.xxxxxxstore.cl/api/carts/39579\"\n                }\n              },\n              \"id_currency\": {\n                \"_\": \"1\",\n                \"$\": {\n                  \"xlink:href\": \"https://www.xxxxxxstore.cl/api/currencies/1\"\n                }\n              },\n              \"id_lang\": {\n                \"_\": \"1\",\n                \"$\": {\n                  \"xlink:href\": \"https://www.xxxxxxstore.cl/api/languages/1\"\n                }\n              },\n              \"id_customer\": {\n                \"_\": \"12961\",\n                \"$\": {\n                  \"xlink:href\": \"https://www.xxxxxxstore.cl/api/customers/12961\"\n                }\n              },\n              \"id_carrier\": {\n                \"_\": \"108\",\n                \"$\": {\n                  \"xlink:href\": \"https://www.xxxxxxstore.cl/api/carriers/108\"\n                }\n              },\n              \"current_state\": {\n                \"_\": \"3\",\n                \"$\": {\n                  \"xlink:href\": \"https://www.xxxxxxstore.cl/api/order_states/3\"\n                }\n              },\n              \"module\": \"webpay\",\n              \"invoice_number\": \"6157\",\n              \"invoice_date\": \"2021-05-10 14:54:17\",\n              \"delivery_number\": \"766\",\n              \"delivery_date\": \"2021-05-10 14:54:17\",\n              \"valid\": \"1\",\n              \"date_add\": \"2021-05-10 14:54:16\",\n              \"date_upd\": \"2021-05-10 14:54:17\",\n              \"shipping_number\": {\n                \"$\": {\n                  \"notFilterable\": \"true\"\n                }\n              },\n              \"id_shop_group\": \"1\",\n              \"id_shop\": \"1\",\n              \"secure_key\": \"xxxxxxx\",\n              \"payment\": \"Webpay Plus\",\n              \"recyclable\": \"0\",\n              \"gift\": \"0\",\n              \"gift_message\": \"\",\n              \"mobile_theme\": \"0\",\n              \"total_discounts\": \"0.000000\",\n              \"total_discounts_tax_incl\": \"0.000000\",\n              \"total_discounts_tax_excl\": \"0.000000\",\n              \"total_paid\": \"48860.000000\",\n              \"total_paid_tax_incl\": \"48860.000000\",\n              \"total_paid_tax_excl\": \"41681.510000\",\n              \"total_paid_real\": \"48860.000000\",\n              \"total_products\": \"37781.510000\",\n              \"total_products_wt\": \"44960.000000\",\n              \"total_shipping\": \"3900.000000\",\n              \"total_shipping_tax_incl\": \"3900.000000\",\n              \"total_shipping_tax_excl\": \"3900.000000\",\n              \"carrier_tax_rate\": \"0.000\",\n              \"total_wrapping\": \"0.000000\",\n              \"total_wrapping_tax_incl\": \"0.000000\",\n              \"total_wrapping_tax_excl\": \"0.000000\",\n              \"round_mode\": \"2\",\n              \"round_type\": \"1\",\n              \"conversion_rate\": \"1.000000\",\n              \"reference\": \"OSCXBFGIC\",\n              \"associations\": {\n                \"order_rows\": {\n                  \"$\": {\n                    \"nodeType\": \"order_row\",\n                    \"virtualEntity\": \"true\"\n                  },\n                  \"order_row\": [\n                    {\n                      \"id\": \"7771\",\n                      \"product_id\": {\n                        \"_\": \"2310\",\n                        \"$\": {\n                          \"xlink:href\": \"https://www.xxxxxxstore.cl/api/products/2310\"\n                        }\n                      },\n                      \"product_attribute_id\": \"0\",\n                      \"product_quantity\": \"1\",\n                      \"product_name\": \"LUBRICANTE MUC-OFF WET LUBE 120 ML\",\n                      \"product_reference\": \"xxxxxxx\",\n                      \"product_ean13\": \"\",\n                      \"product_isbn\": \"\",\n                      \"product_upc\": \"\",\n                      \"product_price\": \"7554.621849\",\n                      \"id_customization\": {\n                        \"_\": \"0\",\n                        \"$\": {\n                          \"xlink:href\": \"https://www.xxxxxxstore.cl/api/customizations/0\"\n                        }\n                      },\n                      \"unit_price_tax_incl\": \"8990.000000\",\n                      \"unit_price_tax_excl\": \"7554.621849\",\n                      \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                      \"count\": \"1\",\n                      \"net\": 0,\n                      \"tax\": 0,\n                      \"gross\": \"8990.000000\",\n                      \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                    },\n                    {\n                      \"id\": \"7772\",\n                      \"product_id\": {\n                        \"_\": \"2195\",\n                        \"$\": {\n                          \"xlink:href\": \"https://www.xxxxxxstore.cl/api/products/2195\"\n                        }\n                      },\n                      \"product_attribute_id\": \"0\",\n                      \"product_quantity\": \"1\",\n                      \"product_name\": \"LUBRICANTE MUC-OFF DRY LUBE (SECO) 120 ML\",\n                      \"product_reference\": \"xxxxxxx\",\n                      \"product_ean13\": \"\",\n                      \"product_isbn\": \"\",\n                      \"product_upc\": \"\",\n                      \"product_price\": \"8394.957983\",\n                      \"id_customization\": {\n                        \"_\": \"0\",\n                        \"$\": {\n                          \"xlink:href\": \"https://www.xxxxxxstore.cl/api/customizations/0\"\n                        }\n                      },\n                      \"unit_price_tax_incl\": \"9990.000000\",\n                      \"unit_price_tax_excl\": \"8394.957983\",\n                      \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                      \"count\": \"1\",\n                      \"net\": 0,\n                      \"tax\": 0,\n                      \"gross\": \"9990.000000\",\n                      \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                    },\n                    {\n                      \"id\": \"7773\",\n                      \"product_id\": {\n                        \"_\": \"2430\",\n                        \"$\": {\n                          \"xlink:href\": \"https://www.xxxxxxstore.cl/api/products/2430\"\n                        }\n                      },\n                      \"product_attribute_id\": \"0\",\n                      \"product_quantity\": \"1\",\n                      \"product_name\": \"LIMPIADOR MUC-OFF PARA FRENOS WORKSHOP 750 ML\",\n                      \"product_reference\": \"xxxxxxx\",\n                      \"product_ean13\": \"\",\n                      \"product_isbn\": \"\",\n                      \"product_upc\": \"\",\n                      \"product_price\": \"13436.974790\",\n                      \"id_customization\": {\n                        \"_\": \"0\",\n                        \"$\": {\n                          \"xlink:href\": \"https://www.xxxxxxstore.cl/api/customizations/0\"\n                        }\n                      },\n                      \"unit_price_tax_incl\": \"15990.000000\",\n                      \"unit_price_tax_excl\": \"13436.974790\",\n                      \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                      \"count\": \"1\",\n                      \"net\": 0,\n                      \"tax\": 0,\n                      \"gross\": \"15990.000000\",\n                      \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                    },\n                    {\n                      \"id\": \"7774\",\n                      \"product_id\": {\n                        \"_\": \"2434\",\n                        \"$\": {\n                          \"xlink:href\": \"https://www.xxxxxxstore.cl/api/products/2434\"\n                        }\n                      },\n                      \"product_attribute_id\": \"0\",\n                      \"product_quantity\": \"1\",\n                      \"product_name\": \"LUBRICANTE MUC-OFF MO94 WORKSHOP 750 ML\",\n                      \"product_reference\": \"xxxxxxx\",\n                      \"product_ean13\": \"\",\n                      \"product_isbn\": \"\",\n                      \"product_upc\": \"\",\n                      \"product_price\": \"8394.960000\",\n                      \"id_customization\": {\n                        \"_\": \"0\",\n                        \"$\": {\n                          \"xlink:href\": \"https://www.xxxxxxstore.cl/api/customizations/0\"\n                        }\n                      },\n                      \"unit_price_tax_incl\": \"9990.002400\",\n                      \"unit_price_tax_excl\": \"8394.960000\",\n                      \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                      \"count\": \"1\",\n                      \"net\": 0,\n                      \"tax\": 0,\n                      \"gross\": \"9990.002400\",\n                      \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                    }\n                  ]\n                }\n              }\n            }\n          }\n        },\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2021-05-10T14:54:16.000Z\",\n        \"externalUpdatedAt\": \"2021-05-10T14:54:17.000Z\",\n        \"createdAt\": \"2021-05-10T18:55:10.000Z\",\n        \"updatedAt\": \"2021-05-10T18:55:10.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MarketplaceConnection\": {\n          \"_name\": \"Prestashop 4to xxxxxx\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"provider\": \"prestashop\",\n          \"name\": \"Prestashop 4to xxxxxx\"\n        }\n      }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"status\": \"created\",\n        \"inventoryStatus\": \"_unfulfilled_inventory\",\n        \"createdAt\": \"2021-05-10T18:55:26.000Z\",\n        \"updatedAt\": \"2021-05-10T18:55:26.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"DeliveryOrder\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"code\": \"3163506868134\",\n          \"cost\": 3900,\n          \"isDeliveryPaid\": \"0\",\n          \"tags\": null,\n          \"estimatedDeliveryDateFrom\": null,\n          \"estimatedDeliveryDateTo\": null,\n          \"effectiveDeliveryClosingDate\": null,\n          \"promisedDeliveryDate\": null,\n          \"handlingDateLimit\": null,\n          \"comment\": null,\n          \"deliveryClosingComment\": null,\n          \"status\": \"created\",\n          \"inventoryStatus\": \"_unfulfilled_inventory\",\n          \"shippingLabelStatus\": null,\n          \"shippingLabelPrintStatus\": \"not_printed\",\n          \"deliveryStatus\": \"pending\",\n          \"deliveryAddress\": \"Avenida Lo Marcoleta, xxxxxxx, Quilicura, Chile, xxxxxxxxxxxxxx@gmail.com\",\n          \"trackingNumber\": null,\n          \"createdAt\": \"2021-05-10T18:55:26.000Z\",\n          \"updatedAt\": \"2021-05-10T18:55:26.000Z\",\n          \"CreatedById\": null,\n          \"UpdatedById\": null,\n          \"AssignedToId\": null,\n          \"OwnerId\": null,\n          \"CurrencyId\": null,\n          \"ShippingAddressId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"DeliveryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"CourierId\": null,\n          \"DeliveryOrderStatusId\": null,\n          \"MerchantCourierId\": null,\n          \"shippingMode\": null,\n          \"courierName\": null,\n          \"ShippingAddress\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": null,\n            \"address_1\": \"Avenida Lo Marcoleta\",\n            \"address_2\": \"xxxxxxx\",\n            \"description\": null,\n            \"indications\": \"xxxxxxxxxxxxxx@gmail.com\",\n            \"receiverName\": null,\n            \"zipCode\": \"\",\n            \"city\": \"Quilicura\",\n            \"state\": null,\n            \"country\": \"Chile\",\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"status\": \"created\",\n            \"importance\": \"not-principal\",\n            \"createdAt\": \"2021-05-10T18:55:25.000Z\",\n            \"updatedAt\": \"2021-05-10T18:55:25.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ClientId\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ShippingAddressReceivers\": [\n              {\n                \"fullName\": \"nombre apellido\",\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"documentType\": null,\n                \"taxId\": null,\n                \"name\": \"nombre\",\n                \"lastName\": \"apellido\",\n                \"contactName\": \"nombre apellido\",\n                \"code\": null,\n                \"email\": null,\n                \"phoneNumber\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2021-05-10T18:55:25.000Z\",\n                \"updatedAt\": \"2021-05-10T18:55:25.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ShippingAddressId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n              }\n            ]\n          }\n        },\n        \"DeliveryOrderInCheckoutItems\": [\n          {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"9444005147055\",\n            \"unfulfilledAmount\": 0,\n            \"stockAmount\": 0,\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"status\": \"created\",\n            \"createdAt\": \"2021-05-10T18:55:26.000Z\",\n            \"updatedAt\": \"2021-05-10T18:55:26.000Z\",\n            \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"FulfilledWarehouseId\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersion\": {\n              \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"code\": \"xxxxxxx\",\n              \"internalCode\": null,\n              \"providerCode\": null,\n              \"position\": 0,\n              \"width\": 0,\n              \"length\": 0,\n              \"height\": 0,\n              \"weight\": 0,\n              \"status\": \"created\",\n              \"createdAt\": \"2020-09-14T13:24:27.000Z\",\n              \"updatedAt\": \"2020-11-24T17:34:26.000Z\",\n              \"CodeTypeId\": null,\n              \"InternalCodeTypeId\": null,\n              \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"LUBRICANTE MUC-OFF MO94 WORKSHOP 750 ML\",\n                \"alias\": null,\n                \"model\": null,\n                \"code\": \"xxxxxxx\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2020-09-14T13:24:25.000Z\",\n                \"updatedAt\": \"2020-11-24T17:34:09.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"BrandTaxonomyItemId\": null,\n                \"SeasonId\": null,\n                \"WarrantyId\": null,\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"OfficialStoreId\": null,\n                \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n              }\n            },\n            \"FulfilledWarehouse\": null\n          },\n          {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"7222004897841\",\n            \"unfulfilledAmount\": 1,\n            \"stockAmount\": 0,\n            \"inventoryStatus\": \"_unfulfilled_inventory\",\n            \"status\": \"created\",\n            \"createdAt\": \"2021-05-10T18:55:26.000Z\",\n            \"updatedAt\": \"2021-05-10T18:55:26.000Z\",\n            \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"FulfilledWarehouseId\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersion\": {\n              \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"code\": \"xxxxxxx\",\n              \"internalCode\": null,\n              \"providerCode\": null,\n              \"position\": 0,\n              \"width\": 0,\n              \"length\": 0,\n              \"height\": 0,\n              \"weight\": 0,\n              \"status\": \"created\",\n              \"createdAt\": \"2020-10-29T15:40:15.000Z\",\n              \"updatedAt\": \"2020-11-24T17:34:21.000Z\",\n              \"CodeTypeId\": null,\n              \"InternalCodeTypeId\": null,\n              \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"LUBRICANTE MUC-OFF WET LUBE 120 ML\",\n                \"alias\": null,\n                \"model\": null,\n                \"code\": \"xxxxxxx\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2020-10-29T15:40:14.000Z\",\n                \"updatedAt\": \"2020-11-24T17:34:08.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"BrandTaxonomyItemId\": null,\n                \"SeasonId\": null,\n                \"WarrantyId\": null,\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ShippingClassId\": null,\n                \"OfficialStoreId\": null,\n                \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n              }\n            },\n            \"FulfilledWarehouse\": null\n          },\n          {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"3236329830302\",\n            \"unfulfilledAmount\": 1,\n            \"stockAmount\": 0,\n            \"inventoryStatus\": \"_unfulfilled_inventory\",\n            \"status\": \"created\",\n            \"createdAt\": \"2021-05-10T18:55:26.000Z\",\n            \"updatedAt\": \"2021-05-10T18:55:26.000Z\",\n            \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"FulfilledWarehouseId\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersion\": {\n              \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"code\": \"xxxxxxx\",\n              \"internalCode\": null,\n              \"providerCode\": null,\n              \"position\": 0,\n              \"width\": 0,\n              \"length\": 0,\n              \"height\": 0,\n              \"weight\": 0,\n              \"status\": \"created\",\n              \"createdAt\": \"2020-09-14T13:24:14.000Z\",\n              \"updatedAt\": \"2020-11-24T17:34:26.000Z\",\n              \"CodeTypeId\": null,\n              \"InternalCodeTypeId\": null,\n              \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"LIMPIADOR MUC-OFF PARA FRENOS WORKSHOP 750 ML\",\n                \"alias\": null,\n                \"model\": null,\n                \"code\": \"xxxxxxx\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2020-09-14T13:24:12.000Z\",\n                \"updatedAt\": \"2020-11-24T17:34:09.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"BrandTaxonomyItemId\": null,\n                \"SeasonId\": null,\n                \"WarrantyId\": null,\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"OfficialStoreId\": null,\n                \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n              }\n            },\n            \"FulfilledWarehouse\": null\n          },\n          {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"6253461351189\",\n            \"unfulfilledAmount\": 1,\n            \"stockAmount\": 0,\n            \"inventoryStatus\": \"_unfulfilled_inventory\",\n            \"status\": \"created\",\n            \"createdAt\": \"2021-05-10T18:55:26.000Z\",\n            \"updatedAt\": \"2021-05-10T18:55:26.000Z\",\n            \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"FulfilledWarehouseId\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductVersion\": {\n              \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"code\": \"xxxxxxx\",\n              \"internalCode\": null,\n              \"providerCode\": null,\n              \"position\": 0,\n              \"width\": 0,\n              \"length\": 0,\n              \"height\": 0,\n              \"weight\": 0,\n              \"status\": \"created\",\n              \"createdAt\": \"2020-11-09T15:46:41.000Z\",\n              \"updatedAt\": \"2020-11-24T17:34:21.000Z\",\n              \"CodeTypeId\": null,\n              \"InternalCodeTypeId\": null,\n              \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n              \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"name\": \"LUBRICANTE MUC-OFF DRY LUBE (SECO) 120 ML\",\n                \"alias\": null,\n                \"model\": null,\n                \"code\": \"xxxxxxx\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2020-11-09T15:46:31.000Z\",\n                \"updatedAt\": \"2020-11-24T17:34:08.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"BrandTaxonomyItemId\": null,\n                \"SeasonId\": null,\n                \"WarrantyId\": null,\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"ShippingClassId\": null,\n                \"OfficialStoreId\": null,\n                \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n              }\n            },\n            \"FulfilledWarehouse\": null\n          }\n        ]\n      }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutPayments\": [\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"code\": \"39579\",\n        \"amount\": 48860,\n        \"amountPaid\": 48860,\n        \"change\": 0,\n        \"paymentStatus\": \"completed\",\n        \"authorizationCode\": null,\n        \"detail\": \"Webpay Plus\",\n        \"status\": \"created\",\n        \"verificationStatus\": null,\n        \"cardNumber\": null,\n        \"installments\": null,\n        \"datePaid\": null,\n        \"dateVerificated\": null,\n        \"createdAt\": \"2021-05-10T18:55:10.000Z\",\n        \"updatedAt\": \"2021-05-10T18:55:10.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"PaymentMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"PaymentMethod\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n          \"code\": \"_payment_methods_other\",\n          \"name\": \"PAYMENT_METHODS.Other.Name\",\n          \"description\": \"PAYMENT_METHODS.Other.Description\",\n          \"position\": 7,\n          \"status\": \"created\",\n          \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n          \"updatedAt\": \"2016-12-14T16:38:46.000Z\",\n          \"codeTranslated\": \"Otros\"\n        },\n        \"CheckoutPaymentLinks\": []\n      }\n    ],\n    \"CheckoutItems\": [\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"code\": null,\n        \"net\": 0,\n        \"tax\": 0,\n        \"gross\": 9990.0024,\n        \"count\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-05-10T18:55:09.000Z\",\n        \"updatedAt\": \"2021-05-10T18:55:09.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CheckoutItemDiscounts\": [],\n        \"ProductVersion\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"code\": \"xxxxxxx\",\n          \"internalCode\": null,\n          \"providerCode\": null,\n          \"position\": 0,\n          \"width\": 0,\n          \"length\": 0,\n          \"height\": 0,\n          \"weight\": 0,\n          \"status\": \"created\",\n          \"createdAt\": \"2020-09-14T13:24:27.000Z\",\n          \"updatedAt\": \"2020-11-24T17:34:26.000Z\",\n          \"CodeTypeId\": null,\n          \"InternalCodeTypeId\": null,\n          \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"Size\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"-\",\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-07-20T18:32:02.000Z\",\n            \"updatedAt\": \"2020-07-20T18:32:02.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          },\n          \"Color\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"-\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-07-20T18:32:02.000Z\",\n            \"updatedAt\": \"2020-07-20T18:32:02.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          },\n          \"Product\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"LUBRICANTE MUC-OFF MO94 WORKSHOP 750 ML\",\n            \"alias\": null,\n            \"model\": null,\n            \"code\": \"xxxxxxx\",\n            \"internalCode\": null,\n            \"providerCode\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-09-14T13:24:25.000Z\",\n            \"updatedAt\": \"2020-11-24T17:34:09.000Z\",\n            \"CodeTypeId\": null,\n            \"InternalCodeTypeId\": null,\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BrandTaxonomyItemId\": null,\n            \"SeasonId\": null,\n            \"WarrantyId\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"OfficialStoreId\": null,\n            \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          }\n        },\n        \"total\": 9990.0024,\n        \"discount\": 0,\n        \"totalWithDiscount\": 9990.0024,\n        \"paymentByItem\": 10856.572313350232\n      },\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"code\": null,\n        \"net\": 0,\n        \"tax\": 0,\n        \"gross\": 8990,\n        \"count\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-05-10T18:55:09.000Z\",\n        \"updatedAt\": \"2021-05-10T18:55:09.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CheckoutItemDiscounts\": [],\n        \"ProductVersion\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"code\": \"xxxxxxx\",\n          \"internalCode\": null,\n          \"providerCode\": null,\n          \"position\": 0,\n          \"width\": 0,\n          \"length\": 0,\n          \"height\": 0,\n          \"weight\": 0,\n          \"status\": \"created\",\n          \"createdAt\": \"2020-10-29T15:40:15.000Z\",\n          \"updatedAt\": \"2020-11-24T17:34:21.000Z\",\n          \"CodeTypeId\": null,\n          \"InternalCodeTypeId\": null,\n          \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"Size\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"-\",\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-07-20T18:32:02.000Z\",\n            \"updatedAt\": \"2020-07-20T18:32:02.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          },\n          \"Color\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"-\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-07-20T18:32:02.000Z\",\n            \"updatedAt\": \"2020-07-20T18:32:02.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          },\n          \"Product\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"LUBRICANTE MUC-OFF WET LUBE 120 ML\",\n            \"alias\": null,\n            \"model\": null,\n            \"code\": \"xxxxxxx\",\n            \"internalCode\": null,\n            \"providerCode\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-10-29T15:40:14.000Z\",\n            \"updatedAt\": \"2020-11-24T17:34:08.000Z\",\n            \"CodeTypeId\": null,\n            \"InternalCodeTypeId\": null,\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BrandTaxonomyItemId\": null,\n            \"SeasonId\": null,\n            \"WarrantyId\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ShippingClassId\": null,\n            \"OfficialStoreId\": null,\n            \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          }\n        },\n        \"total\": 8990,\n        \"discount\": 0,\n        \"totalWithDiscount\": 8990,\n        \"paymentByItem\": 9769.825990934556\n      },\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"code\": null,\n        \"net\": 0,\n        \"tax\": 0,\n        \"gross\": 15990,\n        \"count\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-05-10T18:55:09.000Z\",\n        \"updatedAt\": \"2021-05-10T18:55:09.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CheckoutItemDiscounts\": [],\n        \"ProductVersion\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"code\": \"xxxxxxx\",\n          \"internalCode\": null,\n          \"providerCode\": null,\n          \"position\": 0,\n          \"width\": 0,\n          \"length\": 0,\n          \"height\": 0,\n          \"weight\": 0,\n          \"status\": \"created\",\n          \"createdAt\": \"2020-09-14T13:24:14.000Z\",\n          \"updatedAt\": \"2020-11-24T17:34:26.000Z\",\n          \"CodeTypeId\": null,\n          \"InternalCodeTypeId\": null,\n          \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"Size\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"-\",\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-07-20T18:32:02.000Z\",\n            \"updatedAt\": \"2020-07-20T18:32:02.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          },\n          \"Color\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"-\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-07-20T18:32:02.000Z\",\n            \"updatedAt\": \"2020-07-20T18:32:02.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          },\n          \"Product\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"LIMPIADOR MUC-OFF PARA FRENOS WORKSHOP 750 ML\",\n            \"alias\": null,\n            \"model\": null,\n            \"code\": \"xxxxxxx\",\n            \"internalCode\": null,\n            \"providerCode\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-09-14T13:24:12.000Z\",\n            \"updatedAt\": \"2020-11-24T17:34:09.000Z\",\n            \"CodeTypeId\": null,\n            \"InternalCodeTypeId\": null,\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BrandTaxonomyItemId\": null,\n            \"SeasonId\": null,\n            \"WarrantyId\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"OfficialStoreId\": null,\n            \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          }\n        },\n        \"total\": 15990,\n        \"discount\": 0,\n        \"totalWithDiscount\": 15990,\n        \"paymentByItem\": 17377.031990549895\n      },\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"code\": null,\n        \"net\": 0,\n        \"tax\": 0,\n        \"gross\": 9990,\n        \"count\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-05-10T18:55:09.000Z\",\n        \"updatedAt\": \"2021-05-10T18:55:09.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CheckoutItemDiscounts\": [],\n        \"ProductVersion\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"code\": \"xxxxxxx\",\n          \"internalCode\": null,\n          \"providerCode\": null,\n          \"position\": 0,\n          \"width\": 0,\n          \"length\": 0,\n          \"height\": 0,\n          \"weight\": 0,\n          \"status\": \"created\",\n          \"createdAt\": \"2020-11-09T15:46:41.000Z\",\n          \"updatedAt\": \"2020-11-24T17:34:21.000Z\",\n          \"CodeTypeId\": null,\n          \"InternalCodeTypeId\": null,\n          \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n          \"Size\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"-\",\n            \"code\": null,\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-07-20T18:32:02.000Z\",\n            \"updatedAt\": \"2020-07-20T18:32:02.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          },\n          \"Color\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"-\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-07-20T18:32:02.000Z\",\n            \"updatedAt\": \"2020-07-20T18:32:02.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          },\n          \"Product\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"name\": \"LUBRICANTE MUC-OFF DRY LUBE (SECO) 120 ML\",\n            \"alias\": null,\n            \"model\": null,\n            \"code\": \"xxxxxxx\",\n            \"internalCode\": null,\n            \"providerCode\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-11-09T15:46:31.000Z\",\n            \"updatedAt\": \"2020-11-24T17:34:08.000Z\",\n            \"CodeTypeId\": null,\n            \"InternalCodeTypeId\": null,\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"BrandTaxonomyItemId\": null,\n            \"SeasonId\": null,\n            \"WarrantyId\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"ShippingClassId\": null,\n            \"OfficialStoreId\": null,\n            \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n          }\n        },\n        \"total\": 9990,\n        \"discount\": 0,\n        \"totalWithDiscount\": 9990,\n        \"paymentByItem\": 10856.569705165319\n      }\n    ],\n    \"total\": 44960.0024,\n    \"discount\": 0,\n    \"totalWithDiscount\": 44960.0024,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"totalPayment\": 48860,\n    \"createdAtLocale\": \"10/05/2021 18:55:09\",\n    \"CheckoutLink\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"externalId\": \"xxxxxxx\",\n      \"externalOrderNumber\": \"xxxxxxx\",\n      \"externalCustomerOrderNumber\": \"xxxxxxx\",\n      \"externalContent\": {\n        \"prestashop\": {\n          \"$\": {\n            \"xmlns:xlink\": \"http://www.w3.org/1999/xlink\"\n          },\n          \"order\": {\n            \"id\": \"xxxxxxx\",\n            \"id_address_delivery\": {\n              \"_\": \"11990\",\n              \"$\": {\n                \"xlink:href\": \"https://www.xxxxxxstore.cl/api/addresses/11990\"\n              }\n            },\n            \"id_address_invoice\": {\n              \"_\": \"11990\",\n              \"$\": {\n                \"xlink:href\": \"https://www.xxxxxxstore.cl/api/addresses/11990\"\n              }\n            },\n            \"id_cart\": {\n              \"_\": \"39579\",\n              \"$\": {\n                \"xlink:href\": \"https://www.xxxxxxstore.cl/api/carts/39579\"\n              }\n            },\n            \"id_currency\": {\n              \"_\": \"1\",\n              \"$\": {\n                \"xlink:href\": \"https://www.xxxxxxstore.cl/api/currencies/1\"\n              }\n            },\n            \"id_lang\": {\n              \"_\": \"1\",\n              \"$\": {\n                \"xlink:href\": \"https://www.xxxxxxstore.cl/api/languages/1\"\n              }\n            },\n            \"id_customer\": {\n              \"_\": \"12961\",\n              \"$\": {\n                \"xlink:href\": \"https://www.xxxxxxstore.cl/api/customers/12961\"\n              }\n            },\n            \"id_carrier\": {\n              \"_\": \"108\",\n              \"$\": {\n                \"xlink:href\": \"https://www.xxxxxxstore.cl/api/carriers/108\"\n              }\n            },\n            \"current_state\": {\n              \"_\": \"3\",\n              \"$\": {\n                \"xlink:href\": \"https://www.xxxxxxstore.cl/api/order_states/3\"\n              }\n            },\n            \"module\": \"webpay\",\n            \"invoice_number\": \"6157\",\n            \"invoice_date\": \"2021-05-10 14:54:17\",\n            \"delivery_number\": \"766\",\n            \"delivery_date\": \"2021-05-10 14:54:17\",\n            \"valid\": \"1\",\n            \"date_add\": \"2021-05-10 14:54:16\",\n            \"date_upd\": \"2021-05-10 14:54:17\",\n            \"shipping_number\": {\n              \"$\": {\n                \"notFilterable\": \"true\"\n              }\n            },\n            \"id_shop_group\": \"1\",\n            \"id_shop\": \"1\",\n            \"secure_key\": \"xxxxxxx\",\n            \"payment\": \"Webpay Plus\",\n            \"recyclable\": \"0\",\n            \"gift\": \"0\",\n            \"gift_message\": \"\",\n            \"mobile_theme\": \"0\",\n            \"total_discounts\": \"0.000000\",\n            \"total_discounts_tax_incl\": \"0.000000\",\n            \"total_discounts_tax_excl\": \"0.000000\",\n            \"total_paid\": \"48860.000000\",\n            \"total_paid_tax_incl\": \"48860.000000\",\n            \"total_paid_tax_excl\": \"41681.510000\",\n            \"total_paid_real\": \"48860.000000\",\n            \"total_products\": \"37781.510000\",\n            \"total_products_wt\": \"44960.000000\",\n            \"total_shipping\": \"3900.000000\",\n            \"total_shipping_tax_incl\": \"3900.000000\",\n            \"total_shipping_tax_excl\": \"3900.000000\",\n            \"carrier_tax_rate\": \"0.000\",\n            \"total_wrapping\": \"0.000000\",\n            \"total_wrapping_tax_incl\": \"0.000000\",\n            \"total_wrapping_tax_excl\": \"0.000000\",\n            \"round_mode\": \"2\",\n            \"round_type\": \"1\",\n            \"conversion_rate\": \"1.000000\",\n            \"reference\": \"OSCXBFGIC\",\n            \"associations\": {\n              \"order_rows\": {\n                \"$\": {\n                  \"nodeType\": \"order_row\",\n                  \"virtualEntity\": \"true\"\n                },\n                \"order_row\": [\n                  {\n                    \"id\": \"7771\",\n                    \"product_id\": {\n                      \"_\": \"2310\",\n                      \"$\": {\n                        \"xlink:href\": \"https://www.xxxxxxstore.cl/api/products/2310\"\n                      }\n                    },\n                    \"product_attribute_id\": \"0\",\n                    \"product_quantity\": \"1\",\n                    \"product_name\": \"LUBRICANTE MUC-OFF WET LUBE 120 ML\",\n                    \"product_reference\": \"xxxxxxx\",\n                    \"product_ean13\": \"\",\n                    \"product_isbn\": \"\",\n                    \"product_upc\": \"\",\n                    \"product_price\": \"7554.621849\",\n                    \"id_customization\": {\n                      \"_\": \"0\",\n                      \"$\": {\n                        \"xlink:href\": \"https://www.xxxxxxstore.cl/api/customizations/0\"\n                      }\n                    },\n                    \"unit_price_tax_incl\": \"8990.000000\",\n                    \"unit_price_tax_excl\": \"7554.621849\",\n                    \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"count\": \"1\",\n                    \"net\": 0,\n                    \"tax\": 0,\n                    \"gross\": \"8990.000000\",\n                    \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                  },\n                  {\n                    \"id\": \"7772\",\n                    \"product_id\": {\n                      \"_\": \"2195\",\n                      \"$\": {\n                        \"xlink:href\": \"https://www.xxxxxxstore.cl/api/products/2195\"\n                      }\n                    },\n                    \"product_attribute_id\": \"0\",\n                    \"product_quantity\": \"1\",\n                    \"product_name\": \"LUBRICANTE MUC-OFF DRY LUBE (SECO) 120 ML\",\n                    \"product_reference\": \"xxxxxxx\",\n                    \"product_ean13\": \"\",\n                    \"product_isbn\": \"\",\n                    \"product_upc\": \"\",\n                    \"product_price\": \"8394.957983\",\n                    \"id_customization\": {\n                      \"_\": \"0\",\n                      \"$\": {\n                        \"xlink:href\": \"https://www.xxxxxxstore.cl/api/customizations/0\"\n                      }\n                    },\n                    \"unit_price_tax_incl\": \"9990.000000\",\n                    \"unit_price_tax_excl\": \"8394.957983\",\n                    \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"count\": \"1\",\n                    \"net\": 0,\n                    \"tax\": 0,\n                    \"gross\": \"9990.000000\",\n                    \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                  },\n                  {\n                    \"id\": \"7773\",\n                    \"product_id\": {\n                      \"_\": \"2430\",\n                      \"$\": {\n                        \"xlink:href\": \"https://www.xxxxxxstore.cl/api/products/2430\"\n                      }\n                    },\n                    \"product_attribute_id\": \"0\",\n                    \"product_quantity\": \"1\",\n                    \"product_name\": \"LIMPIADOR MUC-OFF PARA FRENOS WORKSHOP 750 ML\",\n                    \"product_reference\": \"xxxxxxx\",\n                    \"product_ean13\": \"\",\n                    \"product_isbn\": \"\",\n                    \"product_upc\": \"\",\n                    \"product_price\": \"13436.974790\",\n                    \"id_customization\": {\n                      \"_\": \"0\",\n                      \"$\": {\n                        \"xlink:href\": \"https://www.xxxxxxstore.cl/api/customizations/0\"\n                      }\n                    },\n                    \"unit_price_tax_incl\": \"15990.000000\",\n                    \"unit_price_tax_excl\": \"13436.974790\",\n                    \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"count\": \"1\",\n                    \"net\": 0,\n                    \"tax\": 0,\n                    \"gross\": \"15990.000000\",\n                    \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                  },\n                  {\n                    \"id\": \"7774\",\n                    \"product_id\": {\n                      \"_\": \"2434\",\n                      \"$\": {\n                        \"xlink:href\": \"https://www.xxxxxxstore.cl/api/products/2434\"\n                      }\n                    },\n                    \"product_attribute_id\": \"0\",\n                    \"product_quantity\": \"1\",\n                    \"product_name\": \"LUBRICANTE MUC-OFF MO94 WORKSHOP 750 ML\",\n                    \"product_reference\": \"xxxxxxx\",\n                    \"product_ean13\": \"\",\n                    \"product_isbn\": \"\",\n                    \"product_upc\": \"\",\n                    \"product_price\": \"8394.960000\",\n                    \"id_customization\": {\n                      \"_\": \"0\",\n                      \"$\": {\n                        \"xlink:href\": \"https://www.xxxxxxstore.cl/api/customizations/0\"\n                      }\n                    },\n                    \"unit_price_tax_incl\": \"9990.002400\",\n                    \"unit_price_tax_excl\": \"8394.960000\",\n                    \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                    \"count\": \"1\",\n                    \"net\": 0,\n                    \"tax\": 0,\n                    \"gross\": \"9990.002400\",\n                    \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                  }\n                ]\n              }\n            }\n          }\n        }\n      },\n      \"synchronizationStatus\": \"synchronized\",\n      \"status\": \"created\",\n      \"externalCreatedAt\": \"2021-05-10T14:54:16.000Z\",\n      \"externalUpdatedAt\": \"2021-05-10T14:54:17.000Z\",\n      \"createdAt\": \"2021-05-10T18:55:10.000Z\",\n      \"updatedAt\": \"2021-05-10T18:55:10.000Z\",\n      \"CreatedById\": null,\n      \"UpdatedById\": null,\n      \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n      \"MarketplaceConnection\": {\n        \"_name\": \"Prestashop 4to xxxxxx\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"provider\": \"prestashop\",\n        \"name\": \"Prestashop 4to xxxxxx\"\n      }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n  }"},{"id":"99a97f98-9159-4c0a-89e8-8097cf121a65","name":"Get checkout (Shopify)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"shopify\",\n    \"net\": 289990,\n    \"tax\": 46301,\n    \"gross\": 289990,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"completed\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-05T03:44:54.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": null,\n    \"shippingMode\": \"Estándar a domicilio (1 a 3 días hábiles)\",\n    \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n    \"updatedAt\": \"2026-03-14T01:21:39.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2020-06-30T13:03:00.000Z\",\n        \"updatedAt\": \"2025-09-04T14:39:16.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"shopify\",\n        \"name\": \"Multivende\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"Multivende\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2020-06-30T13:03:00.000Z\",\n        \"updatedAt\": \"2022-10-21T22:42:47.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2020-08-27T19:13:42.000Z\",\n        \"updatedAt\": \"2020-08-27T19:13:42.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"Multivende\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": null,\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": null,\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n        \"updatedAt\": \"2026-03-05T03:44:59.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"Multivende\",\n                \"address_2\": \"Multivende\",\n                \"description\": null,\n                \"indications\": \"XXXXXXXXX Multivende Multivende\",\n                \"receiverName\": null,\n                \"zipCode\": \"XXXXXXXXX\",\n                \"city\": \"Multivende\",\n                \"country\": \"CL\",\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": null,\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n                \"updatedAt\": \"2026-03-14T01:21:39.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"firstName\\\":\\\"Multivende\\\",\\\"lastName\\\":\\\"Multivende\\\",\\\"email\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\\\",\\\"defaultAddress\\\":{\\\"phone\\\":\\\"XXXXXXXXX\\\"}}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n            \"updatedAt\": \"2026-03-14T01:21:39.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"Multivende\",\n            \"address_2\": \"Multivende\",\n            \"description\": null,\n            \"indications\": \"XXXXXXXXX Multivende Multivende\",\n            \"receiverName\": null,\n            \"zipCode\": \"XXXXXXXXX\",\n            \"city\": \"Multivende\",\n            \"country\": \"CL\",\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": null,\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n            \"updatedAt\": \"2026-03-14T01:21:39.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": \"Multivende\",\n            \"taxActivity\": null,\n            \"taxId\": null,\n            \"documentType\": null,\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"phoneNumber\": \"XXXXXXXXX\",\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n            \"updatedAt\": \"2026-03-05T03:44:59.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXX\",\n            \"externalContent\": {\n                \"id\": \"XXXXXXXXXXXXX\",\n                \"name\": \"XXXXXX\",\n                \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"totalPriceSet\": {\n                    \"presentmentMoney\": {\n                        \"amount\": \"289990.0\",\n                        \"currencyCode\": \"CLP\"\n                    },\n                    \"shopMoney\": {\n                        \"amount\": \"289990.0\",\n                        \"currencyCode\": \"CLP\"\n                    }\n                },\n                \"customer\": {\n                    \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"firstName\": \"Multivende\",\n                    \"lastName\": \"Multivende\",\n                    \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"defaultAddress\": {\n                        \"phone\": \"XXXXXXXXX\"\n                    }\n                },\n                \"currentTotalDiscountsSet\": {\n                    \"presentmentMoney\": {\n                        \"amount\": \"0.0\",\n                        \"currencyCode\": \"CLP\"\n                    },\n                    \"shopMoney\": {\n                        \"amount\": \"0.0\",\n                        \"currencyCode\": \"CLP\"\n                    }\n                },\n                \"currentTotalTaxSet\": {\n                    \"presentmentMoney\": {\n                        \"amount\": \"46301.0\",\n                        \"currencyCode\": \"CLP\"\n                    },\n                    \"shopMoney\": {\n                        \"amount\": \"46301.0\",\n                        \"currencyCode\": \"CLP\"\n                    }\n                },\n                \"shippingLine\": {\n                    \"carrierIdentifier\": null,\n                    \"code\": \"Estándar a domicilio (1 a 3 días hábiles)\",\n                    \"custom\": false,\n                    \"discountAllocations\": [],\n                    \"discountedPriceSet\": {\n                        \"presentmentMoney\": {\n                            \"amount\": \"0.0\",\n                            \"currencyCode\": \"CLP\"\n                        },\n                        \"shopMoney\": {\n                            \"amount\": \"0.0\",\n                            \"currencyCode\": \"CLP\"\n                        }\n                    },\n                    \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"originalPriceSet\": {\n                        \"presentmentMoney\": {\n                            \"amount\": \"0.0\",\n                            \"currencyCode\": \"CLP\"\n                        },\n                        \"shopMoney\": {\n                            \"amount\": \"0.0\",\n                            \"currencyCode\": \"CLP\"\n                        }\n                    },\n                    \"phone\": null,\n                    \"requestedFulfillmentService\": null,\n                    \"shippingRateHandle\": \"shopify-Est%C3%A1ndar%20a%20domicilio%20(1%20a%203%20d%C3%ADas%20h%C3%A1biles)-0.00\",\n                    \"source\": \"shopify\",\n                    \"taxLines\": [],\n                    \"title\": \"Estándar a domicilio (1 a 3 días hábiles)\"\n                },\n                \"taxLines\": [\n                    {\n                        \"rate\": 0.19,\n                        \"title\": \"VAT\",\n                        \"priceSet\": {\n                            \"presentmentMoney\": {\n                                \"amount\": \"46301.0\",\n                                \"currencyCode\": \"CLP\"\n                            },\n                            \"shopMoney\": {\n                                \"amount\": \"46301.0\",\n                                \"currencyCode\": \"CLP\"\n                            }\n                        },\n                        \"channelLiable\": null,\n                        \"ratePercentage\": 19\n                    }\n                ],\n                \"totalTaxSet\": {\n                    \"presentmentMoney\": {\n                        \"amount\": \"46301.0\",\n                        \"currencyCode\": \"CLP\"\n                    },\n                    \"shopMoney\": {\n                        \"amount\": \"46301.0\",\n                        \"currencyCode\": \"CLP\"\n                    }\n                },\n                \"totalShippingPriceSet\": {\n                    \"shopMoney\": {\n                        \"amount\": \"0.0\"\n                    }\n                },\n                \"discountApplications\": {\n                    \"edges\": []\n                },\n                \"displayFinancialStatus\": \"PAID\",\n                \"physicalLocation\": null,\n                \"currencyCode\": \"CLP\",\n                \"shippingLines\": {\n                    \"edges\": [\n                        {\n                            \"node\": {\n                                \"code\": \"Estándar a domicilio (1 a 3 días hábiles)\"\n                            }\n                        }\n                    ]\n                },\n                \"processedAt\": \"2026-03-05T03:44:54Z\",\n                \"shippingAddress\": {\n                    \"firstName\": \"Multivende\",\n                    \"lastName\": \"Multivende\",\n                    \"name\": \"Multivende\",\n                    \"phone\": \"XXXXXXXXX\",\n                    \"zip\": \"XXXXXXXXX\",\n                    \"city\": \"Multivende\",\n                    \"province\": \"O'Higgins\",\n                    \"country\": \"Chile\",\n                    \"address1\": \"Multivende\",\n                    \"address2\": \"Multivende\"\n                },\n                \"billingAddress\": {\n                    \"address1\": \"Multivende\",\n                    \"address2\": \"Multivende\",\n                    \"city\": \"Multivende\",\n                    \"company\": null,\n                    \"country\": \"Chile\",\n                    \"countryCodeV2\": \"CL\",\n                    \"firstName\": \"Multivende\",\n                    \"formatted\": [\n                        \"Multivende\",\n                        \"Multivende\",\n                        \"XXXXXXXXX Multivende\",\n                        \"Libertador General Bernardo O'Higgins\",\n                        \"Chile\"\n                    ],\n                    \"formattedArea\": \"Multivende, Libertador General Bernardo O'Higgins, Chile\",\n                    \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"lastName\": \"Multivende\",\n                    \"latitude\": -34.5697431,\n                    \"longitude\": -70.996886,\n                    \"name\": \"Multivende\",\n                    \"phone\": \"XXXXXXXXX\",\n                    \"province\": \"O'Higgins\",\n                    \"provinceCode\": \"LI\",\n                    \"zip\": \"XXXXXXXXX\"\n                },\n                \"cancelReason\": null,\n                \"cancelledAt\": null,\n                \"lineItems\": {\n                    \"edges\": [\n                        {\n                            \"node\": {\n                                \"id\": \"XXXXXXXXXXXXXX\",\n                                \"variant\": {\n                                    \"id\": \"XXXXXXXXXXXXXX\"\n                                },\n                                \"quantity\": 1,\n                                \"originalUnitPriceSet\": {\n                                    \"presentmentMoney\": {\n                                        \"amount\": \"289990.0\",\n                                        \"currencyCode\": \"CLP\"\n                                    },\n                                    \"shopMoney\": {\n                                        \"amount\": \"289990.0\",\n                                        \"currencyCode\": \"CLP\"\n                                    }\n                                },\n                                \"sku\": \"XXXXXXXX\",\n                                \"discountAllocations\": []\n                            }\n                        }\n                    ]\n                },\n                \"fulfillments\": [\n                    {\n                        \"id\": \"XXXXXXXXXXXXX\",\n                        \"status\": \"SUCCESS\",\n                        \"createdAt\": \"2026-03-05T13:26:47Z\",\n                        \"events\": {\n                            \"nodes\": [\n                                {\n                                    \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                    \"status\": \"DELIVERED\",\n                                    \"message\": null,\n                                    \"createdAt\": \"2026-03-14T01:21:35Z\"\n                                }\n                            ]\n                        }\n                    }\n                ],\n                \"customAttributes\": [],\n                \"tags\": [],\n                \"createdAt\": \"2026-03-05T03:44:54Z\",\n                \"updatedAt\": \"2026-03-14T01:21:35Z\",\n                \"transactions\": [\n                    {\n                        \"id\": \"XXXXXXXXXXXXX\",\n                        \"accountNumber\": null,\n                        \"amountSet\": {\n                            \"presentmentMoney\": {\n                                \"amount\": \"289990.0\",\n                                \"currencyCode\": \"CLP\"\n                            },\n                            \"shopMoney\": {\n                                \"amount\": \"289990.0\",\n                                \"currencyCode\": \"CLP\"\n                            }\n                        },\n                        \"totalUnsettledSet\": {\n                            \"presentmentMoney\": {\n                                \"amount\": \"0.0\",\n                                \"currencyCode\": \"CLP\"\n                            },\n                            \"shopMoney\": {\n                                \"amount\": \"0.0\",\n                                \"currencyCode\": \"CLP\"\n                            }\n                        },\n                        \"authorizationCode\": null,\n                        \"authorizationExpiresAt\": null,\n                        \"formattedGateway\": \"Mercado Pago Checkout Pro\",\n                        \"gateway\": \"Checkout Mercado Pago\",\n                        \"kind\": \"SALE\",\n                        \"receiptJson\": \"{\\\"payment_id\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXX\\\"}\",\n                        \"manuallyCapturable\": false,\n                        \"status\": \"SUCCESS\",\n                        \"parentTransaction\": null,\n                        \"paymentDetails\": {},\n                        \"test\": false,\n                        \"paymentId\": \"XXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"processedAt\": \"2026-03-05T03:43:52Z\",\n                        \"createdAt\": \"2026-03-05T03:43:52Z\",\n                        \"childs\": []\n                    }\n                ],\n                \"orderFulfillment\": [\n                    {\n                        \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"orderId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"orderName\": \"XXXXXX\",\n                        \"fulfillAt\": \"2026-03-05T03:00:00Z\",\n                        \"fulfillBy\": null,\n                        \"assignedLocation\": {\n                            \"address1\": \"Multivende\",\n                            \"address2\": \"\",\n                            \"city\": \"Multivende\",\n                            \"countryCode\": \"CL\",\n                            \"name\": \"Multivende\",\n                            \"province\": \"Santiago\",\n                            \"zip\": \"XXXXXXX\",\n                            \"location\": {\n                                \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                \"legacyResourceId\": \"XXXXXXXXXXX\",\n                                \"activatable\": true,\n                                \"hasActiveInventory\": true,\n                                \"hasUnfulfilledOrders\": false,\n                                \"deactivatable\": false,\n                                \"deletable\": false,\n                                \"deactivatedAt\": null,\n                                \"createdAt\": \"2020-11-19T13:08:22Z\"\n                            }\n                        },\n                        \"destination\": {\n                            \"address1\": \"Multivende\",\n                            \"address2\": \"Multivende\",\n                            \"city\": \"Multivende\",\n                            \"company\": null,\n                            \"countryCode\": \"CL\",\n                            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"firstName\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"phone\": \"XXXXXXXXX\",\n                            \"province\": \"O'Higgins\",\n                            \"zip\": \"XXXXXXXXX\",\n                            \"location\": null\n                        },\n                        \"deliveryMethod\": {\n                            \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"methodType\": \"SHIPPING\",\n                            \"minDeliveryDateTime\": null,\n                            \"maxDeliveryDateTime\": null,\n                            \"presentedName\": \"Estándar a domicilio (1 a 3 días hábiles)\",\n                            \"serviceCode\": \"Estándar a domicilio (1 a 3 días hábiles)\",\n                            \"sourceReference\": null,\n                            \"additionalInformation\": {\n                                \"instructions\": null,\n                                \"phone\": null\n                            }\n                        },\n                        \"lineItems\": {\n                            \"nodes\": [\n                                {\n                                    \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                    \"lineItem\": {\n                                        \"id\": \"XXXXXXXXXXXXXX\",\n                                        \"quantity\": 1\n                                    }\n                                }\n                            ]\n                        },\n                        \"channelId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"status\": \"CLOSED\",\n                        \"createdAt\": \"2026-03-05T03:44:55Z\",\n                        \"updatedAt\": \"2026-03-05T13:26:47Z\"\n                    }\n                ]\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-05T03:44:54.000Z\",\n            \"externalUpdatedAt\": \"2026-03-14T01:21:35.000Z\",\n            \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n            \"updatedAt\": \"2026-03-14T01:21:39.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"shopify\",\n                \"name\": \"Multivende\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n            \"updatedAt\": \"2026-03-05T03:44:59.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"isDeliveryPaid\": \"not-paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": null,\n                \"handlingDateLimit\": null,\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"pending\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"completed\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": null,\n                \"trackingUrl\": null,\n                \"courierName\": null,\n                \"shippingMode\": \"Estándar a domicilio (1 a 3 días hábiles)\",\n                \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n                \"updatedAt\": \"2026-03-14T01:21:39.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXXXXXXX\",\n                        \"externalOrderNumber\": \"disabled\",\n                        \"externalContent\": \"Multivende\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-05T03:44:54.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-05T03:44:56.000Z\",\n                        \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n                        \"updatedAt\": \"2026-03-14T01:21:39.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": \"Multivende\",\n                    \"description\": null,\n                    \"indications\": \"Oficina\",\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": \"XXXXXXXXX\",\n                    \"city\": \"Multivende\",\n                    \"state\": \"O'Higgins\",\n                    \"country\": \"Chile\",\n                    \"street\": \"Multivende\",\n                    \"number\": null,\n                    \"neighborhood\": null,\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n                    \"updatedAt\": \"2026-03-14T01:21:39.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": null,\n                            \"phoneNumber\": \"XXXXXXXXX\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n                            \"updatedAt\": \"2026-03-05T03:44:59.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n                    \"updatedAt\": \"2026-03-05T03:44:59.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXX\",\n                        \"internalCode\": \"XXXXXXXXXXXXX\",\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 24.5,\n                        \"length\": 79,\n                        \"height\": 69.5,\n                        \"weight\": 21,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2025-05-08T18:57:39.000Z\",\n                        \"updatedAt\": \"2026-02-23T18:43:12.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": null,\n                            \"model\": \"Multivende\",\n                            \"code\": \"XXXXXXXX\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2025-05-08T18:57:39.000Z\",\n                            \"updatedAt\": \"2026-03-05T12:39:14.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2020-06-30T13:03:00.000Z\",\n                        \"updatedAt\": \"2025-09-04T14:39:16.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXXX\",\n            \"amount\": 289990,\n            \"amountPaid\": 289990,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n            \"updatedAt\": \"2026-03-05T03:44:59.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n                \"code\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                \"name\": \"PAYMENT_METHODS.Other.Name\",\n                \"description\": \"PAYMENT_METHODS.Other.Description\",\n                \"position\": 7,\n                \"status\": \"created\",\n                \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n                \"updatedAt\": \"2016-12-14T16:38:46.000Z\",\n                \"codeTranslated\": \"Otros\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXXXXXXXX\",\n                    \"transactionId\": \"XXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"externalContent\": \"{\\\"id\\\":\\\"XXXXXXXXXXXXX\\\",\\\"accountNumber\\\":null,\\\"amountSet\\\":{\\\"presentmentMoney\\\":{\\\"amount\\\":\\\"289990.0\\\",\\\"currencyCode\\\":\\\"CLP\\\"},\\\"shopMoney\\\":{\\\"amount\\\":\\\"289990.0\\\",\\\"currencyCode\\\":\\\"CLP\\\"}},\\\"totalUnsettledSet\\\":{\\\"presentmentMoney\\\":{\\\"amount\\\":\\\"0.0\\\",\\\"currencyCode\\\":\\\"CLP\\\"},\\\"shopMoney\\\":{\\\"amount\\\":\\\"0.0\\\",\\\"currencyCode\\\":\\\"CLP\\\"}},\\\"authorizationExpiresAt\\\":null,\\\"formattedGateway\\\":\\\"Mercado Pago Checkout Pro\\\",\\\"gateway\\\":\\\"Checkout Mercado Pago\\\",\\\"kind\\\":\\\"SALE\\\",\\\"receiptJson\\\":\\\"{\\\\\\\"payment_id\\\\\\\":\\\\\\\"XXXXXXXXXXXXXXXXXXXXXXXXX\\\\\\\"}\\\",\\\"manuallyCapturable\\\":false,\\\"status\\\":\\\"SUCCESS\\\",\\\"parentTransaction\\\":null,\\\"test\\\":false,\\\"paymentId\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXX\\\",\\\"processedAt\\\":\\\"2026-03-05T03:43:52Z\\\",\\\"createdAt\\\":\\\"2026-03-05T03:43:52Z\\\",\\\"childs\\\":[],\\\"transactionId\\\":\\\"XXXXXXXXXXXXX\\\"}\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n                    \"updatedAt\": \"2026-03-05T03:44:59.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 289990,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n            \"updatedAt\": \"2026-03-05T03:44:59.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXX\",\n                \"internalCode\": \"XXXXXXXXXXXXX\",\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 24.5,\n                \"length\": 79,\n                \"height\": 69.5,\n                \"weight\": 21,\n                \"status\": \"created\",\n                \"createdAt\": \"2025-05-08T18:57:39.000Z\",\n                \"updatedAt\": \"2026-02-23T18:43:12.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Tamano Unico\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-08-15T02:33:25.000Z\",\n                    \"updatedAt\": \"2024-02-06T15:36:47.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Negro\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-06-30T13:03:00.000Z\",\n                    \"updatedAt\": \"2020-06-30T13:03:00.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": null,\n                    \"model\": \"Multivende\",\n                    \"code\": \"XXXXXXXX\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-05-08T18:57:39.000Z\",\n                    \"updatedAt\": \"2026-03-05T12:39:14.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 289990,\n            \"discount\": 0,\n            \"totalWithDiscount\": 289990,\n            \"paymentByItem\": 289990\n        }\n    ],\n    \"cachedDate\": \"2026-03-22T15:24:17.000Z\",\n    \"total\": 289990,\n    \"discount\": 0,\n    \"totalWithDiscount\": 289990,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 289990,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 289990,\n    \"createdAtLocale\": \"05/03/2026 3:44:59\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXX\",\n        \"externalContent\": {\n            \"id\": \"XXXXXXXXXXXXX\",\n            \"name\": \"XXXXXX\",\n            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"totalPriceSet\": {\n                \"presentmentMoney\": {\n                    \"amount\": \"289990.0\",\n                    \"currencyCode\": \"CLP\"\n                },\n                \"shopMoney\": {\n                    \"amount\": \"289990.0\",\n                    \"currencyCode\": \"CLP\"\n                }\n            },\n            \"customer\": {\n                \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"firstName\": \"Multivende\",\n                \"lastName\": \"Multivende\",\n                \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"defaultAddress\": {\n                    \"phone\": \"XXXXXXXXX\"\n                }\n            },\n            \"currentTotalDiscountsSet\": {\n                \"presentmentMoney\": {\n                    \"amount\": \"0.0\",\n                    \"currencyCode\": \"CLP\"\n                },\n                \"shopMoney\": {\n                    \"amount\": \"0.0\",\n                    \"currencyCode\": \"CLP\"\n                }\n            },\n            \"currentTotalTaxSet\": {\n                \"presentmentMoney\": {\n                    \"amount\": \"46301.0\",\n                    \"currencyCode\": \"CLP\"\n                },\n                \"shopMoney\": {\n                    \"amount\": \"46301.0\",\n                    \"currencyCode\": \"CLP\"\n                }\n            },\n            \"shippingLine\": {\n                \"carrierIdentifier\": null,\n                \"code\": \"Estándar a domicilio (1 a 3 días hábiles)\",\n                \"custom\": false,\n                \"discountAllocations\": [],\n                \"discountedPriceSet\": {\n                    \"presentmentMoney\": {\n                        \"amount\": \"0.0\",\n                        \"currencyCode\": \"CLP\"\n                    },\n                    \"shopMoney\": {\n                        \"amount\": \"0.0\",\n                        \"currencyCode\": \"CLP\"\n                    }\n                },\n                \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"originalPriceSet\": {\n                    \"presentmentMoney\": {\n                        \"amount\": \"0.0\",\n                        \"currencyCode\": \"CLP\"\n                    },\n                    \"shopMoney\": {\n                        \"amount\": \"0.0\",\n                        \"currencyCode\": \"CLP\"\n                    }\n                },\n                \"phone\": null,\n                \"requestedFulfillmentService\": null,\n                \"shippingRateHandle\": \"shopify-Est%C3%A1ndar%20a%20domicilio%20(1%20a%203%20d%C3%ADas%20h%C3%A1biles)-0.00\",\n                \"source\": \"shopify\",\n                \"taxLines\": [],\n                \"title\": \"Estándar a domicilio (1 a 3 días hábiles)\"\n            },\n            \"taxLines\": [\n                {\n                    \"rate\": 0.19,\n                    \"title\": \"VAT\",\n                    \"priceSet\": {\n                        \"presentmentMoney\": {\n                            \"amount\": \"46301.0\",\n                            \"currencyCode\": \"CLP\"\n                        },\n                        \"shopMoney\": {\n                            \"amount\": \"46301.0\",\n                            \"currencyCode\": \"CLP\"\n                        }\n                    },\n                    \"channelLiable\": null,\n                    \"ratePercentage\": 19\n                }\n            ],\n            \"totalTaxSet\": {\n                \"presentmentMoney\": {\n                    \"amount\": \"46301.0\",\n                    \"currencyCode\": \"CLP\"\n                },\n                \"shopMoney\": {\n                    \"amount\": \"46301.0\",\n                    \"currencyCode\": \"CLP\"\n                }\n            },\n            \"totalShippingPriceSet\": {\n                \"shopMoney\": {\n                    \"amount\": \"0.0\"\n                }\n            },\n            \"discountApplications\": {\n                \"edges\": []\n            },\n            \"displayFinancialStatus\": \"PAID\",\n            \"physicalLocation\": null,\n            \"currencyCode\": \"CLP\",\n            \"shippingLines\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"code\": \"Estándar a domicilio (1 a 3 días hábiles)\"\n                        }\n                    }\n                ]\n            },\n            \"processedAt\": \"2026-03-05T03:44:54Z\",\n            \"shippingAddress\": {\n                \"firstName\": \"Multivende\",\n                \"lastName\": \"Multivende\",\n                \"name\": \"Multivende\",\n                \"phone\": \"XXXXXXXXX\",\n                \"zip\": \"XXXXXXXXX\",\n                \"city\": \"Multivende\",\n                \"province\": \"O'Higgins\",\n                \"country\": \"Chile\",\n                \"address1\": \"Multivende\",\n                \"address2\": \"Multivende\"\n            },\n            \"billingAddress\": {\n                \"address1\": \"Multivende\",\n                \"address2\": \"Multivende\",\n                \"city\": \"Multivende\",\n                \"company\": null,\n                \"country\": \"Chile\",\n                \"countryCodeV2\": \"CL\",\n                \"firstName\": \"Multivende\",\n                \"formatted\": [\n                    \"Multivende\",\n                    \"Multivende\",\n                    \"XXXXXXXXX Multivende\",\n                    \"Libertador General Bernardo O'Higgins\",\n                    \"Chile\"\n                ],\n                \"formattedArea\": \"Multivende, Libertador General Bernardo O'Higgins, Chile\",\n                \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"lastName\": \"Multivende\",\n                \"latitude\": -34.5697431,\n                \"longitude\": -70.996886,\n                \"name\": \"Multivende\",\n                \"phone\": \"XXXXXXXXX\",\n                \"province\": \"O'Higgins\",\n                \"provinceCode\": \"LI\",\n                \"zip\": \"XXXXXXXXX\"\n            },\n            \"cancelReason\": null,\n            \"cancelledAt\": null,\n            \"lineItems\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"XXXXXXXXXXXXXX\",\n                            \"variant\": {\n                                \"id\": \"XXXXXXXXXXXXXX\"\n                            },\n                            \"quantity\": 1,\n                            \"originalUnitPriceSet\": {\n                                \"presentmentMoney\": {\n                                    \"amount\": \"289990.0\",\n                                    \"currencyCode\": \"CLP\"\n                                },\n                                \"shopMoney\": {\n                                    \"amount\": \"289990.0\",\n                                    \"currencyCode\": \"CLP\"\n                                }\n                            },\n                            \"sku\": \"XXXXXXXX\",\n                            \"discountAllocations\": []\n                        }\n                    }\n                ]\n            },\n            \"fulfillments\": [\n                {\n                    \"id\": \"XXXXXXXXXXXXX\",\n                    \"status\": \"SUCCESS\",\n                    \"createdAt\": \"2026-03-05T13:26:47Z\",\n                    \"events\": {\n                        \"nodes\": [\n                            {\n                                \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                \"status\": \"DELIVERED\",\n                                \"message\": null,\n                                \"createdAt\": \"2026-03-14T01:21:35Z\"\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"customAttributes\": [],\n            \"tags\": [],\n            \"createdAt\": \"2026-03-05T03:44:54Z\",\n            \"updatedAt\": \"2026-03-14T01:21:35Z\",\n            \"transactions\": [\n                {\n                    \"id\": \"XXXXXXXXXXXXX\",\n                    \"accountNumber\": null,\n                    \"amountSet\": {\n                        \"presentmentMoney\": {\n                            \"amount\": \"289990.0\",\n                            \"currencyCode\": \"CLP\"\n                        },\n                        \"shopMoney\": {\n                            \"amount\": \"289990.0\",\n                            \"currencyCode\": \"CLP\"\n                        }\n                    },\n                    \"totalUnsettledSet\": {\n                        \"presentmentMoney\": {\n                            \"amount\": \"0.0\",\n                            \"currencyCode\": \"CLP\"\n                        },\n                        \"shopMoney\": {\n                            \"amount\": \"0.0\",\n                            \"currencyCode\": \"CLP\"\n                        }\n                    },\n                    \"authorizationCode\": null,\n                    \"authorizationExpiresAt\": null,\n                    \"formattedGateway\": \"Mercado Pago Checkout Pro\",\n                    \"gateway\": \"Checkout Mercado Pago\",\n                    \"kind\": \"SALE\",\n                    \"receiptJson\": \"{\\\"payment_id\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXX\\\"}\",\n                    \"manuallyCapturable\": false,\n                    \"status\": \"SUCCESS\",\n                    \"parentTransaction\": null,\n                    \"paymentDetails\": {},\n                    \"test\": false,\n                    \"paymentId\": \"XXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"processedAt\": \"2026-03-05T03:43:52Z\",\n                    \"createdAt\": \"2026-03-05T03:43:52Z\",\n                    \"childs\": []\n                }\n            ],\n            \"orderFulfillment\": [\n                {\n                    \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"orderId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"orderName\": \"XXXXXX\",\n                    \"fulfillAt\": \"2026-03-05T03:00:00Z\",\n                    \"fulfillBy\": null,\n                    \"assignedLocation\": {\n                        \"address1\": \"Multivende\",\n                        \"address2\": \"\",\n                        \"city\": \"Multivende\",\n                        \"countryCode\": \"CL\",\n                        \"name\": \"Multivende\",\n                        \"province\": \"Santiago\",\n                        \"zip\": \"XXXXXXX\",\n                        \"location\": {\n                            \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"legacyResourceId\": \"XXXXXXXXXXX\",\n                            \"activatable\": true,\n                            \"hasActiveInventory\": true,\n                            \"hasUnfulfilledOrders\": false,\n                            \"deactivatable\": false,\n                            \"deletable\": false,\n                            \"deactivatedAt\": null,\n                            \"createdAt\": \"2020-11-19T13:08:22Z\"\n                        }\n                    },\n                    \"destination\": {\n                        \"address1\": \"Multivende\",\n                        \"address2\": \"Multivende\",\n                        \"city\": \"Multivende\",\n                        \"company\": null,\n                        \"countryCode\": \"CL\",\n                        \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"firstName\": \"Multivende\",\n                        \"lastName\": \"Multivende\",\n                        \"phone\": \"XXXXXXXXX\",\n                        \"province\": \"O'Higgins\",\n                        \"zip\": \"XXXXXXXXX\",\n                        \"location\": null\n                    },\n                    \"deliveryMethod\": {\n                        \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"methodType\": \"SHIPPING\",\n                        \"minDeliveryDateTime\": null,\n                        \"maxDeliveryDateTime\": null,\n                        \"presentedName\": \"Estándar a domicilio (1 a 3 días hábiles)\",\n                        \"serviceCode\": \"Estándar a domicilio (1 a 3 días hábiles)\",\n                        \"sourceReference\": null,\n                        \"additionalInformation\": {\n                            \"instructions\": null,\n                            \"phone\": null\n                        }\n                    },\n                    \"lineItems\": {\n                        \"nodes\": [\n                            {\n                                \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                \"lineItem\": {\n                                    \"id\": \"XXXXXXXXXXXXXX\",\n                                    \"quantity\": 1\n                                }\n                            }\n                        ]\n                    },\n                    \"channelId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"status\": \"CLOSED\",\n                    \"createdAt\": \"2026-03-05T03:44:55Z\",\n                    \"updatedAt\": \"2026-03-05T13:26:47Z\"\n                }\n            ]\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-05T03:44:54.000Z\",\n        \"externalUpdatedAt\": \"2026-03-14T01:21:35.000Z\",\n        \"createdAt\": \"2026-03-05T03:44:59.000Z\",\n        \"updatedAt\": \"2026-03-14T01:21:39.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"shopify\",\n            \"name\": \"Multivende\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"9909eb16-ffa1-4478-b243-be6efcac40ce","name":"Get checkout (VTEX)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"vtex\",\n    \"net\": 19590,\n    \"tax\": 0,\n    \"gross\": 19590,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-22T00:11:10.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"Transportadora Pinflag\",\n    \"shippingMode\": \"Despacho y Retiro\",\n    \"createdAt\": \"2026-03-22T00:16:55.000Z\",\n    \"updatedAt\": \"2026-03-22T14:47:08.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-07-20T20:11:35.000Z\",\n        \"updatedAt\": \"2021-07-28T20:42:48.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"vtex\",\n        \"name\": \"Multivende\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"Multivende\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-07-20T20:11:35.000Z\",\n        \"updatedAt\": \"2021-08-30T16:55:43.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2020-08-27T19:13:42.000Z\",\n        \"updatedAt\": \"2020-08-27T19:13:42.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"Multivende\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": null,\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": \"rutCHL\",\n        \"taxId\": \"XXXXXXXXX\",\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-22T00:16:55.000Z\",\n        \"updatedAt\": \"2026-03-22T00:16:55.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": null,\n                \"address_2\": null,\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": null,\n                \"city\": null,\n                \"country\": null,\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": null,\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-22T00:16:58.000Z\",\n                \"updatedAt\": \"2026-03-22T14:47:08.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXXXXXXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"id\\\":\\\"clientProfileData\\\",\\\"email\\\":\\\"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\\\",\\\"firstName\\\":\\\"Multivende\\\",\\\"lastName\\\":\\\"Multivende\\\",\\\"documentType\\\":\\\"rutCHL\\\",\\\"document\\\":\\\"XXXXXXXXX\\\",\\\"phone\\\":\\\"XXXXXXXXX\\\",\\\"corporateName\\\":null,\\\"tradeName\\\":null,\\\"corporateDocument\\\":null,\\\"stateInscription\\\":null,\\\"corporatePhone\\\":null,\\\"isCorporate\\\":false,\\\"userProfileId\\\":null,\\\"userProfileVersion\\\":null,\\\"customerClass\\\":null,\\\"customerCode\\\":null}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-22T00:16:55.000Z\",\n            \"updatedAt\": \"2026-03-22T14:47:06.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": null,\n            \"address_2\": null,\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": null,\n            \"city\": null,\n            \"country\": null,\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": null,\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-22T00:16:58.000Z\",\n            \"updatedAt\": \"2026-03-22T14:47:08.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": \"Multivende\",\n            \"taxActivity\": null,\n            \"taxId\": \"XXXXXXXXX\",\n            \"documentType\": \"rutCHL\",\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"phoneNumber\": \"XXXXXXXXX\",\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-22T00:16:58.000Z\",\n            \"updatedAt\": \"2026-03-22T00:16:58.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXXXXXXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXXXXXXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXXXXXXXXX\",\n            \"externalContent\": {\n                \"orderId\": \"XXXXXXXXXXXXXXXXXXXX\",\n                \"sequence\": \"XXXXXX\",\n                \"marketplaceOrderId\": \"XXXXXXXXXXXXXXXXXXXX\",\n                \"marketplaceServicesEndpoint\": \"Multivende\",\n                \"sellerOrderId\": null,\n                \"origin\": \"Fulfillment\",\n                \"affiliateId\": \"XXX\",\n                \"salesChannel\": \"X\",\n                \"merchantName\": \"Multivende\",\n                \"status\": \"ready-for-handling\",\n                \"workflowIsInError\": false,\n                \"statusDescription\": \"Multivende\",\n                \"value\": 2328000,\n                \"creationDate\": \"2026-03-22T00:11:10.7507879+00:00\",\n                \"lastChange\": \"2026-03-22T00:41:23.8372592+00:00\",\n                \"orderGroup\": null,\n                \"followUpEmail\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"lastMessage\": null,\n                \"hostname\": \"Multivende\",\n                \"isCompleted\": true,\n                \"roundingError\": 0,\n                \"orderFormId\": null,\n                \"allowCancellation\": false,\n                \"allowEdition\": false,\n                \"isCheckedIn\": false,\n                \"authorizedDate\": \"2026-03-22T00:11:21.3155601+00:00\",\n                \"invoicedDate\": null,\n                \"cancelReason\": null,\n                \"checkedInPickupPointId\": null,\n                \"totals\": [\n                    {\n                        \"id\": \"Items\",\n                        \"name\": \"Total de los items\",\n                        \"value\": 1959000\n                    },\n                    {\n                        \"id\": \"Discounts\",\n                        \"name\": \"Total de descuentos\",\n                        \"value\": 0\n                    },\n                    {\n                        \"id\": \"Shipping\",\n                        \"name\": \"Costo total del envío\",\n                        \"value\": 369000\n                    },\n                    {\n                        \"id\": \"Tax\",\n                        \"name\": \"Costo total del cambio\",\n                        \"value\": 0\n                    }\n                ],\n                \"sellers\": [\n                    {\n                        \"id\": \"1\",\n                        \"name\": \"Multivende\",\n                        \"logo\": \"\",\n                        \"fulfillmentEndpoint\": \"Multivende\"\n                    }\n                ],\n                \"clientPreferencesData\": null,\n                \"cancellationData\": null,\n                \"taxData\": null,\n                \"subscriptionData\": null,\n                \"itemMetadata\": {\n                    \"Items\": [\n                        {\n                            \"Id\": \"XXXXX\",\n                            \"Seller\": \"1\",\n                            \"Name\": \"Multivende\",\n                            \"SkuName\": \"XX\",\n                            \"ProductId\": \"XXXX\",\n                            \"RefId\": \"XXXXXXXXXXXX\",\n                            \"Ean\": null,\n                            \"ImageUrl\": \"Multivende\",\n                            \"DetailUrl\": \"Multivende\",\n                            \"AssemblyOptions\": []\n                        }\n                    ]\n                },\n                \"marketplace\": {\n                    \"baseURL\": \"Multivende\",\n                    \"isCertified\": true,\n                    \"name\": \"Multivende\"\n                },\n                \"storePreferencesData\": {\n                    \"countryCode\": \"CHL\",\n                    \"currencyCode\": \"CLP\",\n                    \"currencyFormatInfo\": {\n                        \"CurrencyDecimalDigits\": 2,\n                        \"CurrencyDecimalSeparator\": \",\",\n                        \"CurrencyGroupSeparator\": \".\",\n                        \"CurrencyGroupSize\": 3,\n                        \"StartsWithCurrencySymbol\": true\n                    },\n                    \"currencyLocale\": 13322,\n                    \"currencySymbol\": \"$\",\n                    \"timeZone\": \"Pacific SA Standard Time\"\n                },\n                \"customData\": null,\n                \"commercialConditionData\": null,\n                \"openTextField\": null,\n                \"invoiceData\": {\n                    \"userPaymentInfo\": {\n                        \"paymentMethods\": [\n                            \"creditCardPaymentGroup\"\n                        ]\n                    },\n                    \"address\": null,\n                    \"invoiceSubject\": null\n                },\n                \"changesAttachment\": null,\n                \"callCenterOperatorData\": null,\n                \"packageAttachment\": {\n                    \"packages\": []\n                },\n                \"paymentData\": {\n                    \"transactions\": [\n                        {\n                            \"isActive\": true,\n                            \"transactionId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"merchantName\": null,\n                            \"payments\": [\n                                {\n                                    \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                    \"paymentSystem\": \"2\",\n                                    \"paymentSystemName\": \"Visa\",\n                                    \"value\": 2328000,\n                                    \"installments\": 1,\n                                    \"referenceValue\": 2328000,\n                                    \"cardHolder\": null,\n                                    \"cardNumber\": null,\n                                    \"firstDigits\": \"XXXXXX\",\n                                    \"lastDigits\": \"XXXX\",\n                                    \"cvv2\": null,\n                                    \"expireMonth\": null,\n                                    \"expireYear\": null,\n                                    \"url\": null,\n                                    \"giftCardId\": null,\n                                    \"giftCardName\": null,\n                                    \"giftCardCaption\": null,\n                                    \"redemptionCode\": null,\n                                    \"group\": \"creditCard\",\n                                    \"tid\": \"XXXXXXXXXXXX\",\n                                    \"dueDate\": null,\n                                    \"connectorResponses\": {\n                                        \"Tid\": \"XXXXXXXXXXXX\",\n                                        \"acquirer\": \"Multivende\",\n                                        \"authId\": \"XXXXXX\",\n                                        \"nsu\": \"XXXXXXXXXXXX\",\n                                        \"ReturnCode\": null,\n                                        \"Message\": \"accredited\"\n                                    },\n                                    \"giftCardProvider\": null,\n                                    \"giftCardAsDiscount\": null,\n                                    \"koinUrl\": null,\n                                    \"accountId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                    \"parentAccountId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                    \"bankIssuedInvoiceIdentificationNumber\": null,\n                                    \"bankIssuedInvoiceIdentificationNumberFormatted\": null,\n                                    \"bankIssuedInvoiceBarCodeNumber\": null,\n                                    \"bankIssuedInvoiceBarCodeType\": null,\n                                    \"billingAddress\": {\n                                        \"postalCode\": null,\n                                        \"city\": null,\n                                        \"state\": \"Multivende\",\n                                        \"country\": \"CHL\",\n                                        \"street\": \"Multivende\",\n                                        \"number\": \"XXXX\",\n                                        \"neighborhood\": \"Multivende\",\n                                        \"complement\": null,\n                                        \"reference\": null,\n                                        \"geoCoordinates\": []\n                                    },\n                                    \"paymentOrigin\": null,\n                                    \"TransactionGroupId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"giftCards\": []\n                },\n                \"shippingData\": {\n                    \"id\": \"shippingData\",\n                    \"address\": {\n                        \"addressType\": \"Retiro en punto\",\n                        \"receiverName\": \"Multivende\",\n                        \"addressId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"versionId\": null,\n                        \"entityId\": null,\n                        \"postalCode\": \"XXXXXXX\",\n                        \"city\": null,\n                        \"state\": \"Los Lagos\",\n                        \"country\": \"CHL\",\n                        \"street\": \"Multivende\",\n                        \"number\": \"XXX\",\n                        \"neighborhood\": \"Multivende\",\n                        \"complement\": \"\",\n                        \"reference\": \"Multivende\",\n                        \"geoCoordinates\": []\n                    },\n                    \"logisticsInfo\": [\n                        {\n                            \"itemIndex\": 0,\n                            \"itemId\": \"XXXXX\",\n                            \"selectedSla\": \"Despacho y Retiro\",\n                            \"selectedDeliveryChannel\": \"delivery\",\n                            \"lockTTL\": \"11d\",\n                            \"price\": 369000,\n                            \"listPrice\": 369000,\n                            \"sellingPrice\": 369000,\n                            \"deliveryWindow\": null,\n                            \"deliveryCompany\": \"Multivende\",\n                            \"shippingEstimate\": \"5bd\",\n                            \"shippingEstimateDate\": \"2026-03-28T00:11:21.1748825+00:00\",\n                            \"slas\": [\n                                {\n                                    \"id\": \"Despacho y Retiro\",\n                                    \"name\": \"Despacho y Retiro\",\n                                    \"shippingEstimate\": \"5bd\",\n                                    \"deliveryWindow\": null,\n                                    \"availableDeliveryWindows\": [],\n                                    \"price\": 369000,\n                                    \"listPrice\": 369000,\n                                    \"deliveryChannel\": \"delivery\",\n                                    \"pickupStoreInfo\": {\n                                        \"additionalInfo\": null,\n                                        \"address\": null,\n                                        \"dockId\": null,\n                                        \"friendlyName\": null,\n                                        \"isPickupStore\": false\n                                    },\n                                    \"polygonName\": \"\",\n                                    \"lockTTL\": \"11d\",\n                                    \"pickupPointId\": null,\n                                    \"transitTime\": \"5bd\",\n                                    \"pickupDistance\": 0,\n                                    \"deliveryIds\": [\n                                        {\n                                            \"courierId\": \"XXXXXXX\",\n                                            \"courierName\": \"Transportadora Pinflag\",\n                                            \"dockId\": \"XXXXXXX\",\n                                            \"quantity\": 1,\n                                            \"warehouseId\": \"XXX\",\n                                            \"accountCarrierName\": \"Multivende\",\n                                            \"kitItemDetails\": []\n                                        }\n                                    ],\n                                    \"shippingEstimateDate\": \"2026-03-28T00:11:21.1748825+00:00\"\n                                }\n                            ],\n                            \"shipsTo\": [\n                                \"CHL\"\n                            ],\n                            \"deliveryIds\": [\n                                {\n                                    \"courierId\": \"XXXXXXX\",\n                                    \"courierName\": \"Transportadora Pinflag\",\n                                    \"dockId\": \"XXXXXXX\",\n                                    \"quantity\": 1,\n                                    \"warehouseId\": \"XXX\",\n                                    \"accountCarrierName\": \"Multivende\",\n                                    \"kitItemDetails\": []\n                                }\n                            ],\n                            \"deliveryChannels\": [\n                                {\n                                    \"id\": \"delivery\",\n                                    \"stockBalance\": 0\n                                }\n                            ],\n                            \"deliveryChannel\": \"delivery\",\n                            \"pickupStoreInfo\": {\n                                \"additionalInfo\": null,\n                                \"address\": null,\n                                \"dockId\": null,\n                                \"friendlyName\": null,\n                                \"isPickupStore\": false\n                            },\n                            \"addressId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"versionId\": null,\n                            \"entityId\": null,\n                            \"polygonName\": \"\",\n                            \"pickupPointId\": null,\n                            \"transitTime\": \"5bd\"\n                        }\n                    ],\n                    \"trackingHints\": [],\n                    \"selectedAddresses\": [\n                        {\n                            \"addressType\": \"Retiro en punto\",\n                            \"receiverName\": \"Multivende\",\n                            \"addressId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"versionId\": null,\n                            \"entityId\": null,\n                            \"postalCode\": \"XXXXXXX\",\n                            \"city\": null,\n                            \"state\": \"Los Lagos\",\n                            \"country\": \"CHL\",\n                            \"street\": \"Multivende\",\n                            \"number\": \"XXX\",\n                            \"neighborhood\": \"Multivende\",\n                            \"complement\": \"\",\n                            \"reference\": \"Multivende\",\n                            \"geoCoordinates\": []\n                        }\n                    ],\n                    \"availableAddresses\": [\n                        {\n                            \"addressType\": \"Retiro en punto\",\n                            \"receiverName\": \"Multivende\",\n                            \"addressId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                            \"versionId\": null,\n                            \"entityId\": null,\n                            \"postalCode\": \"XXXXXXX\",\n                            \"city\": null,\n                            \"state\": \"Los Lagos\",\n                            \"country\": \"CHL\",\n                            \"street\": \"Multivende\",\n                            \"number\": \"XXX\",\n                            \"neighborhood\": \"Multivende\",\n                            \"complement\": \"\",\n                            \"reference\": \"Multivende\",\n                            \"geoCoordinates\": []\n                        }\n                    ],\n                    \"contactInformation\": []\n                },\n                \"ratesAndBenefitsData\": {\n                    \"id\": \"ratesAndBenefitsData\",\n                    \"rateAndBenefitsIdentifiers\": []\n                },\n                \"marketingData\": null,\n                \"giftRegistryData\": null,\n                \"clientProfileData\": {\n                    \"id\": \"clientProfileData\",\n                    \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"firstName\": \"Multivende\",\n                    \"lastName\": \"Multivende\",\n                    \"documentType\": \"rutCHL\",\n                    \"document\": \"XXXXXXXXX\",\n                    \"phone\": \"XXXXXXXXX\",\n                    \"corporateName\": null,\n                    \"tradeName\": null,\n                    \"corporateDocument\": null,\n                    \"stateInscription\": null,\n                    \"corporatePhone\": null,\n                    \"isCorporate\": false,\n                    \"userProfileId\": null,\n                    \"userProfileVersion\": null,\n                    \"customerClass\": null,\n                    \"customerCode\": null\n                },\n                \"items\": [\n                    {\n                        \"uniqueId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"id\": \"XXXXX\",\n                        \"productId\": \"XXXX\",\n                        \"ean\": null,\n                        \"lockId\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                        \"itemAttachment\": {\n                            \"content\": {},\n                            \"name\": null\n                        },\n                        \"attachments\": [],\n                        \"quantity\": 1,\n                        \"seller\": \"1\",\n                        \"name\": \"Multivende\",\n                        \"refId\": \"XXXXXXXXXXXX\",\n                        \"price\": 1959000,\n                        \"listPrice\": 4859000,\n                        \"manualPrice\": null,\n                        \"manualPriceAppliedBy\": null,\n                        \"priceTags\": [],\n                        \"imageUrl\": \"Multivende\",\n                        \"detailUrl\": \"Multivende\",\n                        \"components\": [],\n                        \"bundleItems\": [],\n                        \"params\": [],\n                        \"offerings\": [],\n                        \"attachmentOfferings\": [],\n                        \"sellerSku\": \"XXXXX\",\n                        \"priceValidUntil\": \"2027-03-22T00:06:25.0000000+00:00\",\n                        \"commission\": 0,\n                        \"tax\": 0,\n                        \"preSaleDate\": null,\n                        \"additionalInfo\": {\n                            \"brandName\": \"Multivende\",\n                            \"brandId\": \"XXXXXXX\",\n                            \"categoriesIds\": \"Multivende\",\n                            \"categories\": [\n                                {\n                                    \"id\": 55,\n                                    \"name\": \"Multivende\"\n                                },\n                                {\n                                    \"id\": 14,\n                                    \"name\": \"Multivende\"\n                                }\n                            ],\n                            \"productClusterId\": \"Multivende\",\n                            \"commercialConditionId\": \"1\",\n                            \"dimension\": {\n                                \"cubicweight\": 21000,\n                                \"height\": 35,\n                                \"length\": 40,\n                                \"weight\": 1,\n                                \"width\": 15\n                            },\n                            \"offeringInfo\": null,\n                            \"offeringType\": null,\n                            \"offeringTypeId\": null\n                        },\n                        \"measurementUnit\": \"un\",\n                        \"unitMultiplier\": 1,\n                        \"sellingPrice\": 1959000,\n                        \"isGift\": false,\n                        \"shippingPrice\": null,\n                        \"rewardValue\": 0,\n                        \"freightCommission\": 0,\n                        \"priceDefinition\": {\n                            \"sellingPrices\": [\n                                {\n                                    \"value\": 1959000,\n                                    \"quantity\": 1\n                                }\n                            ],\n                            \"calculatedSellingPrice\": 1959000,\n                            \"total\": 1959000,\n                            \"reason\": null\n                        },\n                        \"taxCode\": \"\",\n                        \"parentItemIndex\": null,\n                        \"parentAssemblyBinding\": null,\n                        \"callCenterOperator\": null,\n                        \"serialNumbers\": null,\n                        \"assemblies\": [],\n                        \"costPrice\": 4859000\n                    }\n                ],\n                \"marketplaceItems\": [],\n                \"cancellationRequests\": null,\n                \"approvedBy\": null,\n                \"cancelledBy\": null,\n                \"purchaseAgentData\": null,\n                \"pendingData\": null,\n                \"creationEnvironment\": \"STABLE\",\n                \"authorizationPolicyData\": null,\n                \"budgetData\": null\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-22T00:11:10.000Z\",\n            \"externalUpdatedAt\": \"2026-03-22T00:41:23.000Z\",\n            \"createdAt\": \"2026-03-22T00:16:55.000Z\",\n            \"updatedAt\": \"2026-03-22T14:47:06.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"vtex\",\n                \"name\": \"Multivende\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-22T00:16:57.000Z\",\n            \"updatedAt\": \"2026-03-22T00:16:58.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 3690,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": \"2026-03-28T00:11:21.000Z\",\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": \"2026-03-28T00:11:21.000Z\",\n                \"handlingDateLimit\": null,\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": \"\",\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"pending\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": null,\n                \"trackingUrl\": null,\n                \"courierName\": \"Transportadora Pinflag\",\n                \"shippingMode\": \"Despacho y Retiro\",\n                \"createdAt\": \"2026-03-22T00:16:57.000Z\",\n                \"updatedAt\": \"2026-03-22T00:41:40.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXXXXXXXXXXXXXX\",\n                        \"externalOrderNumber\": \"XXXXXXXXXXXXXXXXXXXX\",\n                        \"externalContent\": \"Multivende\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-22T00:11:10.7507879+00:00\",\n                        \"externalUpdatedAt\": \"2026-03-22T00:41:23.8372592+00:00\",\n                        \"createdAt\": \"2026-03-22T00:16:57.000Z\",\n                        \"updatedAt\": \"2026-03-22T14:47:07.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": \"Multivende\",\n                    \"description\": null,\n                    \"indications\": \"Multivende\",\n                    \"receiverName\": \"Multivende\",\n                    \"zipCode\": \"XXXXXXX\",\n                    \"city\": \"\",\n                    \"state\": \"Los Lagos\",\n                    \"country\": \"CHL\",\n                    \"street\": \"Multivende\",\n                    \"number\": \"XXX\",\n                    \"neighborhood\": \"Multivende\",\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"not-principal\",\n                    \"createdAt\": \"2026-03-22T00:16:57.000Z\",\n                    \"updatedAt\": \"2026-03-22T14:47:07.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": null,\n                            \"phoneNumber\": null,\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-22T00:16:57.000Z\",\n                            \"updatedAt\": \"2026-03-22T00:16:57.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-22T00:16:57.000Z\",\n                    \"updatedAt\": \"2026-03-22T00:16:57.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXXXXX\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 3,\n                        \"width\": 15,\n                        \"length\": 40,\n                        \"height\": 35,\n                        \"weight\": 1,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2021-11-29T18:11:08.000Z\",\n                        \"updatedAt\": \"2026-03-03T18:46:32.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": \"Multivende\",\n                            \"model\": \"XX XXX\",\n                            \"code\": \"XXXXXXXXXXXX\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2021-11-29T18:11:08.000Z\",\n                            \"updatedAt\": \"2026-03-22T11:17:44.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"OfficialStoreId\": null,\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2021-07-20T20:11:35.000Z\",\n                        \"updatedAt\": \"2021-07-28T20:42:48.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXX\",\n            \"amount\": 23280,\n            \"amountPaid\": 23280,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": \"XXXXXXXXXXXX\",\n            \"detail\": \"Visa\",\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": 2,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-22T00:16:55.000Z\",\n            \"updatedAt\": \"2026-03-22T00:16:55.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{\\n  \\\"requiresTransaction\\\": true\\n}\",\n                \"code\": \"_payment_methods_credit_card\",\n                \"name\": \"PAYMENT_METHODS.Credit_card.Name\",\n                \"description\": \"PAYMENT_METHODS.Credit_card.Description\",\n                \"position\": 1,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Tarjeta de crédito\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"transactionId\": \"XXXXXXXXXXXX\",\n                    \"externalContent\": \"Multivende\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-22T00:16:56.000Z\",\n                    \"updatedAt\": \"2026-03-22T14:47:06.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 19590,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-22T00:16:56.000Z\",\n            \"updatedAt\": \"2026-03-22T00:16:56.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXX\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 3,\n                \"width\": 15,\n                \"length\": 40,\n                \"height\": 35,\n                \"weight\": 1,\n                \"status\": \"created\",\n                \"createdAt\": \"2021-11-29T18:11:08.000Z\",\n                \"updatedAt\": \"2026-03-03T18:46:32.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"XX\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-08-04T15:48:03.000Z\",\n                    \"updatedAt\": \"2021-08-04T15:48:03.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-07-20T20:11:35.000Z\",\n                    \"updatedAt\": \"2021-07-20T20:11:35.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": \"Multivende\",\n                    \"model\": \"XX XXX\",\n                    \"code\": \"XXXXXXXXXXXX\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-11-29T18:11:08.000Z\",\n                    \"updatedAt\": \"2026-03-22T11:17:44.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"OfficialStoreId\": null,\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 19590,\n            \"discount\": 0,\n            \"totalWithDiscount\": 19590,\n            \"paymentByItem\": 23280\n        }\n    ],\n    \"cachedDate\": \"2026-03-22T15:33:23.000Z\",\n    \"total\": 19590,\n    \"discount\": 0,\n    \"totalWithDiscount\": 19590,\n    \"surcharge\": 0,\n    \"totalWithDiscountAndSurcharges\": 19590,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": false,\n    \"totalSurcharges\": 0,\n    \"totalPayment\": 23280,\n    \"createdAtLocale\": \"22/03/2026 0:16:55\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXXXXXXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXXXXXXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXXXXXXXXX\",\n        \"externalContent\": {\n            \"orderId\": \"XXXXXXXXXXXXXXXXXXXX\",\n            \"sequence\": \"XXXXXX\",\n            \"marketplaceOrderId\": \"XXXXXXXXXXXXXXXXXXXX\",\n            \"marketplaceServicesEndpoint\": \"Multivende\",\n            \"sellerOrderId\": null,\n            \"origin\": \"Fulfillment\",\n            \"affiliateId\": \"XXX\",\n            \"salesChannel\": \"X\",\n            \"merchantName\": \"Multivende\",\n            \"status\": \"ready-for-handling\",\n            \"workflowIsInError\": false,\n            \"statusDescription\": \"Multivende\",\n            \"value\": 2328000,\n            \"creationDate\": \"2026-03-22T00:11:10.7507879+00:00\",\n            \"lastChange\": \"2026-03-22T00:41:23.8372592+00:00\",\n            \"orderGroup\": null,\n            \"followUpEmail\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"lastMessage\": null,\n            \"hostname\": \"Multivende\",\n            \"isCompleted\": true,\n            \"roundingError\": 0,\n            \"orderFormId\": null,\n            \"allowCancellation\": false,\n            \"allowEdition\": false,\n            \"isCheckedIn\": false,\n            \"authorizedDate\": \"2026-03-22T00:11:21.3155601+00:00\",\n            \"invoicedDate\": null,\n            \"cancelReason\": null,\n            \"checkedInPickupPointId\": null,\n            \"totals\": [\n                {\n                    \"id\": \"Items\",\n                    \"name\": \"Total de los items\",\n                    \"value\": 1959000\n                },\n                {\n                    \"id\": \"Discounts\",\n                    \"name\": \"Total de descuentos\",\n                    \"value\": 0\n                },\n                {\n                    \"id\": \"Shipping\",\n                    \"name\": \"Costo total del envío\",\n                    \"value\": 369000\n                },\n                {\n                    \"id\": \"Tax\",\n                    \"name\": \"Costo total del cambio\",\n                    \"value\": 0\n                }\n            ],\n            \"sellers\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Multivende\",\n                    \"logo\": \"\",\n                    \"fulfillmentEndpoint\": \"Multivende\"\n                }\n            ],\n            \"clientPreferencesData\": null,\n            \"cancellationData\": null,\n            \"taxData\": null,\n            \"subscriptionData\": null,\n            \"itemMetadata\": {\n                \"Items\": [\n                    {\n                        \"Id\": \"XXXXX\",\n                        \"Seller\": \"1\",\n                        \"Name\": \"Multivende\",\n                        \"SkuName\": \"XX\",\n                        \"ProductId\": \"XXXX\",\n                        \"RefId\": \"XXXXXXXXXXXX\",\n                        \"Ean\": null,\n                        \"ImageUrl\": \"Multivende\",\n                        \"DetailUrl\": \"Multivende\",\n                        \"AssemblyOptions\": []\n                    }\n                ]\n            },\n            \"marketplace\": {\n                \"baseURL\": \"Multivende\",\n                \"isCertified\": true,\n                \"name\": \"Multivende\"\n            },\n            \"storePreferencesData\": {\n                \"countryCode\": \"CHL\",\n                \"currencyCode\": \"CLP\",\n                \"currencyFormatInfo\": {\n                    \"CurrencyDecimalDigits\": 2,\n                    \"CurrencyDecimalSeparator\": \",\",\n                    \"CurrencyGroupSeparator\": \".\",\n                    \"CurrencyGroupSize\": 3,\n                    \"StartsWithCurrencySymbol\": true\n                },\n                \"currencyLocale\": 13322,\n                \"currencySymbol\": \"$\",\n                \"timeZone\": \"Pacific SA Standard Time\"\n            },\n            \"customData\": null,\n            \"commercialConditionData\": null,\n            \"openTextField\": null,\n            \"invoiceData\": {\n                \"userPaymentInfo\": {\n                    \"paymentMethods\": [\n                        \"creditCardPaymentGroup\"\n                    ]\n                },\n                \"address\": null,\n                \"invoiceSubject\": null\n            },\n            \"changesAttachment\": null,\n            \"callCenterOperatorData\": null,\n            \"packageAttachment\": {\n                \"packages\": []\n            },\n            \"paymentData\": {\n                \"transactions\": [\n                    {\n                        \"isActive\": true,\n                        \"transactionId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"merchantName\": null,\n                        \"payments\": [\n                            {\n                                \"id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                \"paymentSystem\": \"2\",\n                                \"paymentSystemName\": \"Visa\",\n                                \"value\": 2328000,\n                                \"installments\": 1,\n                                \"referenceValue\": 2328000,\n                                \"cardHolder\": null,\n                                \"cardNumber\": null,\n                                \"firstDigits\": \"XXXXXX\",\n                                \"lastDigits\": \"XXXX\",\n                                \"cvv2\": null,\n                                \"expireMonth\": null,\n                                \"expireYear\": null,\n                                \"url\": null,\n                                \"giftCardId\": null,\n                                \"giftCardName\": null,\n                                \"giftCardCaption\": null,\n                                \"redemptionCode\": null,\n                                \"group\": \"creditCard\",\n                                \"tid\": \"XXXXXXXXXXXX\",\n                                \"dueDate\": null,\n                                \"connectorResponses\": {\n                                    \"Tid\": \"XXXXXXXXXXXX\",\n                                    \"acquirer\": \"Multivende\",\n                                    \"authId\": \"XXXXXX\",\n                                    \"nsu\": \"XXXXXXXXXXXX\",\n                                    \"ReturnCode\": null,\n                                    \"Message\": \"accredited\"\n                                },\n                                \"giftCardProvider\": null,\n                                \"giftCardAsDiscount\": null,\n                                \"koinUrl\": null,\n                                \"accountId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                \"parentAccountId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                                \"bankIssuedInvoiceIdentificationNumber\": null,\n                                \"bankIssuedInvoiceIdentificationNumberFormatted\": null,\n                                \"bankIssuedInvoiceBarCodeNumber\": null,\n                                \"bankIssuedInvoiceBarCodeType\": null,\n                                \"billingAddress\": {\n                                    \"postalCode\": null,\n                                    \"city\": null,\n                                    \"state\": \"Multivende\",\n                                    \"country\": \"CHL\",\n                                    \"street\": \"Multivende\",\n                                    \"number\": \"XXXX\",\n                                    \"neighborhood\": \"Multivende\",\n                                    \"complement\": null,\n                                    \"reference\": null,\n                                    \"geoCoordinates\": []\n                                },\n                                \"paymentOrigin\": null,\n                                \"TransactionGroupId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                            }\n                        ]\n                    }\n                ],\n                \"giftCards\": []\n            },\n            \"shippingData\": {\n                \"id\": \"shippingData\",\n                \"address\": {\n                    \"addressType\": \"Retiro en punto\",\n                    \"receiverName\": \"Multivende\",\n                    \"addressId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"versionId\": null,\n                    \"entityId\": null,\n                    \"postalCode\": \"XXXXXXX\",\n                    \"city\": null,\n                    \"state\": \"Los Lagos\",\n                    \"country\": \"CHL\",\n                    \"street\": \"Multivende\",\n                    \"number\": \"XXX\",\n                    \"neighborhood\": \"Multivende\",\n                    \"complement\": \"\",\n                    \"reference\": \"Multivende\",\n                    \"geoCoordinates\": []\n                },\n                \"logisticsInfo\": [\n                    {\n                        \"itemIndex\": 0,\n                        \"itemId\": \"XXXXX\",\n                        \"selectedSla\": \"Despacho y Retiro\",\n                        \"selectedDeliveryChannel\": \"delivery\",\n                        \"lockTTL\": \"11d\",\n                        \"price\": 369000,\n                        \"listPrice\": 369000,\n                        \"sellingPrice\": 369000,\n                        \"deliveryWindow\": null,\n                        \"deliveryCompany\": \"Multivende\",\n                        \"shippingEstimate\": \"5bd\",\n                        \"shippingEstimateDate\": \"2026-03-28T00:11:21.1748825+00:00\",\n                        \"slas\": [\n                            {\n                                \"id\": \"Despacho y Retiro\",\n                                \"name\": \"Despacho y Retiro\",\n                                \"shippingEstimate\": \"5bd\",\n                                \"deliveryWindow\": null,\n                                \"availableDeliveryWindows\": [],\n                                \"price\": 369000,\n                                \"listPrice\": 369000,\n                                \"deliveryChannel\": \"delivery\",\n                                \"pickupStoreInfo\": {\n                                    \"additionalInfo\": null,\n                                    \"address\": null,\n                                    \"dockId\": null,\n                                    \"friendlyName\": null,\n                                    \"isPickupStore\": false\n                                },\n                                \"polygonName\": \"\",\n                                \"lockTTL\": \"11d\",\n                                \"pickupPointId\": null,\n                                \"transitTime\": \"5bd\",\n                                \"pickupDistance\": 0,\n                                \"deliveryIds\": [\n                                    {\n                                        \"courierId\": \"XXXXXXX\",\n                                        \"courierName\": \"Transportadora Pinflag\",\n                                        \"dockId\": \"XXXXXXX\",\n                                        \"quantity\": 1,\n                                        \"warehouseId\": \"XXX\",\n                                        \"accountCarrierName\": \"Multivende\",\n                                        \"kitItemDetails\": []\n                                    }\n                                ],\n                                \"shippingEstimateDate\": \"2026-03-28T00:11:21.1748825+00:00\"\n                            }\n                        ],\n                        \"shipsTo\": [\n                            \"CHL\"\n                        ],\n                        \"deliveryIds\": [\n                            {\n                                \"courierId\": \"XXXXXXX\",\n                                \"courierName\": \"Transportadora Pinflag\",\n                                \"dockId\": \"XXXXXXX\",\n                                \"quantity\": 1,\n                                \"warehouseId\": \"XXX\",\n                                \"accountCarrierName\": \"Multivende\",\n                                \"kitItemDetails\": []\n                            }\n                        ],\n                        \"deliveryChannels\": [\n                            {\n                                \"id\": \"delivery\",\n                                \"stockBalance\": 0\n                            }\n                        ],\n                        \"deliveryChannel\": \"delivery\",\n                        \"pickupStoreInfo\": {\n                            \"additionalInfo\": null,\n                            \"address\": null,\n                            \"dockId\": null,\n                            \"friendlyName\": null,\n                            \"isPickupStore\": false\n                        },\n                        \"addressId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"versionId\": null,\n                        \"entityId\": null,\n                        \"polygonName\": \"\",\n                        \"pickupPointId\": null,\n                        \"transitTime\": \"5bd\"\n                    }\n                ],\n                \"trackingHints\": [],\n                \"selectedAddresses\": [\n                    {\n                        \"addressType\": \"Retiro en punto\",\n                        \"receiverName\": \"Multivende\",\n                        \"addressId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"versionId\": null,\n                        \"entityId\": null,\n                        \"postalCode\": \"XXXXXXX\",\n                        \"city\": null,\n                        \"state\": \"Los Lagos\",\n                        \"country\": \"CHL\",\n                        \"street\": \"Multivende\",\n                        \"number\": \"XXX\",\n                        \"neighborhood\": \"Multivende\",\n                        \"complement\": \"\",\n                        \"reference\": \"Multivende\",\n                        \"geoCoordinates\": []\n                    }\n                ],\n                \"availableAddresses\": [\n                    {\n                        \"addressType\": \"Retiro en punto\",\n                        \"receiverName\": \"Multivende\",\n                        \"addressId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                        \"versionId\": null,\n                        \"entityId\": null,\n                        \"postalCode\": \"XXXXXXX\",\n                        \"city\": null,\n                        \"state\": \"Los Lagos\",\n                        \"country\": \"CHL\",\n                        \"street\": \"Multivende\",\n                        \"number\": \"XXX\",\n                        \"neighborhood\": \"Multivende\",\n                        \"complement\": \"\",\n                        \"reference\": \"Multivende\",\n                        \"geoCoordinates\": []\n                    }\n                ],\n                \"contactInformation\": []\n            },\n            \"ratesAndBenefitsData\": {\n                \"id\": \"ratesAndBenefitsData\",\n                \"rateAndBenefitsIdentifiers\": []\n            },\n            \"marketingData\": null,\n            \"giftRegistryData\": null,\n            \"clientProfileData\": {\n                \"id\": \"clientProfileData\",\n                \"email\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"firstName\": \"Multivende\",\n                \"lastName\": \"Multivende\",\n                \"documentType\": \"rutCHL\",\n                \"document\": \"XXXXXXXXX\",\n                \"phone\": \"XXXXXXXXX\",\n                \"corporateName\": null,\n                \"tradeName\": null,\n                \"corporateDocument\": null,\n                \"stateInscription\": null,\n                \"corporatePhone\": null,\n                \"isCorporate\": false,\n                \"userProfileId\": null,\n                \"userProfileVersion\": null,\n                \"customerClass\": null,\n                \"customerCode\": null\n            },\n            \"items\": [\n                {\n                    \"uniqueId\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                    \"id\": \"XXXXX\",\n                    \"productId\": \"XXXX\",\n                    \"ean\": null,\n                    \"lockId\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                    \"itemAttachment\": {\n                        \"content\": {},\n                        \"name\": null\n                    },\n                    \"attachments\": [],\n                    \"quantity\": 1,\n                    \"seller\": \"1\",\n                    \"name\": \"Multivende\",\n                    \"refId\": \"XXXXXXXXXXXX\",\n                    \"price\": 1959000,\n                    \"listPrice\": 4859000,\n                    \"manualPrice\": null,\n                    \"manualPriceAppliedBy\": null,\n                    \"priceTags\": [],\n                    \"imageUrl\": \"Multivende\",\n                    \"detailUrl\": \"Multivende\",\n                    \"components\": [],\n                    \"bundleItems\": [],\n                    \"params\": [],\n                    \"offerings\": [],\n                    \"attachmentOfferings\": [],\n                    \"sellerSku\": \"XXXXX\",\n                    \"priceValidUntil\": \"2027-03-22T00:06:25.0000000+00:00\",\n                    \"commission\": 0,\n                    \"tax\": 0,\n                    \"preSaleDate\": null,\n                    \"additionalInfo\": {\n                        \"brandName\": \"Multivende\",\n                        \"brandId\": \"XXXXXXX\",\n                        \"categoriesIds\": \"Multivende\",\n                        \"categories\": [\n                            {\n                                \"id\": 55,\n                                \"name\": \"Multivende\"\n                            },\n                            {\n                                \"id\": 14,\n                                \"name\": \"Multivende\"\n                            }\n                        ],\n                        \"productClusterId\": \"Multivende\",\n                        \"commercialConditionId\": \"1\",\n                        \"dimension\": {\n                            \"cubicweight\": 21000,\n                            \"height\": 35,\n                            \"length\": 40,\n                            \"weight\": 1,\n                            \"width\": 15\n                        },\n                        \"offeringInfo\": null,\n                        \"offeringType\": null,\n                        \"offeringTypeId\": null\n                    },\n                    \"measurementUnit\": \"un\",\n                    \"unitMultiplier\": 1,\n                    \"sellingPrice\": 1959000,\n                    \"isGift\": false,\n                    \"shippingPrice\": null,\n                    \"rewardValue\": 0,\n                    \"freightCommission\": 0,\n                    \"priceDefinition\": {\n                        \"sellingPrices\": [\n                            {\n                                \"value\": 1959000,\n                                \"quantity\": 1\n                            }\n                        ],\n                        \"calculatedSellingPrice\": 1959000,\n                        \"total\": 1959000,\n                        \"reason\": null\n                    },\n                    \"taxCode\": \"\",\n                    \"parentItemIndex\": null,\n                    \"parentAssemblyBinding\": null,\n                    \"callCenterOperator\": null,\n                    \"serialNumbers\": null,\n                    \"assemblies\": [],\n                    \"costPrice\": 4859000\n                }\n            ],\n            \"marketplaceItems\": [],\n            \"cancellationRequests\": null,\n            \"approvedBy\": null,\n            \"cancelledBy\": null,\n            \"purchaseAgentData\": null,\n            \"pendingData\": null,\n            \"creationEnvironment\": \"STABLE\",\n            \"authorizationPolicyData\": null,\n            \"budgetData\": null\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-22T00:11:10.000Z\",\n        \"externalUpdatedAt\": \"2026-03-22T00:41:23.000Z\",\n        \"createdAt\": \"2026-03-22T00:16:55.000Z\",\n        \"updatedAt\": \"2026-03-22T14:47:06.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"vtex\",\n            \"name\": \"Multivende\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"60ac80c5-a2ce-4b12-9887-32ce1d2948b8","name":"Get checkout (Woocommerce)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"XXXXXXXXXXXXX\",\n    \"origin\": \"woocommerce\",\n    \"net\": 6710,\n    \"tax\": 0,\n    \"gross\": 6710,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"\",\n    \"soldAt\": \"2026-03-22T12:54:46.000Z\",\n    \"isMultiwarehouse\": \"disabled\",\n    \"courierName\": \"Retiro en Tienda, día hábil siguiente, después de las 16.00 horas. Avda. Francisco Bilbao 3775, local 1 , Providencia: Gratis: Gratis\",\n    \"shippingMode\": null,\n    \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n    \"updatedAt\": \"2026-03-22T14:02:37.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ScreeningStatusId\": null,\n    \"MarketplaceScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MarketplaceConnectionChannelId\": null,\n    \"Owner\": null,\n    \"Warehouse\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-02-01T00:41:54.000Z\",\n        \"updatedAt\": \"2023-10-03T16:38:30.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"provider\": \"woocommerce\",\n        \"name\": \"Multivende\"\n    },\n    \"DeliveryType\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"code\": \"XXXXXXXXXXXXXXXXXXXXXXX\",\n        \"description\": \"Multivende\",\n        \"position\": 1,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"businessName\": \"Multivende\",\n        \"description\": null,\n        \"code\": null,\n        \"address\": \"Multivende\",\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": \"XXXXXXXXXX\",\n        \"email\": null,\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-02-01T00:41:54.000Z\",\n        \"updatedAt\": \"2021-03-13T15:28:45.000Z\",\n        \"MerchantActivityId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"LocationId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"TimezoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantAccountId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    },\n    \"Currency\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"createdAt\": \"2020-08-27T19:13:42.000Z\",\n        \"updatedAt\": \"2020-08-27T19:13:42.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"PlatformCurrency\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"symbol\": \"$\",\n            \"name\": \"Multivende\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"Client\": {\n        \"fullName\": \"Multivende\",\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"name\": \"Multivende\",\n        \"lastName\": \"Multivende\",\n        \"activity\": \"\",\n        \"contactName\": \"-\",\n        \"comune\": \"\",\n        \"city\": \"\",\n        \"documentType\": null,\n        \"taxId\": null,\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"XXXXXXXXXXXXXXXXXXXXX\",\n        \"phoneNumber\": \"XXXXXXXXX\",\n        \"comment\": \"\",\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"sensitiveDataEncryptVersion\": null,\n        \"sensitiveDataStatus\": \"visible\",\n        \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n        \"updatedAt\": \"2026-03-22T13:02:17.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"BillingAddresses\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Multivende\",\n                \"address_1\": \"Multivende\",\n                \"address_2\": \"Multivende\",\n                \"description\": null,\n                \"indications\": null,\n                \"receiverName\": null,\n                \"zipCode\": \"\",\n                \"city\": \"Multivende\",\n                \"country\": \"CL\",\n                \"street\": null,\n                \"number\": null,\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"state\": \"Multivende\",\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"principal\",\n                \"createdAt\": \"2026-03-22T13:02:18.000Z\",\n                \"updatedAt\": \"2026-03-22T14:02:36.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n            }\n        ],\n        \"ClientLink\": {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXX\",\n            \"tags\": \"\",\n            \"externalContent\": \"{\\\"first_name\\\":\\\"Multivende\\\",\\\"last_name\\\":\\\"Multivende\\\",\\\"company\\\":\\\"\\\",\\\"address_1\\\":\\\"Multivende\\\",\\\"address_2\\\":\\\"Multivende\\\",\\\"city\\\":\\\"Multivende\\\",\\\"state\\\":\\\"Multivende\\\",\\\"postcode\\\":\\\"\\\",\\\"country\\\":\\\"CL\\\",\\\"email\\\":\\\"XXXXXXXXXXXXXXXXXXXXX\\\",\\\"phone\\\":\\\"XXXXXXXXX\\\"}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n            \"updatedAt\": \"2026-03-22T14:02:29.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"address_1\": \"Multivende\",\n            \"address_2\": \"Multivende\",\n            \"description\": null,\n            \"indications\": null,\n            \"receiverName\": null,\n            \"zipCode\": \"\",\n            \"city\": \"Multivende\",\n            \"country\": \"CL\",\n            \"street\": null,\n            \"number\": null,\n            \"neighborhood\": null,\n            \"position\": 0,\n            \"state\": \"Multivende\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"importance\": \"principal\",\n            \"createdAt\": \"2026-03-22T13:02:18.000Z\",\n            \"updatedAt\": \"2026-03-22T14:02:36.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CustomAttributeValues\": [],\n    \"CheckoutBillingClients\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": \"Multivende\",\n            \"taxName\": \"Multivende\",\n            \"taxActivity\": null,\n            \"taxId\": null,\n            \"documentType\": null,\n            \"legalRepresentative\": null,\n            \"legalRepresentativeTaxId\": null,\n            \"email\": \"XXXXXXXXXXXXXXXXXXXXX\",\n            \"phoneNumber\": \"XXXXXXXXX\",\n            \"type\": \"person\",\n            \"status\": \"created\",\n            \"sensitiveDataEncryptVersion\": null,\n            \"sensitiveDataStatus\": \"visible\",\n            \"createdAt\": \"2026-03-22T13:02:18.000Z\",\n            \"updatedAt\": \"2026-03-22T13:02:18.000Z\",\n            \"BillingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"XXXXXXXXX\",\n            \"externalOrderNumber\": \"XXXXXXXXX\",\n            \"externalCustomerOrderNumber\": \"XXXXXXXXX\",\n            \"externalContent\": {\n                \"id\": \"XXXXXXXXX\",\n                \"parent_id\": 0,\n                \"status\": \"processing\",\n                \"currency\": \"CLP\",\n                \"version\": \"10.5.0\",\n                \"prices_include_tax\": false,\n                \"date_created\": \"2026-03-22T09:54:46\",\n                \"date_modified\": \"2026-03-22T09:57:12\",\n                \"discount_total\": \"0\",\n                \"discount_tax\": \"0\",\n                \"shipping_total\": \"0\",\n                \"shipping_tax\": \"0\",\n                \"cart_tax\": \"0\",\n                \"total\": \"6710\",\n                \"total_tax\": \"0\",\n                \"customer_id\": 0,\n                \"order_key\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n                \"billing\": {\n                    \"first_name\": \"Multivende\",\n                    \"last_name\": \"Multivende\",\n                    \"company\": \"\",\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": \"Multivende\",\n                    \"city\": \"Multivende\",\n                    \"state\": \"Multivende\",\n                    \"postcode\": \"\",\n                    \"country\": \"CL\",\n                    \"email\": \"XXXXXXXXXXXXXXXXXXXXX\",\n                    \"phone\": \"XXXXXXXXX\"\n                },\n                \"shipping\": {\n                    \"first_name\": \"Multivende\",\n                    \"last_name\": \"Multivende\",\n                    \"company\": \"\",\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": \"Multivende\",\n                    \"city\": \"\",\n                    \"state\": \"CL-RM\",\n                    \"postcode\": \"\",\n                    \"country\": \"\",\n                    \"phone\": \"\"\n                },\n                \"payment_method\": \"woo-mercado-pago-basic\",\n                \"payment_method_title\": \"Mercado Pago - Tarjetas débito y crédito\",\n                \"transaction_id\": \"\",\n                \"customer_ip_address\": \"XXX.XXX.XX.XXX\",\n                \"customer_user_agent\": \"Multivende\",\n                \"created_via\": \"checkout\",\n                \"customer_note\": \"\",\n                \"date_completed\": null,\n                \"date_paid\": \"2026-03-22T09:57:12\",\n                \"cart_hash\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"number\": \"XXXXXX\",\n                \"meta_data\": [\n                    {\n                        \"id\": \"XXXXXXX\",\n                        \"key\": \"_billing_rut_cliente\",\n                        \"value\": \"XXXXXXXXX\"\n                    },\n                    {\n                        \"id\": \"XXXXXXX\",\n                        \"key\": \"_billing_custom_district\",\n                        \"value\": \"XXX\"\n                    },\n                    {\n                        \"id\": \"XXXXXXX\",\n                        \"key\": \"_billing_necesito_factura\",\n                        \"value\": \"\"\n                    },\n                    {\n                        \"id\": \"XXXXXXX\",\n                        \"key\": \"_billing_state_id\",\n                        \"value\": \"XX\"\n                    },\n                    {\n                        \"id\": \"XXXXXXX\",\n                        \"key\": \"_billing_district_id\",\n                        \"value\": \"XXX\"\n                    },\n                    {\n                        \"id\": \"XXXXXXX\",\n                        \"key\": \"is_vat_exempt\",\n                        \"value\": \"no\"\n                    },\n                    {\n                        \"id\": \"XXXXXXX\",\n                        \"key\": \"external_id\",\n                        \"value\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                    },\n                    {\n                        \"id\": \"XXXXXXX\",\n                        \"key\": \"Mercado Pago - Payment XXXXXXXXXXXX\",\n                        \"value\": \"Multivende\"\n                    },\n                    {\n                        \"id\": \"XXXXXXX\",\n                        \"key\": \"Mercado Pago - XXXXXXXXXXXX - card_last_four_digits\",\n                        \"value\": \"XXXX\"\n                    }\n                ],\n                \"line_items\": [\n                    {\n                        \"id\": \"XXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"product_id\": \"XXXXX\",\n                        \"variation_id\": 0,\n                        \"quantity\": 1,\n                        \"tax_class\": \"\",\n                        \"subtotal\": \"6390\",\n                        \"subtotal_tax\": \"0\",\n                        \"total\": \"6390\",\n                        \"total_tax\": \"0\",\n                        \"taxes\": [],\n                        \"sku\": \"XXXXXXXXXXXXX\",\n                        \"global_unique_id\": \"\",\n                        \"price\": 6390,\n                        \"image\": {\n                            \"id\": \"XXXXX\",\n                            \"src\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                        },\n                        \"marca\": \"Multivende\",\n                        \"dimensions\": {\n                            \"length\": \"10\",\n                            \"width\": \"15\",\n                            \"height\": \"1\",\n                            \"unit\": \"cm\"\n                        },\n                        \"weight\": {\n                            \"value\": \"1\",\n                            \"unit\": \"kg\"\n                        }\n                    }\n                ],\n                \"tax_lines\": [],\n                \"shipping_lines\": [\n                    {\n                        \"id\": \"XXXXXX\",\n                        \"method_title\": \"Retiro en Tienda, día hábil siguiente, después de las 16.00 horas. Avda. Francisco Bilbao 3775, local 1 , Providencia: Gratis: Gratis\",\n                        \"method_id\": \"store_pickup\",\n                        \"instance_id\": \"0\",\n                        \"total\": \"0\",\n                        \"total_tax\": \"0\",\n                        \"taxes\": [],\n                        \"tax_status\": \"taxable\",\n                        \"meta_data\": []\n                    }\n                ],\n                \"fee_lines\": [\n                    {\n                        \"id\": \"XXXXXX\",\n                        \"name\": \"Paga con Mercadopago, débito o crédito\",\n                        \"tax_class\": \"0\",\n                        \"tax_status\": \"taxable\",\n                        \"amount\": \"319.5\",\n                        \"total\": \"320\",\n                        \"total_tax\": \"0\",\n                        \"taxes\": [],\n                        \"meta_data\": []\n                    }\n                ],\n                \"coupon_lines\": [],\n                \"refunds\": [],\n                \"payment_url\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"is_editable\": false,\n                \"needs_payment\": false,\n                \"needs_processing\": true,\n                \"date_created_gmt\": \"2026-03-22T12:54:46\",\n                \"date_modified_gmt\": \"2026-03-22T12:57:12\",\n                \"date_completed_gmt\": null,\n                \"date_paid_gmt\": \"2026-03-22T12:57:12\",\n                \"email\": \"XXXXXXXXXXXXXXXXXXXXX\",\n                \"final_amount\": \"6710\",\n                \"currency_symbol\": \"$\",\n                \"wpo_wcpdf_invoice_number\": \"\",\n                \"payment_details\": {\n                    \"method_id\": \"woo-mercado-pago-basic\",\n                    \"method_title\": \"Mercado Pago - Tarjetas débito y crédito\",\n                    \"paid\": true\n                }\n            },\n            \"tags\": \"\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2026-03-22T12:54:46.000Z\",\n            \"externalUpdatedAt\": \"2026-03-22T12:57:12.000Z\",\n            \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n            \"updatedAt\": \"2026-03-22T13:22:05.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionChannelId\": null,\n            \"MarketplaceConnection\": {\n                \"_name\": \"Multivende\",\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"provider\": \"woocommerce\",\n                \"name\": \"Multivende\"\n            }\n        }\n    ],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n            \"updatedAt\": \"2026-03-22T13:02:18.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryOrder\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"isDeliveryPaid\": \"paid\",\n                \"tags\": \"\",\n                \"estimatedDeliveryDateFrom\": null,\n                \"estimatedDeliveryDateTo\": null,\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": null,\n                \"handlingDateLimit\": null,\n                \"pickUpDeliveryDateTo\": null,\n                \"pickUpDeliveryDateFrom\": null,\n                \"comment\": null,\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_fulfilled_inventory\",\n                \"shippingLabelStatus\": \"pending\",\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": null,\n                \"trackingUrl\": null,\n                \"courierName\": \"Retiro en Tienda, día hábil siguiente, después de las 16.00 horas. Avda. Francisco Bilbao 3775, local 1 , Providencia: Gratis: Gratis\",\n                \"shippingMode\": null,\n                \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n                \"updatedAt\": \"2026-03-22T13:02:18.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantCourierId\": null,\n                \"DeliveryOrderLinks\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"content\": null,\n                        \"externalId\": \"XXXXXXXXX\",\n                        \"externalOrderNumber\": \"XXXXXXXXX\",\n                        \"externalContent\": \"Multivende\",\n                        \"externalTrackingId\": null,\n                        \"externalTrackingContent\": null,\n                        \"status\": \"created\",\n                        \"synchronizationStatus\": \"not-synchronized\",\n                        \"externalCreatedAt\": \"2026-03-22T15:54:46.000Z\",\n                        \"externalUpdatedAt\": \"2026-03-22T15:57:12.000Z\",\n                        \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n                        \"updatedAt\": \"2026-03-22T13:22:08.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CourierConnectionId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                    }\n                ],\n                \"ShippingAddress\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"address_1\": \"Multivende\",\n                    \"address_2\": \"Multivende\",\n                    \"description\": null,\n                    \"indications\": \"Casa C\",\n                    \"receiverName\": \"\",\n                    \"zipCode\": \"\",\n                    \"city\": \"\",\n                    \"state\": \"CL-RM\",\n                    \"country\": \"\",\n                    \"street\": \"Multivende\",\n                    \"number\": null,\n                    \"neighborhood\": null,\n                    \"position\": 0,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"importance\": \"principal\",\n                    \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n                    \"updatedAt\": \"2026-03-22T14:02:33.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingAddressReceivers\": [\n                        {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"documentType\": null,\n                            \"taxId\": null,\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"Multivende\",\n                            \"contactName\": \"Multivende\",\n                            \"code\": null,\n                            \"email\": null,\n                            \"phoneNumber\": \"\",\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n                            \"updatedAt\": \"2026-03-22T13:02:17.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    ]\n                }\n            },\n            \"DeliveryOrderInCheckoutItems\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"processStatus\": \"available\",\n                    \"createdAt\": \"2026-03-22T13:02:18.000Z\",\n                    \"updatedAt\": \"2026-03-22T13:02:18.000Z\",\n                    \"CheckoutItemId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderInCheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductVersion\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXXXXXX\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 0,\n                        \"width\": 15,\n                        \"length\": 10,\n                        \"height\": 1,\n                        \"weight\": 1,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2024-04-18T16:12:52.000Z\",\n                        \"updatedAt\": \"2026-03-17T16:10:30.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Product\": {\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"alias\": \"Multivende\",\n                            \"model\": \"Multivende\",\n                            \"code\": \"XXXXXXXXXXXXX\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2024-04-18T16:12:52.000Z\",\n                            \"updatedAt\": \"2026-03-22T03:09:20.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        }\n                    },\n                    \"FulfilledWarehouse\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"Multivende\",\n                        \"code\": null,\n                        \"address\": null,\n                        \"description\": null,\n                        \"type\": \"warehouse\",\n                        \"phoneAreaCode\": null,\n                        \"phoneNumber\": null,\n                        \"latitude\": 0,\n                        \"longitude\": 0,\n                        \"openHours\": null,\n                        \"tags\": null,\n                        \"position\": 0,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2021-02-01T00:41:54.000Z\",\n                        \"updatedAt\": \"2023-10-03T16:38:30.000Z\",\n                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"LocationId\": null,\n                        \"TimezoneId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"SalesGroupId\": null\n                    }\n                }\n            ]\n        }\n    ],\n    \"CheckoutDiscounts\": [],\n    \"CheckoutSurcharges\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": null,\n            \"status\": \"created\",\n            \"surcharge\": 320,\n            \"surchargeType\": \"value\",\n            \"detail\": null,\n            \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n            \"updatedAt\": \"2026-03-22T13:02:17.000Z\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutSurchargeTypeId\": null,\n            \"CreatedById\": null,\n            \"UpdatedById\": null\n        }\n    ],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"Mercado Pago - Tarjetas débito y crédito\",\n            \"amount\": 6710,\n            \"amountPaid\": 6710,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": \"Mercado Pago - Tarjetas débito y crédito\",\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n            \"updatedAt\": \"2026-03-22T13:02:17.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentGatewayId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"PaymentMethod\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"tags\": \"{    \\\"requiresTransaction\\\": false }\",\n                \"code\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n                \"name\": \"PAYMENT_METHODS.Mercadopago.Name\",\n                \"description\": \"PAYMENT_METHODS.Mercadopago.Description\",\n                \"position\": 9,\n                \"status\": \"created\",\n                \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n                \"updatedAt\": \"2016-12-14T16:38:46.000Z\",\n                \"codeTranslated\": \"Mercado pago\"\n            },\n            \"PaymentGateway\": null,\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"externalId\": \"XXXXXXXXX\",\n                    \"transactionId\": \"XXXXXXXXX\",\n                    \"externalContent\": \"null\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"status\": \"created\",\n                    \"sensitiveDataEncryptVersion\": null,\n                    \"sensitiveDataStatus\": \"visible\",\n                    \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n                    \"updatedAt\": \"2026-03-22T13:02:17.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutPaymentId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXXX\",\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 6390,\n            \"count\": 1,\n            \"tags\": \"\",\n            \"status\": \"created\",\n            \"processStatus\": \"available\",\n            \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n            \"updatedAt\": \"2026-03-22T13:02:17.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"code\": \"XXXXXXXXXXXXX\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 15,\n                \"length\": 10,\n                \"height\": 1,\n                \"weight\": 1,\n                \"status\": \"created\",\n                \"createdAt\": \"2024-04-18T16:12:52.000Z\",\n                \"updatedAt\": \"2026-03-17T16:10:30.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"Size\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-03-01T18:34:48.000Z\",\n                    \"updatedAt\": \"2021-03-01T18:34:48.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Color\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Negro\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-02-01T00:41:54.000Z\",\n                    \"updatedAt\": \"2021-02-01T00:41:54.000Z\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                },\n                \"Product\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"alias\": \"Multivende\",\n                    \"model\": \"Multivende\",\n                    \"code\": \"XXXXXXXXXXXXX\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2024-04-18T16:12:52.000Z\",\n                    \"updatedAt\": \"2026-03-22T03:09:20.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            },\n            \"total\": 6390,\n            \"discount\": 0,\n            \"totalWithDiscount\": 6390,\n            \"paymentByItem\": 6710\n        }\n    ],\n    \"cachedDate\": \"2026-03-22T14:21:46.000Z\",\n    \"total\": 6390,\n    \"discount\": 0,\n    \"totalWithDiscount\": 6390,\n    \"surcharge\": 320,\n    \"totalWithDiscountAndSurcharges\": 6710,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"hasSurcharges\": true,\n    \"totalSurcharges\": 320,\n    \"totalPayment\": 6710,\n    \"createdAtLocale\": \"22/03/2026 13:02:17\",\n    \"CheckoutLink\": {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"XXXXXXXXX\",\n        \"externalOrderNumber\": \"XXXXXXXXX\",\n        \"externalCustomerOrderNumber\": \"XXXXXXXXX\",\n        \"externalContent\": {\n            \"id\": \"XXXXXXXXX\",\n            \"parent_id\": 0,\n            \"status\": \"processing\",\n            \"currency\": \"CLP\",\n            \"version\": \"10.5.0\",\n            \"prices_include_tax\": false,\n            \"date_created\": \"2026-03-22T09:54:46\",\n            \"date_modified\": \"2026-03-22T09:57:12\",\n            \"discount_total\": \"0\",\n            \"discount_tax\": \"0\",\n            \"shipping_total\": \"0\",\n            \"shipping_tax\": \"0\",\n            \"cart_tax\": \"0\",\n            \"total\": \"6710\",\n            \"total_tax\": \"0\",\n            \"customer_id\": 0,\n            \"order_key\": \"XXXXXXXXXXXXXXXXXXXXXX\",\n            \"billing\": {\n                \"first_name\": \"Multivende\",\n                \"last_name\": \"Multivende\",\n                \"company\": \"\",\n                \"address_1\": \"Multivende\",\n                \"address_2\": \"Multivende\",\n                \"city\": \"Multivende\",\n                \"state\": \"Multivende\",\n                \"postcode\": \"\",\n                \"country\": \"CL\",\n                \"email\": \"XXXXXXXXXXXXXXXXXXXXX\",\n                \"phone\": \"XXXXXXXXX\"\n            },\n            \"shipping\": {\n                \"first_name\": \"Multivende\",\n                \"last_name\": \"Multivende\",\n                \"company\": \"\",\n                \"address_1\": \"Multivende\",\n                \"address_2\": \"Multivende\",\n                \"city\": \"\",\n                \"state\": \"CL-RM\",\n                \"postcode\": \"\",\n                \"country\": \"\",\n                \"phone\": \"\"\n            },\n            \"payment_method\": \"woo-mercado-pago-basic\",\n            \"payment_method_title\": \"Mercado Pago - Tarjetas débito y crédito\",\n            \"transaction_id\": \"\",\n            \"customer_ip_address\": \"XXX.XXX.XX.XXX\",\n            \"customer_user_agent\": \"Multivende\",\n            \"created_via\": \"checkout\",\n            \"customer_note\": \"\",\n            \"date_completed\": null,\n            \"date_paid\": \"2026-03-22T09:57:12\",\n            \"cart_hash\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"number\": \"XXXXXX\",\n            \"meta_data\": [\n                {\n                    \"id\": \"XXXXXXX\",\n                    \"key\": \"_billing_rut_cliente\",\n                    \"value\": \"XXXXXXXXX\"\n                },\n                {\n                    \"id\": \"XXXXXXX\",\n                    \"key\": \"_billing_custom_district\",\n                    \"value\": \"XXX\"\n                },\n                {\n                    \"id\": \"XXXXXXX\",\n                    \"key\": \"_billing_necesito_factura\",\n                    \"value\": \"\"\n                },\n                {\n                    \"id\": \"XXXXXXX\",\n                    \"key\": \"_billing_state_id\",\n                    \"value\": \"XX\"\n                },\n                {\n                    \"id\": \"XXXXXXX\",\n                    \"key\": \"_billing_district_id\",\n                    \"value\": \"XXX\"\n                },\n                {\n                    \"id\": \"XXXXXXX\",\n                    \"key\": \"is_vat_exempt\",\n                    \"value\": \"no\"\n                },\n                {\n                    \"id\": \"XXXXXXX\",\n                    \"key\": \"external_id\",\n                    \"value\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                },\n                {\n                    \"id\": \"XXXXXXX\",\n                    \"key\": \"Mercado Pago - Payment XXXXXXXXXXXX\",\n                    \"value\": \"Multivende\"\n                },\n                {\n                    \"id\": \"XXXXXXX\",\n                    \"key\": \"Mercado Pago - XXXXXXXXXXXX - card_last_four_digits\",\n                    \"value\": \"XXXX\"\n                }\n            ],\n            \"line_items\": [\n                {\n                    \"id\": \"XXXXXX\",\n                    \"name\": \"Multivende\",\n                    \"product_id\": \"XXXXX\",\n                    \"variation_id\": 0,\n                    \"quantity\": 1,\n                    \"tax_class\": \"\",\n                    \"subtotal\": \"6390\",\n                    \"subtotal_tax\": \"0\",\n                    \"total\": \"6390\",\n                    \"total_tax\": \"0\",\n                    \"taxes\": [],\n                    \"sku\": \"XXXXXXXXXXXXX\",\n                    \"global_unique_id\": \"\",\n                    \"price\": 6390,\n                    \"image\": {\n                        \"id\": \"XXXXX\",\n                        \"src\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n                    },\n                    \"marca\": \"Multivende\",\n                    \"dimensions\": {\n                        \"length\": \"10\",\n                        \"width\": \"15\",\n                        \"height\": \"1\",\n                        \"unit\": \"cm\"\n                    },\n                    \"weight\": {\n                        \"value\": \"1\",\n                        \"unit\": \"kg\"\n                    }\n                }\n            ],\n            \"tax_lines\": [],\n            \"shipping_lines\": [\n                {\n                    \"id\": \"XXXXXX\",\n                    \"method_title\": \"Retiro en Tienda, día hábil siguiente, después de las 16.00 horas. Avda. Francisco Bilbao 3775, local 1 , Providencia: Gratis: Gratis\",\n                    \"method_id\": \"store_pickup\",\n                    \"instance_id\": \"0\",\n                    \"total\": \"0\",\n                    \"total_tax\": \"0\",\n                    \"taxes\": [],\n                    \"tax_status\": \"taxable\",\n                    \"meta_data\": []\n                }\n            ],\n            \"fee_lines\": [\n                {\n                    \"id\": \"XXXXXX\",\n                    \"name\": \"Paga con Mercadopago, débito o crédito\",\n                    \"tax_class\": \"0\",\n                    \"tax_status\": \"taxable\",\n                    \"amount\": \"319.5\",\n                    \"total\": \"320\",\n                    \"total_tax\": \"0\",\n                    \"taxes\": [],\n                    \"meta_data\": []\n                }\n            ],\n            \"coupon_lines\": [],\n            \"refunds\": [],\n            \"payment_url\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n            \"is_editable\": false,\n            \"needs_payment\": false,\n            \"needs_processing\": true,\n            \"date_created_gmt\": \"2026-03-22T12:54:46\",\n            \"date_modified_gmt\": \"2026-03-22T12:57:12\",\n            \"date_completed_gmt\": null,\n            \"date_paid_gmt\": \"2026-03-22T12:57:12\",\n            \"email\": \"XXXXXXXXXXXXXXXXXXXXX\",\n            \"final_amount\": \"6710\",\n            \"currency_symbol\": \"$\",\n            \"wpo_wcpdf_invoice_number\": \"\",\n            \"payment_details\": {\n                \"method_id\": \"woo-mercado-pago-basic\",\n                \"method_title\": \"Mercado Pago - Tarjetas débito y crédito\",\n                \"paid\": true\n            }\n        },\n        \"tags\": \"\",\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2026-03-22T12:54:46.000Z\",\n        \"externalUpdatedAt\": \"2026-03-22T12:57:12.000Z\",\n        \"createdAt\": \"2026-03-22T13:02:17.000Z\",\n        \"updatedAt\": \"2026-03-22T13:22:05.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionChannelId\": null,\n        \"MarketplaceConnection\": {\n            \"_name\": \"Multivende\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"provider\": \"woocommerce\",\n            \"name\": \"Multivende\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"ab8c866b-b939-4594-8eaf-76bb100c3cfe","name":"Get checkout (Pick Up)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"heroku-session-affinity=AECDaANoA24IAfr7tqD///8HYgAKZJZiAAr4JmEDbAAAAANtAAAABXdlYi4zbQAAAAV3ZWIuMW0AAAAFd2ViLjJq/sXA6W9s8ruMFE5UKi+LUkwMFrA_; Version=1; Expires=Wed, 27-Jan-2021 17:11:50 GMT; Max-Age=86400; Domain=app.multivende.com; Path=/"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"7776-L4MdLo+mo2bfHglYej6tuMB/a7c\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 26 Jan 2021 17:11:50 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-8392-47cc-9918-9599bb93936c\",\n    \"code\": \"xxxxxx6043249\",\n    \"origin\": \"shopify\",\n    \"net\": 46990,\n    \"tax\": 7503,\n    \"gross\": 46990,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"completed\",\n    \"comment\": null,\n    \"soldAt\": \"2021-01-02T22:43:55.000Z\",\n    \"createdAt\": \"2021-01-02T23:00:16.000Z\",\n    \"updatedAt\": \"2021-01-14T15:42:27.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"WarehouseId\": \"xxxxxx-20ec-4083-aed4-dcb5c9ec041d\",\n    \"MarketplaceConnectionId\": \"xxxxxx-869a-4890-b2f5-8acf7b92b4f4\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": \"xxxxxx-5a24-4efe-a3fb-a498bc08d712\",\n    \"ClientId\": \"xxxxxx-c5e9-4f52-a55f-4091e535d322\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"xxxxxx-6a0c-11e6-9651-70928b05753b\",\n    \"ScreeningStatusId\": null,\n    \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n    \"CustomAttributeValues\": [],\n    \"shippingMode\": null,\n    \"courierName\": null,\n    \"isMultiwarehouse\": \"disabled\",\n    \"CheckoutLinks\": [\n        {\n            \"_id\": \"xxxxxx-ee62-451a-9ddc-e4cdf3058b17\",\n            \"externalId\": \"xxxxxx82100\",\n            \"externalOrderNumber\": \"xxxxxx\",\n            \"externalCustomerOrderNumber\": \"ANxxxxxx\",\n            \"externalContent\": {\n                \"id\": xxxxxx82100,\n                \"email\": \"\",\n                \"closed_at\": null,\n                \"created_at\": \"2021-01-02T19:43:55-03:00\",\n                \"updated_at\": \"2021-01-02T19:44:00-03:00\",\n                \"number\": 41022,\n                \"note\": null,\n                \"token\": \"\",\n                \"gateway\": \"pago_fácil_webpayplus\",\n                \"test\": false,\n                \"total_price\": \"46990\",\n                \"subtotal_price\": \"46990\",\n                \"total_weight\": 2500,\n                \"total_tax\": \"7503\",\n                \"taxes_included\": true,\n                \"currency\": \"CLP\",\n                \"financial_status\": \"paid\",\n                \"confirmed\": true,\n                \"total_discounts\": \"0\",\n                \"total_line_items_price\": \"46990\",\n                \"cart_token\": \"\",\n                \"buyer_accepts_marketing\": true,\n                \"name\": \"ANxxxxxx\",\n                \"referring_site\": \"https://www.google.com/\",\n                \"landing_site\": \"\",\n                \"cancelled_at\": null,\n                \"cancel_reason\": null,\n                \"total_price_usd\": \"66.14\",\n                \"checkout_token\": \"xxxxxx\",\n                \"reference\": null,\n                \"user_id\": null,\n                \"location_id\": null,\n                \"source_identifier\": null,\n                \"source_url\": null,\n                \"processed_at\": \"2021-01-02T19:43:55-03:00\",\n                \"device_id\": null,\n                \"phone\": null,\n                \"customer_locale\": \"es\",\n                \"app_id\": 580111,\n                \"browser_ip\": \"\",\n                \"client_details\": {\n                    \"accept_language\": \"es-ES,es;q=0.9\",\n                    \"browser_height\": 654,\n                    \"browser_ip\": \"\",\n                    \"browser_width\": 360,\n                    \"session_hash\": null,\n                    \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; SNE-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36\"\n                },\n                \"landing_site_ref\": null,\n                \"order_number\": xxxxxx,\n                \"discount_applications\": [],\n                \"discount_codes\": [],\n                \"note_attributes\": [],\n                \"payment_gateway_names\": [\n                    \"pago_fácil_webpayplus\"\n                ],\n                \"processing_method\": \"offsite\",\n                \"checkout_id\": 0000000812948,\n                \"source_name\": \"web\",\n                \"fulfillment_status\": null,\n                \"tax_lines\": [\n                    {\n                        \"price\": \"7503\",\n                        \"rate\": 0.19,\n                        \"title\": \"VAT\",\n                        \"price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"7503\",\n                                \"currency_code\": \"CLP\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"7503\",\n                                \"currency_code\": \"CLP\"\n                            }\n                        }\n                    }\n                ],\n                \"tags\": \"\",\n                \"contact_email\": \"\",\n                \"order_status_url\": \"\",\n                \"presentment_currency\": \"CLP\",\n                \"total_line_items_price_set\": {\n                    \"shop_money\": {\n                        \"amount\": \"46990\",\n                        \"currency_code\": \"CLP\"\n                    },\n                    \"presentment_money\": {\n                        \"amount\": \"46990\",\n                        \"currency_code\": \"CLP\"\n                    }\n                },\n                \"total_discounts_set\": {\n                    \"shop_money\": {\n                        \"amount\": \"0\",\n                        \"currency_code\": \"CLP\"\n                    },\n                    \"presentment_money\": {\n                        \"amount\": \"0\",\n                        \"currency_code\": \"CLP\"\n                    }\n                },\n                \"total_shipping_price_set\": {\n                    \"shop_money\": {\n                        \"amount\": \"0\",\n                        \"currency_code\": \"CLP\"\n                    },\n                    \"presentment_money\": {\n                        \"amount\": \"0\",\n                        \"currency_code\": \"CLP\"\n                    }\n                },\n                \"subtotal_price_set\": {\n                    \"shop_money\": {\n                        \"amount\": \"46990\",\n                        \"currency_code\": \"CLP\"\n                    },\n                    \"presentment_money\": {\n                        \"amount\": \"46990\",\n                        \"currency_code\": \"CLP\"\n                    }\n                },\n                \"total_price_set\": {\n                    \"shop_money\": {\n                        \"amount\": \"46990\",\n                        \"currency_code\": \"CLP\"\n                    },\n                    \"presentment_money\": {\n                        \"amount\": \"46990\",\n                        \"currency_code\": \"CLP\"\n                    }\n                },\n                \"total_tax_set\": {\n                    \"shop_money\": {\n                        \"amount\": \"7503\",\n                        \"currency_code\": \"CLP\"\n                    },\n                    \"presentment_money\": {\n                        \"amount\": \"7503\",\n                        \"currency_code\": \"CLP\"\n                    }\n                },\n                \"line_items\": [\n                    {\n                        \"id\": 00000030996,\n                        \"variant_id\": 0000005297748,\n                        \"title\": \"Nitro 000000\",\n                        \"quantity\": 1,\n                        \"sku\": \"0000001-5.5L-2\",\n                        \"variant_title\": \"FRUTILLA\",\n                        \"vendor\": \"xxxxxx\",\n                        \"fulfillment_service\": \"manual\",\n                        \"product_id\": 0000000455700,\n                        \"requires_shipping\": true,\n                        \"taxable\": true,\n                        \"gift_card\": false,\n                        \"name\": \"Nitro 000000 - FRUTILLA\",\n                        \"variant_inventory_management\": \"shopify\",\n                        \"properties\": [],\n                        \"product_exists\": true,\n                        \"fulfillable_quantity\": 1,\n                        \"grams\": 2500,\n                        \"price\": \"46990\",\n                        \"total_discount\": \"0\",\n                        \"fulfillment_status\": null,\n                        \"price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"46990\",\n                                \"currency_code\": \"CLP\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"46990\",\n                                \"currency_code\": \"CLP\"\n                            }\n                        },\n                        \"total_discount_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0\",\n                                \"currency_code\": \"CLP\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0\",\n                                \"currency_code\": \"CLP\"\n                            }\n                        },\n                        \"discount_allocations\": [],\n                        \"duties\": [],\n                        \"admin_graphql_api_id\": \"\",\n                        \"tax_lines\": [\n                            {\n                                \"title\": \"VAT\",\n                                \"price\": \"7503\",\n                                \"rate\": 0.19,\n                                \"price_set\": {\n                                    \"shop_money\": {\n                                        \"amount\": \"7503\",\n                                        \"currency_code\": \"CLP\"\n                                    },\n                                    \"presentment_money\": {\n                                        \"amount\": \"7503\",\n                                        \"currency_code\": \"CLP\"\n                                    }\n                                }\n                            }\n                        ],\n                        \"origin_location\": {\n                            \"id\": 0000000223572,\n                            \"country_code\": \"CL\",\n                            \"province_code\": \"RM\",\n                            \"name\": \"0xxxxx\",\n                            \"address1\": \"0xxxxx\",\n                            \"address2\": \"0xxxxx\",\n                            \"city\": \"0xxxxx\",\n                            \"zip\": \"CL\"\n                        },\n                        \"destination_location\": {\n                            \"id\": 2509710524500,\n                            \"country_code\": \"CL\",\n                            \"province_code\": \"RM\",\n                            \"name\": \"0xxxxx\",\n                            \"address1\": \"0xxxxx\",\n                            \"address2\": \"Tienda 0xxxxx\",\n                            \"city\": \"Santiago\",\n                            \"zip\": \"CL\"\n                        }\n                    }\n                ],\n                \"fulfillments\": [],\n                \"refunds\": [],\n                \"total_tip_received\": \"0.0\",\n                \"original_total_duties_set\": null,\n                \"current_total_duties_set\": null,\n                \"admin_graphql_api_id\": \"\",\n                \"shipping_lines\": [\n                    {\n                        \"id\": 2328633901140,\n                        \"title\": \"Retiro en Tienda Estado\",\n                        \"price\": \"0\",\n                        \"code\": \"xxxxxxxxxxxxxxxx\",\n                        \"source\": \"xxxxxxxxxxxxxxxx\",\n                        \"phone\": null,\n                        \"requested_fulfillment_service_id\": null,\n                        \"delivery_category\": null,\n                        \"carrier_identifier\": \"xxxxxxxxxxxxxxxx\",\n                        \"discounted_price\": \"0\",\n                        \"price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0\",\n                                \"currency_code\": \"CLP\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0\",\n                                \"currency_code\": \"CLP\"\n                            }\n                        },\n                        \"discounted_price_set\": {\n                            \"shop_money\": {\n                                \"amount\": \"0\",\n                                \"currency_code\": \"CLP\"\n                            },\n                            \"presentment_money\": {\n                                \"amount\": \"0\",\n                                \"currency_code\": \"CLP\"\n                            }\n                        },\n                        \"discount_allocations\": [],\n                        \"tax_lines\": []\n                    }\n                ],\n                \"billing_address\": {\n                    \"first_name\": \"xxxxxxxxx \",\n                    \"address1\": \"0xxxxx\",\n                    \"phone\": \"xxxxxxxxx\",\n                    \"city\": \"Santiago\",\n                    \"zip\": \"CL\",\n                    \"province\": \"Santiago\",\n                    \"country\": \"Chile\",\n                    \"last_name\": \"xxxxxxxxx\",\n                    \"address2\": \"Tienda 0xxxxx\",\n                    \"company\": null,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"name\": \"0xxxxx\",\n                    \"country_code\": \"CL\",\n                    \"province_code\": \"RM\"\n                },\n                \"shipping_address\": {\n                    \"first_name\": \"xxxxxxxxx \",\n                    \"address1\": \"0xxxxx\",\n                    \"phone\": \"xxxxxxxxx\",\n                    \"city\": \"Santiago\",\n                    \"zip\": \"CL\",\n                    \"province\": \"Santiago\",\n                    \"country\": \"Chile\",\n                    \"last_name\": \"xxxxxxxxx\",\n                    \"address2\": \"Tienda 0xxxxx\",\n                    \"company\": null,\n                    \"latitude\": null,\n                    \"longitude\": null,\n                    \"name\": \"0xxxxx\",\n                    \"country_code\": \"CL\",\n                    \"province_code\": \"RM\"\n                },\n                \"customer\": {\n                    \"id\": 000000000001892,\n                    \"email\": \"\",\n                    \"accepts_marketing\": true,\n                    \"created_at\": \"2021-01-02T19:28:56-03:00\",\n                    \"updated_at\": \"2021-01-02T19:43:56-03:00\",\n                    \"first_name\": \"xxxxxxxxx\",\n                    \"last_name\": \"xxxxxxxxx\",\n                    \"orders_count\": 1,\n                    \"state\": \"enabled\",\n                    \"total_spent\": \"46990.00\",\n                    \"last_order_id\": xxxxxx82100,\n                    \"note\": null,\n                    \"verified_email\": false,\n                    \"multipass_identifier\": null,\n                    \"tax_exempt\": false,\n                    \"phone\": null,\n                    \"tags\": \"\",\n                    \"last_order_name\": \"ANxxxxxx\",\n                    \"currency\": \"CLP\",\n                    \"accepts_marketing_updated_at\": \"2021-01-02T19:28:57-03:00\",\n                    \"marketing_opt_in_level\": \"single_opt_in\",\n                    \"tax_exemptions\": [],\n                    \"admin_graphql_api_id\": \"\",\n                    \"default_address\": {\n                        \"id\": 3990450765908,\n                        \"customer_id\": 000000000001892,\n                        \"first_name\": \"xxxxxxxxx \",\n                        \"last_name\": \"xxxxxxxxx\",\n                        \"company\": null,\n                        \"address1\": \"0xxxxx\",\n                        \"address2\": \"Tienda 0xxxxx\",\n                        \"city\": \"Santiago\",\n                        \"province\": \"Santiago\",\n                        \"country\": \"Chile\",\n                        \"zip\": \"CL\",\n                        \"phone\": \"xxxxxxxxx\",\n                        \"name\": \"0xxxxx\",\n                        \"province_code\": \"RM\",\n                        \"country_code\": \"CL\",\n                        \"country_name\": \"Chile\",\n                        \"default\": true\n                    }\n                },\n                \"transactions\": [\n                    {\n                        \"id\": 0000000000000000000,\n                        \"order_id\": xxxxxx82100,\n                        \"kind\": \"sale\",\n                        \"gateway\": \"pago_fácil_webpayplus\",\n                        \"status\": \"success\",\n                        \"message\": \"X\",\n                        \"created_at\": \"2021-01-02T19:43:55-03:00\",\n                        \"test\": false,\n                        \"authorization\": \"8371653\",\n                        \"location_id\": null,\n                        \"user_id\": null,\n                        \"parent_id\": null,\n                        \"processed_at\": \"2021-01-02T19:43:55-03:00\",\n                        \"device_id\": null,\n                        \"error_code\": null,\n                        \"source_name\": \"web\",\n                        \"receipt\": {\n                            \"x_account_id\": \"\",\n                            \"x_amount\": \"46990.00\",\n                            \"x_currency\": \"CLP\",\n                            \"x_gateway_reference\": \"8371653\",\n                            \"x_reference\": \"0000000812948\",\n                            \"x_result\": \"completed\",\n                            \"x_test\": \"false\",\n                            \"x_timestamp\": \"2021-01-02T22:43:54.743Z\",\n                            \"x_message\": \"X\",\n                            \"x_signature\": \"\"\n                        },\n                        \"amount\": \"46990\",\n                        \"currency\": \"CLP\",\n                        \"admin_graphql_api_id\": \"\"\n                    }\n                ]\n            },\n            \"synchronizationStatus\": \"synchronized\",\n            \"status\": \"created\",\n            \"externalCreatedAt\": \"2021-01-02T22:43:55.000Z\",\n            \"externalUpdatedAt\": \"2021-01-02T22:44:00.000Z\",\n            \"createdAt\": \"2021-01-02T23:00:16.000Z\",\n            \"updatedAt\": \"2021-01-02T23:00:16.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"xxxxxx-869a-4890-b2f5-8acf7b92b4f4\",\n            \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n            \"CheckoutId\": \"xxxxxxxx-8392-47cc-9918-9599bb93936c\",\n            \"MarketplaceConnection\": {\n                \"_name\": \"Shopify 2.0\",\n                \"_id\": \"xxxxxx-869a-4890-b2f5-8acf7b92b4f4\",\n                \"provider\": \"shopify\",\n                \"name\": \"Shopify 2.0\"\n            }\n        }\n    ],\n    \"Owner\": null,\n    \"PickUpOrders\": [\n        {\n            \"_id\": \"02cad588-9d0a-48c4-9787-07eb7295e5a2\",\n            \"code\": \"7185260331224\",\n            \"tags\": null,\n            \"estimatedPickUpDateFrom\": null,\n            \"estimatedPickUpDateTo\": null,\n            \"effectivePickUpClosingDate\": null,\n            \"comment\": \"Desde retail PRO\",\n            \"pickUpClosingComment\": null,\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"pickUpStatus\": \"completed\",\n            \"createdAt\": \"2021-01-02T23:00:16.000Z\",\n            \"updatedAt\": \"2021-01-14T15:42:27.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"AssignedToId\": null,\n            \"ClosedById\": \"e71ef12c-385f-446e-858d-637cc163384b\",\n            \"ClientId\": null,\n            \"CheckoutId\": \"xxxxxxxx-8392-47cc-9918-9599bb93936c\",\n            \"WarehouseId\": \"xxxxxx-20ec-4083-aed4-dcb5c9ec041d\",\n            \"PickUpOrderAuthorizationModeId\": \"9d88205d-d03c-4233-9550-c23880771330\",\n            \"PickUpOrderStatusId\": \"9792924e-d3ea-11e9-a99d-e4e74934d1f8\",\n            \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n            \"PickUpOrderAuthorizationMode\": {\n                \"_id\": \"9d88205d-d03c-4233-9550-c23880771330\",\n                \"name\": \"PICK_UP_ORDER_AUTHORIZATION_MODES.Legal_identification_required.Name\",\n                \"code\": \"_legal_indentification_required\",\n                \"description\": \"PICK_UP_ORDER_AUTHORIZATION_MODES.Legal_identification_required.Description\",\n                \"position\": 2,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2016-12-09T12:19:01.000Z\",\n                \"updatedAt\": \"2016-12-09T12:19:01.000Z\"\n            },\n            \"PickUpOrderCheckoutItems\": [\n                {\n                    \"_id\": \"cd30645c-eed3-4190-ab8f-ef89cb093329\",\n                    \"code\": \"1117977265987\",\n                    \"unfulfilledAmount\": 0,\n                    \"stockAmount\": 1,\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-01-02T23:00:16.000Z\",\n                    \"updatedAt\": \"2021-01-02T23:00:16.000Z\",\n                    \"CheckoutItemId\": \"ee051c70-273c-4138-b1cf-edefdf3bffc7\",\n                    \"ProductVersionId\": \"155d5553-1a3c-410b-b83c-50344a055b0b\",\n                    \"PickUpOrderId\": \"02cad588-9d0a-48c4-9787-07eb7295e5a2\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"FulfilledWarehouseId\": \"xxxxxx-20ec-4083-aed4-dcb5c9ec041d\",\n                    \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n                    \"ProductVersion\": {\n                        \"_id\": \"155d5553-1a3c-410b-b83c-50344a055b0b\",\n                        \"code\": \"0000001-5.5L-2\",\n                        \"internalCode\": null,\n                        \"providerCode\": null,\n                        \"position\": 3,\n                        \"width\": 0,\n                        \"length\": 0,\n                        \"height\": 0,\n                        \"weight\": 2.5,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2019-11-20T18:02:53.000Z\",\n                        \"updatedAt\": \"2020-09-14T18:48:15.000Z\",\n                        \"CodeTypeId\": null,\n                        \"InternalCodeTypeId\": null,\n                        \"ColorId\": \"c3f1b63f-18ce-47d7-b2fd-36cd205a8cd8\",\n                        \"SizeId\": \"0fb9499f-a7b7-460a-937f-0b4268e78522\",\n                        \"CreatedById\": \"xxxxxx-96e8-4e37-a471-e7e62addb6c4\",\n                        \"UpdatedById\": \"xxxxxx-96e8-4e37-a471-e7e62addb6c4\",\n                        \"InventoryTypeId\": \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\",\n                        \"ProductId\": \"6988c271-d7ef-4467-9cab-4fb88fa38efd\",\n                        \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n                        \"Product\": {\n                            \"_id\": \"6988c271-d7ef-4467-9cab-4fb88fa38efd\",\n                            \"name\": \"NITRO TECH 100% WHEY GOLD 5.5 LB\",\n                            \"alias\": null,\n                            \"model\": null,\n                            \"code\": \"0000001-5.5L\",\n                            \"internalCode\": null,\n                            \"providerCode\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2019-02-15T18:33:59.000Z\",\n                            \"updatedAt\": \"2020-12-29T20:15:50.000Z\",\n                            \"CodeTypeId\": null,\n                            \"InternalCodeTypeId\": null,\n                            \"CreatedById\": \"8b73a55a-65a2-4c82-b2c8-f82a7eb69ba7\",\n                            \"UpdatedById\": \"xxxxxx-96e8-4e37-a471-e7e62addb6c4\",\n                            \"ProductCategoryId\": \"cccbe10a-c4c8-4911-84ef-3d610e1b5600\",\n                            \"BrandId\": \"01a1dab9-67ab-4b6c-9643-66b7ec77a416\",\n                            \"BrandTaxonomyItemId\": null,\n                            \"SeasonId\": null,\n                            \"WarrantyId\": null,\n                            \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n                            \"ShippingClassId\": null,\n                            \"OfficialStoreId\": \"xxxxxx-e8d6-401a-93a2-9df0a9bf9ab2\",\n                            \"ProductTypeId\": \"xxxxxx-3408-11e7-8e63-2c56dc130c0d\"\n                        }\n                    }\n                }\n            ]\n            \n        }\n    ],\n    \"DeliveryOrderInCheckouts\": [],\n    \"Warehouse\": {\n        \"_id\": \"xxxxxx-20ec-4083-aed4-dcb5c9ec041d\",\n        \"name\": \"ESTADO\",\n        \"code\": \"ESSC\",\n        \"address\": \"Estado #82, Santiago, Región Metropolitana, Chile.\",\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": \"+562\",\n        \"phoneNumber\": \"2659 3184\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": \"Lunes a Sábado: 10:00 a 20:00 hrs. / Domingo/Festivos: 10.00 a 17:00 hrs.\",\n        \"tags\": null,\n        \"position\": 35,\n        \"status\": \"created\",\n        \"createdAt\": \"2020-10-15T14:19:27.000Z\",\n        \"updatedAt\": \"2020-10-15T14:19:27.000Z\",\n        \"CreatedById\": \"xxxxxx-96e8-4e37-a471-e7e62addb6c4\",\n        \"UpdatedById\": \"xxxxxx-96e8-4e37-a471-e7e62addb6c4\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": {\n        \"_name\": \"Shopify 2.0\",\n        \"_id\": \"xxxxxx-869a-4890-b2f5-8acf7b92b4f4\",\n        \"name\": \"Shopify 2.0\",\n        \"provider\": \"shopify\"\n    },\n    \"Client\": {\n        \"fullName\": \"xxxxxxxxx xxxxxxxxx\",\n        \"_id\": \"xxxxxx-c5e9-4f52-a55f-4091e535d322\",\n        \"name\": \"xxxxxxxxx\",\n        \"lastName\": \"xxxxxxxxx\",\n        \"activity\": null,\n        \"contactName\": null,\n        \"comune\": null,\n        \"city\": null,\n        \"taxId\": null,\n        \"birthday\": null,\n        \"code\": null,\n        \"email\": \"\",\n        \"phoneNumber\": \"xxxxxxxxx\",\n        \"comment\": null,\n        \"type\": \"person\",\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-01-02T23:00:16.000Z\",\n        \"updatedAt\": \"2021-01-02T23:00:16.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n        \"BillingAddresses\": [],\n        \"ClientLink\": {\n            \"_id\": \"284b2a5b-5841-4330-83d8-ade5955ee69e\",\n            \"externalId\": \"000000000001892\",\n            \"externalContent\": \"{\\\"id\\\":000000000001892,\\\"email\\\":\\\"\\\",\\\"accepts_marketing\\\":true,\\\"created_at\\\":\\\"2021-01-02T19:28:56-03:00\\\",\\\"updated_at\\\":\\\"2021-01-02T19:43:56-03:00\\\",\\\"first_name\\\":\\\"xxxxxxxxx\\\",\\\"last_name\\\":\\\"xxxxxxxxx\\\",\\\"orders_count\\\":1,\\\"state\\\":\\\"enabled\\\",\\\"total_spent\\\":\\\"46990.00\\\",\\\"last_order_id\\\":xxxxxx82100,\\\"note\\\":null,\\\"verified_email\\\":false,\\\"multipass_identifier\\\":null,\\\"tax_exempt\\\":false,\\\"phone\\\":null,\\\"tags\\\":\\\"\\\",\\\"last_order_name\\\":\\\"ANxxxxxx\\\",\\\"currency\\\":\\\"CLP\\\",\\\"accepts_marketing_updated_at\\\":\\\"2021-01-02T19:28:57-03:00\\\",\\\"marketing_opt_in_level\\\":\\\"single_opt_in\\\",\\\"tax_exemptions\\\":[],\\\"admin_graphql_api_id\\\":\\\"\\\",\\\"default_address\\\":{\\\"id\\\":3990450765908,\\\"customer_id\\\":000000000001892,\\\"first_name\\\":\\\"xxxxxxxxx \\\",\\\"last_name\\\":\\\"xxxxxxxxx\\\",\\\"company\\\":null,\\\"address1\\\":\\\"0xxxxx\\\",\\\"address2\\\":\\\"Tienda 0xxxxx\\\",\\\"city\\\":\\\"Santiago\\\",\\\"province\\\":\\\"Santiago\\\",\\\"country\\\":\\\"Chile\\\",\\\"zip\\\":\\\"CL\\\",\\\"phone\\\":\\\"xxxxxxxxx\\\",\\\"name\\\":\\\"0xxxxx\\\",\\\"province_code\\\":\\\"RM\\\",\\\"country_code\\\":\\\"CL\\\",\\\"country_name\\\":\\\"Chile\\\",\\\"default\\\":true}}\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"status\": \"created\",\n            \"createdAt\": \"2021-01-02T23:00:16.000Z\",\n            \"updatedAt\": \"2021-01-02T23:00:16.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MarketplaceConnectionId\": \"xxxxxx-869a-4890-b2f5-8acf7b92b4f4\",\n            \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n            \"ClientId\": \"xxxxxx-c5e9-4f52-a55f-4091e535d322\"\n        }\n    },\n    \"ShippingAddress\": null,\n    \"BillingAddress\": null,\n    \"DeliveryType\": {\n        \"_id\": \"xxxxxx-6a0c-11e6-9651-70928b05753b\",\n        \"name\": \"DELIVERY_TYPES.Store_pickup.Name\",\n        \"code\": \"_delivery_type_store_pickup\",\n        \"description\": \"DELIVERY_TYPES.Store_pickup.Description\",\n        \"position\": 2,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n        \"name\": \"Nutraline / 0xxxxx\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": \"76958630-k\",\n        \"email\": null,\n        \"phoneNumber\": \"992997753\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2019-01-28T21:03:38.000Z\",\n        \"updatedAt\": \"2019-05-15T23:06:13.000Z\",\n        \"MerchantActivityId\": \"53549852-fe9c-46d9-b07d-905afa680fc1\",\n        \"LocationId\": \"427317d6-537b-11e6-a65d-aa8ab4ea7899\",\n        \"TimezoneId\": \"dee790bc-fdef-492b-9637-7cfd1f1fc031\",\n        \"MerchantAccountId\": \"7eb236de-8440-42e4-983e-1c6f33ab1787\"\n    },\n    \"CheckoutDiscounts\": [],\n    \"Currency\": {\n        \"_id\": \"xxxxxx-5a24-4efe-a3fb-a498bc08d712\",\n        \"status\": \"created\",\n        \"createdAt\": \"2019-01-28T21:03:38.000Z\",\n        \"updatedAt\": \"2019-01-28T21:03:38.000Z\",\n        \"CreatedById\": \"7cf563c0-3753-4f25-8dde-00cc8d9ba129\",\n        \"UpdatedById\": \"7cf563c0-3753-4f25-8dde-00cc8d9ba129\",\n        \"PlatformCurrencyId\": \"a3e8e8ec-62d5-11e6-9651-70928b05753b\",\n        \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n        \"PlatformCurrency\": {\n            \"_id\": \"a3e8e8ec-62d5-11e6-9651-70928b05753b\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"5ec162dc-b898-415d-8544-2a410108c3db\",\n            \"code\": \"0000000000000000000\",\n            \"amount\": 46990,\n            \"amountPaid\": 46990,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": \"8371653\",\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"createdAt\": \"2021-01-02T23:00:16.000Z\",\n            \"updatedAt\": \"2021-01-02T23:00:16.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"xxxxxxxx-8392-47cc-9918-9599bb93936c\",\n            \"PaymentMethodId\": \"fed1fce1-7296-11e9-a7c3-0e05aed535e2\",\n            \"CurrencyId\": \"xxxxxx-5a24-4efe-a3fb-a498bc08d712\",\n            \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n            \"PaymentMethod\": {\n                \"_id\": \"fed1fce1-7296-11e9-a7c3-0e05aed535e2\",\n                \"tags\": \"{    \\\"requiresTransaction\\\": false }\",\n                \"code\": \"pago_fácil_webpayplus\",\n                \"name\": \"PAYMENT_METHODS.Webpayplus.Name\",\n                \"description\": \"PAYMENT_METHODS.Webpayplus.Description\",\n                \"position\": 13,\n                \"status\": \"created\",\n                \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n                \"updatedAt\": \"2016-12-14T16:38:46.000Z\",\n                \"scodeTranslated\": \"Pago Fácil Webpay Plus\"\n            },\n            \"CheckoutPaymentLinks\": [\n                {\n                    \"_id\": \"1306921c-8425-4ee4-a501-c3e8fad21326\",\n                    \"externalId\": \"0000000000000000000\",\n                    \"transactionId\": \"7eaf905b-d207-42c3-983b-713c861d83c7\",\n                    \"externalContent\": \"{\\\"id\\\":0000000000000000000,\\\"order_id\\\":xxxxxx82100,\\\"kind\\\":\\\"sale\\\",\\\"gateway\\\":\\\"pago_fácil_webpayplus\\\",\\\"status\\\":\\\"success\\\",\\\"message\\\":\\\"X\\\",\\\"created_at\\\":\\\"2021-01-02T19:43:55-03:00\\\",\\\"test\\\":false,\\\"authorization\\\":\\\"8371653\\\",\\\"location_id\\\":null,\\\"user_id\\\":null,\\\"parent_id\\\":null,\\\"processed_at\\\":\\\"2021-01-02T19:43:55-03:00\\\",\\\"device_id\\\":null,\\\"error_code\\\":null,\\\"source_name\\\":\\\"web\\\",\\\"receipt\\\":{\\\"x_account_id\\\":\\\"\\\",\\\"x_amount\\\":\\\"46990.00\\\",\\\"x_currency\\\":\\\"CLP\\\",\\\"x_gateway_reference\\\":\\\"8371653\\\",\\\"x_reference\\\":\\\"0000000812948\\\",\\\"x_result\\\":\\\"completed\\\",\\\"x_test\\\":\\\"false\\\",\\\"x_timestamp\\\":\\\"2021-01-02T22:43:54.743Z\\\",\\\"x_message\\\":\\\"X\\\",\\\"x_signature\\\":\\\"\\\"},\\\"amount\\\":\\\"46990\\\",\\\"currency\\\":\\\"CLP\\\",\\\"admin_graphql_api_id\\\":\\\"\\\",\\\"transactionId\\\":0000000000000000000,\\\"authorizationCode\\\":\\\"8371653\\\"}\",\n                    \"synchronizationStatus\": \"synchronized\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2021-01-02T23:00:16.000Z\",\n                    \"updatedAt\": \"2021-01-02T23:00:16.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"xxxxxx-869a-4890-b2f5-8acf7b92b4f4\",\n                    \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n                    \"CheckoutPaymentId\": \"5ec162dc-b898-415d-8544-2a410108c3db\"\n                }\n            ]\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"ee051c70-273c-4138-b1cf-edefdf3bffc7\",\n            \"code\": null,\n            \"net\": 0,\n            \"tax\": 0,\n            \"gross\": 46990,\n            \"count\": 1,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-01-02T23:00:16.000Z\",\n            \"updatedAt\": \"2021-01-02T23:00:16.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"xxxxxxxx-8392-47cc-9918-9599bb93936c\",\n            \"ProductVersionId\": \"155d5553-1a3c-410b-b83c-50344a055b0b\",\n            \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n            \"CheckoutItemDiscounts\": [],\n            \"ProductVersion\": {\n                \"_id\": \"155d5553-1a3c-410b-b83c-50344a055b0b\",\n                \"code\": \"0000001-5.5L-2\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 3,\n                \"width\": 0,\n                \"length\": 0,\n                \"height\": 0,\n                \"weight\": 2.5,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-11-20T18:02:53.000Z\",\n                \"updatedAt\": \"2020-09-14T18:48:15.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"c3f1b63f-18ce-47d7-b2fd-36cd205a8cd8\",\n                \"SizeId\": \"0fb9499f-a7b7-460a-937f-0b4268e78522\",\n                \"CreatedById\": \"xxxxxx-96e8-4e37-a471-e7e62addb6c4\",\n                \"UpdatedById\": \"xxxxxx-96e8-4e37-a471-e7e62addb6c4\",\n                \"InventoryTypeId\": \"791a6654-c5f2-11e6-aad6-2c56dc130c0d\",\n                \"ProductId\": \"6988c271-d7ef-4467-9cab-4fb88fa38efd\",\n                \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n                \"Size\": {\n                    \"_id\": \"0fb9499f-a7b7-460a-937f-0b4268e78522\",\n                    \"name\": \"5.5 LB\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-05-10T19:55:51.000Z\",\n                    \"updatedAt\": \"2019-05-10T19:55:51.000Z\",\n                    \"CreatedById\": \"6122adb5-b99d-48f4-8a52-d85a87135e96\",\n                    \"UpdatedById\": \"6122adb5-b99d-48f4-8a52-d85a87135e96\",\n                    \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\"\n                },\n                \"Color\": {\n                    \"_id\": \"c3f1b63f-18ce-47d7-b2fd-36cd205a8cd8\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-01-31T14:40:58.000Z\",\n                    \"updatedAt\": \"2019-01-31T14:40:58.000Z\",\n                    \"CreatedById\": \"8b73a55a-65a2-4c82-b2c8-f82a7eb69ba7\",\n                    \"UpdatedById\": \"8b73a55a-65a2-4c82-b2c8-f82a7eb69ba7\",\n                    \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\"\n                },\n                \"Product\": {\n                    \"_id\": \"6988c271-d7ef-4467-9cab-4fb88fa38efd\",\n                    \"name\": \"NITRO TECH 100% WHEY GOLD 5.5 LB\",\n                    \"alias\": null,\n                    \"model\": null,\n                    \"code\": \"0000001-5.5L\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2019-02-15T18:33:59.000Z\",\n                    \"updatedAt\": \"2020-12-29T20:15:50.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"8b73a55a-65a2-4c82-b2c8-f82a7eb69ba7\",\n                    \"UpdatedById\": \"xxxxxx-96e8-4e37-a471-e7e62addb6c4\",\n                    \"ProductCategoryId\": \"cccbe10a-c4c8-4911-84ef-3d610e1b5600\",\n                    \"BrandId\": \"01a1dab9-67ab-4b6c-9643-66b7ec77a416\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"xxxxxx-e8d6-401a-93a2-9df0a9bf9ab2\",\n                    \"ProductTypeId\": \"xxxxxx-3408-11e7-8e63-2c56dc130c0d\"\n                }\n            },\n            \"total\": 46990,\n            \"discount\": 0,\n            \"totalWithDiscount\": 46990,\n            \"paymentByItem\": 46990\n        }\n    ],\n    \"total\": 46990,\n    \"discount\": 0,\n    \"totalWithDiscount\": 46990,\n    \"hasItemDicounts\": false,\n    \"hasDicounts\": false,\n    \"totalDiscounts\": 0,\n    \"totalPayment\": 46990,\n    \"createdAtLocale\": \"02/01/2021 23:00:16\",\n    \"CheckoutLink\": {\n        \"_id\": \"xxxxxx-ee62-451a-9ddc-e4cdf3058b17\",\n        \"externalId\": \"xxxxxx82100\",\n        \"externalOrderNumber\": \"xxxxxx\",\n        \"externalCustomerOrderNumber\": \"ANxxxxxx\",\n        \"externalContent\": {\n            \"id\": xxxxxx82100,\n            \"email\": \"\",\n            \"closed_at\": null,\n            \"created_at\": \"2021-01-02T19:43:55-03:00\",\n            \"updated_at\": \"2021-01-02T19:44:00-03:00\",\n            \"number\": 41022,\n            \"note\": null,\n            \"token\": \"8d22acc6971cd11763cf8f0a0ef0cd8f\",\n            \"gateway\": \"pago_fácil_webpayplus\",\n            \"test\": false,\n            \"total_price\": \"46990\",\n            \"subtotal_price\": \"46990\",\n            \"total_weight\": 2500,\n            \"total_tax\": \"7503\",\n            \"taxes_included\": true,\n            \"currency\": \"CLP\",\n            \"financial_status\": \"paid\",\n            \"confirmed\": true,\n            \"total_discounts\": \"0\",\n            \"total_line_items_price\": \"46990\",\n            \"cart_token\": \"\",\n            \"buyer_accepts_marketing\": true,\n            \"name\": \"ANxxxxxx\",\n            \"referring_site\": \"https://www.google.com/\",\n            \"landing_site\": \"/products/nitro-tech-100-whey-gold-5-5-lb?variant=0000005461588&currency=CLP&utm_medium=product_sync&utm_source=google&utm_content=sag_organic&utm_campaign=sag_organic&utm_term=&utm_campaign=gs-2019-06-13&utm_source=google&utm_medium=smart_campaign&hsa_acc=5826141355&hsa_net=adwords&hsa_grp=75484702447&hsa_ver=3&hsa_kw=&hsa_tgt=pla-293946777986&hsa_mt=&hsa_ad=355189228208&hsa_src=u&hsa_cam=2030797192&gclid=Cj0KCQiA0MD_BRCTARIsADXoopb147E1cyZ4W2TJ3CMsjYholnfDjoeS66_XAS0aucB50Em9foHDvKwaAr_FEALw_wcB\",\n            \"cancelled_at\": null,\n            \"cancel_reason\": null,\n            \"total_price_usd\": \"66.14\",\n            \"checkout_token\": \"xxxxxx\",\n            \"reference\": null,\n            \"user_id\": null,\n            \"location_id\": null,\n            \"source_identifier\": null,\n            \"source_url\": null,\n            \"processed_at\": \"2021-01-02T19:43:55-03:00\",\n            \"device_id\": null,\n            \"phone\": null,\n            \"customer_locale\": \"es\",\n            \"app_id\": 580111,\n            \"browser_ip\": \"\",\n            \"client_details\": {\n                \"accept_language\": \"es-ES,es;q=0.9\",\n                \"browser_height\": 654,\n                \"browser_ip\": \"\",\n                \"browser_width\": 360,\n                \"session_hash\": null,\n                \"user_agent\": \"Mozilla/5.0 (Linux; Android 10; SNE-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36\"\n            },\n            \"landing_site_ref\": null,\n            \"order_number\": xxxxxx,\n            \"discount_applications\": [],\n            \"discount_codes\": [],\n            \"note_attributes\": [],\n            \"payment_gateway_names\": [\n                \"pago_fácil_webpayplus\"\n            ],\n            \"processing_method\": \"offsite\",\n            \"checkout_id\": 0000000812948,\n            \"source_name\": \"web\",\n            \"fulfillment_status\": null,\n            \"tax_lines\": [\n                {\n                    \"price\": \"7503\",\n                    \"rate\": 0.19,\n                    \"title\": \"VAT\",\n                    \"price_set\": {\n                        \"shop_money\": {\n                            \"amount\": \"7503\",\n                            \"currency_code\": \"CLP\"\n                        },\n                        \"presentment_money\": {\n                            \"amount\": \"7503\",\n                            \"currency_code\": \"CLP\"\n                        }\n                    }\n                }\n            ],\n            \"tags\": \"\",\n            \"contact_email\": \"\",\n            \"order_status_url\": \"\",\n            \"presentment_currency\": \"CLP\",\n            \"total_line_items_price_set\": {\n                \"shop_money\": {\n                    \"amount\": \"46990\",\n                    \"currency_code\": \"CLP\"\n                },\n                \"presentment_money\": {\n                    \"amount\": \"46990\",\n                    \"currency_code\": \"CLP\"\n                }\n            },\n            \"total_discounts_set\": {\n                \"shop_money\": {\n                    \"amount\": \"0\",\n                    \"currency_code\": \"CLP\"\n                },\n                \"presentment_money\": {\n                    \"amount\": \"0\",\n                    \"currency_code\": \"CLP\"\n                }\n            },\n            \"total_shipping_price_set\": {\n                \"shop_money\": {\n                    \"amount\": \"0\",\n                    \"currency_code\": \"CLP\"\n                },\n                \"presentment_money\": {\n                    \"amount\": \"0\",\n                    \"currency_code\": \"CLP\"\n                }\n            },\n            \"subtotal_price_set\": {\n                \"shop_money\": {\n                    \"amount\": \"46990\",\n                    \"currency_code\": \"CLP\"\n                },\n                \"presentment_money\": {\n                    \"amount\": \"46990\",\n                    \"currency_code\": \"CLP\"\n                }\n            },\n            \"total_price_set\": {\n                \"shop_money\": {\n                    \"amount\": \"46990\",\n                    \"currency_code\": \"CLP\"\n                },\n                \"presentment_money\": {\n                    \"amount\": \"46990\",\n                    \"currency_code\": \"CLP\"\n                }\n            },\n            \"total_tax_set\": {\n                \"shop_money\": {\n                    \"amount\": \"7503\",\n                    \"currency_code\": \"CLP\"\n                },\n                \"presentment_money\": {\n                    \"amount\": \"7503\",\n                    \"currency_code\": \"CLP\"\n                }\n            },\n            \"line_items\": [\n                {\n                    \"id\": 00000030996,\n                    \"variant_id\": 0000005297748,\n                    \"title\": \"Nitro 000000\",\n                    \"quantity\": 1,\n                    \"sku\": \"0000001-5.5L-2\",\n                    \"variant_title\": \"FRUTILLA\",\n                    \"vendor\": \"xxxxxx\",\n                    \"fulfillment_service\": \"manual\",\n                    \"product_id\": 0000000455700,\n                    \"requires_shipping\": true,\n                    \"taxable\": true,\n                    \"gift_card\": false,\n                    \"name\": \"Nitro 000000 - FRUTILLA\",\n                    \"variant_inventory_management\": \"shopify\",\n                    \"properties\": [],\n                    \"product_exists\": true,\n                    \"fulfillable_quantity\": 1,\n                    \"grams\": 2500,\n                    \"price\": \"46990\",\n                    \"total_discount\": \"0\",\n                    \"fulfillment_status\": null,\n                    \"price_set\": {\n                        \"shop_money\": {\n                            \"amount\": \"46990\",\n                            \"currency_code\": \"CLP\"\n                        },\n                        \"presentment_money\": {\n                            \"amount\": \"46990\",\n                            \"currency_code\": \"CLP\"\n                        }\n                    },\n                    \"total_discount_set\": {\n                        \"shop_money\": {\n                            \"amount\": \"0\",\n                            \"currency_code\": \"CLP\"\n                        },\n                        \"presentment_money\": {\n                            \"amount\": \"0\",\n                            \"currency_code\": \"CLP\"\n                        }\n                    },\n                    \"discount_allocations\": [],\n                    \"duties\": [],\n                    \"admin_graphql_api_id\": \"\",\n                    \"tax_lines\": [\n                        {\n                            \"title\": \"VAT\",\n                            \"price\": \"7503\",\n                            \"rate\": 0.19,\n                            \"price_set\": {\n                                \"shop_money\": {\n                                    \"amount\": \"7503\",\n                                    \"currency_code\": \"CLP\"\n                                },\n                                \"presentment_money\": {\n                                    \"amount\": \"7503\",\n                                    \"currency_code\": \"CLP\"\n                                }\n                            }\n                        }\n                    ],\n                    \"origin_location\": {\n                        \"id\": 0000000223572,\n                        \"country_code\": \"CL\",\n                        \"province_code\": \"RM\",\n                        \"name\": \"0xxxxx\",\n                        \"address1\": \"0xxxxx\",\n                        \"address2\": \"0xxxxx\",\n                        \"city\": \"0xxxxx\",\n                        \"zip\": \"CL\"\n                    },\n                    \"destination_location\": {\n                        \"id\": 2509710524500,\n                        \"country_code\": \"CL\",\n                        \"province_code\": \"RM\",\n                        \"name\": \"0xxxxx\",\n                        \"address1\": \"0xxxxx\",\n                        \"address2\": \"Tienda 0xxxxx\",\n                        \"city\": \"Santiago\",\n                        \"zip\": \"CL\"\n                    }\n                }\n            ],\n            \"fulfillments\": [],\n            \"refunds\": [],\n            \"total_tip_received\": \"0.0\",\n            \"original_total_duties_set\": null,\n            \"current_total_duties_set\": null,\n            \"admin_graphql_api_id\": \"\",\n            \"shipping_lines\": [\n                {\n                    \"id\": 2328633901140,\n                    \"title\": \"Retiro en Tienda Estado\",\n                    \"price\": \"0\",\n                    \"code\": \"xxxxxxxxxxxxxxxx\",\n                    \"source\": \"xxxxxxxxxxxxxxxx\",\n                    \"phone\": null,\n                    \"requested_fulfillment_service_id\": null,\n                    \"delivery_category\": null,\n                    \"carrier_identifier\": \"xxxxxxxxxxxxxxxx\",\n                    \"discounted_price\": \"0\",\n                    \"price_set\": {\n                        \"shop_money\": {\n                            \"amount\": \"0\",\n                            \"currency_code\": \"CLP\"\n                        },\n                        \"presentment_money\": {\n                            \"amount\": \"0\",\n                            \"currency_code\": \"CLP\"\n                        }\n                    },\n                    \"discounted_price_set\": {\n                        \"shop_money\": {\n                            \"amount\": \"0\",\n                            \"currency_code\": \"CLP\"\n                        },\n                        \"presentment_money\": {\n                            \"amount\": \"0\",\n                            \"currency_code\": \"CLP\"\n                        }\n                    },\n                    \"discount_allocations\": [],\n                    \"tax_lines\": []\n                }\n            ],\n            \"billing_address\": {\n                \"first_name\": \"xxxxxxxxx \",\n                \"address1\": \"0xxxxx\",\n                \"phone\": \"xxxxxxxxx\",\n                \"city\": \"Santiago\",\n                \"zip\": \"CL\",\n                \"province\": \"Santiago\",\n                \"country\": \"Chile\",\n                \"last_name\": \"xxxxxxxxx\",\n                \"address2\": \"Tienda 0xxxxx\",\n                \"company\": null,\n                \"latitude\": null,\n                \"longitude\": null,\n                \"name\": \"0xxxxx\",\n                \"country_code\": \"CL\",\n                \"province_code\": \"RM\"\n            },\n            \"shipping_address\": {\n                \"first_name\": \"xxxxxxxxx \",\n                \"address1\": \"0xxxxx\",\n                \"phone\": \"xxxxxxxxx\",\n                \"city\": \"Santiago\",\n                \"zip\": \"CL\",\n                \"province\": \"Santiago\",\n                \"country\": \"Chile\",\n                \"last_name\": \"xxxxxxxxx\",\n                \"address2\": \"Tienda 0xxxxx\",\n                \"company\": null,\n                \"latitude\": null,\n                \"longitude\": null,\n                \"name\": \"0xxxxx\",\n                \"country_code\": \"CL\",\n                \"province_code\": \"RM\"\n            },\n            \"customer\": {\n                \"id\": 000000000001892,\n                \"email\": \"\",\n                \"accepts_marketing\": true,\n                \"created_at\": \"2021-01-02T19:28:56-03:00\",\n                \"updated_at\": \"2021-01-02T19:43:56-03:00\",\n                \"first_name\": \"xxxxxxxxx\",\n                \"last_name\": \"xxxxxxxxx\",\n                \"orders_count\": 1,\n                \"state\": \"enabled\",\n                \"total_spent\": \"46990.00\",\n                \"last_order_id\": xxxxxx82100,\n                \"note\": null,\n                \"verified_email\": false,\n                \"multipass_identifier\": null,\n                \"tax_exempt\": false,\n                \"phone\": null,\n                \"tags\": \"\",\n                \"last_order_name\": \"ANxxxxxx\",\n                \"currency\": \"CLP\",\n                \"accepts_marketing_updated_at\": \"2021-01-02T19:28:57-03:00\",\n                \"marketing_opt_in_level\": \"single_opt_in\",\n                \"tax_exemptions\": [],\n                \"admin_graphql_api_id\": \"\",\n                \"default_address\": {\n                    \"id\": 0000000000000000000,\n                    \"customer_id\": 000000000001892,\n                    \"first_name\": \"xxxxxxxxx \",\n                    \"last_name\": \"xxxxxxxxx\",\n                    \"company\": null,\n                    \"address1\": \"0xxxxx\",\n                    \"address2\": \"Tienda 0xxxxx\",\n                    \"city\": \"Santiago\",\n                    \"province\": \"Santiago\",\n                    \"country\": \"Chile\",\n                    \"zip\": \"CL\",\n                    \"phone\": \"xxxxxxxxx\",\n                    \"name\": \"0xxxxx\",\n                    \"province_code\": \"RM\",\n                    \"country_code\": \"CL\",\n                    \"country_name\": \"Chile\",\n                    \"default\": true\n                }\n            },\n            \"transactions\": [\n                {\n                    \"id\": 0000000000000000000,\n                    \"order_id\": xxxxxx82100,\n                    \"kind\": \"sale\",\n                    \"gateway\": \"pago_fácil_webpayplus\",\n                    \"status\": \"success\",\n                    \"message\": \"X\",\n                    \"created_at\": \"2021-01-02T19:43:55-03:00\",\n                    \"test\": false,\n                    \"authorization\": \"8371653\",\n                    \"location_id\": null,\n                    \"user_id\": null,\n                    \"parent_id\": null,\n                    \"processed_at\": \"2021-01-02T19:43:55-03:00\",\n                    \"device_id\": null,\n                    \"error_code\": null,\n                    \"source_name\": \"web\",\n                    \"receipt\": {\n                        \"x_account_id\": \"\",\n                        \"x_amount\": \"46990.00\",\n                        \"x_currency\": \"CLP\",\n                        \"x_gateway_reference\": \"8371653\",\n                        \"x_reference\": \"0000000812948\",\n                        \"x_result\": \"completed\",\n                        \"x_test\": \"false\",\n                        \"x_timestamp\": \"2021-01-02T22:43:54.743Z\",\n                        \"x_message\": \"X\",\n                        \"x_signature\": \"\"\n                    },\n                    \"amount\": \"46990\",\n                    \"currency\": \"CLP\",\n                    \"admin_graphql_api_id\": \"\"\n                }\n            ]\n        },\n        \"synchronizationStatus\": \"synchronized\",\n        \"status\": \"created\",\n        \"externalCreatedAt\": \"2021-01-02T22:43:55.000Z\",\n        \"externalUpdatedAt\": \"2021-01-02T22:44:00.000Z\",\n        \"createdAt\": \"2021-01-02T23:00:16.000Z\",\n        \"updatedAt\": \"2021-01-02T23:00:16.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"MarketplaceConnectionId\": \"xxxxxx-869a-4890-b2f5-8acf7b92b4f4\",\n        \"MerchantId\": \"xxxxxx-3b56-4113-bb6c-86a232dca9fb\",\n        \"CheckoutId\": \"xxxxxxxx-8392-47cc-9918-9599bb93936c\",\n        \"MarketplaceConnection\": {\n            \"_name\": \"Shopify\",\n            \"_id\": \"xxxxxx-869a-4890-b2f5-8acf7b92b4f4\",\n            \"provider\": \"shopify\",\n            \"name\": \"Shopify\"\n        }\n    },\n    \"isRemoteCheckoutWithoutPayments\": false\n}"},{"id":"287db957-b808-4c66-9acf-f691d448c3d1","name":"Get checkout (with discount)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id"],"variable":[{"key":"checkout_id","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n    \"code\": \"9383913843847622\",\n    \"origin\": \"store\",\n    \"net\": 130000,\n    \"tax\": 0,\n    \"gross\": 130000,\n    \"tags\": null,\n    \"status\": \"completed\",\n    \"verificationStatus\": null,\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"completed\",\n    \"comment\": null,\n    \"soldAt\": \"2019-12-31T15:43:24.000Z\",\n    \"createdAt\": \"2019-12-31T15:43:24.000Z\",\n    \"updatedAt\": \"2019-12-31T15:43:25.000Z\",\n    \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n    \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n    \"OwnerId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n    \"WarehouseId\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n    \"MarketplaceConnectionId\": null,\n    \"ProductPriceListId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"CurrencyId\": \"xxxxxx-xxxx-xxxx-xxxxxx-xxxxxxx\",\n    \"ClientId\": null,\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": \"xxxxxx-xxxx-11e6-9651-xxxxxxxx\",\n    \"ScreeningStatusId\": null,\n    \"MerchantId\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxx\",\n    \"Owner\": {\n        \"profile\": {\n            \"name\": \"Angel\",\n            \"fullName\": \"Angel\"\n        },\n        \"token\": {\n            \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\"\n        },\n        \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n        \"name\": \"Angel\",\n        \"email\": \"angel@multivende.com\"\n    },\n    \"Warehouse\": {\n        \"_id\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n        \"name\": \"Bodega Online\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"store\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n        \"updatedAt\": \"2021-03-17T12:16:27.000Z\",\n        \"CreatedById\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n        \"UpdatedById\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxx\",\n        \"SalesGroupId\": null\n    },\n    \"MarketplaceConnection\": null,\n    \"Client\": null,\n    \"ShippingAddress\": null,\n    \"BillingAddress\": null,\n    \"DeliveryType\": {\n        \"_id\": \"xxxxxx-xxxx-xxxxx-xxxxxx-xxxxxxxx\",\n        \"name\": \"DELIVERY_TYPES.Inmediate.Name\",\n        \"code\": \"_delivery_type_inmediate\",\n        \"description\": \"DELIVERY_TYPES.Inmediate.Description\",\n        \"position\": 0,\n        \"tags\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-08-24T17:13:15.000Z\",\n        \"updatedAt\": \"2016-08-24T17:13:15.000Z\"\n    },\n    \"Merchant\": {\n        \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxx\",\n        \"name\": \"Multivende SpA\",\n        \"businessName\": null,\n        \"description\": null,\n        \"code\": null,\n        \"address\": null,\n        \"zipCode\": null,\n        \"activity\": null,\n        \"taxId\": null,\n        \"email\": null,\n        \"phoneNumber\": \"956575281\",\n        \"city\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n        \"updatedAt\": \"2018-07-29T16:53:21.000Z\",\n        \"MerchantActivityId\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n        \"LocationId\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n        \"TimezoneId\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n        \"MerchantAccountId\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\"\n    },\n    \"Currency\": {\n        \"_id\": \"xxxxx-xxxx-xxxx-xxxxxx-xxxxxxx\",\n        \"status\": \"created\",\n        \"createdAt\": \"2018-07-29T16:53:21.000Z\",\n        \"updatedAt\": \"2021-03-17T16:24:37.000Z\",\n        \"CreatedById\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n        \"UpdatedById\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n        \"PlatformCurrencyId\": \"xxxxxx-xxxxx-xxxx-xxxxxx-xxxxxxxx\",\n        \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxx\",\n        \"PlatformCurrency\": {\n            \"_id\": \"xxxxxx-xxxxx-xxxx-xxxxx-xxxxxxxx\",\n            \"symbol\": \"$\",\n            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n            \"code\": \"CLP\",\n            \"decimalPlaces\": 0,\n            \"position\": 0,\n            \"description\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2016-08-15T12:49:20.000Z\",\n            \"updatedAt\": \"2016-08-15T12:49:20.000Z\"\n        }\n    },\n    \"CustomAttributeValues\": [],\n    \"CheckoutLinks\": [],\n    \"PickUpOrders\": [],\n    \"DeliveryOrderInCheckouts\": [],\n    \"CheckoutDiscounts\": [\n        {\n            \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxx\",\n            \"code\": null,\n            \"status\": \"created\",\n            \"discount\": 9,\n            \"discountType\": \"percentage\",\n            \"detail\": \"\",\n            \"createdAt\": \"2019-12-31T15:43:24.000Z\",\n            \"updatedAt\": \"2019-12-31T15:43:24.000Z\",\n            \"MerchantId\": \"xxxxx-xxxx-4082-xxxx-xxxxx\",\n            \"CheckoutId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"CheckoutDiscountTypeId\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n            \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n            \"CheckoutDiscountType\": {\n                \"_id\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"name\": \"fin de temporada total\",\n                \"description\": null,\n                \"code\": null,\n                \"type\": \"percentage\",\n                \"value\": 9,\n                \"status\": \"created\",\n                \"createdAt\": \"2019-12-31T15:41:07.000Z\",\n                \"updatedAt\": \"2019-12-31T15:41:07.000Z\",\n                \"MerchantId\": \"xxxxx-xxxx-4082-xxxx-xxxxxx\",\n                \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n                \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\"\n            }\n        }\n    ],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n            \"code\": \"31asgt5454\",\n            \"amount\": 106470,\n            \"amountPaid\": 106470,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"authorizationCode\": null,\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": null,\n            \"cardNumber\": null,\n            \"installments\": null,\n            \"datePaid\": null,\n            \"dateVerificated\": null,\n            \"createdAt\": \"2019-12-31T15:43:24.000Z\",\n            \"updatedAt\": \"2019-12-31T15:43:24.000Z\",\n            \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n            \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n            \"CheckoutId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"PaymentMethodId\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n            \"CurrencyId\": \"xxxxx-xxxx-xxxx-xxxxxx-xxxxxxx\",\n            \"MerchantId\": \"xxxxx-xxxx-4082-xxxx-xxxxxx\",\n            \"PaymentMethod\": {\n                \"_id\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n                \"tags\": \"{\\n  \\\"requiresTransaction\\\": true\\n}\",\n                \"code\": \"_payment_methods_debit_card\",\n                \"name\": \"PAYMENT_METHODS.Debit_card.Name\",\n                \"description\": \"PAYMENT_METHODS.Debit_card.Description\",\n                \"position\": 2,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null,\n                \"codeTranslated\": \"Tarjeta de débito/Redcompra\"\n            },\n            \"CheckoutPaymentLinks\": []\n        }\n    ],\n    \"CheckoutItems\": [\n        {\n            \"_id\": \"xxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"code\": null,\n            \"net\": 130000,\n            \"tax\": 0,\n            \"gross\": 130000,\n            \"count\": 1,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-12-31T15:43:24.000Z\",\n            \"updatedAt\": \"2019-12-31T15:43:24.000Z\",\n            \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n            \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n            \"CheckoutId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"ProductVersionId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"CheckoutItemDiscounts\": [\n                {\n                    \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n                    \"code\": null,\n                    \"status\": \"created\",\n                    \"discount\": 10,\n                    \"discountType\": \"percentage\",\n                    \"detail\": \"\",\n                    \"createdAt\": \"2019-12-31T15:43:24.000Z\",\n                    \"updatedAt\": \"2019-12-31T15:43:24.000Z\",\n                    \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"CheckoutItemId\": \"xxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n                    \"CheckoutItemDiscountTypeId\": \"xxxxx-xxxx-xxxx-xxxx-xxxx-xxxxx\",\n                    \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n                    \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n                    \"CheckoutItemDiscountType\": {\n                        \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxx-xxxxx\",\n                        \"name\": \"Fin de temporada\",\n                        \"description\": null,\n                        \"code\": null,\n                        \"type\": \"percentage\",\n                        \"value\": 10,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2019-12-31T15:40:42.000Z\",\n                        \"updatedAt\": \"2019-12-31T15:40:42.000Z\",\n                        \"MerchantId\": \"xxxxxx-xxxx-4082-xxxx-xxxxxx\",\n                        \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n                        \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\"\n                    }\n                }\n            ],\n            \"ProductVersion\": {\n                \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"code\": \"196851003605065\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 0,\n                \"width\": 1,\n                \"length\": 0,\n                \"height\": 0,\n                \"weight\": 0,\n                \"status\": \"deleted\",\n                \"createdAt\": \"2019-10-10T16:02:53.000Z\",\n                \"updatedAt\": \"2021-03-17T15:01:54.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                \"SizeId\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n                \"UpdatedById\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                \"InventoryTypeId\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                \"ProductId\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                \"MerchantId\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"Size\": {\n                    \"_id\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-07-29T16:54:56.000Z\",\n                    \"updatedAt\": \"2018-07-29T16:54:56.000Z\",\n                    \"CreatedById\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                    \"UpdatedById\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                    \"MerchantId\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxxx\"\n                },\n                \"Color\": {\n                    \"_id\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-07-29T16:54:56.000Z\",\n                    \"updatedAt\": \"2018-07-29T16:54:56.000Z\",\n                    \"CreatedById\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                    \"UpdatedById\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                    \"MerchantId\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxxx\"\n                },\n                \"Product\": {\n                    \"_id\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                    \"name\": \"Zapatillas de Running Verano\",\n                    \"alias\": null,\n                    \"model\": null,\n                    \"code\": \"9007416301081\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"status\": \"deleted\",\n                    \"createdAt\": \"2019-10-10T16:02:53.000Z\",\n                    \"updatedAt\": \"2021-03-17T15:01:54.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n                    \"UpdatedById\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                    \"ProductCategoryId\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\",\n                    \"BrandId\": null,\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": null,\n                    \"ProductTypeId\": \"xxxxx-xxxx-xxxxx-xxxx-xxxxxxx\"\n                }\n            },\n            \"total\": 130000,\n            \"discount\": 13000,\n            \"totalWithDiscount\": 117000,\n            \"paymentByItem\": 106470\n        }\n    ],\n    \"total\": 117000,\n    \"discount\": 10530,\n    \"totalWithDiscount\": 106470,\n    \"hasItemDicounts\": true,\n    \"hasDicounts\": true,\n    \"totalDiscounts\": 23530,\n    \"totalPayment\": 106470,\n    \"createdAtLocale\": \"31/12/2019 15:43:24\",\n    \"isRemoteCheckoutWithoutPayments\": false\n}\n\n"}],"_postman_id":"e992a461-c17e-4f7c-af4e-f33d5d1ffde9"},{"name":"Get checkouts light with scroll","event":[{"listen":"test","script":{"id":"e144070b-c0c6-43b5-b65b-af27d91237bb","exec":["var data = pm.response.json();","","if(data.entries.length){","  pm.environment.set(\"checkout_id\", data.entries[0]._id);    ","  if(data.pagination.scroll_id){","    pm.environment.set(\"scroll_id\", data.pagination.scroll_id); ","  }","  if(data.pagination.previous_id){","    pm.environment.set(\"previous_id\", data.pagination.previous_id); ","  }","}",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2e036aad-a348-4d19-b936-7607f910132f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/checkouts/light/limit/:limit?_scroll_id=&_marketplace_connection_id=&_updated_at_from={{updated_at_from}}&_updated_at_to={{updated_at_to}}&_sold_at_from={{sold_at_from}}&_sold_at_to={{sold_at_to}}&_previous_id={{previous_id}}","description":"<p>This endpoint will list the checkouts in the associated to the Merchant. The response returns a summary of each sale.</p>\n<p>The range for the allowed limit is &gt;=50 and &lt;=1000</p>\n<p><strong>Dates are in UTC time zone and format YYYY-MM-DDThh:mm:ss</strong></p>\n<p><strong>Warning:</strong> If you use the fields in the search filter <strong>_sold_at_from</strong> and <strong>_sold_at_to</strong>, you should take into account that there is a possibility that the marketplace has registered the sale in Multivende time after the sale was made.<br /><strong>Example:</strong> The sale was made in the marketplace on 10/01/2020 but the sale was sent to multivende on 11/12/2020</p>\n<p>Params:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_scroll_id</td>\n<td>_scroll_id</td>\n<td>use the scroll_id returned by the query in the pagination field</td>\n<td>Yes, if contain a value for _scroll_id</td>\n</tr>\n<tr>\n<td>_marketplace_connection_id</td>\n<td>Char</td>\n<td>The id of the markertplace connection</td>\n<td>No</td>\n</tr>\n<tr>\n<td>_updated_at_from</td>\n<td>Datetime</td>\n<td>sale update date (from)</td>\n<td>If required at the polling process</td>\n</tr>\n<tr>\n<td>_updated_at_to</td>\n<td>Datetime</td>\n<td>sale update date (to)</td>\n<td>If required at the polling process</td>\n</tr>\n<tr>\n<td>_sold_at_from</td>\n<td>Datetime</td>\n<td>date of sale on the channel (from)</td>\n<td>If required at the polling process</td>\n</tr>\n<tr>\n<td>_sold_at_to</td>\n<td>Datetime</td>\n<td>date of sale on the channel (to)</td>\n<td>If required at the polling process</td>\n</tr>\n</tbody>\n</table>\n</div><p>ℹ️ <strong>Information:</strong> The response from the <strong>\"Get Checkouts Light with Scroll\"</strong> call does not return the orders sorted by date.</p>\n<p><strong>Scroll pagination usage</strong></p>\n<p>The _scroll_id parameter is used to retrieve the next page of results when using scroll pagination.</p>\n<p><strong>Important</strong>: In the first request, the _scroll_id must not be sent or must be null.</p>\n<p>The API will return a _scroll_id in the response, which must be used in subsequent requests to continue retrieving the next pages of data.</p>\n<p><strong>Flow example:</strong></p>\n<ol>\n<li><p>First request → do not send _scroll_id</p>\n</li>\n<li><p>Response → returns _scroll_id</p>\n</li>\n<li><p>Next request → send the returned _scroll_id</p>\n</li>\n<li><p>Repeat until no more results are returned.</p>\n</li>\n</ol>\n<p><strong>Additional Notes:</strong></p>\n<ul>\n<li><p>The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n</li>\n<li><p>You can check by update date or by sale date. It's not recommended to mix the two.</p>\n</li>\n<li><p>The search window when polling should not be longer than two hours.</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14792007563789--C%C3%B3mo-registrar-las-ventas-desde-Multivende-a-tu-sistema\">Help Center.</a></p>\n","urlObject":{"path":["api","m",":merchant_id","checkouts","light","limit",":limit"],"host":["app.multivende.com"],"query":[{"description":{"content":"<p>use the scroll_id returned by the query in the pagination field</p>\n","type":"text/plain"},"key":"_scroll_id","value":""},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"_marketplace_connection_id","value":""},{"description":{"content":"<p>sale update date (from)</p>\n","type":"text/plain"},"key":"_updated_at_from","value":"{{updated_at_from}}"},{"description":{"content":"<p>sale update date (to)</p>\n","type":"text/plain"},"key":"_updated_at_to","value":"{{updated_at_to}}"},{"description":{"content":"<p>date of sale on the channel (from)</p>\n","type":"text/plain"},"key":"_sold_at_from","value":"{{sold_at_from}}"},{"description":{"content":"<p>date of sale on the channel (to)</p>\n","type":"text/plain"},"key":"_sold_at_to","value":"{{sold_at_to}}"},{"key":"_previous_id","value":"{{previous_id}}"}],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Maximum number of results returned per request (typically ranges between 50 and 100 when using scroll).</p>\n","type":"text/plain"},"type":"any","value":"","key":"limit"}]}},"response":[{"id":"ca0eaedf-64eb-4ffc-8133-5644a52f9b39","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/checkouts/light/limit/:limit?_scroll_id=&_marketplace_connection_id=&_updated_at_from={{updated_at_from}}&_updated_at_to={{updated_at_to}}&_sold_at_from={{sold_at_from}}&_sold_at_to={{sold_at_to}}&_previous_id={{previous_id}}","host":["app.multivende.com"],"path":["api","m",":merchant_id","checkouts","light","limit",":limit"],"query":[{"key":"_scroll_id","value":"","description":"use the scroll_id returned by the query in the pagination field"},{"key":"_marketplace_connection_id","value":"","description":"optional"},{"key":"_updated_at_from","value":"{{updated_at_from}}","description":"sale update date (from)"},{"key":"_updated_at_to","value":"{{updated_at_to}}","description":"sale update date (to)"},{"key":"_sold_at_from","value":"{{sold_at_from}}","description":"date of sale on the channel (from)"},{"key":"_sold_at_to","value":"{{sold_at_to}}","description":"date of sale on the channel (to)"},{"key":"_previous_id","value":"{{previous_id}}"}],"variable":[{"key":"merchant_id","value":""},{"key":"limit","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXXX\",\n            \"origin\": \"mercadolibre\",\n            \"net\": 17990,\n            \"tax\": 0,\n            \"gross\": 17990,\n            \"tags\": \"pack_order,paid,delivered\",\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"paymentStatus\": \"completed\",\n            \"deliveryStatus\": \"completed\",\n            \"comment\": \"\",\n            \"soldAt\": \"2024-12-02T02:55:31.000Z\",\n            \"isMultiwarehouse\": \"disabled\",\n            \"courierName\": \"MEL Distribution\",\n            \"shippingMode\": \"xd_drop_off\",\n            \"createdAt\": \"2024-12-02T02:57:00.000Z\",\n            \"updatedAt\": \"2024-12-05T13:32:06.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"OwnerId\": null,\n            \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductPriceListId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ShippingAddressId\": null,\n            \"BillingAddressId\": null,\n            \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ScreeningStatusId\": null,\n            \"MarketplaceScreeningStatusId\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutLinks\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"externalId\": \"XXXXXXXXXXXXXXXX\",\n                \"externalOrderNumber\": \"XXXXXXXXXXXXXXXX\",\n                \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXXXXX\"\n            }\n        }\n    ],\n\"pagination\": {\n        \"limit\": 50,\n        \"scroll_id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"previous_id\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n    }\n}"},{"id":"e0f58600-28e6-4b58-80dd-e1205c9cc69b","name":"400 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/checkouts/light/limit/:limit?_scroll_id=&_marketplace_connection_id=&_updated_at_from={{updated_at_from}}&_updated_at_to={{updated_at_to}}&_sold_at_from={{sold_at_from}}&_sold_at_to={{sold_at_to}}&_previous_id={{previous_id}}","host":["app.multivende.com"],"path":["api","m",":merchant_id","checkouts","light","limit",":limit"],"query":[{"key":"_scroll_id","value":""},{"key":"_marketplace_connection_id","value":"","description":"optional"},{"key":"_updated_at_from","value":"{{updated_at_from}}"},{"key":"_updated_at_to","value":"{{updated_at_to}}"},{"key":"_sold_at_from","value":"{{sold_at_from}}"},{"key":"_sold_at_to","value":"{{sold_at_to}}"},{"key":"_previous_id","value":"{{previous_id}}"}],"variable":[{"key":"merchant_id","value":""},{"key":"limit","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"},{"id":"d9773541-60bf-42a1-b4f5-2e645adfb818","name":"500 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/checkouts/light/limit/:limit?_scroll_id=&_marketplace_connection_id=&_updated_at_from={{updated_at_from}}&_updated_at_to={{updated_at_to}}&_sold_at_from={{sold_at_from}}&_sold_at_to={{sold_at_to}}&_previous_id={{previous_id}}","host":["app.multivende.com"],"path":["api","m",":merchant_id","checkouts","light","limit",":limit"],"query":[{"key":"_scroll_id","value":""},{"key":"_marketplace_connection_id","value":"","description":"optional"},{"key":"_updated_at_from","value":"{{updated_at_from}}"},{"key":"_updated_at_to","value":"{{updated_at_to}}"},{"key":"_sold_at_from","value":"{{sold_at_from}}"},{"key":"_sold_at_to","value":"{{sold_at_to}}"},{"key":"_previous_id","value":"{{previous_id}}"}],"variable":[{"key":"merchant_id","value":""},{"key":"limit","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Internal Server Error</pre>\n</body>\n</html>"}],"_postman_id":"2e036aad-a348-4d19-b936-7607f910132f"},{"name":"Get checkouts with error","event":[{"listen":"test","script":{"id":"6adbc0e2-44bb-4910-97d5-1f3997d7d961","exec":["var data = JSON.parse(responseBody);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9fa86883-d194-4d18-b764-49a26c189040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/marketplace-connections/:marketplace_connection_id/checkout-registration-errors/status/error,ignored/p/:page","description":"<p>This endpoint will list the checkouts in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","marketplace-connections",":marketplace_connection_id","checkout-registration-errors","status","error,ignored","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"4ef6fd2f-359b-4505-9ce0-61d2e79e7863","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/marketplace-connections/:marketplace_connection_id/checkout-registration-errors/status/error,ignored/p/:page","host":["app.multivende.com"],"path":["api","marketplace-connections",":marketplace_connection_id","checkout-registration-errors","status","error,ignored","p",":page"],"variable":[{"key":"marketplace_connection_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 May 2021 22:51:52 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1239b-UZGa6EDV1LpC2RYSUMJXENULz+I\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"externalId\": \"5970667\",\n            \"externalContent\": null,\n            \"error\": \"StatusCodeError: 404 - {\\\"cause\\\":\\\"\\\",\\\"message\\\":\\\"Order do not exists\\\",\\\"error\\\":\\\"order_not_found\\\",\\\"status\\\":404}\\n    at new StatusCodeError (/app/node_modules/request-promise/lib/errors.js:32:15)\\n    at Request.RP$callback [as _callback] (/app/node_modules/request-promise/lib/rp.js:77:29)\\n    at Request.self.callback (/app/node_modules/request/request.js:185:22)\\n    at Request.emit (node:events:513:28)\\n    at Request.emit (node:domain:489:12)\\n    at Request.<anonymous> (/app/node_modules/request/request.js:1154:10)\\n    at Request.emit (node:events:513:28)\\n    at Request.emit (node:domain:489:12)\\n    at IncomingMessage.<anonymous> (/app/node_modules/request/request.js:1076:12)\\n    at Object.onceWrapper (node:events:627:28)\\n    at IncomingMessage.emit (node:events:525:35)\\n    at IncomingMessage.emit (node:domain:489:12)\\n    at endReadableNT (node:internal/streams/readable:1358:12)\\n    at processTicksAndRejections (node:internal/process/task_queues:83:21)\",\n            \"archived\": \"disabled\",\n            \"count\": 0,\n            \"status\": null,\n            \"eventStatus\": \"error\",\n            \"type\": null,\n            \"createdAt\": \"2021-05-22T04:29:46.000Z\",\n            \"updatedAt\": \"2021-05-22T04:29:46.000Z\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"externalId\": \"5972016\",\n            \"externalContent\": null,\n            \"error\": \"Error: Sku(s): 091008C-700--36  not match, the order cannot be created\\n    at Proxy._callee19$ (/app/server/business-logic/orders/order-business-logic.js:2635:21)\\n    at tryCatch (/app/server/business-logic/orders/order-business-logic.js:32:1062)\\n    at Generator.<anonymous> (/app/server/business-logic/orders/order-business-logic.js:32:3008)\\n    at Generator.next (/app/server/business-logic/orders/order-business-logic.js:32:1699)\\n    at asyncGeneratorStep (/app/server/business-logic/orders/order-business-logic.js:33:70)\\n    at _next (/app/server/business-logic/orders/order-business-logic.js:34:163)\",\n            \"archived\": \"disabled\",\n            \"count\": 0,\n            \"status\": null,\n            \"eventStatus\": \"error\",\n            \"type\": null,\n            \"createdAt\": \"2021-05-22T04:11:37.000Z\",\n            \"updatedAt\": \"2021-05-22T04:11:37.000Z\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"}],"_postman_id":"9fa86883-d194-4d18-b764-49a26c189040"},{"name":"Create checkout","event":[{"listen":"test","script":{"id":"4f83eb33-1bee-494b-9e89-b127e20382ed","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"merchant_id\", data.Merchants[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"ed77d65a-b3f8-40b4-b664-c086b384e315","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6f550ce5-d56f-4626-83d8-b0aee833673d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"id 123\",\r\n    \"orderNumber\": \"ordernum231\",\r\n    \"customerOrderNumber\": \"customerOrderNumber 123\",\r\n    \"externalCreatedAt\": \"2021-02-01T19:20:30.45+01:00\",\r\n    \"externalUpdatedAt\": \"2021-02-05T19:20:30.45+01:00\",\r\n    \"soldAt\": \"2025-01-01T19:20:30.45+01:00\",\r\n    \"currencyCode\": \"CLP\",\r\n    \"externalContent\": \"{JSON}\",\r\n    \"net\": 10000.00,\r\n    \"tax\": 1900.00,\r\n    \"total\": 11900.00,\r\n    \"checkoutItems\": [\r\n        {\r\n            \"sku\": \"4873436477151\",\r\n            \"quantity\": 1,\r\n            \"unitPrice\": 5000.00\r\n        },\r\n        {\r\n            \"sku\": \"3011985\",\r\n            \"quantity\": 2,\r\n            \"unitPrice\": 3450.00\r\n        }\r\n    ],\r\n    \"deliveryOrders\": [\r\n        {\r\n            \"id\": \"1234\",\r\n            \"externalContent\": \"{JSON}\",\r\n            \"createdAt\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"updatedAt\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"trackingNumber\": \"string\",\r\n            \"trackingContent\": \"string\",\r\n            \"shippingMode\": \"full\",\r\n            \"courierName\": \"bx\",\r\n            \"cost\": 1000.00,\r\n            \"estimatedDeliveryDateFrom\": \"2021-02-05T19:20:30.45+01:00\",\r\n            \"estimatedDeliveryDateTo\": \"2021-02-10T19:20:30.45+01:00\",\r\n            \"effectiveDeliveryClosingDate\": null,\r\n            \"promisedDeliveryDate\": \"2021-02-07T19:20:30.45+01:00\",\r\n            \"handlingDateLimit\": \"2021-02-03T19:20:30.45+01:00\",\r\n            \"comment\": \"string\",\r\n            \"deliveryOrderStatus\": \"pending\",\r\n            \"shippingAddress\": {\r\n                \"address_1\": \"address_1\",\r\n                \"address_2\": \"address_2\",\r\n                \"description\": \"description\",\r\n                \"indications\": \"indications\",\r\n                \"neighborhood\": \"neighborhood\",\r\n                \"number\": \"number\",\r\n                \"street\": \"street\",\r\n                \"country\": \"country\",\r\n                \"state\": \"state\",\r\n                \"city\": \"city\",\r\n                \"zipCode\": \"zipCode\",\r\n                \"shippingAddressReceiver\": {\r\n                    \"taxId\": \"12345\",\r\n                    \"documentType\": \"RUT\",\r\n                    \"name\": \"Pedro\",\r\n                    \"lastName\": \"Perez\",\r\n                    \"contactName\": \"Pepe\",\r\n                    \"email\": \"email@mail.cl\",\r\n                    \"phoneNumber\": \"5555555555\"\r\n                }\r\n            },\r\n            \"deliveryOrderItems\": [\r\n                {\r\n                    \"sku\": \"4873436477151\",\r\n                    \"quantity\": 1,\r\n                    \"fulfilledWarehouseId\": \"a6fa6a43-b8ca-4118-867a-5bfdb72d51bc\"\r\n                },\r\n                {\r\n                    \"sku\": \"3011985\",\r\n                    \"quantity\": 1,\r\n                    \"fulfilledWarehouseId\": \"a6fa6a43-b8ca-4118-867a-5bfdb72d51bc\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"pickUpOrders\": [\r\n        {\r\n            \"id\": \"1232\",\r\n            \"createdAt\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"updatedAt\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"externalContent\": \"{JSON}\",\r\n            \"cost\": 0.00,\r\n            \"estimatedPickUpDateFrom\": \"2021-02-05T19:20:30.45+01:00\",\r\n            \"estimatedPickUpDateTo\": \"2021-02-10T19:20:30.45+01:00\",\r\n            \"effectivePickUpClosingDate\": null,\r\n            \"comment\": \"string\",\r\n            \"pickUpOrderStatus\": \"pending\",\r\n            \"warehouseId\": \"7f06a9e2-33ea-4c74-b379-0601c85a8ffb\",\r\n            \"pickUpOrderPicker\": {\r\n                \"taxId\": \"12345\",\r\n                \"documentType\": \"RUT\",\r\n                \"name\": \"Juan\",\r\n                \"lastName\": \"Perez\",\r\n                \"contactName\": \"Juan\",\r\n                \"email\": \"email@mail.cl\",\r\n                \"phoneNumber\": \"5555555555\"\r\n            },\r\n            \"pickUpOrderItems\": [\r\n                {\r\n                    \"sku\": \"3011985\",\r\n                    \"quantity\": 1,\r\n                    \"fulfilledWarehouseId\": \"a6fa6a43-b8ca-4118-867a-5bfdb72d51bc\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"client\": {\r\n        \"id\": \"id_externo\",\r\n        \"documentType\": \"RUT\",\r\n        \"taxId\": \"999999999\",\r\n        \"name\": \"Juan\",\r\n        \"lastName\": \"Perez\",\r\n        \"contactName\": \"Juan Perez\",\r\n        \"activity\": \"Estudiante\",\r\n        \"birthday\": \"1991-02-01T19:20:30.45+01:00\",\r\n        \"email\": \"email@mail.cl\",\r\n        \"phoneNumber\": \"5555555555\",\r\n        \"type\": \"person\",\r\n        \"externalContent\": \"{JSON}\"\r\n    },\r\n    \"billingClient\": {\r\n        \"name\": \"Company Name\",\r\n        \"taxName\": \"Company\",\r\n        \"taxActivity\": \"seller\",\r\n        \"taxId\": \"999999999\",\r\n        \"documentType\": \"RUT\",\r\n        \"legalRepresentative\": \"legalRepresentative name\",\r\n        \"legalRepresentativeTaxId\": \"999999999\",\r\n        \"email\": \"email@mail.cl\",\r\n        \"phoneNumber\": \"5555555555\",\r\n        \"type\": \"company\",\r\n        \"billingAddress\": {\r\n            \"name\": \"Company Name\",\r\n            \"address_1\": \"address_1\",\r\n            \"address_2\": \"address_2\",\r\n            \"indications\": \"indications\",\r\n            \"description\": \"description\",\r\n            \"importance\": \"principal\"\r\n        }\r\n    },\r\n    \"checkoutPayments\": [\r\n        {\r\n            \"id\": \"id payment123d\",\r\n            \"transactionId\": \"12234234324\",\r\n            \"code\": \"21421434\",\r\n            \"paymentStatus\": \"completed\",\r\n            \"datePaid\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"amountPaid\": 12900.00,\r\n            \"installments\": 3,\r\n            \"cardNumber\": null,\r\n            \"authorizationCode\": \"1234\",\r\n            \"detail\": \"detalles\",\r\n            \"verificationStatus\": \"verified\",\r\n            \"dateVerificated\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"externalContent\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"paymentMethodCode\": \"_payment_methods_cash\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/marketplace-connections/:marketplace_connection_id/checkouts","description":"<p>This endpoint allows the creation of new purchase orders if the token has the necessary permissions.</p>\n<p>The markeplace connection id must be taken from <a href=\"https://dev.multivende.com/#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a>.</p>\n<p>For more detailed information on setting up the sale please visit <a href=\"https://help.multivende.com/hc/es-419/articles/13751462432525-Carga-de-ventas-de-canales-via-API-Tutorial-Completo\">this article</a>.</p>\n<h3 id=\"list-of-possible-errors-when-creating-a-sale\">List of possible errors when creating a sale:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>HTTP error - 403</strong> Forbidden</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Not Found Marketplace Connection Id</td>\n<td>The \"MarketPlaceConnectionId\" is not being sent within the request or is incorrect</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP error - 400 Bad Request</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Sku(s): XXXXX not match, the order cannot be created</td>\n<td>The SKU is not created within the merchant account.</td>\n</tr>\n<tr>\n<td>Order can not be update due to the Sku(s): XXXXX was deleted</td>\n<td>The SKU sent within the body does not correspond to the Merchant or has been removed from it.</td>\n</tr>\n<tr>\n<td>pickUpOrders required</td>\n<td>\"PickUpOrdes\" has been removed, if the order is a \"Delivery\", you must send it, but without information.</td>\n</tr>\n<tr>\n<td>Missing pickUpOrderPicker</td>\n<td>You must send the \"pickUpOrderPicker\" field inside the body.</td>\n</tr>\n<tr>\n<td>deliveryOrders required</td>\n<td>\"DeliveryOrderInCheckouts\" has been removed, if the order is a \"PickUp\", you must send it, but without information.</td>\n</tr>\n<tr>\n<td>Missing shippingAddress</td>\n<td>You must send the \"shippingAddress\" field inside the body.</td>\n</tr>\n<tr>\n<td>Missing shippingAddressReceiver</td>\n<td>You must send the \"shippingAddressReceiver\" field inside the body.</td>\n</tr>\n<tr>\n<td>Missing deliveryOrderItems</td>\n<td>You must send the \"deliveryOrderItems\" field inside the body.</td>\n</tr>\n<tr>\n<td>Not valid paymentStatus</td>\n<td>The payment status must be equal to \"completed\" or \"pending\"</td>\n</tr>\n<tr>\n<td>Not valid verificationStatus</td>\n<td>Verification Status must be equal to \"pending\" - \"completed\" or \"verified\"</td>\n</tr>\n<tr>\n<td>Not valid paymentMethod</td>\n<td>You must submit a valid \"paymentMethodCode\" within  <br />\"checkoutPayments\".</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Yes</td>\n<td>External ID of the order or sale in the source channel (Marketplace).</td>\n</tr>\n<tr>\n<td>currencyCode</td>\n<td>Yes</td>\n<td>ISO currency code of the sale (e.g., CLP, USD, MXN).</td>\n</tr>\n<tr>\n<td>client</td>\n<td>Yes</td>\n<td>Object containing the customer profile data.</td>\n</tr>\n<tr>\n<td>client.id</td>\n<td>Yes</td>\n<td>External ID of the customer in the source channel.</td>\n</tr>\n<tr>\n<td>deliveryOrders or pickUpOrders</td>\n<td>Yes (if delivery)</td>\n<td>Array of delivery orders or pickup orders. At least one of the two is required.</td>\n</tr>\n<tr>\n<td>deliveryOrders[].  <br />deliveryOrderItems</td>\n<td>Yes (if delivery)</td>\n<td>Array containing the items specific to that delivery order.</td>\n</tr>\n<tr>\n<td>deliveryOrders[].  <br />deliveryOrderItems[].  <br />fulfilledWarehouseId</td>\n<td>Yes (if delivery)</td>\n<td>ID of the warehouse in Multivende from which the item will be shipped.</td>\n</tr>\n<tr>\n<td>pickUpOrders[].pickUpOrderItems</td>\n<td>Yes (if pickup)</td>\n<td>Array containing the items specific to that pickup order.</td>\n</tr>\n<tr>\n<td>pickUpOrders[].pickUpOrderItems[].fulfilledWarehouseId</td>\n<td>Yes (if pickup)</td>\n<td>ID of the warehouse in Multivende from which the item will be picked up.</td>\n</tr>\n<tr>\n<td>checkoutItems</td>\n<td>Yes</td>\n<td>Main array containing the products of the sale (items).</td>\n</tr>\n<tr>\n<td>billingClient</td>\n<td>Optional</td>\n<td>Billing information. If not provided, the system auto-fills it using the base order data (name, lastName, docType, taxId).</td>\n</tr>\n<tr>\n<td>checkoutPayments</td>\n<td>Optional</td>\n<td>Array containing the payments of the sale (required if you want to report the payment).</td>\n</tr>\n<tr>\n<td>checkoutPayments[].id</td>\n<td>Yes (if payment exists)</td>\n<td>External ID of the payment.</td>\n</tr>\n<tr>\n<td>checkoutPayments[].  <br />paymentMethodCode</td>\n<td>Yes (if payment exists)</td>\n<td>Code of the payment method used.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13751462432525--C%C3%B3mo-cargar-una-venta-de-un-canal-v%C3%ADa-API-\">Help Center</a>.</p>\n","urlObject":{"path":["api","marketplace-connections",":marketplace_connection_id","checkouts"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"edb76bdb-b470-4ae8-8b79-87e1ee595550","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"id 123\",\r\n    \"orderNumber\": \"ordernum231\",\r\n    \"customerOrderNumber\": \"customerOrderNumber 123\",\r\n    \"externalCreatedAt\": \"2021-02-01T19:20:30.45+01:00\",\r\n    \"externalUpdatedAt\": \"2021-02-05T19:20:30.45+01:00\",\r\n    \"soldAt\": \"2021-02-01T19:20:30.45+01:00\",\r\n    \"currencyCode\": \"CLP\",\r\n    \"externalContent\": \"{JSON}\",\r\n    \"comment\": \"comment\",\r\n    \"verificationStatus\": \"verified\",\r\n    \"paymentStatus\": \"completed\",\r\n    \"deliveryStatus\": \"pending\",\r\n    \"net\": 10000.00,\r\n    \"tax\": 1900.00,\r\n    \"total\": 11900.00,\r\n    \"checkoutItems\": [\r\n        {\r\n            \"sku\": \"4873436477151\",\r\n            \"quantity\": 1,\r\n            \"unitPrice\": 5000.00\r\n        },\r\n        {\r\n            \"sku\": \"3011985\",\r\n            \"quantity\": 2,\r\n            \"unitPrice\": 3450.00\r\n        }\r\n    ],\r\n    \"deliveryOrders\": [\r\n        {\r\n            \"id\": \"1234\",\r\n            \"externalContent\": \"{JSON}\",\r\n            \"createdAt\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"updatedAt\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"trackingNumber\": \"string\",\r\n            \"trackingContent\": \"string\",\r\n            \"cost\": 1000.00,\r\n            \"estimatedDeliveryDateFrom\": \"2021-02-05T19:20:30.45+01:00\",\r\n            \"estimatedDeliveryDateTo\": \"2021-02-10T19:20:30.45+01:00\",\r\n            \"effectiveDeliveryClosingDate\": null,\r\n            \"promisedDeliveryDate\": \"2021-02-07T19:20:30.45+01:00\",\r\n            \"handlingDateLimit\": \"2021-02-03T19:20:30.45+01:00\",\r\n            \"comment\": \"string\",\r\n            \"status\": \"pending\",\r\n            \"shippingAddress\": {\r\n                \"address_1\": \"address_1\",\r\n                \"address_2\": \"address_2\",\r\n                \"description\": \"description\",\r\n                \"indications\": \"indications\",\r\n                \"neighborhood\": \"neighborhood\",\r\n                \"number\": \"number\",\r\n                \"street\": \"street\",\r\n                \"country\": \"country\",\r\n                \"state\": \"state\",\r\n                \"city\": \"city\",\r\n                \"zipCode\": \"zipCode\",\r\n                \"shippingAddressReceiver\": {\r\n                    \"name\": \"Pedro\",\r\n                    \"lastName\": \"Perez\",\r\n                    \"contactName\": \"Pepe\",\r\n                    \"email\": \"email@mail.cl\",\r\n                    \"phoneNumber\": \"5555555555\"\r\n                }\r\n            },\r\n            \"deliveryOrderItems\": [\r\n                {\r\n                    \"sku\": \"4873436477151\",\r\n                    \"quantity\": 1,\r\n                    \"fulfilledWarehouseId\": \"axxxxxx-b8ca-4118-867a-5bfdb72d51bc\"\r\n                },\r\n                {\r\n                    \"sku\": \"3011985\",\r\n                    \"quantity\": 1,\r\n                    \"fulfilledWarehouseId\": \"axxxxxx-b8ca-4118-867a-5xxxxxxxx123\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"pickUpOrders\": [\r\n        {\r\n            \"id\": \"1232\",\r\n            \"createdAt\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"updatedAt\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"externalContent\": \"{JSON}\",\r\n            \"cost\": 0.00,\r\n            \"estimatedPickUpDateFrom\": \"2021-02-05T19:20:30.45+01:00\",\r\n            \"estimatedPickUpDateTo\": \"2021-02-10T19:20:30.45+01:00\",\r\n            \"effectivePickUpClosingDate\": null,\r\n            \"comment\": \"string\",\r\n            \"status\": \"pending\",\r\n            \"shippingAddress\": {\r\n                \"address_1\": \"address_1\",\r\n                \"address_2\": \"address_2\",\r\n                \"description\": \"description\",\r\n                \"indications\": \"indications\",\r\n                \"neighborhood\": \"neighborhood\",\r\n                \"number\": \"number\",\r\n                \"street\": \"street\",\r\n                \"country\": \"country\",\r\n                \"state\": \"state\",\r\n                \"city\": \"city\",\r\n                \"zipCode\": \"zipCode\",\r\n                \"shippingAddressReceiver\": {\r\n                    \"name\": \"Juan\",\r\n                    \"lastName\": \"Perez\",\r\n                    \"contactName\": \"Juan\",\r\n                    \"email\": \"email@mail.cl\",\r\n                    \"phoneNumber\": \"5555555555\"\r\n                }\r\n            },\r\n            \"pickUpOrderItems\": [\r\n                {\r\n                    \"sku\": \"3011985\",\r\n                    \"quantity\": 1,\r\n                    \"fulfilledWarehouseId\": \"axxxxxx-b8ca-4118-867a-5bfdb72d51bc\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"client\": {\r\n        \"id\": \"id_externo\",\r\n        \"taxId\": \"999999999\",\r\n        \"name\": \"Juan\",\r\n        \"lastName\": \"Perez\",\r\n        \"contactName\": \"Juan Perez\",\r\n        \"activity\": \"Estudiante\",\r\n        \"birthday\": \"1991-02-01T19:20:30.45+01:00\",\r\n        \"email\": \"email@mail.cl\",\r\n        \"phoneNumber\": \"5555555555\",\r\n        \"type\": \"person\",\r\n        \"externalContent\": \"{JSON}\"\r\n    },\r\n    \"billingClient\": {\r\n        \"name\": \"update company name nuevo\",\r\n        \"taxName\": \"Company\",\r\n        \"taxActivity\": \"seller\",\r\n        \"taxId\": \"999999999\",\r\n        \"documentType\": \"RUT\",\r\n        \"legalRepresentative\": \"legalRepresentative name\",\r\n        \"legalRepresentativeTaxId\": \"999999999\",\r\n        \"email\": \"email@mail.cl\",\r\n        \"phoneNumber\": \"5555555555\",\r\n        \"type\": \"company\",\r\n        \"billingAddress\": {\r\n            \"name\": \"Company Name test update 1\",\r\n            \"address_1\": \"address_1\",\r\n            \"address_2\": \"address_2\",\r\n            \"indications\": \"indications\",\r\n            \"description\": \"description\",\r\n            \"importance\": \"principal\"\r\n        }\r\n    },\r\n    \"checkoutPayments\": [\r\n        {\r\n            \"id\": \"id payment123\",\r\n            \"transactionId\": \"12234234324\",\r\n            \"code\": \"21421434\",\r\n            \"paymentStatus\": \"completed\",\r\n            \"datePaid\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"amountPaid\": 12900.00,\r\n            \"installments\": 3,\r\n            \"cardNumber\": null,\r\n            \"authorizationCode\": \"1234\",\r\n            \"detail\": \"detalles\",\r\n            \"verificationStatus\": \"verified\",\r\n            \"dateVerificated\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"externalContent\": \"2021-02-01T19:20:30.45+01:00\",\r\n            \"paymentMethodCode\": \"_payment_methods_cash\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/marketplace-connections/:marketplace_connection_id/checkouts","host":["app.multivende.com"],"path":["api","marketplace-connections",":marketplace_connection_id","checkouts"],"variable":[{"key":"marketplace_connection_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"718"},{"key":"ETag","value":"W/\"2ce-mv3wYpXWtLEYhJwW5zQfRqqngoI\""},{"key":"Date","value":"Fri, 30 Apr 2021 21:42:29 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"origin\": \"todo_v_2\",\n    \"net\": 10000,\n    \"tax\": 1900,\n    \"gross\": 11900,\n    \"tags\": \"\",\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"completed\",\n    \"deliveryStatus\": \"pending\",\n    \"comment\": \"comment\",\n    \"soldAt\": \"2021-02-01T18:20:30.450Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"OwnerId\": null,\n    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ProductPriceListId\": null,\n    \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": null,\n    \"ScreeningStatusId\": null,\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2021-04-30T21:42:28.000Z\",\n    \"createdAt\": \"2021-04-30T21:42:28.000Z\",\n    \"code\": \"xxxxxxxxx1546\"\n}"}],"_postman_id":"6f550ce5-d56f-4626-83d8-b0aee833673d"},{"name":"Update checkout status","event":[{"listen":"test","script":{"id":"c05b9d06-4790-427c-a065-a02789fcbf90","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"58f13196-7163-496d-9cae-608c89331463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"deliveryStatus\": \"cancelled\",\n    \"paymentStatus\": \"cancelled\",\n    \"verificationStatus\": \"verified\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/checkouts/:checkout_id/all-status","description":"<p>This endpoint allows you to mass update the status of delivery order, store pickup and payment of an order</p>\n<p>deliveryStatus</p>\n<ul>\n<li><p>\"delivered\"</p>\n</li>\n<li><p>\"not-delivered\"</p>\n</li>\n<li><p>\"cancelled\"</p>\n</li>\n<li><p>\"pending\"</p>\n</li>\n</ul>\n<p>paymentStatus</p>\n<ul>\n<li><p>\"completed\"</p>\n</li>\n<li><p>\"pending\"</p>\n</li>\n<li><p>\"rejected\"</p>\n</li>\n<li><p>\"refunded\"</p>\n</li>\n<li><p>'cancelled\"</p>\n</li>\n</ul>\n<p>verificationStatus</p>\n<ul>\n<li><p>\"verified\"</p>\n</li>\n<li><p>\"pending\"</p>\n</li>\n</ul>\n<p><strong>Important</strong>: This endpoint can only be used for sales channel type integrations. Any other system cannot update information regarding the sale.</p>\n","urlObject":{"path":["api","checkouts",":checkout_id","all-status"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the sale (checkout) in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_id"}]}},"response":[{"id":"6c2dc130-6bc1-4109-92f0-576ea279091a","name":"201 Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"deliveryStatus\": \"cancelled\",\n    \"paymentStatus\": \"cancelled\",\n    \"verificationStatus\": \"verified\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/all-status","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","all-status"],"variable":[{"key":"checkout_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"edc-UTmXIY2WtQh6QH+yhSuGrnbUfKE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 24 Jun 2021 00:17:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"code\": \"697143143xxxx\",\n    \"origin\": \"todo_v_3\",\n    \"net\": 10000,\n    \"tax\": 1900,\n    \"gross\": 11900,\n    \"tags\": \"\",\n    \"status\": \"created\",\n    \"verificationStatus\": \"verified\",\n    \"paymentStatus\": \"cancelled\",\n    \"deliveryStatus\": \"cancelled\",\n    \"comment\": \"comment\",\n    \"soldAt\": \"2021-02-01T18:20:30.000Z\",\n    \"createdAt\": \"2021-06-24T00:17:29.000Z\",\n    \"updatedAt\": \"2021-06-24T00:17:42.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"OwnerId\": null,\n    \"WarehouseId\": null,\n    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"ProductPriceListId\": null,\n    \"CurrencyId\": null,\n    \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"ShippingAddressId\": null,\n    \"BillingAddressId\": null,\n    \"DeliveryTypeId\": null,\n    \"ScreeningStatusId\": null,\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"status\": \"created\",\n            \"inventoryStatus\": null,\n            \"createdAt\": \"2021-06-24T00:17:30.000Z\",\n            \"updatedAt\": \"2021-06-24T00:17:30.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"DeliveryOrder\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"code\": \"1644325596535\",\n                \"cost\": 1000,\n                \"isDeliveryPaid\": \"0\",\n                \"tags\": null,\n                \"estimatedDeliveryDateFrom\": \"2021-02-05T18:20:30.000Z\",\n                \"estimatedDeliveryDateTo\": \"2021-02-10T18:20:30.000Z\",\n                \"effectiveDeliveryClosingDate\": null,\n                \"promisedDeliveryDate\": \"2021-02-07T18:20:30.000Z\",\n                \"handlingDateLimit\": \"2021-02-03T18:20:30.000Z\",\n                \"comment\": \"string\",\n                \"deliveryClosingComment\": null,\n                \"status\": \"created\",\n                \"inventoryStatus\": null,\n                \"shippingLabelStatus\": null,\n                \"shippingLabelPrintStatus\": \"not_printed\",\n                \"deliveryStatus\": \"pending\",\n                \"deliveryAddress\": null,\n                \"trackingNumber\": \"string\",\n                \"createdAt\": \"2021-06-24T00:17:30.000Z\",\n                \"updatedAt\": \"2021-06-24T00:17:42.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"AssignedToId\": null,\n                \"OwnerId\": null,\n                \"CurrencyId\": null,\n                \"ShippingAddressId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"DeliveryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"WarehouseId\": null,\n                \"CourierId\": null,\n                \"DeliveryOrderStatusId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"MerchantCourierId\": null\n            }\n        }\n    ],\n    \"PickUpOrders\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"code\": \"2390140044537\",\n            \"tags\": null,\n            \"cost\": 0,\n            \"estimatedPickUpDateFrom\": \"2021-02-05T18:20:30.000Z\",\n            \"estimatedPickUpDateTo\": \"2021-02-10T18:20:30.000Z\",\n            \"effectivePickUpClosingDate\": null,\n            \"comment\": \"string\",\n            \"pickUpClosingComment\": null,\n            \"status\": \"created\",\n            \"inventoryStatus\": null,\n            \"pickUpStatus\": \"pending\",\n            \"createdAt\": \"2021-06-24T00:17:30.000Z\",\n            \"updatedAt\": \"2021-06-24T00:17:42.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"AssignedToId\": null,\n            \"ClosedById\": null,\n            \"ClientId\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"PickUpOrderAuthorizationModeId\": null,\n            \"PickUpOrderStatusId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"PickUpOrderPickerId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n        }\n    ],\n    \"CheckoutPayments\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"code\": \"21421434\",\n            \"amount\": 12900,\n            \"amountPaid\": 12900,\n            \"change\": 0,\n            \"paymentStatus\": \"cancelled\",\n            \"authorizationCode\": \"1234\",\n            \"detail\": \"detalles\",\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"cardNumber\": null,\n            \"installments\": 3,\n            \"datePaid\": \"2021-02-01T18:20:30.000Z\",\n            \"dateVerificated\": \"2021-02-01T18:20:30.000Z\",\n            \"createdAt\": \"2021-06-24T00:17:29.000Z\",\n            \"updatedAt\": \"2021-06-24T00:17:42.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"PaymentMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n        }\n    ]\n}"}],"_postman_id":"58f13196-7163-496d-9cae-608c89331463"},{"name":"Get checkouts light (deprecated)","event":[{"listen":"test","script":{"id":"e144070b-c0c6-43b5-b65b-af27d91237bb","exec":["var data = pm.response.json();","","if(data.entries.length){","  pm.environment.set(\"checkout_id\", data.entries[0]._id);    ","}",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5028fc3e-f97c-4bfd-9ffe-b5314dc977b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/checkouts/light/p/:page?_marketplace_connection_id=&_updated_at_from={{updated_at_from}}&_updated_at_to={{updated_at_to}}&_sold_at_from={{sold_at_from}}&_sold_at_to={{sold_at_to}}&_sold_at_order={{sold_at_order}}","description":"<p>This endpoint will list the checkouts in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p><strong>Dates are in UTC time zone and format YYYY-MM-DDThh:mm:ss</strong></p>\n<p><strong>Warning:</strong> If you use the fields in the search filter <strong>_sold_at_from</strong> and <strong>_sold_at_to</strong>, you should take into account that there is a possibility that the marketplace has registered the sale in Multivende time after the sale was made.<br />Example: the sale was made in the marketplace on 10/01/2020 but the sale was sent to multivende on 11/12/2020</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14792007563789--C%C3%B3mo-registrar-las-ventas-desde-Multivende-a-tu-sistema\">Help Center.</a></p>\n","urlObject":{"path":["api","m",":merchant_id","checkouts","light","p",":page"],"host":["app.multivende.com"],"query":[{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"_marketplace_connection_id","value":""},{"key":"_updated_at_from","value":"{{updated_at_from}}"},{"key":"_updated_at_to","value":"{{updated_at_to}}"},{"key":"_sold_at_from","value":"{{sold_at_from}}"},{"key":"_sold_at_to","value":"{{sold_at_to}}"},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"_sold_at_order","value":"{{sold_at_order}}"}],"variable":[{"type":"any","value":"","key":"merchant_id"},{"type":"any","value":"","key":"page"}]}},"response":[{"id":"44aebb2c-2123-48da-874f-5322a768c26a","name":"200 OK - (deprecated)","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/checkouts/light/p/:page?_marketplace_connection_id=&_updated_at_from={{updated_at_from}}&_updated_at_to={{updated_at_to}}&_sold_at_from={{sold_at_from}}&_sold_at_to={{sold_at_to}}&_sold_at_order={{sold_at_order}}","host":["app.multivende.com"],"path":["api","m",":merchant_id","checkouts","light","p",":page"],"query":[{"key":"_marketplace_connection_id","value":""},{"key":"_updated_at_from","value":"{{updated_at_from}}"},{"key":"_updated_at_to","value":"{{updated_at_to}}"},{"key":"_sold_at_from","value":"{{sold_at_from}}"},{"key":"_sold_at_to","value":"{{sold_at_to}}"},{"key":"_sold_at_order","value":"{{sold_at_order}}"}],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"2626-RgzI/9eAJrSXGyY2N17EIMy8tZw\""},{"key":"Set-Cookie","value":"connect.sid=s%3AOBGvxstoP0GZ-J7BYvJl38qUP1PLBre3.Zd2qRbwPxT%2Bng0YMk1nDGMM%2Bdhpm5iD5GuaVYEMTx88; Path=/; HttpOnly"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Tue, 10 Dec 2019 15:11:23 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXXX\",\n            \"origin\": \"mercadolibre\",\n            \"net\": 17990,\n            \"tax\": 0,\n            \"gross\": 17990,\n            \"tags\": \"pack_order,paid,delivered\",\n            \"status\": \"created\",\n            \"verificationStatus\": \"verified\",\n            \"paymentStatus\": \"completed\",\n            \"deliveryStatus\": \"completed\",\n            \"comment\": \"\",\n            \"soldAt\": \"2024-12-02T02:55:31.000Z\",\n            \"isMultiwarehouse\": \"disabled\",\n            \"courierName\": \"MEL Distribution\",\n            \"shippingMode\": \"xd_drop_off\",\n            \"createdAt\": \"2024-12-02T02:57:00.000Z\",\n            \"updatedAt\": \"2024-12-05T13:32:06.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"OwnerId\": null,\n            \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ProductPriceListId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ShippingAddressId\": null,\n            \"BillingAddressId\": null,\n            \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ScreeningStatusId\": null,\n            \"MarketplaceScreeningStatusId\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CheckoutLinks\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"externalId\": \"XXXXXXXXXXXXXXXX\",\n                \"externalOrderNumber\": \"XXXXXXXXXXXXXXXX\",\n                \"externalCustomerOrderNumber\": \"XXXXXXXXXXXXXXXX\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 8\n    }\n}"}],"_postman_id":"5028fc3e-f97c-4bfd-9ffe-b5314dc977b2"}],"id":"23919c95-d133-4dd0-a45e-d49716284072","_postman_id":"23919c95-d133-4dd0-a45e-d49716284072","description":""},{"name":"Checkout Payments","item":[{"name":"Get checkout payments","id":"2b123839-68df-4523-b5ab-f7133e799363","request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/checkouts/:checkout_id/payments","description":"<p>This endpoint will list the checkout payments in the associated to the Checkout.</p>\n<p><strong>Note:</strong> The <code>checkout_id</code> can be taken from <a href=\"#5e4d0b48-9028-4d0a-84e0-0aa0131e5dcb\">Get checkouts</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14452410786573--C%C3%B3mo-funcionan-los-medios-de-pago\">Help Center</a>.</p>\n","urlObject":{"path":["api","checkouts",":checkout_id","payments"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the sale (checkout) in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_id"}]}},"response":[{"id":"18a81ab6-8c87-4149-a8a7-4b127c10f01a","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/payments","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","payments"],"variable":[{"key":"checkout_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"637","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 20:46:11 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"27d-Dos0NuxBRIsd5nsnB8uo9PnO3Kc\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAe4KLDH///8HYgAJh79iAAk8AmEBbAAAAAFtAAAABXdlYi4xahD2TTaWGNunJCBImTIShZFCb9zk","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"code\": \"3434343xxxx\",\n            \"amount\": 240000,\n            \"amountPaid\": 240000,\n            \"change\": 0,\n            \"paymentStatus\": \"completed\",\n            \"detail\": null,\n            \"status\": \"created\",\n            \"verificationStatus\": null,\n            \"createdAt\": \"2018-05-29T20:13:38.000Z\",\n            \"updatedAt\": \"2018-05-29T20:13:38.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"PaymentMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 1\n    }\n}"}],"_postman_id":"2b123839-68df-4523-b5ab-f7133e799363"},{"name":"Get checkout payment methods","id":"4d1ba3f9-8d1c-4740-a81a-7ee452be0257","request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/payment-methods","description":"<p>This endpoint will list the checkout payment methods in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14452410786573--C%C3%B3mo-funcionan-los-medios-de-pago\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","payment-methods"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"1a553ac9-6ddc-47b8-8e5e-7333904a131d","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/payment-methods","host":["app.multivende.com"],"path":["api","m",":merchant_id","payment-methods"],"variable":[{"key":"merchant_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 20:51:08 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"f02-aBv/gGHWjuUcn3vz59YTXdAx2bo\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAe4KLDH///8HYgAJh79iAAk8AmEBbAAAAAFtAAAABXdlYi4xahD2TTaWGNunJCBImTIShZFCb9zk","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"[\n    {\n        \"_id\": \"a4135228-a10c-11e6-bfdf-2c56dc130c0d\",\n        \"tags\": \"{\\n  \\\"requiresTransaction\\\": false\\n}\",\n        \"code\": \"_payment_methods_cash\",\n        \"name\": \"PAYMENT_METHODS.Cash.Name\",\n        \"description\": \"PAYMENT_METHODS.Cash.Description\",\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n    },\n    {\n        \"_id\": \"0f5b5e2f-a10d-11e6-bfdf-2c56dc130c0d\",\n        \"tags\": \"{\\n  \\\"requiresTransaction\\\": true\\n}\",\n        \"code\": \"_payment_methods_credit_card\",\n        \"name\": \"PAYMENT_METHODS.Credit_card.Name\",\n        \"description\": \"PAYMENT_METHODS.Credit_card.Description\",\n        \"position\": 1,\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n    },\n    {\n        \"_id\": \"a41369d7-a10c-11e6-bfdf-2c56dc130c0d\",\n        \"tags\": \"{\\n  \\\"requiresTransaction\\\": true\\n}\",\n        \"code\": \"_payment_methods_debit_card\",\n        \"name\": \"PAYMENT_METHODS.Debit_card.Name\",\n        \"description\": \"PAYMENT_METHODS.Debit_card.Description\",\n        \"position\": 2,\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n    },\n    {\n        \"_id\": \"2f85b972-c235-11e6-a849-2c56dc130c0d\",\n        \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n        \"code\": \"_payment_methods_electronic_transfer\",\n        \"name\": \"PAYMENT_METHODS.Electronic_transfer.Name\",\n        \"description\": \"PAYMENT_METHODS.Electronic_transfer.Description\",\n        \"position\": 3,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n        \"updatedAt\": \"2016-12-14T16:38:46.000Z\"\n    },\n    {\n        \"_id\": \"bcd2d6a0-c234-11e6-a849-2c56dc130c0d\",\n        \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n        \"code\": \"_payment_methods_bank_check\",\n        \"name\": \"PAYMENT_METHODS.Bank_check.Name\",\n        \"description\": \"PAYMENT_METHODS.Bank_check.Description\",\n        \"position\": 4,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n        \"updatedAt\": \"2016-12-14T16:38:46.000Z\"\n    },\n    {\n        \"_id\": \"1ae39c11-be83-4d8e-8b43-99a2310e8282\",\n        \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n        \"code\": \"_payment_methods_credit_note\",\n        \"name\": \"PAYMENT_METHODS.Credit_note.Name\",\n        \"description\": \"PAYMENT_METHODS.Credit_note.Description\",\n        \"position\": 5,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n        \"updatedAt\": \"2016-12-14T16:38:46.000Z\"\n    },\n    {\n        \"_id\": \"9dcd0c67-1b39-4f6b-82e3-2ce9d7dd8f66\",\n        \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n        \"code\": \"_payment_methods_debit_note\",\n        \"name\": \"PAYMENT_METHODS.Debit_note.Name\",\n        \"description\": \"PAYMENT_METHODS.Debit_note.Description\",\n        \"position\": 6,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n        \"updatedAt\": \"2016-12-14T16:38:46.000Z\"\n    },\n    {\n        \"_id\": \"77716067-d9a1-11e6-8adf-2c56dc130c0d\",\n        \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n        \"code\": \"_payment_methods_other\",\n        \"name\": \"PAYMENT_METHODS.Other.Name\",\n        \"description\": \"PAYMENT_METHODS.Other.Description\",\n        \"position\": 7,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n        \"updatedAt\": \"2016-12-14T16:38:46.000Z\"\n    },\n    {\n        \"_id\": \"e85145bd-1f8e-11e7-8f2f-2c56dc130c0d\",\n        \"tags\": \"{\\r\\n   \\\"requiresTransaction\\\": false\\r\\n }\",\n        \"code\": \"_payment_methods_refund\",\n        \"name\": \"PAYMENT_METHODS.Refund.Name\",\n        \"description\": \"PAYMENT_METHODS.Refund.Description\",\n        \"position\": 8,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n        \"updatedAt\": \"2016-12-14T16:38:46.000Z\"\n    },\n    {\n        \"_id\": \"df3b2138-2c10-11e7-b2e9-2c56dc130c0d\",\n        \"tags\": \"{    \\\"requiresTransaction\\\": false }\",\n        \"code\": \"_payment_methods_mercadopago\",\n        \"name\": \"PAYMENT_METHODS.Mercadopago.Name\",\n        \"description\": \"PAYMENT_METHODS.Mercadopago.Description\",\n        \"position\": 9,\n        \"status\": \"created\",\n        \"createdAt\": \"2016-12-14T16:38:46.000Z\",\n        \"updatedAt\": \"2016-12-14T16:38:46.000Z\"\n    },\n    {\n        \"_id\": \"96d271c8-ba5b-11e7-92c4-0ea3d0bb9dd0\",\n        \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n        \"code\": \"_webpay\",\n        \"name\": \"PAYMENT_METHODS.Webpay.Name\",\n        \"description\": \"PAYMENT_METHODS.Webpay.Description\",\n        \"position\": 10,\n        \"status\": \"created\",\n        \"createdAt\": \"2017-10-26T14:41:46.000Z\",\n        \"updatedAt\": \"2017-10-26T14:41:46.000Z\"\n    },\n    {\n        \"_id\": \"2bc896fc-bd76-11e7-92c4-0ea3d0bb9dd0\",\n        \"tags\": \"{    \\\"requiresTransaction\\\": true }\",\n        \"code\": \"_atm\",\n        \"name\": \"PAYMENT_METHODS.Atm.Name\",\n        \"description\": \"PAYMENT_METHODS.Atm.Description\",\n        \"position\": 11,\n        \"status\": \"created\",\n        \"createdAt\": \"2017-10-26T14:41:46.000Z\",\n        \"updatedAt\": \"2017-10-26T14:41:46.000Z\"\n    }\n]"}],"_postman_id":"4d1ba3f9-8d1c-4740-a81a-7ee452be0257"},{"name":"Update checkout payment","id":"145a3b43-7914-4d05-b959-c573690bff63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"verificationStatus\": \"pending\",\n    \"authorizationCode\": 12345,\n    \"detail\": \"detail\",\n    \"cardNumber\": 1234567,\n    \"installments\": 12\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/checkout-payments/:checkout_payment_id","description":"<p>This endpoint allows you to update the details of a payment.</p>\n<p><strong>It is not required to send all the fields of the body. Only those that need to be updated should be sent</strong></p>\n<p>The allowed values ​​for:</p>\n<p>verificationStatus</p>\n<ul>\n<li><p><strong>\"verified\"</strong></p>\n</li>\n<li><p><strong>\"pending\"</strong></p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/14452410786573--C%C3%B3mo-funcionan-los-medios-de-pago\">Help Center</a>.</p>\n","urlObject":{"path":["api","checkout-payments",":checkout_payment_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the payment associated with the sale.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_payment_id"}]}},"response":[{"id":"9ac743a7-348f-4c5d-aebc-f2cb420eecd2","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"verificationStatus\": \"pending\",\n    \"authorizationCode\": 12345,\n    \"detail\": \"detail\",\n    \"cardNumber\": 1234567,\n    \"installments\": 12\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/checkout-payments/:checkout_payment_id","host":["app.multivende.com"],"path":["api","checkout-payments",":checkout_payment_id"],"variable":[{"key":"checkout_payment_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Nov 2021 19:23:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"697"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"ETag","value":"W/\"2b9-wuYXcv6mjgVvaHKzWyu8X3vr1LU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"code\": \"1451465xxxx\",\n    \"amount\": 4990,\n    \"amountPaid\": 4990,\n    \"change\": 0,\n    \"paymentStatus\": \"completed\",\n    \"authorizationCode\": 12345,\n    \"detail\": \"detail\",\n    \"status\": \"created\",\n    \"verificationStatus\": \"pending\",\n    \"cardNumber\": 1234567,\n    \"installments\": 12,\n    \"datePaid\": null,\n    \"dateVerificated\": null,\n    \"createdAt\": \"2021-04-19T16:44:58.000Z\",\n    \"updatedAt\": \"2021-11-10T19:23:07.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"PaymentMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"PaymentGatewayId\": null,\n    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n}"}],"_postman_id":"145a3b43-7914-4d05-b959-c573690bff63"}],"id":"025e0107-cf19-43f0-9d6d-c0f77acc30eb","event":[{"listen":"prerequest","script":{"id":"c43f25df-f86e-4117-8db4-73a3d83fdfc2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"93a27053-81a4-4f0f-ad80-e4129edb6ff9","type":"text/javascript","exec":[""]}}],"_postman_id":"025e0107-cf19-43f0-9d6d-c0f77acc30eb","description":""},{"name":"Checkout Notes","item":[{"name":"Get checkout notes","id":"e6b78b8d-7470-4bac-9d80-891ae773c2c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/checkouts/:checkout_id/checkout-notes","urlObject":{"path":["api","checkouts",":checkout_id","checkout-notes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the sale (checkout) in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_id"}]}},"response":[{"id":"e4c160fb-d7ae-4baf-9bcb-88b4bd7b3e6a","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/checkouts/:checkout_id/checkout-notes","host":["app.multivende.com"],"path":["api","checkouts",":checkout_id","checkout-notes"],"variable":[{"key":"checkout_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"698-DYwaiXks5cetzCNzlp1JYeKtXUA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Sun, 28 Apr 2019 15:35:37 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"content\": \"Packing listo, con etiqueta\",\n            \"status\": \"created\",\n            \"createdAt\": \"2019-04-28T15:35:31.000Z\",\n            \"updatedAt\": \"2019-04-28T15:35:31.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"OwnerId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"Owner\": {\n                \"profile\": {\n                    \"name\": \"Multivende\",\n                    \"fullName\": \"Multivende\"\n                },\n                \"token\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"email\": \"multivende@multivende.com\",\n                \"name\": \"Multivende\",\n                \"lastName\": null,\n                \"status\": \"created\",\n                \"profileImage\": \"https://s3-us-west-2.amazonaws.com/im-beta-multimedia-resources/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx.png\"\n            }\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"content\": \"Picking realizado, se encontraron todos los productos de la orden\",\n            \"status\": \"created\",\n            \"createdAt\": \"2019-04-28T14:52:54.000Z\",\n            \"updatedAt\": \"2019-04-28T14:52:54.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"OwnerId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"Owner\": {\n                \"profile\": {\n                    \"name\": \"Matías\",\n                    \"fullName\": \"Matías\"\n                },\n                \"token\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                },\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"email\": \"mibaraho@gmail.com\",\n                \"name\": \"Matías\",\n                \"lastName\": null,\n                \"status\": \"created\",\n                \"profileImage\": \"https://s3-us-west-2.amazonaws.com/im-beta-multimedia-resources/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx.png\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 2\n    }\n}"}],"_postman_id":"e6b78b8d-7470-4bac-9d80-891ae773c2c2"},{"name":"Create checkout note","id":"ad78e8fb-643a-4b62-917e-666e9d07797a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"content\": \"Picking listo, entregado a packing\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/checkouts/:checkout_id/checkout-notes","urlObject":{"path":["api","checkouts",":checkout_id","checkout-notes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the sale (checkout) in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"checkout_id"}]}},"response":[{"id":"93966137-5c75-409d-85f8-082af66637d5","name":"Create checkout note","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"content\": \"Picking listo, entregado a packing\"\n}"},"url":"app.multivende.com/api/checkouts//checkout-notes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"690"},{"key":"Etag","value":"W/\"2b2-if7CkjuswHiGSVmz2ko66MMaQ7k\""},{"key":"Date","value":"Sun, 28 Apr 2019 15:37:14 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"status\": \"created\",\n    \"content\": \"Picking listo, entregado a packing\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"OwnerId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"updatedAt\": \"2019-04-28T15:37:14.000Z\",\n    \"createdAt\": \"2019-04-28T15:37:14.000Z\",\n    \"Owner\": {\n        \"profile\": {\n            \"name\": \"Multivende\",\n            \"fullName\": \"Multivende\"\n        },\n        \"token\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n        },\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"email\": \"multivende@multivende.com\",\n        \"name\": \"Multivende\",\n        \"lastName\": null,\n        \"status\": \"created\"\n    }\n}"}],"_postman_id":"ad78e8fb-643a-4b62-917e-666e9d07797a"}],"id":"d06a1497-d4bc-46fb-aeb8-91e4af71b462","_postman_id":"d06a1497-d4bc-46fb-aeb8-91e4af71b462","description":""},{"name":"Marketplaces Connections","item":[{"name":"Get Marketplace connections","id":"75af34af-7056-4134-a407-794ce33da0d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/:marketplace_connections/p/:page","description":"<p>This endpoint will list the marketplace connections in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>The  is name of the marketplace you want to consult</p>\n<p><strong>marketplace:</strong></p>\n<p>mercadolibre</p>\n<p>linio</p>\n<p>dafiti</p>\n<p>ripley</p>\n<p>paris</p>\n<p>fcom</p>\n<p>amazon</p>\n<p>coppel</p>\n<p>walmart</p>\n<p>liverpool</p>\n<p>tiktok</p>\n<p><strong>Online Store:</strong></p>\n<p>vtex</p>\n<p>magento</p>\n<p>shopify</p>\n<p>prestashop</p>\n<p>wocommerce</p>\n<p>jumpseller</p>\n<p>bigcommerce</p>\n","urlObject":{"path":["api","m",":merchant_id",":marketplace_connections","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"{{marketplace_connections}}","key":"marketplace_connections"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"d625dff4-825a-4085-9087-43a7922b16ef","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"app.multivende.com/api/m//mercadolibre-connections/p/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"347","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Tue, 29 May 2018 20:57:15 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"15b-pHR8Te+7/FwC0ivznDE/QnH+H9w\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAe4KLDH///8HYgAJh79iAAk8AmEBbAAAAAFtAAAABXdlYi4xahD2TTaWGNunJCBImTIShZFCb9zk","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_name\": \"Mercadolibre\",\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"name\": null,\n            \"country\": \"cl\",\n            \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercadolibre.png\",\n            \"provider\": \"mercadolibre\",\n            \"allowPickUpInStore\": null\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 1\n    }\n}"}],"_postman_id":"75af34af-7056-4134-a407-794ce33da0d2"},{"name":"Get All Marketplaces connections","id":"2204337c-a262-4ece-853d-8ad8143cc8c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/marketplace-connections/p/:page","description":"<p>This endpoint will list all marketplace connections in the associated to the Merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n","urlObject":{"path":["api","m",":merchant_id","marketplace-connections","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"21be5906-dac3-4ac2-8918-178223c42ce2","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/marketplace-connections/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","marketplace-connections","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"347","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 20:57:15 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"15b-pHR8Te+7/FwC0ivznDE/QnH+H9w\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAe4KLDH///8HYgAJh79iAAk8AmEBbAAAAAFtAAAABXdlYi4xahD2TTaWGNunJCBImTIShZFCb9zk","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\n  \"entries\": [\n      {\n          \"_name\": \"shopee\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/shopee.png\",\n          \"provider\": \"shopee\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-08-26T15:18:44.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Test FCOM Perú\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Test FCOM Perú\",\n          \"country\": \"pe\",\n          \"pictureUrl\": \"https://im-shared.s3.amazonaws.com/fcom2.jpg\",\n          \"provider\": \"fcom\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-08-18T19:54:41.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"Market-test-Multivende\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Market-test-Multivende\",\n          \"country\": null,\n          \"pictureUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/4_adlogomultivende-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.png\",\n          \"provider\": \"market_test_multivende\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-07-29T21:30:40.000Z\",\n          \"MarketplaceConnectionConfigurations\": []\n      },\n      {\n          \"_name\": \"magento\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": null,\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/magento-logo.jpeg\",\n          \"provider\": \"magento\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-07-27T20:52:05.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"magento\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": null,\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/magento-logo.jpeg\",\n          \"provider\": \"magento\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-07-25T15:14:36.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Dreamtec Test\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Dreamtec Test\",\n          \"country\": null,\n          \"pictureUrl\": null,\n          \"provider\": \"dreamtec_test\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-07-06T20:10:07.000Z\",\n          \"MarketplaceConnectionConfigurations\": []\n      },\n      {\n          \"_name\": \"Test ME1 Perú\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Test ME1 Perú\",\n          \"country\": \"pe\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercadolibre.png\",\n          \"provider\": \"mercadolibre\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-06-28T15:07:52.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"prueba api chile 1\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"prueba api chile 1\",\n          \"country\": null,\n          \"pictureUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/716gbwgdy-l_ac_sl1500_-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n          \"provider\": \"prueba_api_chile_1\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-05-27T21:32:56.000Z\",\n          \"MarketplaceConnectionConfigurations\": []\n      },\n      {\n          \"_name\": \"Paris prueba cambio de seller\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Paris prueba cambio de seller\",\n          \"country\": \"CL\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/paris-logo.png\",\n          \"provider\": \"paris\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-05-23T19:53:39.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"paris - test 2 jess\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"paris - test 2 jess\",\n          \"country\": \"CL\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/paris-logo.png\",\n          \"provider\": \"paris\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-05-17T21:27:01.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Multivende\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Multivende\",\n          \"country\": \"CL\",\n          \"pictureUrl\": \"https://im-shared.s3.amazonaws.com/JUMPSELLER.png\",\n          \"provider\": \"jumpseller\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-05-11T15:46:20.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              },\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              },\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              },\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Test MELI 05\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Test MELI 05\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercadolibre.png\",\n          \"provider\": \"mercadolibre\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-04-28T16:13:12.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"conexión live test Shopee\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"conexión live test Shopee\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/shopee.png\",\n          \"provider\": \"shopee\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-04-26T14:16:12.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              },\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              },\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              },\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Marina Prueba 2.0\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Marina Prueba 2.0\",\n          \"country\": \"CHL\",\n          \"pictureUrl\": \"https://im-shared.s3.amazonaws.com/marinaonline.png\",\n          \"provider\": \"vtex_marketplace_marketplacegmcl\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-04-20T15:21:22.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"MallMarina Prueba\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"MallMarina Prueba\",\n          \"country\": \"CHL\",\n          \"pictureUrl\": \"https://im-shared.s3.amazonaws.com/marinaonline.png\",\n          \"provider\": \"vtex_marketplace_marketplacegmcl\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-04-13T15:04:47.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"ME1 test url traking\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"ME1 test url traking\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercadolibre.png\",\n          \"provider\": \"mercadolibre\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-04-12T21:44:27.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              },\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"\\\"\\\\\\\"{\\\\\\\\\\\\\\\"level\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"none\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"filters\\\\\\\\\\\\\\\":{}}\\\\\\\"\\\"\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"vtex_marketplace_marinamallcl\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": \"CHL\",\n          \"pictureUrl\": \"https://im-shared.s3.amazonaws.com/marinaonline.png\",\n          \"provider\": \"vtex_marketplace_marinamallcl\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-04-12T16:47:56.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"test-meli123\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"test-meli123\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercadolibre.png\",\n          \"provider\": \"mercadolibre\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-04-11T20:11:43.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"TEST con VTEX\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"TEST con VTEX\",\n          \"country\": \"CHL\",\n          \"pictureUrl\": \"https://im-shared.s3.amazonaws.com/3_ADLogo+Multivende.png\",\n          \"provider\": \"vtex_marketplace_multivendecl\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-04-07T20:48:34.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"Vtex Marketplace prueba\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Vtex Marketplace prueba\",\n          \"country\": \"CHL\",\n          \"pictureUrl\": \"https://im-shared.s3.amazonaws.com/3_ADLogo+Multivende.png\",\n          \"provider\": \"vtex_marketplace_multivendecl\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-04-05T17:30:53.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"producto mueble test 1\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"producto mueble test 1\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercadolibre.png\",\n          \"provider\": \"mercadolibre\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-04-05T16:13:32.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"Outlepp Marketplace\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Outlepp Marketplace\",\n          \"country\": null,\n          \"pictureUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/logooutlepp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.png\",\n          \"provider\": \"outlepp_chile_test\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-03-22T18:04:51.000Z\",\n          \"MarketplaceConnectionConfigurations\": []\n      },\n      {\n          \"_name\": \"Prestashop\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": null,\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/prestashop-logo.png\",\n          \"provider\": \"prestashop\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-02-04T14:32:24.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Woocommerce\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": null,\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/woocommerce-logo.png\",\n          \"provider\": \"woocommerce\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-02-03T19:15:30.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Dafiti\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": \"ar\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/dafiti.jpg\",\n          \"provider\": \"dafiti\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-01-27T20:29:24.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Woocommerce\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": null,\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/woocommerce-logo.png\",\n          \"provider\": \"woocommerce\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-01-25T18:07:27.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"test-meli456\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"test-meli456\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercadolibre.png\",\n          \"provider\": \"mercadolibre\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-01-25T18:02:40.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"Fcom - Chile 05\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Fcom - Chile 05\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://im-shared.s3.amazonaws.com/fcom2.jpg\",\n          \"provider\": \"fcom\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-01-24T20:40:45.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"Mercadolibre\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": \"mx\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercadolibre.png\",\n          \"provider\": \"mercadolibre\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2022-01-07T16:05:02.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Rosa\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Rosa\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercadolibre.png\",\n          \"provider\": \"mercadolibre\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2021-11-12T21:05:54.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"Mercadolibre\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercadolibre.png\",\n          \"provider\": \"mercadolibre\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2021-10-21T18:39:58.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Prueba Meli\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Prueba Meli\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercadolibre.png\",\n          \"provider\": \"mercadolibre\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2021-07-28T13:51:05.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              },\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"fcom\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": \"all\",\n          \"pictureUrl\": \"https://im-shared.s3.amazonaws.com/fcom2.jpg\",\n          \"provider\": \"fcom\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2021-07-27T18:27:48.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Vtex\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": null,\n          \"country\": null,\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/vtex-logo.png\",\n          \"provider\": \"vtex\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2021-07-26T19:58:49.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"vtex-prueba\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"vtex-prueba\",\n          \"country\": null,\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/vtex-logo.png\",\n          \"provider\": \"vtex\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2021-06-04T21:07:17.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"Market-test-Multivende\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Market-test-Multivende\",\n          \"country\": null,\n          \"pictureUrl\": null,\n          \"provider\": \"market_test_multivende\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2021-05-25T16:00:55.000Z\",\n          \"MarketplaceConnectionConfigurations\": []\n      },\n      {\n          \"_name\": \"test50\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"test50\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://im-shared.s3.amazonaws.com/pedidos-ya.jpg\",\n          \"provider\": \"pedidosya\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2021-03-17T18:17:39.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"test80\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"test80\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/mercado-ripley.png\",\n          \"provider\": \"ripley\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2020-12-15T13:26:31.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"Cuenta Pruebas Multivende\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Cuenta Pruebas Multivende\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/dafiti.jpg\",\n          \"provider\": \"dafiti\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2020-12-10T21:47:50.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      },\n      {\n          \"_name\": \"Paris Test\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"Paris Test\",\n          \"country\": \"CL\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/paris-logo.png\",\n          \"provider\": \"paris\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2020-05-05T19:18:00.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": null\n              }\n          ]\n      },\n      {\n          \"_name\": \"falabella\",\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n          \"name\": \"falabella\",\n          \"country\": \"cl\",\n          \"pictureUrl\": \"https://s3.amazonaws.com/im-shared/falabella.png\",\n          \"provider\": \"falabella\",\n          \"allowPickUpInStore\": null,\n          \"createdAt\": \"2020-03-16T15:41:17.000Z\",\n          \"MarketplaceConnectionConfigurations\": [\n              {\n                  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                  \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\"\n              }\n          ]\n      }\n  ],\n  \"pagination\": {\n      \"offset\": 0,\n      \"limit\": 50,\n      \"total_pages\": 1,\n      \"current_page\": 1,\n      \"next_page\": 0,\n      \"previous_page\": 0,\n      \"total_items\": 41\n  }\n}"}],"_postman_id":"2204337c-a262-4ece-853d-8ad8143cc8c9"},{"name":"Get stock policy","id":"f61466e9-2367-40bc-a4ee-fb66b7fc456e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/marketplace-connections/:marketplace_connection_id/stock-usage-policy-items","description":"<p>This endpoint will list the warehouses associated with a marketplace.</p>\n<p><strong>Note:</strong> The <code>marketplace_connection_id</code> can be taken from <a href=\"#b568da9f-aa4f-42c0-bf56-60958a55201a\">Get Marketplace connections</a> endpoint.</p>\n","urlObject":{"path":["api","marketplace-connections",":marketplace_connection_id","stock-usage-policy-items"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"4d7e95bf-f98b-47f8-a646-a659427dde18","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/marketplace-connections/:marketplace_connection_id/stock-usage-policy-items","host":["app.multivende.com"],"path":["api","marketplace-connections",":marketplace_connection_id","stock-usage-policy-items"],"variable":[{"key":"marketplace_connection_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"347","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Tue, 29 May 2018 20:57:15 GMT","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"15b-pHR8Te+7/FwC0ivznDE/QnH+H9w\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Cowboy","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 vegur","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"demo.multivende.com","path":"/","secure":false,"value":"ACyDaANoA24IAe4KLDH///8HYgAJh79iAAk8AmEBbAAAAAFtAAAABXdlYi4xahD2TTaWGNunJCBImTIShZFCb9zk","key":"heroku-session-affinity"},{"expires":"Invalid Date","httpOnly":true,"domain":"demo.multivende.com","path":"/","secure":false,"value":"s%3AvUtdMOfzAZyQtoj3uEctbQqcvcOuZqwT.swhantXsVuLdE%2F2qvpoEXuzIEE2ooiXMBcANnG%2FkO9o","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"position\": 0,\n            \"id\": null, // id of the relationship between the marketplace warehouse and Multivende\n            \"externalStockUsagePolicyItemId\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-02-01T19:02:18.000Z\",\n            \"updatedAt\": \"2020-12-04T20:45:35.000Z\",\n            \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MarketplaceConnectionConfigurationId\": null,\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 1\n    }\n}"}],"_postman_id":"f61466e9-2367-40bc-a4ee-fb66b7fc456e"},{"name":"Get Marketplace configurations","id":"db29dec5-c44e-4a68-9e49-3ffd6bb76b30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/marketplace-connections/:marketplace_connection_id/configuration","description":"<p>This endpoint will list the configurations mades in the associated Marketplace Connection.</p>\n<p><strong>Note:</strong> The <code>marketplace_connection_id</code> can be taken from <a href=\"https://dev.multivende.com/#75af34af-7056-4134-a407-794ce33da0d2\">Get Marketplace connections</a> endpoint.</p>\n","urlObject":{"path":["api","marketplace-connections",":marketplace_connection_id","configuration"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"2c57678b-87a5-414e-af2d-6cb9c101e2ed","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/marketplace-connections/:marketplace_connection_id/configuration","host":["app.multivende.com"],"path":["api","marketplace-connections",":marketplace_connection_id","configuration"],"variable":[{"key":"marketplace_connection_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"8c1-7mHJydkRpHPAii1xcIu6KAB0HfY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 21 Dec 2020 15:51:48 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"categoryMappingType\": \"automatic\",\n    \"synchronizationScope\": \"all\",\n    \"provider\": null,\n    \"automaticRatingSendCondition\": null,\n    \"automaticChatMessageSendCondition\": null,\n    \"ListingTypeId\": null,\n    \"ProductConditionId\": \"new\",\n    \"namePriority\": \"name\",\n    \"descriptionType\": null,\n    \"allowLocalPickUp\": null,\n    \"allowShipping\": null,\n    \"shippingMode\": null,\n    \"isFreeShipping\": null,\n    \"shippingMethodId\": null,\n    \"mandatoryFreeShippingMethodId\": null,\n    \"freeShippingMode\": null,\n    \"freeShippingValue\": null,\n    \"customMode\": null,\n    \"newProductPublicationOptions\": \"{\\\"level\\\":\\\"none\\\",\\\"filters\\\":{}}\",\n    \"taxRuleGroupId\": null,\n    \"pickUpProcessRuleCode\": null,\n    \"pickUpProcessRules\": null,\n    \"productVersionCodeType\": null,\n    \"productCodeType\": null,\n    \"apiVersion\": null,\n    \"synchronizationPriority\": \"high\",\n    \"productUpdateFrequency\": null,\n    \"productUpdateFileFormat\": null,\n    \"useBrandAsAttribute\": \"disabled\",\n    \"usePriceWithDiscount\": \"disabled\",\n    \"registerOnlyVerifiedSales\": \"enabled\",\n    \"useWarrantyAsAttribute\": \"disabled\",\n    \"allowFlexDelivery\": \"disabled\",\n    \"storeId\": \"default\",\n    \"flexDeliveryConfiguration\": null,\n    \"useAutomaticCategoryPredictor\": \"disabled\",\n    \"useAutomaticCheckoutPaymentVerification\": \"disabled\",\n    \"status\": \"created\",\n    \"progressStatus\": \"completed\",\n    \"fulfillmentType\": null,\n    \"createdAt\": \"2019-03-08T17:57:07.000Z\",\n    \"updatedAt\": \"2020-12-11T12:47:33.000Z\",\n    \"CreatedById\": \"xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"MarketplaceConnectionId\": \"xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"ProductPriceListId\": \"xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"WarrantyId\": null,\n    \"MarketplaceConnectionConfigurationTypeId\": \"xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"RemoteTimezoneId\": null,\n    \"ProductPictureSetId\": null,\n    \"MerchantId\": \"xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"ScreeningProviderConnectionId\": null,\n    \"CustomAttributeToSelectSetId\": null,\n    \"MarketplaceAutomaticRatingGroupId\": null,\n    \"MarketplaceAutomaticChatMessageId\": null,\n    \"MarketplaceConnectionConfigurationType\": {\n        \"_id\": \"xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"name\": \"MARKETPLACE_CONNECTION_CONFIGURATION_TYPE.By_connection_configuration.Name\",\n        \"code\": \"_by_connection_configuration\",\n        \"description\": \"MARKETPLACE_CONNECTION_CONFIGURATION_TYPE.By_connection_configuration.Description\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n    }\n}"}],"_postman_id":"db29dec5-c44e-4a68-9e49-3ffd6bb76b30"},{"name":"Get Marketplaces categories attributes","id":"a01b86fb-5716-4dbc-a93e-3a9975323fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.multivende.com/api/mercadolibre-connections/:marketplace_connection_id/categories/:category_id/attributes","description":"<h2 id=\"api-endpoint-get-category-attributes\">API Endpoint: Get Category Attributes</h2>\n<h3 id=\"request-method\">Request Method</h3>\n<p><code>GET</code></p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>https://app.multivende.com/api/mercadolibre-connections/:marketplace_connection_id/categories/:category_id/attributes</code></p>\n<h3 id=\"parameters\">Parameters</h3>\n<ul>\n<li><p><strong>marketplace_connection_id</strong> (marketplace_connection_id): The unique identifier for the marketplace connection.</p>\n</li>\n<li><p><strong>category_id</strong> (:category_id): The unique identifier for the category whose attributes are being requested.</p>\n</li>\n</ul>\n<h3 id=\"description\">Description</h3>\n<p>This endpoint retrieves the attributes associated with a specific category in a given marketplace connection. By providing the <code>marketplace_connection_id</code> and <code>category_id</code>, users can obtain detailed information about the attributes relevant to that category.</p>\n<h3 id=\"expected-response-format\">Expected Response Format</h3>\n<p>The response will be a JSON array containing attribute objects, each with the following structure:</p>\n<ul>\n<li><p><strong>id</strong>: The unique identifier for the attribute.</p>\n</li>\n<li><p><strong>name</strong>: The name of the attribute.</p>\n</li>\n<li><p><strong>tags</strong>: An object containing metadata about the attribute, including:</p>\n<ul>\n<li><p><strong>catalog_required</strong>: A boolean indicating if the attribute is required for catalog purposes.</p>\n</li>\n<li><p><strong>required</strong>: A boolean indicating if the attribute is mandatory.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>hierarchy</strong>: The hierarchy level of the attribute.</p>\n</li>\n<li><p><strong>relevance</strong>: A numerical value indicating the relevance of the attribute.</p>\n</li>\n<li><p><strong>value_type</strong>: The type of values accepted for the attribute.</p>\n</li>\n<li><p><strong>value_max_length</strong>: The maximum length of the attribute value.</p>\n</li>\n<li><p><strong>values</strong>: An array of possible values for the attribute, each with:</p>\n<ul>\n<li><p><strong>id</strong>: The unique identifier for the value.</p>\n</li>\n<li><p><strong>name</strong>: The name of the value.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>tooltip</strong>: A tooltip providing additional information about the attribute.</p>\n</li>\n<li><p><strong>example</strong>: An example value for the attribute.</p>\n</li>\n<li><p><strong>attribute_group_id</strong>: The unique identifier for the group the attribute belongs to.</p>\n</li>\n<li><p><strong>attribute_group_name</strong>: The name of the group the attribute belongs to.</p>\n</li>\n<li><p><strong>hint</strong>: A hint providing guidance on how to use the attribute.</p>\n</li>\n</ul>\n<p>This structured response allows users to effectively understand and utilize the attributes for their specific categories.</p>\n","urlObject":{"protocol":"https","path":["api","mercadolibre-connections",":marketplace_connection_id","categories",":category_id","attributes"],"host":["app","multivende","com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"},{"description":{"content":"<p>Identifier of the category.</p>\n","type":"text/plain"},"type":"any","value":"","key":"category_id"}]}},"response":[{"id":"f53990e7-4f75-4c0d-9e58-ac635580c1cd","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.multivende.com/api/:channel-connections/:marketplace_connection_id/categories/:category_id/attributes","protocol":"https","host":["app","multivende","com"],"path":["api",":channel-connections",":marketplace_connection_id","categories",":category_id","attributes"],"variable":[{"key":"channel-connections","value":""},{"key":"marketplace_connection_id","value":""},{"key":"category_id","value":""}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"id\": \"BRAND\",\n        \"name\": \"Marca\",\n        \"tags\": {\n            \"catalog_required\": true,\n            \"required\": true\n        },\n        \"hierarchy\": \"PARENT_PK\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"values\": [\n            {\n                \"id\": \"42175734\",\n                \"name\": \"Star Plas Peels\"\n            },\n            {\n                \"id\": \"12067204\",\n                \"name\": \"Polivisor\"\n            },\n            {\n                \"id\": \"18999092\",\n                \"name\": \"Axxis by MT\"\n            },\n            {\n                \"id\": \"4054911\",\n                \"name\": \"Hurtle\"\n            },\n            {\n                \"id\": \"243232\",\n                \"name\": \"Nitro\"\n            },\n            {\n                \"id\": \"74429670\",\n                \"name\": \"GP Pilot\"\n            },\n            {\n                \"id\": \"4561664\",\n                \"name\": \"San Marino\"\n            },\n            {\n                \"id\": \"2534246\",\n                \"name\": \"Texx\"\n            },\n            {\n                \"id\": \"15228080\",\n                \"name\": \"Pro Tork FW3 LS2 AXXIS HELT X11\"\n            },\n            {\n                \"id\": \"2553596\",\n                \"name\": \"Roda\"\n            },\n            {\n                \"id\": \"17349603\",\n                \"name\": \"Etceter - Cinta jugular com engate\"\n            },\n            {\n                \"id\": \"31926355\",\n                \"name\": \"N.A.S.A\"\n            },\n            {\n                \"id\": \"14684\",\n                \"name\": \"Harley-Davidson\"\n            },\n            {\n                \"id\": \"7190152\",\n                \"name\": \"Fire Parts\"\n            },\n            {\n                \"id\": \"20353531\",\n                \"name\": \"Etceter Pro Tork Protork Mixs\"\n            },\n            {\n                \"id\": \"116918\",\n                \"name\": \"O'Neal\"\n            },\n            {\n                \"id\": \"145930\",\n                \"name\": \"Kraft\"\n            },\n            {\n                \"id\": \"16973748\",\n                \"name\": \"Virtue\"\n            },\n            {\n                \"id\": \"1046082\",\n                \"name\": \"Fenix\"\n            },\n            {\n                \"id\": \"13774393\",\n                \"name\": \"Mixs Pro Tork\"\n            },\n            {\n                \"id\": \"5910655\",\n                \"name\": \"GLX\"\n            },\n            {\n                \"id\": \"16512471\",\n                \"name\": \"FW3 ProTork LS2 AXXIS HELT X11\"\n            },\n            {\n                \"id\": \"13378379\",\n                \"name\": \"ARAI LS2 AXXIS NORISK PEELS X11\"\n            },\n            {\n                \"id\": \"2553566\",\n                \"name\": \"Immortale\"\n            },\n            {\n                \"id\": \"482703\",\n                \"name\": \"Onof\"\n            },\n            {\n                \"id\": \"1047977\",\n                \"name\": \"Brumm\"\n            },\n            {\n                \"id\": \"2336982\",\n                \"name\": \"Punto Extremo\"\n            },\n            {\n                \"id\": \"47455576\",\n                \"name\": \"Racer1\"\n            },\n            {\n                \"id\": \"7696\",\n                \"name\": \"3M\"\n            },\n            {\n                \"id\": \"37717761\",\n                \"name\": \"Heaimo\"\n            },\n            {\n                \"id\": \"21860404\",\n                \"name\": \"FGN\"\n            },\n            {\n                \"id\": \"37672865\",\n                \"name\": \"YASIMING\"\n            },\n            {\n                \"id\": \"5504835\",\n                \"name\": \"KYT\"\n            },\n            {\n                \"id\": \"50341127\",\n                \"name\": \"LIANZI\"\n            },\n            {\n                \"id\": \"3636324\",\n                \"name\": \"FW3\"\n            },\n            {\n                \"id\": \"21139527\",\n                \"name\": \"Pro Tork Sportbay Rabbit Dragon\"\n            },\n            {\n                \"id\": \"16581287\",\n                \"name\": \"AXUS\"\n            },\n            {\n                \"id\": \"19925957\",\n                \"name\": \"Nuodwelle\"\n            },\n            {\n                \"id\": \"22788273\",\n                \"name\": \"DC by Edge\"\n            },\n            {\n                \"id\": \"3679245\",\n                \"name\": \"Kappa Moto\"\n            },\n            {\n                \"id\": \"19906709\",\n                \"name\": \"Etceter Capacete Off Road Trilha\"\n            },\n            {\n                \"id\": \"17666324\",\n                \"name\": \"Mixs - Pro Tork\"\n            },\n            {\n                \"id\": \"10940541\",\n                \"name\": \"ScorpionEXO\"\n            },\n            {\n                \"id\": \"581029\",\n                \"name\": \"Shoei\"\n            },\n            {\n                \"id\": \"19245042\",\n                \"name\": \"MMG\"\n            },\n            {\n                \"id\": \"5664976\",\n                \"name\": \"NFL\"\n            },\n            {\n                \"id\": \"7095688\",\n                \"name\": \"Kraft Capacetes\"\n            },\n            {\n                \"id\": \"3282770\",\n                \"name\": \"Marcelo Feitosa Capacetes\"\n            },\n            {\n                \"id\": \"3728288\",\n                \"name\": \"Axxis\"\n            },\n            {\n                \"id\": \"124378\",\n                \"name\": \"Peels\"\n            },\n            {\n                \"id\": \"6148391\",\n                \"name\": \"Pro Bike\"\n            },\n            {\n                \"id\": \"9219562\",\n                \"name\": \"Made Basics\"\n            },\n            {\n                \"id\": \"68185625\",\n                \"name\": \"Bieffe Capacetes\"\n            },\n            {\n                \"id\": \"7104382\",\n                \"name\": \"MAC Helmets\"\n            },\n            {\n                \"id\": \"3610253\",\n                \"name\": \"Glider\"\n            },\n            {\n                \"id\": \"13388922\",\n                \"name\": \"Risky\"\n            },\n            {\n                \"id\": \"21982311\",\n                \"name\": \"jk Motors\"\n            },\n            {\n                \"id\": \"47707698\",\n                \"name\": \"SOFIA ENTP\"\n            },\n            {\n                \"id\": \"350225\",\n                \"name\": \"SKY\"\n            },\n            {\n                \"id\": \"2200675\",\n                \"name\": \"Shutt\"\n            },\n            {\n                \"id\": \"42184587\",\n                \"name\": \"GITASTAR\"\n            },\n            {\n                \"id\": \"12120858\",\n                \"name\": \"Etceter\"\n            },\n            {\n                \"id\": \"2795483\",\n                \"name\": \"Promoto\"\n            },\n            {\n                \"id\": \"40905904\",\n                \"name\": \"AOMUX\"\n            },\n            {\n                \"id\": \"9460\",\n                \"name\": \"Icon\"\n            },\n            {\n                \"id\": \"13205647\",\n                \"name\": \"Black Mamut\"\n            },\n            {\n                \"id\": \"28419872\",\n                \"name\": \"Astro Helmets\"\n            },\n            {\n                \"id\": \"22719577\",\n                \"name\": \"Kraft Boulevard Scooter Scub Drag\"\n            },\n            {\n                \"id\": \"17484743\",\n                \"name\": \"Mormaii - Ls2 - Norisk - X11 - Kyt\"\n            },\n            {\n                \"id\": \"17504213\",\n                \"name\": \"Tecnotiendarr\"\n            },\n            {\n                \"id\": \"13774427\",\n                \"name\": \"Pro Tork Open FW3 AXXIS LS2\"\n            },\n            {\n                \"id\": \"22640832\",\n                \"name\": \"Milwaukee Helmets\"\n            },\n            {\n                \"id\": \"16472612\",\n                \"name\": \"Joy23\"\n            },\n            {\n                \"id\": \"16992504\",\n                \"name\": \"Protork Mixs Jett Etceter\"\n            },\n            {\n                \"id\": \"2531609\",\n                \"name\": \"HRO\"\n            },\n            {\n                \"id\": \"15009468\",\n                \"name\": \"Niggli Pads\"\n            },\n            {\n                \"id\": \"123418\",\n                \"name\": \"LS2\"\n            },\n            {\n                \"id\": \"2465290\",\n                \"name\": \"Fly Racing\"\n            },\n            {\n                \"id\": \"24799776\",\n                \"name\": \"Mocoerl\"\n            },\n            {\n                \"id\": \"28419253\",\n                \"name\": \"XJ\"\n            },\n            {\n                \"id\": \"13490512\",\n                \"name\": \"EBF FW3 PRO TORK LS2 X11 AGV\"\n            },\n            {\n                \"id\": \"49605500\",\n                \"name\": \"PHOSPHAINO\"\n            },\n            {\n                \"id\": \"22759139\",\n                \"name\": \"Zamp\"\n            },\n            {\n                \"id\": \"19066647\",\n                \"name\": \"Etceter Masculino Feminino\"\n            },\n            {\n                \"id\": \"17349124\",\n                \"name\": \"FW3 LS2 AXXIS HELT X11 PRO TORK\"\n            },\n            {\n                \"id\": \"31163\",\n                \"name\": \"Multilaser\"\n            },\n            {\n                \"id\": \"7111504\",\n                \"name\": \"ZEUS Helmets\"\n            },\n            {\n                \"id\": \"18995900\",\n                \"name\": \"VAZ BETA\"\n            },\n            {\n                \"id\": \"45033490\",\n                \"name\": \"Booden\"\n            },\n            {\n                \"id\": \"4794289\",\n                \"name\": \"CKS\"\n            },\n            {\n                \"id\": \"13807028\",\n                \"name\": \"Sie7e\"\n            },\n            {\n                \"id\": \"159497\",\n                \"name\": \"VAZ\"\n            },\n            {\n                \"id\": \"19180093\",\n                \"name\": \"Etceter Power Brands Brilhante\"\n            },\n            {\n                \"id\": \"20053519\",\n                \"name\": \"FW3 ProTork LS2 AXXIS HELT X11 EBF\"\n            },\n            {\n                \"id\": \"15431081\",\n                \"name\": \"BMD\"\n            },\n            {\n                \"id\": \"7110748\",\n                \"name\": \"Tech X2\"\n            },\n            {\n                \"id\": \"18968311\",\n                \"name\": \"Ghira Motion\"\n            },\n            {\n                \"id\": \"42006760\",\n                \"name\": \"Vanecl\"\n            },\n            {\n                \"id\": \"2526479\",\n                \"name\": \"Scorpion\"\n            },\n            {\n                \"id\": \"24860389\",\n                \"name\": \"Integral\"\n            },\n            {\n                \"id\": \"37751147\",\n                \"name\": \"JUTANG\"\n            },\n            {\n                \"id\": \"7107767\",\n                \"name\": \"Rush Helmets\"\n            },\n            {\n                \"id\": \"462297\",\n                \"name\": \"Alpinestars\"\n            },\n            {\n                \"id\": \"16634320\",\n                \"name\": \"AXS\"\n            },\n            {\n                \"id\": \"161314\",\n                \"name\": \"Bomber\"\n            },\n            {\n                \"id\": \"54678986\",\n                \"name\": \"Homioce\"\n            },\n            {\n                \"id\": \"40617895\",\n                \"name\": \"Menta Shop\"\n            },\n            {\n                \"id\": \"926799\",\n                \"name\": \"Schuberth\"\n            },\n            {\n                \"id\": \"2786572\",\n                \"name\": \"Alessia\"\n            },\n            {\n                \"id\": \"243483\",\n                \"name\": \"Fila\"\n            },\n            {\n                \"id\": \"15922385\",\n                \"name\": \"Hi Speed\"\n            },\n            {\n                \"id\": \"1218168\",\n                \"name\": \"Benelli\"\n            },\n            {\n                \"id\": \"15242105\",\n                \"name\": \"Shark Helmets\"\n            },\n            {\n                \"id\": \"1182911\",\n                \"name\": \"NZI\"\n            },\n            {\n                \"id\": \"25135379\",\n                \"name\": \"Ecocina\"\n            },\n            {\n                \"id\": \"13613942\",\n                \"name\": \"FW3 Estilo ProTork LS2 AXXIS HELT\"\n            },\n            {\n                \"id\": \"19994807\",\n                \"name\": \"Micota\"\n            },\n            {\n                \"id\": \"2786969\",\n                \"name\": \"Gow\"\n            },\n            {\n                \"id\": \"7105340\",\n                \"name\": \"MT Helmets\"\n            },\n            {\n                \"id\": \"20024247\",\n                \"name\": \"Etceter ETC Original Retrô\"\n            },\n            {\n                \"id\": \"2678803\",\n                \"name\": \"Faseed\"\n            },\n            {\n                \"id\": \"19479772\",\n                \"name\": \"Mixs Protork Capacetes\"\n            },\n            {\n                \"id\": \"13791672\",\n                \"name\": \"EDGE HELMETS\"\n            },\n            {\n                \"id\": \"942095\",\n                \"name\": \"Max\"\n            },\n            {\n                \"id\": \"23416641\",\n                \"name\": \"T-lab\"\n            },\n            {\n                \"id\": \"35811296\",\n                \"name\": \"Luis\"\n            },\n            {\n                \"id\": \"7537250\",\n                \"name\": \"Norisk\"\n            },\n            {\n                \"id\": \"7109882\",\n                \"name\": \"Shiro Helmets\"\n            },\n            {\n                \"id\": \"4493251\",\n                \"name\": \"Elpra\"\n            },\n            {\n                \"id\": \"22552256\",\n                \"name\": \"3T-SISTER\"\n            },\n            {\n                \"id\": \"25681504\",\n                \"name\": \"Banna\"\n            },\n            {\n                \"id\": \"7083212\",\n                \"name\": \"Beon Helmets\"\n            },\n            {\n                \"id\": \"44010849\",\n                \"name\": \"Texx HJC\"\n            },\n            {\n                \"id\": \"24\",\n                \"name\": \"Taurus\"\n            },\n            {\n                \"id\": \"37553835\",\n                \"name\": \"Auto-aAtend\"\n            },\n            {\n                \"id\": \"124354\",\n                \"name\": \"Pro Tork\"\n            },\n            {\n                \"id\": \"13378586\",\n                \"name\": \"AGV ProTork LS2 AXXIS HELT X11\"\n            },\n            {\n                \"id\": \"13860638\",\n                \"name\": \"EDGE MOTORCYCLE PARTS AND\"\n            },\n            {\n                \"id\": \"17651605\",\n                \"name\": \"Kincebra\"\n            },\n            {\n                \"id\": \"35806312\",\n                \"name\": \"CORAZA\"\n            },\n            {\n                \"id\": \"26807970\",\n                \"name\": \"Vokoloo\"\n            },\n            {\n                \"id\": \"2872845\",\n                \"name\": \"GDR\"\n            },\n            {\n                \"id\": \"21250268\",\n                \"name\": \"Orthrus\"\n            },\n            {\n                \"id\": \"2347354\",\n                \"name\": \"Joe Rocket\"\n            },\n            {\n                \"id\": \"4202999\",\n                \"name\": \"Kinlley\"\n            },\n            {\n                \"id\": \"2786365\",\n                \"name\": \"Yohe\"\n            },\n            {\n                \"id\": \"2565015\",\n                \"name\": \"Mattos Racing\"\n            },\n            {\n                \"id\": \"18994436\",\n                \"name\": \"Mixs Masculino Feminino\"\n            },\n            {\n                \"id\": \"19262550\",\n                \"name\": \"Bigview\"\n            },\n            {\n                \"id\": \"159480\",\n                \"name\": \"MT\"\n            },\n            {\n                \"id\": \"926795\",\n                \"name\": \"Blauer\"\n            },\n            {\n                \"id\": \"2878203\",\n                \"name\": \"AW\"\n            },\n            {\n                \"id\": \"2553604\",\n                \"name\": \"Speed and Strength\"\n            },\n            {\n                \"id\": \"37291555\",\n                \"name\": \"NOSS\"\n            },\n            {\n                \"id\": \"13807656\",\n                \"name\": \"Shaft\"\n            },\n            {\n                \"id\": \"21216339\",\n                \"name\": \"Xtrong\"\n            },\n            {\n                \"id\": \"2690328\",\n                \"name\": \"R7\"\n            },\n            {\n                \"id\": \"23042845\",\n                \"name\": \"Mulheres Moto Lovers\"\n            },\n            {\n                \"id\": \"100619\",\n                \"name\": \"Sparco\"\n            },\n            {\n                \"id\": \"51413795\",\n                \"name\": \"Peels Bieffe\"\n            },\n            {\n                \"id\": \"13799118\",\n                \"name\": \"Xsports\"\n            },\n            {\n                \"id\": \"20913651\",\n                \"name\": \"Asecam\"\n            },\n            {\n                \"id\": \"14951513\",\n                \"name\": \"Pro Tork Protork Mixs Feminino\"\n            },\n            {\n                \"id\": \"2840234\",\n                \"name\": \"Lucca\"\n            },\n            {\n                \"id\": \"2565012\",\n                \"name\": \"IMS\"\n            },\n            {\n                \"id\": \"9230\",\n                \"name\": \"Triumph\"\n            },\n            {\n                \"id\": \"73039867\",\n                \"name\": \"modinha leve sistema baioneta\"\n            },\n            {\n                \"id\": \"338280\",\n                \"name\": \"CID\"\n            },\n            {\n                \"id\": \"4667305\",\n                \"name\": \"Avanzada\"\n            },\n            {\n                \"id\": \"39928347\",\n                \"name\": \"EchoArmor\"\n            },\n            {\n                \"id\": \"20013906\",\n                \"name\": \"Capacete Narigueira Para Moto Pro\"\n            },\n            {\n                \"id\": \"993798\",\n                \"name\": \"Outlaw\"\n            },\n            {\n                \"id\": \"65680447\",\n                \"name\": \"Zurbe\"\n            },\n            {\n                \"id\": \"276243\",\n                \"name\": \"Genérica\"\n            },\n            {\n                \"id\": \"246463\",\n                \"name\": \"Halcon\"\n            },\n            {\n                \"id\": \"18999979\",\n                \"name\": \"skark\"\n            },\n            {\n                \"id\": \"2785957\",\n                \"name\": \"Wind\"\n            },\n            {\n                \"id\": \"14226817\",\n                \"name\": \"Br101\"\n            },\n            {\n                \"id\": \"35573901\",\n                \"name\": \"Erok Helmets\"\n            },\n            {\n                \"id\": \"2786006\",\n                \"name\": \"ZPF\"\n            },\n            {\n                \"id\": \"16091952\",\n                \"name\": \"X-sports\"\n            },\n            {\n                \"id\": \"15309634\",\n                \"name\": \"Ls2 Helmets\"\n            },\n            {\n                \"id\": \"27652813\",\n                \"name\": \"zarref\"\n            },\n            {\n                \"id\": \"52250202\",\n                \"name\": \"GUSBOY\"\n            },\n            {\n                \"id\": \"22251943\",\n                \"name\": \"VIPOWER\"\n            },\n            {\n                \"id\": \"20372053\",\n                \"name\": \"Mixs Tipo Ls2 Axxis Protork\"\n            },\n            {\n                \"id\": \"2646843\",\n                \"name\": \"BeOne\"\n            },\n            {\n                \"id\": \"7110302\",\n                \"name\": \"SMK Helmets\"\n            },\n            {\n                \"id\": \"66352\",\n                \"name\": \"BMW\"\n            },\n            {\n                \"id\": \"46330139\",\n                \"name\": \"BUHOO\"\n            },\n            {\n                \"id\": \"18391053\",\n                \"name\": \"Iron Racing\"\n            },\n            {\n                \"id\": \"50644534\",\n                \"name\": \"AUTODIAG\"\n            },\n            {\n                \"id\": \"6824902\",\n                \"name\": \"IMS Racing\"\n            },\n            {\n                \"id\": \"766254\",\n                \"name\": \"Troy Lee\"\n            },\n            {\n                \"id\": \"27463953\",\n                \"name\": \"NACERDEPIE\"\n            },\n            {\n                \"id\": \"16126634\",\n                \"name\": \"NOMARCA\"\n            },\n            {\n                \"id\": \"14999673\",\n                \"name\": \"LUCCA CUSTOMS HELMETS\"\n            },\n            {\n                \"id\": \"29587449\",\n                \"name\": \"Nolan Technology\"\n            },\n            {\n                \"id\": \"22825348\",\n                \"name\": \"MOTO REPUESTOS MONTERREY\"\n            },\n            {\n                \"id\": \"16926233\",\n                \"name\": \"Taurus Helmets\"\n            },\n            {\n                \"id\": \"14215311\",\n                \"name\": \"Capacetes Protork Mixs Jett Etceter\"\n            },\n            {\n                \"id\": \"17513923\",\n                \"name\": \"MOTO SKY Com Selo do INMETRO\"\n            },\n            {\n                \"id\": \"16068670\",\n                \"name\": \"RMM\"\n            },\n            {\n                \"id\": \"49049816\",\n                \"name\": \"Pro Tork, San Marino, Norisk\"\n            },\n            {\n                \"id\": \"20273879\",\n                \"name\": \"Etceter Moto Original\"\n            },\n            {\n                \"id\": \"2536456\",\n                \"name\": \"Torc\"\n            },\n            {\n                \"id\": \"123429\",\n                \"name\": \"Nolan\"\n            },\n            {\n                \"id\": \"766248\",\n                \"name\": \"Bell\"\n            },\n            {\n                \"id\": \"37751014\",\n                \"name\": \"MOAIHE\"\n            },\n            {\n                \"id\": \"2553576\",\n                \"name\": \"Kov\"\n            },\n            {\n                \"id\": \"4346388\",\n                \"name\": \"Vertigo\"\n            },\n            {\n                \"id\": \"13813669\",\n                \"name\": \"Marca\"\n            },\n            {\n                \"id\": \"2474205\",\n                \"name\": \"UFO\"\n            },\n            {\n                \"id\": \"21656785\",\n                \"name\": \"Yema Helmet\"\n            },\n            {\n                \"id\": \"2474204\",\n                \"name\": \"Origine\"\n            },\n            {\n                \"id\": \"5294907\",\n                \"name\": \"Urban\"\n            },\n            {\n                \"id\": \"19347123\",\n                \"name\": \"Pro Tork Mixs Motoqueiro\"\n            },\n            {\n                \"id\": \"16369502\",\n                \"name\": \"Etceter Café Racer Old School\"\n            },\n            {\n                \"id\": \"3957521\",\n                \"name\": \"Plastcor\"\n            },\n            {\n                \"id\": \"24239094\",\n                \"name\": \"Half\"\n            },\n            {\n                \"id\": \"2536446\",\n                \"name\": \"Rocket Force\"\n            },\n            {\n                \"id\": \"20272371\",\n                \"name\": \"Peels Axxis MT Fw3 Helt Bieffe\"\n            },\n            {\n                \"id\": \"2844531\",\n                \"name\": \"UFX\"\n            },\n            {\n                \"id\": \"9237203\",\n                \"name\": \"Charrua\"\n            },\n            {\n                \"id\": \"16979777\",\n                \"name\": \"Urban Helmets\"\n            },\n            {\n                \"id\": \"21250270\",\n                \"name\": \"HX-HELMET\"\n            },\n            {\n                \"id\": \"124383\",\n                \"name\": \"EBF\"\n            },\n            {\n                \"id\": \"26734546\",\n                \"name\": \"PUNKZZ\"\n            },\n            {\n                \"id\": \"380885\",\n                \"name\": \"Royal Enfield\"\n            },\n            {\n                \"id\": \"17424107\",\n                \"name\": \"Exoskeleton\"\n            },\n            {\n                \"id\": \"41472\",\n                \"name\": \"Red Nose\"\n            },\n            {\n                \"id\": \"2833483\",\n                \"name\": \"Luatek\"\n            },\n            {\n                \"id\": \"13792026\",\n                \"name\": \"ICH\"\n            },\n            {\n                \"id\": \"252198\",\n                \"name\": \"Just1\"\n            },\n            {\n                \"id\": \"19976085\",\n                \"name\": \"Axxis LS2 Helt FW3 X11 Norisk\"\n            },\n            {\n                \"id\": \"3677157\",\n                \"name\": \"Army\"\n            },\n            {\n                \"id\": \"21656780\",\n                \"name\": \"1storm\"\n            },\n            {\n                \"id\": \"16001923\",\n                \"name\": \"Orthrus Helmets\"\n            },\n            {\n                \"id\": \"2499739\",\n                \"name\": \"Fox Racing\"\n            },\n            {\n                \"id\": \"13799922\",\n                \"name\": \"Pro Tork LS2 AXXIS NORISK X11 Helt\"\n            },\n            {\n                \"id\": \"2629209\",\n                \"name\": \"Tork\"\n            },\n            {\n                \"id\": \"13204664\",\n                \"name\": \"Sertões\"\n            },\n            {\n                \"id\": \"1182896\",\n                \"name\": \"Acerbis\"\n            },\n            {\n                \"id\": \"964321\",\n                \"name\": \"Tech\"\n            },\n            {\n                \"id\": \"123407\",\n                \"name\": \"Bieffe\"\n            },\n            {\n                \"id\": \"17593551\",\n                \"name\": \"Pro Tork Protork Etceter Seven\"\n            },\n            {\n                \"id\": \"9210737\",\n                \"name\": \"Makeda\"\n            },\n            {\n                \"id\": \"44674513\",\n                \"name\": \"ZAIHUA\"\n            },\n            {\n                \"id\": \"17611598\",\n                \"name\": \"Original Personalizado Motoqueiro\"\n            },\n            {\n                \"id\": \"14775\",\n                \"name\": \"Mormaii\"\n            },\n            {\n                \"id\": \"48498800\",\n                \"name\": \"SEOLON\"\n            },\n            {\n                \"id\": \"24375218\",\n                \"name\": \"GP23\"\n            },\n            {\n                \"id\": \"20620081\",\n                \"name\": \"Sk Performance\"\n            },\n            {\n                \"id\": \"17513925\",\n                \"name\": \"Mixs Pro Tork Racing\"\n            },\n            {\n                \"id\": \"7730930\",\n                \"name\": \"HJC Helmets\"\n            },\n            {\n                \"id\": \"2481777\",\n                \"name\": \"X11\"\n            },\n            {\n                \"id\": \"15173270\",\n                \"name\": \"Lynx Produções\"\n            },\n            {\n                \"id\": \"38550316\",\n                \"name\": \"Skyice\"\n            },\n            {\n                \"id\": \"57221190\",\n                \"name\": \"LIPENG\"\n            },\n            {\n                \"id\": \"37626334\",\n                \"name\": \"QILIN\"\n            },\n            {\n                \"id\": \"2336961\",\n                \"name\": \"Airoh\"\n            },\n            {\n                \"id\": \"27396730\",\n                \"name\": \"HUHU\"\n            },\n            {\n                \"id\": \"2553586\",\n                \"name\": \"LEM\"\n            },\n            {\n                \"id\": \"25475961\",\n                \"name\": \"Aumotop\"\n            },\n            {\n                \"id\": \"5681033\",\n                \"name\": \"Unitoys\"\n            },\n            {\n                \"id\": \"55347953\",\n                \"name\": \"ADMOTUL\"\n            },\n            {\n                \"id\": \"46122637\",\n                \"name\": \"ALIANZA FUERTE\"\n            },\n            {\n                \"id\": \"36848\",\n                \"name\": \"Lazer\"\n            },\n            {\n                \"id\": \"130303\",\n                \"name\": \"Helt\"\n            },\n            {\n                \"id\": \"10470343\",\n                \"name\": \"Ipone\"\n            },\n            {\n                \"id\": \"246469\",\n                \"name\": \"Suomy\"\n            },\n            {\n                \"id\": \"14261880\",\n                \"name\": \"Mattos\"\n            },\n            {\n                \"id\": \"11443728\",\n                \"name\": \"Veloci\"\n            },\n            {\n                \"id\": \"13378344\",\n                \"name\": \"GP Tech\"\n            },\n            {\n                \"id\": \"12080640\",\n                \"name\": \"Paramotos\"\n            },\n            {\n                \"id\": \"17611648\",\n                \"name\": \"Etceter Evolution G8 Evo\"\n            },\n            {\n                \"id\": \"16305570\",\n                \"name\": \"Etceter ETC Original De Motocicleta\"\n            },\n            {\n                \"id\": \"13500307\",\n                \"name\": \"ASX\"\n            },\n            {\n                \"id\": \"17348969\",\n                \"name\": \"Pro Tork Protork Stealth Sportbay\"\n            },\n            {\n                \"id\": \"38481042\",\n                \"name\": \"BLUEMOS\"\n            },\n            {\n                \"id\": \"3346629\",\n                \"name\": \"Spartan\"\n            },\n            {\n                \"id\": \"57958009\",\n                \"name\": \"VRECASE\"\n            },\n            {\n                \"id\": \"20272609\",\n                \"name\": \"Pro Tork Protork Mixs Mulher\"\n            },\n            {\n                \"id\": \"505273\",\n                \"name\": \"Italika\"\n            },\n            {\n                \"id\": \"2559291\",\n                \"name\": \"Race Tech\"\n            },\n            {\n                \"id\": \"16031748\",\n                \"name\": \"Fitpro\"\n            },\n            {\n                \"id\": \"16430701\",\n                \"name\": \"Haus Depot\"\n            },\n            {\n                \"id\": \"17348976\",\n                \"name\": \"Pro Tork LS2 HELT X11 NORISK AGV\"\n            },\n            {\n                \"id\": \"14790976\",\n                \"name\": \"X-one\"\n            },\n            {\n                \"id\": \"7082427\",\n                \"name\": \"Arai Helmet\"\n            },\n            {\n                \"id\": \"13627173\",\n                \"name\": \"EBF Protork FW3 Ls2 AGV Taurus\"\n            },\n            {\n                \"id\": \"3224545\",\n                \"name\": \"GHB\"\n            },\n            {\n                \"id\": \"53778688\",\n                \"name\": \"DESITADESI\"\n            },\n            {\n                \"id\": \"16369498\",\n                \"name\": \"Pro Tork Protork Etceter Etc Mixs\"\n            },\n            {\n                \"id\": \"18724973\",\n                \"name\": \"HLN\"\n            },\n            {\n                \"id\": \"16067349\",\n                \"name\": \"ILM\"\n            },\n            {\n                \"id\": \"2574252\",\n                \"name\": \"Grex\"\n            },\n            {\n                \"id\": \"22549523\",\n                \"name\": \"Capacete FW3\"\n            },\n            {\n                \"id\": \"22971620\",\n                \"name\": \"LS2 Shark axxis norisk agv helt\"\n            },\n            {\n                \"id\": \"2313904\",\n                \"name\": \"GP\"\n            },\n            {\n                \"id\": \"18737654\",\n                \"name\": \"SMK\"\n            },\n            {\n                \"id\": \"13510572\",\n                \"name\": \"Jhow Adesivos\"\n            },\n            {\n                \"id\": \"34882635\",\n                \"name\": \"Hocosit\"\n            },\n            {\n                \"id\": \"21703506\",\n                \"name\": \"Líder Fit\"\n            },\n            {\n                \"id\": \"21401660\",\n                \"name\": \"Race Track\"\n            },\n            {\n                \"id\": \"276136\",\n                \"name\": \"HJC\"\n            },\n            {\n                \"id\": \"3364763\",\n                \"name\": \"Sayto\"\n            },\n            {\n                \"id\": \"6753476\",\n                \"name\": \"Polisport\"\n            },\n            {\n                \"id\": \"763275\",\n                \"name\": \"Edge\"\n            },\n            {\n                \"id\": \"19391282\",\n                \"name\": \"Mixs Pro Tork Fw3 Axxis\"\n            },\n            {\n                \"id\": \"28634554\",\n                \"name\": \"Remo Helmet\"\n            },\n            {\n                \"id\": \"277361\",\n                \"name\": \"Hawk\"\n            },\n            {\n                \"id\": \"123398\",\n                \"name\": \"AGV\"\n            },\n            {\n                \"id\": \"21982238\",\n                \"name\": \"nx-helmet\"\n            },\n            {\n                \"id\": \"428791\",\n                \"name\": \"MAC\"\n            },\n            {\n                \"id\": \"15407406\",\n                \"name\": \"Etceter ETC Original Retrô Harley\"\n            },\n            {\n                \"id\": \"45135033\",\n                \"name\": \"Kazioni\"\n            },\n            {\n                \"id\": \"47914353\",\n                \"name\": \"Deylinghs\"\n            },\n            {\n                \"id\": \"46299531\",\n                \"name\": \"SOFIAIJTG\"\n            },\n            {\n                \"id\": \"2566595\",\n                \"name\": \"Shox\"\n            },\n            {\n                \"id\": \"101354\",\n                \"name\": \"Fly\"\n            },\n            {\n                \"id\": \"20789\",\n                \"name\": \"Shark\"\n            },\n            {\n                \"id\": \"11152347\",\n                \"name\": \"Gaon\"\n            },\n            {\n                \"id\": \"3477310\",\n                \"name\": \"Elleven\"\n            },\n            {\n                \"id\": \"2642690\",\n                \"name\": \"Arex\"\n            },\n            {\n                \"id\": \"46525\",\n                \"name\": \"Fortrek\"\n            },\n            {\n                \"id\": \"20308906\",\n                \"name\": \"Helt / Yohe\"\n            },\n            {\n                \"id\": \"21703710\",\n                \"name\": \"Sky Personal\"\n            },\n            {\n                \"id\": \"2521620\",\n                \"name\": \"Shift\"\n            },\n            {\n                \"id\": \"20139590\",\n                \"name\": \"EBF Axxis Ls2 Helt Fw3 Taurus\"\n            },\n            {\n                \"id\": \"2740010\",\n                \"name\": \"HD\"\n            },\n            {\n                \"id\": \"1138948\",\n                \"name\": \"Sleek\"\n            },\n            {\n                \"id\": \"17690493\",\n                \"name\": \"WKL\"\n            },\n            {\n                \"id\": \"274248\",\n                \"name\": \"Caberg\"\n            },\n            {\n                \"id\": \"9845410\",\n                \"name\": \"Kontrol\"\n            },\n            {\n                \"id\": \"45192047\",\n                \"name\": \"MOOAOO\"\n            },\n            {\n                \"id\": \"107894\",\n                \"name\": \"Fox\"\n            },\n            {\n                \"id\": \"979394\",\n                \"name\": \"Shiro\"\n            },\n            {\n                \"id\": \"18123349\",\n                \"name\": \"Answer\"\n            },\n            {\n                \"id\": \"13791474\",\n                \"name\": \"HAX\"\n            },\n            {\n                \"id\": \"28613956\",\n                \"name\": \"Urpow\"\n            },\n            {\n                \"id\": \"7082012\",\n                \"name\": \"Answer Racing\"\n            },\n            {\n                \"id\": \"12946873\",\n                \"name\": \"Cora\"\n            },\n            {\n                \"id\": \"15457907\",\n                \"name\": \"ProTork LS2 AXXIS HELT FW3 X11\"\n            },\n            {\n                \"id\": \"20291728\",\n                \"name\": \"Etceter Custons Street Urban Urbano\"\n            },\n            {\n                \"id\": \"1182914\",\n                \"name\": \"Okinoi\"\n            },\n            {\n                \"id\": \"28696431\",\n                \"name\": \"BABEFAS\"\n            },\n            {\n                \"id\": \"5219103\",\n                \"name\": \"CRM\"\n            },\n            {\n                \"id\": \"10234528\",\n                \"name\": \"Xiird\"\n            },\n            {\n                \"id\": \"12233527\",\n                \"name\": \"ArtBox3d\"\n            },\n            {\n                \"id\": \"9836\",\n                \"name\": \"Foston\"\n            },\n            {\n                \"id\": \"13791504\",\n                \"name\": \"Ghira\"\n            },\n            {\n                \"id\": \"2584325\",\n                \"name\": \"Protec\"\n            },\n            {\n                \"id\": \"13774398\",\n                \"name\": \"Mixs Pro Tork Fw3 Axxis LS2\"\n            },\n            {\n                \"id\": \"46884365\",\n                \"name\": \"ALIMULATALIMULAT\"\n            },\n            {\n                \"id\": \"27677548\",\n                \"name\": \"Treck\"\n            },\n            {\n                \"id\": \"2660375\",\n                \"name\": \"Troy Lee Designs\"\n            },\n            {\n                \"id\": \"2343726\",\n                \"name\": \"Biltwell\"\n            },\n            {\n                \"id\": \"18927072\",\n                \"name\": \"Taff Racing\"\n            },\n            {\n                \"id\": \"14215327\",\n                \"name\": \"Jc Plus\"\n            },\n            {\n                \"id\": \"2867588\",\n                \"name\": \"Jett\"\n            },\n            {\n                \"id\": \"14900359\",\n                \"name\": \"Peko\"\n            },\n            {\n                \"id\": \"2368601\",\n                \"name\": \"Givi\"\n            },\n            {\n                \"id\": \"2439930\",\n                \"name\": \"X-lite\"\n            },\n            {\n                \"id\": \"28647972\",\n                \"name\": \"Kistorm\"\n            },\n            {\n                \"id\": \"44625568\",\n                \"name\": \"ALSONEW\"\n            },\n            {\n                \"id\": \"15407445\",\n                \"name\": \"RT\"\n            },\n            {\n                \"id\": \"14407527\",\n                \"name\": \"Motosky\"\n            },\n            {\n                \"id\": \"285819\",\n                \"name\": \"Atrio\"\n            },\n            {\n                \"id\": \"2553594\",\n                \"name\": \"R7 Racing\"\n            },\n            {\n                \"id\": \"21322689\",\n                \"name\": \"Veloci Motors\"\n            },\n            {\n                \"id\": \"45975144\",\n                \"name\": \"VGV HELMETS\"\n            },\n            {\n                \"id\": \"7084468\",\n                \"name\": \"EBF Capacetes\"\n            },\n            {\n                \"id\": \"14232561\",\n                \"name\": \"Geral\"\n            },\n            {\n                \"id\": \"2786359\",\n                \"name\": \"Mixs\"\n            },\n            {\n                \"id\": \"13798871\",\n                \"name\": \"Taff\"\n            },\n            {\n                \"id\": \"18060109\",\n                \"name\": \"Protork Mixs Caracol Mulher\"\n            },\n            {\n                \"id\": \"2559287\",\n                \"name\": \"Lucca Customs\"\n            },\n            {\n                \"id\": \"17484704\",\n                \"name\": \"Etceter Capacetes Fechados Preto\"\n            },\n            {\n                \"id\": \"48972983\",\n                \"name\": \"SEVS\"\n            },\n            {\n                \"id\": \"4848647\",\n                \"name\": \"Steelflex\"\n            },\n            {\n                \"id\": \"7106326\",\n                \"name\": \"NZI Helmets\"\n            },\n            {\n                \"id\": \"21804761\",\n                \"name\": \"Daytona Helmets\"\n            },\n            {\n                \"id\": \"46629484\",\n                \"name\": \"Verigo\"\n            },\n            {\n                \"id\": \"66756685\",\n                \"name\": \"Lotse Ecom Lex\"\n            },\n            {\n                \"id\": \"45977402\",\n                \"name\": \"VAVICHICA\"\n            },\n            {\n                \"id\": \"60559\",\n                \"name\": \"Honda\"\n            },\n            {\n                \"id\": \"17651553\",\n                \"name\": \"Kazome\"\n            },\n            {\n                \"id\": \"2564997\",\n                \"name\": \"ASW\"\n            },\n            {\n                \"id\": \"2669360\",\n                \"name\": \"Leatt\"\n            },\n            {\n                \"id\": \"2553549\",\n                \"name\": \"Gmax\"\n            },\n            {\n                \"id\": \"7083179\",\n                \"name\": \"Bell Helmets\"\n            },\n            {\n                \"id\": \"36687543\",\n                \"name\": \"XBULL\"\n            },\n            {\n                \"id\": \"2405431\",\n                \"name\": \"Nexx\"\n            },\n            {\n                \"id\": \"36530395\",\n                \"name\": \"Vasoyo\"\n            },\n            {\n                \"id\": \"243266\",\n                \"name\": \"Beon\"\n            },\n            {\n                \"id\": \"4027134\",\n                \"name\": \"Daytona Helmet\"\n            },\n            {\n                \"id\": \"2382051\",\n                \"name\": \"Momo\"\n            },\n            {\n                \"id\": \"243261\",\n                \"name\": \"VCAN\"\n            },\n            {\n                \"id\": \"2352329\",\n                \"name\": \"Vega\"\n            },\n            {\n                \"id\": \"2598411\",\n                \"name\": \"Yema\"\n            }\n        ],\n        \"tooltip\": \"É o nome da empresa que cria o produto.\",\n        \"example\": \"LS2\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\",\n        \"hint\": \"Informe a marca verdadeira do produto ou 'Genérica' se não tiver marca.\"\n    },\n    {\n        \"id\": \"LINE\",\n        \"name\": \"Linha\",\n        \"tags\": {},\n        \"hierarchy\": \"PARENT_PK\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"tooltip\": \"Indica a série ou grupo do produto de acordo com a classificação da marca ou fabricante, por exemplo: a linha “111” da marca “xxx” agrupa diferentes modelos de produtos.\",\n        \"example\": \"Liberty\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"MODEL\",\n        \"name\": \"Modelo\",\n        \"tags\": {\n            \"catalog_required\": true,\n            \"required\": true\n        },\n        \"hierarchy\": \"PARENT_PK\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"tooltip\": \"É o nome específico do produto.\",\n        \"example\": \"FF358\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"ALPHANUMERIC_MODEL\",\n        \"name\": \"Modelo alfanumérico\",\n        \"tags\": {},\n        \"hierarchy\": \"PARENT_PK\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"tooltip\": \"É um código que combina letras e números. Você pode encontrá-lo na embalagem ou na documentação do produto.\",\n        \"example\": \"ATX/105F\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"COLOR\",\n        \"name\": \"Cor\",\n        \"tags\": {\n            \"allow_variations\": true,\n            \"defines_picture\": true,\n            \"required\": true\n        },\n        \"hierarchy\": \"CHILD_PK\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"values\": [\n            {\n                \"id\": \"39178328\",\n                \"name\": \"Lilás\"\n            },\n            {\n                \"id\": \"19879120\",\n                \"name\": \"Preto Fosco / Marrom\"\n            },\n            {\n                \"id\": \"56581365\",\n                \"name\": \"Preto Fosco A11\"\n            },\n            {\n                \"id\": \"4039661\",\n                \"name\": \"Verde-brilhante\"\n            },\n            {\n                \"id\": \"17011151\",\n                \"name\": \"Verde/Vermelho/Preto\"\n            },\n            {\n                \"id\": \"17067676\",\n                \"name\": \"Retrô - Fosco\"\n            },\n            {\n                \"id\": \"16182517\",\n                \"name\": \"Amarelo-Azul\"\n            },\n            {\n                \"id\": \"50011219\",\n                \"name\": \"Prata Com Viseira Fume\"\n            },\n            {\n                \"id\": \"22640837\",\n                \"name\": \"Verde Neon/Alta visibilidade/Preto\"\n            },\n            {\n                \"id\": \"18998438\",\n                \"name\": \"Preto Brilhante-Rosa/Azul\"\n            },\n            {\n                \"id\": \"19444593\",\n                \"name\": \"Azul/Preto Wave\"\n            },\n            {\n                \"id\": \"3159919\",\n                \"name\": \"Verde-militar\"\n            },\n            {\n                \"id\": \"11083452\",\n                \"name\": \"Blue/White/Orange\"\n            },\n            {\n                \"id\": \"65205589\",\n                \"name\": \"Panther Sv punch c7\"\n            },\n            {\n                \"id\": \"19384654\",\n                \"name\": \"Verde fosco blaze\"\n            },\n            {\n                \"id\": \"18026436\",\n                \"name\": \"Preto Fosco com Prata\"\n            },\n            {\n                \"id\": \"22096491\",\n                \"name\": \"Azul Claro - Verde\"\n            },\n            {\n                \"id\": \"4713486\",\n                \"name\": \"Preto/Branco/Azul/Vermelho\"\n            },\n            {\n                \"id\": \"18247215\",\n                \"name\": \"New Ghost - Vermelho Fosco\"\n            },\n            {\n                \"id\": \"4993842\",\n                \"name\": \"Preto/Azul-fosco\"\n            },\n            {\n                \"id\": \"20485416\",\n                \"name\": \"Top Gun Azul Fosco e Vermelho\"\n            },\n            {\n                \"id\": \"18994348\",\n                \"name\": \"Azul Fosco com Amarelo\"\n            },\n            {\n                \"id\": \"17078758\",\n                \"name\": \"Rosa - lilás\"\n            },\n            {\n                \"id\": \"20405328\",\n                \"name\": \"Skid Preto Fosco Amarelo\"\n            },\n            {\n                \"id\": \"16089299\",\n                \"name\": \"Amarelo/Preto\"\n            },\n            {\n                \"id\": \"13442218\",\n                \"name\": \"Preto e branco\"\n            },\n            {\n                \"id\": \"65587292\",\n                \"name\": \"XL 61-62\"\n            },\n            {\n                \"id\": \"97996\",\n                \"name\": \"Azul/Amarelo\"\n            },\n            {\n                \"id\": \"19456978\",\n                \"name\": \"Preto Brilhante Grafite\"\n            },\n            {\n                \"id\": \"19066918\",\n                \"name\": \"Monocolor White / Branco Brilho\"\n            },\n            {\n                \"id\": \"17666813\",\n                \"name\": \"Bordô Solid\"\n            },\n            {\n                \"id\": \"7316187\",\n                \"name\": \"Carbon\"\n            },\n            {\n                \"id\": \"2806899\",\n                \"name\": \"Memphis\"\n            },\n            {\n                \"id\": \"18060114\",\n                \"name\": \"Tifany agua rosa\"\n            },\n            {\n                \"id\": \"20405283\",\n                \"name\": \"EVEREST PRETO VERMELHO\"\n            },\n            {\n                \"id\": \"59405\",\n                \"name\": \"Branco/Azul\"\n            },\n            {\n                \"id\": \"6915198\",\n                \"name\": \"Pink/Branco\"\n            },\n            {\n                \"id\": \"20072227\",\n                \"name\": \"GTN R1 - Amarelo\"\n            },\n            {\n                \"id\": \"13582503\",\n                \"name\": \"Variado\"\n            },\n            {\n                \"id\": \"41929654\",\n                \"name\": \"Preto Fosco/Vermelho\"\n            },\n            {\n                \"id\": \"6202084\",\n                \"name\": \"Amarelo/Azul/Branco\"\n            },\n            {\n                \"id\": \"6453156\",\n                \"name\": \"Carbon/Blue/Red\"\n            },\n            {\n                \"id\": \"94310\",\n                \"name\": \"Verde/Cinza\"\n            },\n            {\n                \"id\": \"19140346\",\n                \"name\": \"Preto-Branco-Laranja\"\n            },\n            {\n                \"id\": \"283157\",\n                \"name\": \"Verde-limão\"\n            },\n            {\n                \"id\": \"20466863\",\n                \"name\": \"Preto Brilho / Laranja\"\n            },\n            {\n                \"id\": \"5485683\",\n                \"name\": \"White gloss\"\n            },\n            {\n                \"id\": \"18995442\",\n                \"name\": \"SOLID AZUL VERMELHO\"\n            },\n            {\n                \"id\": \"20053387\",\n                \"name\": \"Preto Chumbo Fosco com Azul\"\n            },\n            {\n                \"id\": \"3801470\",\n                \"name\": \"Multicolor\"\n            },\n            {\n                \"id\": \"19939005\",\n                \"name\": \"Azul/Vermelho-fosco\"\n            },\n            {\n                \"id\": \"19156045\",\n                \"name\": \"Verde Militar Fosco\"\n            },\n            {\n                \"id\": \"15407517\",\n                \"name\": \"Laranja (NS6)\"\n            },\n            {\n                \"id\": \"13465693\",\n                \"name\": \"Azul Ciano Fosco / Cinza\"\n            },\n            {\n                \"id\": \"19879015\",\n                \"name\": \"CINZA BRILHO - PINK\"\n            },\n            {\n                \"id\": \"33321989\",\n                \"name\": \"Grafite com Vermelho\"\n            },\n            {\n                \"id\": \"20037389\",\n                \"name\": \"Alemanha\"\n            },\n            {\n                \"id\": \"62169804\",\n                \"name\": \"Panther Sv Thorn B3 Amarelo Brilhante\"\n            },\n            {\n                \"id\": \"16811321\",\n                \"name\": \"laranja-preto\"\n            },\n            {\n                \"id\": \"19180119\",\n                \"name\": \"Amarelo Titanium Fosco\"\n            },\n            {\n                \"id\": \"17602413\",\n                \"name\": \"Azul E Vermelho Fosco\"\n            },\n            {\n                \"id\": \"16260850\",\n                \"name\": \"Preto com pink\"\n            },\n            {\n                \"id\": \"17533777\",\n                \"name\": \"Preto com Magenta\"\n            },\n            {\n                \"id\": \"20072414\",\n                \"name\": \"Veloxer - Orange\"\n            },\n            {\n                \"id\": \"15665522\",\n                \"name\": \"Army rosa\"\n            },\n            {\n                \"id\": \"19093125\",\n                \"name\": \"Amarelo Brilho\"\n            },\n            {\n                \"id\": \"58755932\",\n                \"name\": \"Azul Fosco com Preto\"\n            },\n            {\n                \"id\": \"71520973\",\n                \"name\": \"Preto Lilas Rosa\"\n            },\n            {\n                \"id\": \"4645647\",\n                \"name\": \"Preto-fosco/Ouro\"\n            },\n            {\n                \"id\": \"15928105\",\n                \"name\": \"Negro Laranja Fluorescente\"\n            },\n            {\n                \"id\": \"17533773\",\n                \"name\": \"Preto E0X\"\n            },\n            {\n                \"id\": \"6421930\",\n                \"name\": \"Preto brilhante/Laranja\"\n            },\n            {\n                \"id\": \"19976096\",\n                \"name\": \"Red/Blue (Brilhante)\"\n            },\n            {\n                \"id\": \"18996315\",\n                \"name\": \"CATRINA - PRETO FOSCO E GRAFITE\"\n            },\n            {\n                \"id\": \"19293141\",\n                \"name\": \"Preto Perolado com Branco\"\n            },\n            {\n                \"id\": \"55125753\",\n                \"name\": \"GP RACER\"\n            },\n            {\n                \"id\": \"4508990\",\n                \"name\": \"Preto/Roxo\"\n            },\n            {\n                \"id\": \"20341958\",\n                \"name\": \"Laranja Fluor Fosco com Preto\"\n            },\n            {\n                \"id\": \"51994\",\n                \"name\": \"Rosa\"\n            },\n            {\n                \"id\": \"7882699\",\n                \"name\": \"Limecycle\"\n            },\n            {\n                \"id\": \"5296953\",\n                \"name\": \"Grey black\"\n            },\n            {\n                \"id\": \"2923553\",\n                \"name\": \"Vermelho/Azul/Branco\"\n            },\n            {\n                \"id\": \"46680836\",\n                \"name\": \"Azul/Rosa\"\n            },\n            {\n                \"id\": \"13240580\",\n                \"name\": \"Grafite\"\n            },\n            {\n                \"id\": \"19583475\",\n                \"name\": \"Azul Brilho\"\n            },\n            {\n                \"id\": \"25975716\",\n                \"name\": \"Fluor/Azul\"\n            },\n            {\n                \"id\": \"18993699\",\n                \"name\": \"cross preto-fosco\"\n            },\n            {\n                \"id\": \"19000519\",\n                \"name\": \"Supra - Ace Azul/vermelho\"\n            },\n            {\n                \"id\": \"35888362\",\n                \"name\": \"Azul Camuflado Fosco\"\n            },\n            {\n                \"id\": \"52036\",\n                \"name\": \"Lavanda\"\n            },\n            {\n                \"id\": \"7836446\",\n                \"name\": \"Matt black/Anthracite\"\n            },\n            {\n                \"id\": \"14411256\",\n                \"name\": \"Azul Metálico\"\n            },\n            {\n                \"id\": \"114652\",\n                \"name\": \"Preto liso\"\n            },\n            {\n                \"id\": \"10141222\",\n                \"name\": \"Magenta/Branco\"\n            },\n            {\n                \"id\": \"3109124\",\n                \"name\": \"Fantasia\"\n            },\n            {\n                \"id\": \"62132012\",\n                \"name\": \"Azul Metalizado Fosco\"\n            },\n            {\n                \"id\": \"54785628\",\n                \"name\": \"A1 PRETO BRILHANTE\"\n            },\n            {\n                \"id\": \"65318117\",\n                \"name\": \"Roxo Metalizado com Vermelho\"\n            },\n            {\n                \"id\": \"54702197\",\n                \"name\": \"Preto Cinza Amarelo Brilho\"\n            },\n            {\n                \"id\": \"14328580\",\n                \"name\": \"Preto Black\"\n            },\n            {\n                \"id\": \"17602834\",\n                \"name\": \"Preto Strategy\"\n            },\n            {\n                \"id\": \"20291329\",\n                \"name\": \"Branco Perolado com Grafite\"\n            },\n            {\n                \"id\": \"43978750\",\n                \"name\": \"Amarelo-brilhante\"\n            },\n            {\n                \"id\": \"20053391\",\n                \"name\": \"PRETO/CINZA/AMAR FLUOR\"\n            },\n            {\n                \"id\": \"44625087\",\n                \"name\": \"Slive\"\n            },\n            {\n                \"id\": \"16552257\",\n                \"name\": \"PINK/AZUL FOSCO\"\n            },\n            {\n                \"id\": \"17666425\",\n                \"name\": \"Rosa Dourado Fosco\"\n            },\n            {\n                \"id\": \"72837374\",\n                \"name\": \"Allegro Soul - Preto Fosco com Rubro\"\n            },\n            {\n                \"id\": \"15835352\",\n                \"name\": \"GTN SUPER - Azul com Vermelho\"\n            },\n            {\n                \"id\": \"11083458\",\n                \"name\": \"Carbon/Blue/Yellow\"\n            },\n            {\n                \"id\": \"21140955\",\n                \"name\": \"Cinza com Pink\"\n            },\n            {\n                \"id\": \"16369525\",\n                \"name\": \"Branco Perolizado Grafite\"\n            },\n            {\n                \"id\": \"7057360\",\n                \"name\": \"Especial\"\n            },\n            {\n                \"id\": \"17067665\",\n                \"name\": \"BITWELVE BRANCO VERMELHO\"\n            },\n            {\n                \"id\": \"4397167\",\n                \"name\": \"Azul cinza\"\n            },\n            {\n                \"id\": \"18996074\",\n                \"name\": \"NAKED PRETO VERMELHO FOSCO\"\n            },\n            {\n                \"id\": \"65199180\",\n                \"name\": \"Iridium Vermelho\"\n            },\n            {\n                \"id\": \"18956299\",\n                \"name\": \"Preto-Bege\"\n            },\n            {\n                \"id\": \"6076319\",\n                \"name\": \"Blue/Orange\"\n            },\n            {\n                \"id\": \"34533095\",\n                \"name\": \"TUROK FÚCSIA\"\n            },\n            {\n                \"id\": \"22552268\",\n                \"name\": \"Preto a rosa\"\n            },\n            {\n                \"id\": \"18060236\",\n                \"name\": \"PRETO FOSCO/PINK\"\n            },\n            {\n                \"id\": \"52028\",\n                \"name\": \"Azul\"\n            },\n            {\n                \"id\": \"16369382\",\n                \"name\": \"Azul Edition\"\n            },\n            {\n                \"id\": \"283151\",\n                \"name\": \"Laranja-escuro\"\n            },\n            {\n                \"id\": \"11012489\",\n                \"name\": \"Carbon/Black/Anthracite\"\n            },\n            {\n                \"id\": \"18974411\",\n                \"name\": \"Pink/Preto\"\n            },\n            {\n                \"id\": \"94435\",\n                \"name\": \"Branco/Preto/Vermelho\"\n            },\n            {\n                \"id\": \"18996137\",\n                \"name\": \"ASX Vibes Branco e Colorido\"\n            },\n            {\n                \"id\": \"67934961\",\n                \"name\": \"XDRON PRETO VERMELHO\"\n            },\n            {\n                \"id\": \"17611566\",\n                \"name\": \"B05842 - ASCENT MATTE BLACK GRAY\"\n            },\n            {\n                \"id\": \"17861821\",\n                \"name\": \"Lilás Brilho\"\n            },\n            {\n                \"id\": \"2816846\",\n                \"name\": \"Vinho\"\n            },\n            {\n                \"id\": \"78486\",\n                \"name\": \"Cinza/Branco\"\n            },\n            {\n                \"id\": \"16889170\",\n                \"name\": \"Solid Special Fosco - Preto\"\n            },\n            {\n                \"id\": \"14983712\",\n                \"name\": \"Preto com dourado\"\n            },\n            {\n                \"id\": \"58354\",\n                \"name\": \"Black/Orange\"\n            },\n            {\n                \"id\": \"24899573\",\n                \"name\": \"Kuauhtli dorado\"\n            },\n            {\n                \"id\": \"18793641\",\n                \"name\": \"Rosa/Dourado\"\n            },\n            {\n                \"id\": \"49725866\",\n                \"name\": \"Rosa Com Viseira Fume\"\n            },\n            {\n                \"id\": \"43038\",\n                \"name\": \"Amarelo/Verde\"\n            },\n            {\n                \"id\": \"7713185\",\n                \"name\": \"Gloss black/Gloss blue\"\n            },\n            {\n                \"id\": \"3497968\",\n                \"name\": \"Citrus\"\n            },\n            {\n                \"id\": \"20466340\",\n                \"name\": \"Mad Dogs Brilhante - Branco\"\n            },\n            {\n                \"id\": \"3476395\",\n                \"name\": \"Preto/Azul/Amarelo\"\n            },\n            {\n                \"id\": \"7375665\",\n                \"name\": \"25 Corsa red\"\n            },\n            {\n                \"id\": \"19515437\",\n                \"name\": \"Azul Vermelho Brilhante\"\n            },\n            {\n                \"id\": \"22099060\",\n                \"name\": \"Independence Gloss - Branco\"\n            },\n            {\n                \"id\": \"84972\",\n                \"name\": \"Preto/Violeta\"\n            },\n            {\n                \"id\": \"43826612\",\n                \"name\": \"Branco/Azul/Vermelho\"\n            },\n            {\n                \"id\": \"4915539\",\n                \"name\": \"Preto/Cinza/Fúcsia\"\n            },\n            {\n                \"id\": \"14253710\",\n                \"name\": \"52049\"\n            },\n            {\n                \"id\": \"20353592\",\n                \"name\": \"POWER AZUL LARANJA\"\n            },\n            {\n                \"id\": \"59786\",\n                \"name\": \"Preto/Verde\"\n            },\n            {\n                \"id\": \"62009928\",\n                \"name\": \"Preto brilho com azul\"\n            },\n            {\n                \"id\": \"65248738\",\n                \"name\": \"B40 Spect - Preto Brilho com Grafite\"\n            },\n            {\n                \"id\": \"20273628\",\n                \"name\": \"Preto/Cinza - MATT KAS\"\n            },\n            {\n                \"id\": \"19054931\",\n                \"name\": \"Preto Brilhante / Aberto Novo X OPEN STICKERS Com Viseira Transparente\"\n            },\n            {\n                \"id\": \"7836447\",\n                \"name\": \"Matt black/Green\"\n            },\n            {\n                \"id\": \"52007\",\n                \"name\": \"Amarelo\"\n            },\n            {\n                \"id\": \"16064481\",\n                \"name\": \"Cinza e Marrom\"\n            },\n            {\n                \"id\": \"19002790\",\n                \"name\": \"Preto Fosco/ Pink/ Azul\"\n            },\n            {\n                \"id\": \"57360472\",\n                \"name\": \"Preto Vermelho Cinza\"\n            },\n            {\n                \"id\": \"20292154\",\n                \"name\": \"Classic Preto e Grafite\"\n            },\n            {\n                \"id\": \"54678752\",\n                \"name\": \"dente cinza\"\n            },\n            {\n                \"id\": \"20274454\",\n                \"name\": \"Do Grau\"\n            },\n            {\n                \"id\": \"19935522\",\n                \"name\": \"Vermelho Brilhoso\"\n            },\n            {\n                \"id\": \"20209365\",\n                \"name\": \"Amarelo Limão com Azul\"\n            },\n            {\n                \"id\": \"6894572\",\n                \"name\": \"Black/Gold\"\n            },\n            {\n                \"id\": \"20466466\",\n                \"name\": \"Cruise - Preto Fosco - Prata - Branco\"\n            },\n            {\n                \"id\": \"40401\",\n                \"name\": \"Branco-brilhante\"\n            },\n            {\n                \"id\": \"83150\",\n                \"name\": \"Preto/Prateado\"\n            },\n            {\n                \"id\": \"13558276\",\n                \"name\": \"B-12 Aragon\"\n            },\n            {\n                \"id\": \"14967401\",\n                \"name\": \"Vermelho Brilhante\"\n            },\n            {\n                \"id\": \"16352327\",\n                \"name\": \"Branco, Azul e Vermelho\"\n            },\n            {\n                \"id\": \"20241157\",\n                \"name\": \"Preto Fosco/ OCEAN\"\n            },\n            {\n                \"id\": \"65743150\",\n                \"name\": \"R2R Concept Matt Black/Red\"\n            },\n            {\n                \"id\": \"11192869\",\n                \"name\": \"Preto fosco\"\n            },\n            {\n                \"id\": \"19923815\",\n                \"name\": \"Rosa Dourado Brilhante\"\n            },\n            {\n                \"id\": \"12907942\",\n                \"name\": \"Fosco Preto Cinza\"\n            },\n            {\n                \"id\": \"19002379\",\n                \"name\": \"Cinza/ Amarelo/ Rosa\"\n            },\n            {\n                \"id\": \"13862474\",\n                \"name\": \"Negro mate/V-Transparente\"\n            },\n            {\n                \"id\": \"20210481\",\n                \"name\": \"Azul e Amarelo Brilhoso\"\n            },\n            {\n                \"id\": \"20466058\",\n                \"name\": \"Cinza Laranja Brilhante\"\n            },\n            {\n                \"id\": \"43133\",\n                \"name\": \"Black/Silver\"\n            },\n            {\n                \"id\": \"23181017\",\n                \"name\": \"Preto - Cinza\"\n            },\n            {\n                \"id\": \"17602751\",\n                \"name\": \"MAXI PRETO AZUL BRILHANTE\"\n            },\n            {\n                \"id\": \"4354582\",\n                \"name\": \"Negro/Brasil\"\n            },\n            {\n                \"id\": \"18996212\",\n                \"name\": \"Azul Metálico com Grafite\"\n            },\n            {\n                \"id\": \"28016499\",\n                \"name\": \"Glitch + Viseira Fumê\"\n            },\n            {\n                \"id\": \"20272904\",\n                \"name\": \"Red White / Vermelho com Branco\"\n            },\n            {\n                \"id\": \"110426\",\n                \"name\": \"Azul-celeste/Amarelo\"\n            },\n            {\n                \"id\": \"65592042\",\n                \"name\": \"B12 Misano - Preto Brilho com Rosa\"\n            },\n            {\n                \"id\": \"21199006\",\n                \"name\": \"ACTION VERDE AZUL\"\n            },\n            {\n                \"id\": \"20043302\",\n                \"name\": \"Preto Fosco e Azul\"\n            },\n            {\n                \"id\": \"19971146\",\n                \"name\": \"Preto Rosa Brilhante\"\n            },\n            {\n                \"id\": \"17611550\",\n                \"name\": \"Preto Brilho e Vermelho\"\n            },\n            {\n                \"id\": \"34530366\",\n                \"name\": \"Branco/Rosa\"\n            },\n            {\n                \"id\": \"20421689\",\n                \"name\": \"Cinza Laranja Fosco\"\n            },\n            {\n                \"id\": \"94541\",\n                \"name\": \"Vermelho/Preto/Branco\"\n            },\n            {\n                \"id\": \"26079495\",\n                \"name\": \"AZUL IONIZADO\"\n            },\n            {\n                \"id\": \"52279838\",\n                \"name\": \"Preto/Laranja\"\n            },\n            {\n                \"id\": \"3702112\",\n                \"name\": \"Army green\"\n            },\n            {\n                \"id\": \"5179055\",\n                \"name\": \"Itália\"\n            },\n            {\n                \"id\": \"15407514\",\n                \"name\": \"Vermelho Viseira Fumê\"\n            },\n            {\n                \"id\": \"22719421\",\n                \"name\": \"Cinza/KUA\"\n            },\n            {\n                \"id\": \"20292167\",\n                \"name\": \"Azul Spot\"\n            },\n            {\n                \"id\": \"20272808\",\n                \"name\": \"Preto/ Titanium/ Amarelo\"\n            },\n            {\n                \"id\": \"110434\",\n                \"name\": \"Verde/Amarelo\"\n            },\n            {\n                \"id\": \"65165965\",\n                \"name\": \"Panther Sv Prestige C7 Azul Brilhante\"\n            },\n            {\n                \"id\": \"21541579\",\n                \"name\": \"Branco e Azul\"\n            },\n            {\n                \"id\": \"3157126\",\n                \"name\": \"Tiffany\"\n            },\n            {\n                \"id\": \"19161582\",\n                \"name\": \"Branco com Grafite\"\n            },\n            {\n                \"id\": \"7375664\",\n                \"name\": \"24 Lava flat grey\"\n            },\n            {\n                \"id\": \"65165938\",\n                \"name\": \"Verde Militar Fosco com Grafite\"\n            },\n            {\n                \"id\": \"65584107\",\n                \"name\": \"ESPARGARO REPLICA 2020\"\n            },\n            {\n                \"id\": \"16250267\",\n                \"name\": \"Preto-Rosa\"\n            },\n            {\n                \"id\": \"62169513\",\n                \"name\": \"VERMELHO-PRETO-CINZA\"\n            },\n            {\n                \"id\": \"13703017\",\n                \"name\": \"Preto, Lilás e Rosa\"\n            },\n            {\n                \"id\": \"18994093\",\n                \"name\": \"Rosa Style\"\n            },\n            {\n                \"id\": \"4667848\",\n                \"name\": \"Black/Red/Silver\"\n            },\n            {\n                \"id\": \"19000098\",\n                \"name\": \"Cinza-escuro/Amarelo/Vermelho\"\n            },\n            {\n                \"id\": \"18026418\",\n                \"name\": \"DRIFT PRETO PRATA FOSCO\"\n            },\n            {\n                \"id\": \"16030721\",\n                \"name\": \"Amarelo Furious\"\n            },\n            {\n                \"id\": \"6083691\",\n                \"name\": \"Light black\"\n            },\n            {\n                \"id\": \"13156987\",\n                \"name\": \"Preto - Laranja\"\n            },\n            {\n                \"id\": \"17593583\",\n                \"name\": \"Preto fosco camo\"\n            },\n            {\n                \"id\": \"65208504\",\n                \"name\": \"Preto brilho com cobre\"\n            },\n            {\n                \"id\": \"59926083\",\n                \"name\": \"RAPID VERMELHO\"\n            },\n            {\n                \"id\": \"94440\",\n                \"name\": \"Preto/Branco/Azul\"\n            },\n            {\n                \"id\": \"20139575\",\n                \"name\": \"Hippo Glass Spirit branco vermelho\"\n            },\n            {\n                \"id\": \"23042584\",\n                \"name\": \"Cinza - verde fosco\"\n            },\n            {\n                \"id\": \"11091632\",\n                \"name\": \"Mate Black\"\n            },\n            {\n                \"id\": \"21703688\",\n                \"name\": \"Branco Perolado com Roxo\"\n            },\n            {\n                \"id\": \"30961985\",\n                \"name\": \"Branco brilhante\"\n            },\n            {\n                \"id\": \"18060171\",\n                \"name\": \"pink titanium\"\n            },\n            {\n                \"id\": \"19122946\",\n                \"name\": \"Preto 58\"\n            },\n            {\n                \"id\": \"3220526\",\n                \"name\": \"Vermelho-metálico\"\n            },\n            {\n                \"id\": \"4264262\",\n                \"name\": \"Pearl grey\"\n            },\n            {\n                \"id\": \"18995565\",\n                \"name\": \"Branco Perolado Brilhante\"\n            },\n            {\n                \"id\": \"40392896\",\n                \"name\": \"Azul Viseira Cristal\"\n            },\n            {\n                \"id\": \"14216796\",\n                \"name\": \"Não se aplica\"\n            },\n            {\n                \"id\": \"23263396\",\n                \"name\": \"Azul Anodizado\"\n            },\n            {\n                \"id\": \"19976088\",\n                \"name\": \"Capacete X11\"\n            },\n            {\n                \"id\": \"16369374\",\n                \"name\": \"RACER PRETO VERMELHO AZUL\"\n            },\n            {\n                \"id\": \"59628\",\n                \"name\": \"Gold\"\n            },\n            {\n                \"id\": \"19384814\",\n                \"name\": \"Route Cinza\"\n            },\n            {\n                \"id\": \"17593515\",\n                \"name\": \"Preto Fosco com Rosa\"\n            },\n            {\n                \"id\": \"18357852\",\n                \"name\": \"MOB PRETO CHUMBO FOSCO\"\n            },\n            {\n                \"id\": \"36801824\",\n                \"name\": \"Roxa\"\n            },\n            {\n                \"id\": \"20291739\",\n                \"name\": \"amarelo fluor fosco/preto\"\n            },\n            {\n                \"id\": \"20481029\",\n                \"name\": \"Radic - Preto\"\n            },\n            {\n                \"id\": \"59281\",\n                \"name\": \"Branco/Prata\"\n            },\n            {\n                \"id\": \"13378692\",\n                \"name\": \"Preto/Vermelho Brilho\"\n            },\n            {\n                \"id\": \"21141380\",\n                \"name\": \"Preto e Amarelo Fosco\"\n            },\n            {\n                \"id\": \"47262167\",\n                \"name\": \"Preto / Cinza Prata\"\n            },\n            {\n                \"id\": \"5080707\",\n                \"name\": \"Chumbo fosco\"\n            },\n            {\n                \"id\": \"28453032\",\n                \"name\": \"Craneo\"\n            },\n            {\n                \"id\": \"16030714\",\n                \"name\": \"Rosa viseira fume\"\n            },\n            {\n                \"id\": \"20013773\",\n                \"name\": \"Vermelho cinza fluo\"\n            },\n            {\n                \"id\": \"52003\",\n                \"name\": \"Nude\"\n            },\n            {\n                \"id\": \"201071\",\n                \"name\": \"Preto/Azul/Verde\"\n            },\n            {\n                \"id\": \"57210643\",\n                \"name\": \"ouro roxo\"\n            },\n            {\n                \"id\": \"15107425\",\n                \"name\": \"Preto Fosco / Laranja\"\n            },\n            {\n                \"id\": \"335599\",\n                \"name\": \"Branco-brilhante\"\n            },\n            {\n                \"id\": \"20272065\",\n                \"name\": \"Preto 64/XXL\"\n            },\n            {\n                \"id\": \"22658842\",\n                \"name\": \"PTO/AZUL SPOT\"\n            },\n            {\n                \"id\": \"4976088\",\n                \"name\": \"Black matt\"\n            },\n            {\n                \"id\": \"20465859\",\n                \"name\": \"Preto Brilho / Prata / Azul / Vermelho\"\n            },\n            {\n                \"id\": \"21998898\",\n                \"name\": \"PRETO FOSCO - PRATA\"\n            },\n            {\n                \"id\": \"19189448\",\n                \"name\": \"Branco/Vermelho/Azul - TC10\"\n            },\n            {\n                \"id\": \"2131509\",\n                \"name\": \"Preto-fosco\"\n            },\n            {\n                \"id\": \"19003141\",\n                \"name\": \"Lilas Rosa Brilhante\"\n            },\n            {\n                \"id\": \"17585261\",\n                \"name\": \"Caravel Roxa\"\n            },\n            {\n                \"id\": \"108972\",\n                \"name\": \"Preto/Cinza/Vermelho\"\n            },\n            {\n                \"id\": \"20273327\",\n                \"name\": \"Verde-brilhoso\"\n            },\n            {\n                \"id\": \"3596025\",\n                \"name\": \"Rosa mate\"\n            },\n            {\n                \"id\": \"18996130\",\n                \"name\": \"Vermelho BRILHO\"\n            },\n            {\n                \"id\": \"976\",\n                \"name\": \"Prata\"\n            },\n            {\n                \"id\": \"18996614\",\n                \"name\": \"PRETO FOSCO-USA PRETO FOSCO\"\n            },\n            {\n                \"id\": \"4894359\",\n                \"name\": \"Rosa brilhante\"\n            },\n            {\n                \"id\": \"10717396\",\n                \"name\": \"Fluo fosco\"\n            },\n            {\n                \"id\": \"20242692\",\n                \"name\": \"Preto e Cinza Fosco\"\n            },\n            {\n                \"id\": \"17484688\",\n                \"name\": \"BRANCO SOLID BRILHANTE\"\n            },\n            {\n                \"id\": \"112772\",\n                \"name\": \"Branco/Preto/Azul\"\n            },\n            {\n                \"id\": \"45685090\",\n                \"name\": \"Preto Fosco com Cobre\"\n            },\n            {\n                \"id\": \"22383142\",\n                \"name\": \"Cinza Dark com Preto\"\n            },\n            {\n                \"id\": \"44606789\",\n                \"name\": \"violeta com turquesa\"\n            },\n            {\n                \"id\": \"14288312\",\n                \"name\": \"Preto - vermelho\"\n            },\n            {\n                \"id\": \"20291686\",\n                \"name\": \"Laranja Fosco/ Preto\"\n            },\n            {\n                \"id\": \"18508683\",\n                \"name\": \"rosa - azul\"\n            },\n            {\n                \"id\": \"20378826\",\n                \"name\": \"Rosa viseira dourada\"\n            },\n            {\n                \"id\": \"19643640\",\n                \"name\": \"Azul/Branco-brilhante\"\n            },\n            {\n                \"id\": \"21703413\",\n                \"name\": \"Verde Viseira Fumê\"\n            },\n            {\n                \"id\": \"65214683\",\n                \"name\": \"Preto Brilho com Grafite\"\n            },\n            {\n                \"id\": \"22252235\",\n                \"name\": \"Dourado escuro / Preto\"\n            },\n            {\n                \"id\": \"55651135\",\n                \"name\": \"Cara fosca preta\"\n            },\n            {\n                \"id\": \"13880746\",\n                \"name\": \"Azul e Branco\"\n            },\n            {\n                \"id\": \"34601634\",\n                \"name\": \"Branco\"\n            },\n            {\n                \"id\": \"16885954\",\n                \"name\": \"USA AZUL VERMELHO\"\n            },\n            {\n                \"id\": \"81752\",\n                \"name\": \"Azul/Cinza\"\n            },\n            {\n                \"id\": \"10827827\",\n                \"name\": \"TC-5 Preto/Cinza\"\n            },\n            {\n                \"id\": \"11242091\",\n                \"name\": \"Matte black/White\"\n            },\n            {\n                \"id\": \"20040308\",\n                \"name\": \"Azul Fosco com Colorido\"\n            },\n            {\n                \"id\": \"21250278\",\n                \"name\": \"Rojo suzuki\"\n            },\n            {\n                \"id\": \"73040051\",\n                \"name\": \"UP RAPID ROSA E AZUL\"\n            },\n            {\n                \"id\": \"19227085\",\n                \"name\": \"Azul Preto - Gale\"\n            },\n            {\n                \"id\": \"54702123\",\n                \"name\": \"Capacete de moto Carbono-Prata\"\n            },\n            {\n                \"id\": \"18995376\",\n                \"name\": \"F-21 TOP GUN FOSCO\"\n            },\n            {\n                \"id\": \"20884557\",\n                \"name\": \"Azul Brilhante Colorido\"\n            },\n            {\n                \"id\": \"20209350\",\n                \"name\": \"Verde - Rosa\"\n            },\n            {\n                \"id\": \"18998545\",\n                \"name\": \"Preto Fosco-Grafite\"\n            },\n            {\n                \"id\": \"23176034\",\n                \"name\": \"Cinza - azul claro fosco\"\n            },\n            {\n                \"id\": \"94504\",\n                \"name\": \"Preto/Branco/Vermelho\"\n            },\n            {\n                \"id\": \"17570880\",\n                \"name\": \"Vértice Rosa\"\n            },\n            {\n                \"id\": \"16889145\",\n                \"name\": \"Preto Cinza Grafite\"\n            },\n            {\n                \"id\": \"2888954\",\n                \"name\": \"Verde Camuflado\"\n            },\n            {\n                \"id\": \"6941254\",\n                \"name\": \"Blue/White/Black\"\n            },\n            {\n                \"id\": \"338782\",\n                \"name\": \"Tricolor\"\n            },\n            {\n                \"id\": \"14913290\",\n                \"name\": \"Preto - Verde\"\n            },\n            {\n                \"id\": \"22719804\",\n                \"name\": \"MIXED PRETO ROSA\"\n            },\n            {\n                \"id\": \"43592407\",\n                \"name\": \"AZUL FOSCO - AZUL CLARO\"\n            },\n            {\n                \"id\": \"20242249\",\n                \"name\": \"Prata Metálico/Solides\"\n            },\n            {\n                \"id\": \"19085177\",\n                \"name\": \"Blue / Azul\"\n            },\n            {\n                \"id\": \"17593657\",\n                \"name\": \"STING PRETO PRATA\"\n            },\n            {\n                \"id\": \"20240469\",\n                \"name\": \"TC-10\"\n            },\n            {\n                \"id\": \"7688451\",\n                \"name\": \"Matt black/Matt orange\"\n            },\n            {\n                \"id\": \"19947834\",\n                \"name\": \"DRAKEN TRACER - AZUL FOSCO, VERMELHO E AMARELO\"\n            },\n            {\n                \"id\": \"16369467\",\n                \"name\": \"SOLID PRETO BRILHANTE\"\n            },\n            {\n                \"id\": \"20030429\",\n                \"name\": \"Cutting - Amarelo Fluo\"\n            },\n            {\n                \"id\": \"28016504\",\n                \"name\": \"Titanium Fosco + Viseira Fumê\"\n            },\n            {\n                \"id\": \"5764689\",\n                \"name\": \"Preto-fosco/Dourado\"\n            },\n            {\n                \"id\": \"19363305\",\n                \"name\": \"LAP USA - Azul\"\n            },\n            {\n                \"id\": \"72846372\",\n                \"name\": \"Preto Brilho com Rubro\"\n            },\n            {\n                \"id\": \"52043\",\n                \"name\": \"Rosa-claro\"\n            },\n            {\n                \"id\": \"74323128\",\n                \"name\": \"Vermelho brilho com preto\"\n            },\n            {\n                \"id\": \"19363288\",\n                \"name\": \"Vermelho - Destroyer\"\n            },\n            {\n                \"id\": \"17349242\",\n                \"name\": \"Preto/Rosa/Tifany\"\n            },\n            {\n                \"id\": \"7375663\",\n                \"name\": \"23 Lava flat grey\"\n            },\n            {\n                \"id\": \"18995058\",\n                \"name\": \"Branco Azul Fluor\"\n            },\n            {\n                \"id\": \"130951\",\n                \"name\": \"Dourado/Preto\"\n            },\n            {\n                \"id\": \"67156280\",\n                \"name\": \"Preto/Branco/Rojo\"\n            },\n            {\n                \"id\": \"79908\",\n                \"name\": \"Branco/Laranja\"\n            },\n            {\n                \"id\": \"34746188\",\n                \"name\": \"Branco/Multicolor\"\n            },\n            {\n                \"id\": \"112810\",\n                \"name\": \"Vermelho/Cinza/Preto\"\n            },\n            {\n                \"id\": \"18327705\",\n                \"name\": \"Azul/Branco (SB7)\"\n            },\n            {\n                \"id\": \"3909619\",\n                \"name\": \"Explore\"\n            },\n            {\n                \"id\": \"7375666\",\n                \"name\": \"26 Led yellow\"\n            },\n            {\n                \"id\": \"143301\",\n                \"name\": \"Amarelo-néon\"\n            },\n            {\n                \"id\": \"19969812\",\n                \"name\": \"Branco Perolado com Vermelho\"\n            },\n            {\n                \"id\": \"23176038\",\n                \"name\": \"Dash Preto/cinza\"\n            },\n            {\n                \"id\": \"16369472\",\n                \"name\": \"Amarelo (NS2)\"\n            },\n            {\n                \"id\": \"20457155\",\n                \"name\": \"AZUL TIFANNY\"\n            },\n            {\n                \"id\": \"22095541\",\n                \"name\": \"Branco Laranja Fosco\"\n            },\n            {\n                \"id\": \"233381\",\n                \"name\": \"Platina\"\n            },\n            {\n                \"id\": \"62210352\",\n                \"name\": \"azul - preto fosco\"\n            },\n            {\n                \"id\": \"54149120\",\n                \"name\": \"Preto Brilhante-Grafite\"\n            },\n            {\n                \"id\": \"16030858\",\n                \"name\": \"avant preto fosco\"\n            },\n            {\n                \"id\": \"22260308\",\n                \"name\": \"Wingman para motos\"\n            },\n            {\n                \"id\": \"15448149\",\n                \"name\": \"Verde Polícia\"\n            },\n            {\n                \"id\": \"20353353\",\n                \"name\": \"Preto/Vermelho-brilhante\"\n            },\n            {\n                \"id\": \"3096826\",\n                \"name\": \"Branco/Vermelho/Cinza\"\n            },\n            {\n                \"id\": \"34216951\",\n                \"name\": \"Preto Fosco\"\n            },\n            {\n                \"id\": \"22759168\",\n                \"name\": \"Stealth Camo Preto Fosco/Vermelho\"\n            },\n            {\n                \"id\": \"271775\",\n                \"name\": \"Branco/Fúcsia\"\n            },\n            {\n                \"id\": \"11197040\",\n                \"name\": \"Amarelo/Branco/Rosa\"\n            },\n            {\n                \"id\": \"14263371\",\n                \"name\": \"Viseira Cristal\"\n            },\n            {\n                \"id\": \"7946607\",\n                \"name\": \"20 Flat black\"\n            },\n            {\n                \"id\": \"23263384\",\n                \"name\": \"Origin Dark Gray + Viseira Fumê\"\n            },\n            {\n                \"id\": \"72837211\",\n                \"name\": \"Allegro Soul - Preto Fosco com Grafite\"\n            },\n            {\n                \"id\": \"17555255\",\n                \"name\": \"Preto, Grafite e Laranja\"\n            },\n            {\n                \"id\": \"2820612\",\n                \"name\": \"60\"\n            },\n            {\n                \"id\": \"65587443\",\n                \"name\": \"Cinza fosco com preto\"\n            },\n            {\n                \"id\": \"51993\",\n                \"name\": \"Vermelho\"\n            },\n            {\n                \"id\": \"16030777\",\n                \"name\": \"Pretofosco/Cinza\"\n            },\n            {\n                \"id\": \"55065343\",\n                \"name\": \"caçador vermelho\"\n            },\n            {\n                \"id\": \"159484\",\n                \"name\": \"Branco/Preto/Rosa\"\n            },\n            {\n                \"id\": \"8928579\",\n                \"name\": \"Preto/Amarelo-fosco\"\n            },\n            {\n                \"id\": \"21923024\",\n                \"name\": \"Cinza/Preto/Verde/Amarelo\"\n            },\n            {\n                \"id\": \"4916592\",\n                \"name\": \"Preto/Azul-escuro\"\n            },\n            {\n                \"id\": \"59568474\",\n                \"name\": \"Azul Marinho/Amarelo Neon\"\n            },\n            {\n                \"id\": \"18994070\",\n                \"name\": \"Titanio,Vermelho\"\n            },\n            {\n                \"id\": \"39190892\",\n                \"name\": \"Branco/Azul/Verde/Amarelo\"\n            },\n            {\n                \"id\": \"20308563\",\n                \"name\": \"DYNAMIC VM/GRA\"\n            },\n            {\n                \"id\": \"24482478\",\n                \"name\": \"Cinza com Prata\"\n            },\n            {\n                \"id\": \"8716936\",\n                \"name\": \"Preto/Verde-néon\"\n            },\n            {\n                \"id\": \"17449683\",\n                \"name\": \"azul com branco\"\n            },\n            {\n                \"id\": \"4023587\",\n                \"name\": \"Vintage\"\n            },\n            {\n                \"id\": \"61536427\",\n                \"name\": \"Cinza dark fosco\"\n            },\n            {\n                \"id\": \"13789275\",\n                \"name\": \"Azul-celeste\"\n            },\n            {\n                \"id\": \"20139567\",\n                \"name\": \"Carbon XP Rosa\"\n            },\n            {\n                \"id\": \"9873711\",\n                \"name\": \"Roxo\"\n            },\n            {\n                \"id\": \"13378680\",\n                \"name\": \"Spirit - Preto Verde\"\n            },\n            {\n                \"id\": \"56471090\",\n                \"name\": \"CANADIAN YELLOW MATE\"\n            },\n            {\n                \"id\": \"66759872\",\n                \"name\": \"PRETO/VERM FOSCO\"\n            },\n            {\n                \"id\": \"19002425\",\n                \"name\": \"ASX Catrina Preto Fosco e Cinza\"\n            },\n            {\n                \"id\": \"19346964\",\n                \"name\": \"LIGHTNING AZUL PRETO VERDE\"\n            },\n            {\n                \"id\": \"22095981\",\n                \"name\": \"Azul Claro - Vermelho\"\n            },\n            {\n                \"id\": \"19906755\",\n                \"name\": \"Vermelho Brilhoso - Tronix\"\n            },\n            {\n                \"id\": \"7591629\",\n                \"name\": \"Matt black/Blue\"\n            },\n            {\n                \"id\": \"18882558\",\n                \"name\": \"Prata-Branco\"\n            },\n            {\n                \"id\": \"13478620\",\n                \"name\": \"Preto com Vermelho\"\n            },\n            {\n                \"id\": \"11012486\",\n                \"name\": \"Black/Blue/Blue\"\n            },\n            {\n                \"id\": \"20043286\",\n                \"name\": \"Girls Branco\"\n            },\n            {\n                \"id\": \"13403839\",\n                \"name\": \"TITANIUM FOSCO PRATA\"\n            },\n            {\n                \"id\": \"24241038\",\n                \"name\": \"REACT - AZUL FOSCO E AMARELO\"\n            },\n            {\n                \"id\": \"21348056\",\n                \"name\": \"Agua, Carbón\"\n            },\n            {\n                \"id\": \"18060249\",\n                \"name\": \"Preto/prata-fosco\"\n            },\n            {\n                \"id\": \"17543545\",\n                \"name\": \"Amarelo / Yellow\"\n            },\n            {\n                \"id\": \"24590657\",\n                \"name\": \"Azul- Preto\"\n            },\n            {\n                \"id\": \"55149630\",\n                \"name\": \"Capacetes para motos EVO LAMBO\"\n            },\n            {\n                \"id\": \"26416385\",\n                \"name\": \"Morado\"\n            },\n            {\n                \"id\": \"45195362\",\n                \"name\": \"preto leve\"\n            },\n            {\n                \"id\": \"22795893\",\n                \"name\": \"Miles Morales\"\n            },\n            {\n                \"id\": \"65206909\",\n                \"name\": \"Preto brilho com cobre\"\n            },\n            {\n                \"id\": \"62010780\",\n                \"name\": \"Cinza Dark Fosco com Branco\"\n            },\n            {\n                \"id\": \"22094681\",\n                \"name\": \"Rosa - Viseira Fumê\"\n            },\n            {\n                \"id\": \"56600874\",\n                \"name\": \"Preto revestido\"\n            },\n            {\n                \"id\": \"14879153\",\n                \"name\": \"Vermelho e Azul\"\n            },\n            {\n                \"id\": \"62506016\",\n                \"name\": \"Laranja/Azul/Amarelo\"\n            },\n            {\n                \"id\": \"16237582\",\n                \"name\": \"FEMME PRETO AZUL\"\n            },\n            {\n                \"id\": \"52279641\",\n                \"name\": \"Preto/Branco\"\n            },\n            {\n                \"id\": \"15202887\",\n                \"name\": \"Blue mirror\"\n            },\n            {\n                \"id\": \"25512526\",\n                \"name\": \"CINZA/VERMELHO Brilho\"\n            },\n            {\n                \"id\": \"18994590\",\n                \"name\": \"Preto Fosco com Verde\"\n            },\n            {\n                \"id\": \"2790171\",\n                \"name\": \"Teal\"\n            },\n            {\n                \"id\": \"43422477\",\n                \"name\": \"Azul/Vermelho/Br./Caro Mate\"\n            },\n            {\n                \"id\": \"116435\",\n                \"name\": \"Black\"\n            },\n            {\n                \"id\": \"17484849\",\n                \"name\": \"Vermelho/Azul fosco\"\n            },\n            {\n                \"id\": \"21140546\",\n                \"name\": \"Cougar Azul e Vermelho\"\n            },\n            {\n                \"id\": \"19643630\",\n                \"name\": \"Branco/Florido-brilhante\"\n            },\n            {\n                \"id\": \"13412388\",\n                \"name\": \"Rosa E Cinza\"\n            },\n            {\n                \"id\": \"4216454\",\n                \"name\": \"Platinum silver\"\n            },\n            {\n                \"id\": \"65317370\",\n                \"name\": \"Azul Fosco com Marinho\"\n            },\n            {\n                \"id\": \"20948006\",\n                \"name\": \"Gris Saber\"\n            },\n            {\n                \"id\": \"20948014\",\n                \"name\": \"Capacetes para motos\"\n            },\n            {\n                \"id\": \"20273510\",\n                \"name\": \"Preto/ Jaguar\"\n            },\n            {\n                \"id\": \"65195396\",\n                \"name\": \"Cinza moon fosco com azul\"\n            },\n            {\n                \"id\": \"59784\",\n                \"name\": \"Preto/Branco\"\n            },\n            {\n                \"id\": \"94468\",\n                \"name\": \"Verde/Preto\"\n            },\n            {\n                \"id\": \"22546931\",\n                \"name\": \"Negro/Turquesa\"\n            },\n            {\n                \"id\": \"7746178\",\n                \"name\": \"Sophie branco\"\n            },\n            {\n                \"id\": \"16943902\",\n                \"name\": \"Neon Orange / Laranja\"\n            },\n            {\n                \"id\": \"45449544\",\n                \"name\": \"Preto/Vermelho\"\n            },\n            {\n                \"id\": \"17510157\",\n                \"name\": \"Azul - Vermelho - Branco\"\n            },\n            {\n                \"id\": \"16179044\",\n                \"name\": \"Preto Com Cinza\"\n            },\n            {\n                \"id\": \"55105963\",\n                \"name\": \"MATT GREY BLACK\"\n            },\n            {\n                \"id\": \"20030611\",\n                \"name\": \"Azul Fosco Preto\"\n            },\n            {\n                \"id\": \"72928897\",\n                \"name\": \"LIMITED PRETO FOSCO\"\n            },\n            {\n                \"id\": \"61976307\",\n                \"name\": \"F-21 North - Off White\"\n            },\n            {\n                \"id\": \"7386279\",\n                \"name\": \"22 Fluo yellow\"\n            },\n            {\n                \"id\": \"8008206\",\n                \"name\": \"Black/Red/Blue\"\n            },\n            {\n                \"id\": \"20466544\",\n                \"name\": \"Cinza Rosa Brilhante\"\n            },\n            {\n                \"id\": \"94327\",\n                \"name\": \"Preto/Amarelo/Vermelho\"\n            },\n            {\n                \"id\": \"17602583\",\n                \"name\": \"FEMME PRETO ROSA\"\n            },\n            {\n                \"id\": \"48466451\",\n                \"name\": \"verde rosa brilhante\"\n            },\n            {\n                \"id\": \"5004717\",\n                \"name\": \"Preto/Neon\"\n            },\n            {\n                \"id\": \"43978807\",\n                \"name\": \"Preto/Laranja/Vermelho\"\n            },\n            {\n                \"id\": \"22097437\",\n                \"name\": \"Laranja - Verde\"\n            },\n            {\n                \"id\": \"13490522\",\n                \"name\": \"Rosa Furious\"\n            },\n            {\n                \"id\": \"52279315\",\n                \"name\": \"Laranja/Preto\"\n            },\n            {\n                \"id\": \"14965841\",\n                \"name\": \"Preto Fosco / Amarelo\"\n            },\n            {\n                \"id\": \"43183\",\n                \"name\": \"Solid black\"\n            },\n            {\n                \"id\": \"8618718\",\n                \"name\": \"Neon/Blood red\"\n            },\n            {\n                \"id\": \"20481039\",\n                \"name\": \"Flagship - Azul - Vermelho - Branco\"\n            },\n            {\n                \"id\": \"19988373\",\n                \"name\": \"MAZE BRANCO ROSA\"\n            },\n            {\n                \"id\": \"54702239\",\n                \"name\": \"Black Red Gold\"\n            },\n            {\n                \"id\": \"3638748\",\n                \"name\": \"Grafite\"\n            },\n            {\n                \"id\": \"5534216\",\n                \"name\": \"Rosa floral\"\n            },\n            {\n                \"id\": \"65247500\",\n                \"name\": \"Icon Pilot - Preto Brilho com Branco\"\n            },\n            {\n                \"id\": \"20466053\",\n                \"name\": \"Lite Galaxy\"\n            },\n            {\n                \"id\": \"11096852\",\n                \"name\": \"Navy\"\n            },\n            {\n                \"id\": \"19429504\",\n                \"name\": \"Preto Fosco e Rosa\"\n            },\n            {\n                \"id\": \"19971158\",\n                \"name\": \"Azul Fosco Amarelo\"\n            },\n            {\n                \"id\": \"61950678\",\n                \"name\": \"VISEIRA EXTRA CROMADA\"\n            },\n            {\n                \"id\": \"17602824\",\n                \"name\": \"Tifany/Pink\"\n            },\n            {\n                \"id\": \"13684233\",\n                \"name\": \"Azul/Rosa/Branco\"\n            },\n            {\n                \"id\": \"19116186\",\n                \"name\": \"Overlap - Preto - Brilho - Azul\"\n            },\n            {\n                \"id\": \"109582\",\n                \"name\": \"Verde/Laranja\"\n            },\n            {\n                \"id\": \"22640835\",\n                \"name\": \"Turnpike Preto Fosco/Cinza\"\n            },\n            {\n                \"id\": \"19878989\",\n                \"name\": \"Grafite-fosco\"\n            },\n            {\n                \"id\": \"13681070\",\n                \"name\": \"PRETO BRILHANTE\"\n            },\n            {\n                \"id\": \"54789530\",\n                \"name\": \"PRATA VERMELHO AZUL BRILHO\"\n            },\n            {\n                \"id\": \"20240561\",\n                \"name\": \"Azul Metalizado Fosco com Grafite\"\n            },\n            {\n                \"id\": \"20242694\",\n                \"name\": \"Preto 62\"\n            },\n            {\n                \"id\": \"17593540\",\n                \"name\": \"Solid Matte black\"\n            },\n            {\n                \"id\": \"17593702\",\n                \"name\": \"POWER PRETO AMARELO\"\n            },\n            {\n                \"id\": \"55712436\",\n                \"name\": \"Cinza\"\n            },\n            {\n                \"id\": \"65212440\",\n                \"name\": \"Cinza Fosco com Laranja\"\n            },\n            {\n                \"id\": \"6975131\",\n                \"name\": \"Black/White/Blue\"\n            },\n            {\n                \"id\": \"236663\",\n                \"name\": \"Branco/Azul/Vermelho\"\n            },\n            {\n                \"id\": \"17586483\",\n                \"name\": \"preto,branco,e vermelho\"\n            },\n            {\n                \"id\": \"3549445\",\n                \"name\": \"Baby pink\"\n            },\n            {\n                \"id\": \"21761728\",\n                \"name\": \"Preto,Cinza e Laranja\"\n            },\n            {\n                \"id\": \"20274190\",\n                \"name\": \"Azul Rosa Fosco\"\n            },\n            {\n                \"id\": \"81334\",\n                \"name\": \"Cinza/Laranja\"\n            },\n            {\n                \"id\": \"18344340\",\n                \"name\": \"Azul-cinza\"\n            },\n            {\n                \"id\": \"20567356\",\n                \"name\": \"DOURADO COM CINZA E BRANCO\"\n            },\n            {\n                \"id\": \"20457566\",\n                \"name\": \"Cinza/Vermelho\"\n            },\n            {\n                \"id\": \"19924050\",\n                \"name\": \"Draken Solid Branco\"\n            },\n            {\n                \"id\": \"2520\",\n                \"name\": \"Branco-pérola\"\n            },\n            {\n                \"id\": \"52051\",\n                \"name\": \"Cinza-escuro\"\n            },\n            {\n                \"id\": \"2288465\",\n                \"name\": \"Preto-cinza\"\n            },\n            {\n                \"id\": \"18996114\",\n                \"name\": \"Preto Fosco/Azul\"\n            },\n            {\n                \"id\": \"22984095\",\n                \"name\": \"Wht\"\n            },\n            {\n                \"id\": \"21139706\",\n                \"name\": \"Old Tank Verde Militar Fosco - Branco\"\n            },\n            {\n                \"id\": \"66306618\",\n                \"name\": \"Gray Orange\"\n            },\n            {\n                \"id\": \"52031\",\n                \"name\": \"Azul-aço\"\n            },\n            {\n                \"id\": \"7013239\",\n                \"name\": \"Preto grafismo\"\n            },\n            {\n                \"id\": \"20040435\",\n                \"name\": \"Azul Brilho com Prata\"\n            },\n            {\n                \"id\": \"57688679\",\n                \"name\": \"Cameleon Gloss\"\n            },\n            {\n                \"id\": \"19078276\",\n                \"name\": \"capacete moto vermelho\"\n            },\n            {\n                \"id\": \"104622\",\n                \"name\": \"Preto/Azul-celeste\"\n            },\n            {\n                \"id\": \"66990963\",\n                \"name\": \"Mystic blue e Laranja\"\n            },\n            {\n                \"id\": \"3985527\",\n                \"name\": \"Blue/White\"\n            },\n            {\n                \"id\": \"6977541\",\n                \"name\": \"Black/Red/Red\"\n            },\n            {\n                \"id\": \"19078120\",\n                \"name\": \"Vermelho Titanium\"\n            },\n            {\n                \"id\": \"54679086\",\n                \"name\": \"Nardo - cinza brilho\"\n            },\n            {\n                \"id\": \"6101120\",\n                \"name\": \"Black/Fuchsia\"\n            },\n            {\n                \"id\": \"19000103\",\n                \"name\": \"Preto com rosa brilhante\"\n            },\n            {\n                \"id\": \"19045068\",\n                \"name\": \"Branco Brilhante Rosa\"\n            },\n            {\n                \"id\": \"19315109\",\n                \"name\": \"Morado\"\n            },\n            {\n                \"id\": \"4681184\",\n                \"name\": \"Rosa/Cinza/Branco\"\n            },\n            {\n                \"id\": \"17593570\",\n                \"name\": \"SPEED PRETO AZUL\"\n            },\n            {\n                \"id\": \"105304\",\n                \"name\": \"Preto/Cinza/Laranja\"\n            },\n            {\n                \"id\": \"17966771\",\n                \"name\": \"Old Years Fosco - Azul Claro\"\n            },\n            {\n                \"id\": \"7713042\",\n                \"name\": \"Black/Matt titanium\"\n            },\n            {\n                \"id\": \"10644395\",\n                \"name\": \"Roxo\"\n            },\n            {\n                \"id\": \"28419295\",\n                \"name\": \"Azul/Roxo/Preto\"\n            },\n            {\n                \"id\": \"44028982\",\n                \"name\": \"Preto/Roxo\"\n            },\n            {\n                \"id\": \"19892541\",\n                \"name\": \"Dourado com Vermelho\"\n            },\n            {\n                \"id\": \"20040429\",\n                \"name\": \"Azul-turquesa com Preto\"\n            },\n            {\n                \"id\": \"10827822\",\n                \"name\": \"TC-2 Azul\"\n            },\n            {\n                \"id\": \"15338371\",\n                \"name\": \"Azul e Amarelo Brilhante\"\n            },\n            {\n                \"id\": \"62386871\",\n                \"name\": \"Preto brilho com Marine\"\n            },\n            {\n                \"id\": \"4967946\",\n                \"name\": \"Preto grafite\"\n            },\n            {\n                \"id\": \"16956788\",\n                \"name\": \"Azul-Rosa\"\n            },\n            {\n                \"id\": \"15260467\",\n                \"name\": \"Preta com azul\"\n            },\n            {\n                \"id\": \"13483842\",\n                \"name\": \"Única\"\n            },\n            {\n                \"id\": \"15636722\",\n                \"name\": \"REACT - AZUL FOSCO E AMARELO\"\n            },\n            {\n                \"id\": \"37565664\",\n                \"name\": \"Roxo/Prata\"\n            },\n            {\n                \"id\": \"2836605\",\n                \"name\": \"Preto brilhante\"\n            },\n            {\n                \"id\": \"7713477\",\n                \"name\": \"Matt black/Yellow fluor\"\n            },\n            {\n                \"id\": \"14226878\",\n                \"name\": \"Preto/Verde Fosco\"\n            },\n            {\n                \"id\": \"18423493\",\n                \"name\": \"Branco Tricolor\"\n            },\n            {\n                \"id\": \"20242434\",\n                \"name\": \"PRETO BRILHANTE E AMARELO\"\n            },\n            {\n                \"id\": \"19112678\",\n                \"name\": \"Preto/Cinza Brilhante\"\n            },\n            {\n                \"id\": \"3794576\",\n                \"name\": \"On fire\"\n            },\n            {\n                \"id\": \"20481003\",\n                \"name\": \"Laranja Brilhante\"\n            },\n            {\n                \"id\": \"18995843\",\n                \"name\": \"Old Years Preto\"\n            },\n            {\n                \"id\": \"14801549\",\n                \"name\": \"PRETO BRILHO GRAFIC\"\n            },\n            {\n                \"id\": \"57227\",\n                \"name\": \"Amarelo/Azul\"\n            },\n            {\n                \"id\": \"112451\",\n                \"name\": \"Laranja/Preto/Cinza\"\n            },\n            {\n                \"id\": \"21277525\",\n                \"name\": \"Vinho com azul\"\n            },\n            {\n                \"id\": \"108113\",\n                \"name\": \"Prata/Azul\"\n            },\n            {\n                \"id\": \"155946\",\n                \"name\": \"Vermelho/Azul/Amarelo\"\n            },\n            {\n                \"id\": \"4338365\",\n                \"name\": \"Titanium fosco\"\n            },\n            {\n                \"id\": \"20466621\",\n                \"name\": \"Rosa Viseira Cristal\"\n            },\n            {\n                \"id\": \"18994469\",\n                \"name\": \"SURROND PRETO VERMELHO FOSCO\"\n            },\n            {\n                \"id\": \"5819674\",\n                \"name\": \"Verde/Amarelo flúor\"\n            },\n            {\n                \"id\": \"19172839\",\n                \"name\": \"Gale - Fosco\"\n            },\n            {\n                \"id\": \"283156\",\n                \"name\": \"Cáqui\"\n            },\n            {\n                \"id\": \"18996186\",\n                \"name\": \"AVANT JOKER\"\n            },\n            {\n                \"id\": \"14789709\",\n                \"name\": \"Trust Pro Ballads Azul Laranja\"\n            },\n            {\n                \"id\": \"18060195\",\n                \"name\": \"Void - Preto/Laranja\"\n            },\n            {\n                \"id\": \"2198435\",\n                \"name\": \"Cinza-escuro/Vermelho\"\n            },\n            {\n                \"id\": \"62380128\",\n                \"name\": \"Roxo fosco com amarelo\"\n            },\n            {\n                \"id\": \"13857369\",\n                \"name\": \"Preto C/ Vermelho\"\n            },\n            {\n                \"id\": \"26714795\",\n                \"name\": \"Preto-fosco\"\n            },\n            {\n                \"id\": \"65199744\",\n                \"name\": \"F-21 North - Preto Brilho\"\n            },\n            {\n                \"id\": \"65207760\",\n                \"name\": \"Preto Fosco com Ciano\"\n            },\n            {\n                \"id\": \"3037402\",\n                \"name\": \"Preto/Grafite\"\n            },\n            {\n                \"id\": \"18996310\",\n                \"name\": \"Cinza Fosco com Vermelho\"\n            },\n            {\n                \"id\": \"11353809\",\n                \"name\": \"Vermelho-preto\"\n            },\n            {\n                \"id\": \"20139370\",\n                \"name\": \"Carbon XP Vermelho\"\n            },\n            {\n                \"id\": \"16889182\",\n                \"name\": \"AIR PRETO VERMELHO FOSCO\"\n            },\n            {\n                \"id\": \"4593367\",\n                \"name\": \"White azur\"\n            },\n            {\n                \"id\": \"20947233\",\n                \"name\": \"Vermelho com Verde\"\n            },\n            {\n                \"id\": \"56281621\",\n                \"name\": \"Alemanha Preto\"\n            },\n            {\n                \"id\": \"18851364\",\n                \"name\": \"Laranja - Amarelo\"\n            },\n            {\n                \"id\": \"51494462\",\n                \"name\": \"Rayas grises\"\n            },\n            {\n                \"id\": \"5200464\",\n                \"name\": \"Blue/Yellow\"\n            },\n            {\n                \"id\": \"65739165\",\n                \"name\": \"Cinza Moon com Grafite\"\n            },\n            {\n                \"id\": \"31001829\",\n                \"name\": \"Laranja-\"\n            },\n            {\n                \"id\": \"21322676\",\n                \"name\": \"Azul F/Rosa\"\n            },\n            {\n                \"id\": \"65190109\",\n                \"name\": \"solid a12\"\n            },\n            {\n                \"id\": \"6077579\",\n                \"name\": \"White/Blue/Red\"\n            },\n            {\n                \"id\": \"15039745\",\n                \"name\": \"Preto com Branco\"\n            },\n            {\n                \"id\": \"14789704\",\n                \"name\": \"Tifany\"\n            },\n            {\n                \"id\": \"11012480\",\n                \"name\": \"Anthracite/Black/Silver\"\n            },\n            {\n                \"id\": \"19232539\",\n                \"name\": \"Azul/Navy\"\n            },\n            {\n                \"id\": \"4616967\",\n                \"name\": \"Preto/Aqua\"\n            },\n            {\n                \"id\": \"56398231\",\n                \"name\": \"Azul Aço\"\n            },\n            {\n                \"id\": \"67318082\",\n                \"name\": \"Preto com Desert\"\n            },\n            {\n                \"id\": \"19093128\",\n                \"name\": \"Anthracite Fosco\"\n            },\n            {\n                \"id\": \"65151214\",\n                \"name\": \"Panther Flight B5\"\n            },\n            {\n                \"id\": \"58756184\",\n                \"name\": \"Azul metálico com preto\"\n            },\n            {\n                \"id\": \"13378551\",\n                \"name\": \"Preto Cinza Fosco\"\n            },\n            {\n                \"id\": \"3035060\",\n                \"name\": \"Anthracite/Black\"\n            },\n            {\n                \"id\": \"20353671\",\n                \"name\": \"Azul com Vermelho Brilhante\"\n            },\n            {\n                \"id\": \"22658707\",\n                \"name\": \"PTO/VERMELHO SPOT\"\n            },\n            {\n                \"id\": \"22098379\",\n                \"name\": \"Dash Azul/amarelo\"\n            },\n            {\n                \"id\": \"19972752\",\n                \"name\": \"Verde Água com Rosa\"\n            },\n            {\n                \"id\": \"19935620\",\n                \"name\": \"Preto/Rosa Brilhante\"\n            },\n            {\n                \"id\": \"18523942\",\n                \"name\": \"Nano Rosa\"\n            },\n            {\n                \"id\": \"74561650\",\n                \"name\": \"X1 PRETO FOSCO AMARELO FLUOR\"\n            },\n            {\n                \"id\": \"13791705\",\n                \"name\": \"Fucsia Mate\"\n            },\n            {\n                \"id\": \"14028023\",\n                \"name\": \"Falcão preto / vermelho\"\n            },\n            {\n                \"id\": \"4044296\",\n                \"name\": \"Preto/Laranja-néon\"\n            },\n            {\n                \"id\": \"12326798\",\n                \"name\": \"Preto/Cinza-fosco\"\n            },\n            {\n                \"id\": \"17484668\",\n                \"name\": \"Branco - Xdron Neon\"\n            },\n            {\n                \"id\": \"74946\",\n                \"name\": \"Azul/Preto\"\n            },\n            {\n                \"id\": \"17706977\",\n                \"name\": \"Starry - Roxo - Pink\"\n            },\n            {\n                \"id\": \"72836220\",\n                \"name\": \"Mirage Mystic - Preto Brilho com Azul\"\n            },\n            {\n                \"id\": \"15043969\",\n                \"name\": \"Amarillo Negro Mate\"\n            },\n            {\n                \"id\": \"18994086\",\n                \"name\": \"Tiffany/Pink\"\n            },\n            {\n                \"id\": \"55044683\",\n                \"name\": \"Cinza preto e verde\"\n            },\n            {\n                \"id\": \"25855048\",\n                \"name\": \"Bege/Fosco\"\n            },\n            {\n                \"id\": \"3741126\",\n                \"name\": \"Rosa-fosco\"\n            },\n            {\n                \"id\": \"17222320\",\n                \"name\": \"Azul - Azul Claro\"\n            },\n            {\n                \"id\": \"4044269\",\n                \"name\": \"Preto/Amarelo-néon\"\n            },\n            {\n                \"id\": \"3159012\",\n                \"name\": \"Dourado/Marrom\"\n            },\n            {\n                \"id\": \"15418365\",\n                \"name\": \"Branco com Prata\"\n            },\n            {\n                \"id\": \"8802986\",\n                \"name\": \"Preto/Grafite/Amarelo\"\n            },\n            {\n                \"id\": \"19214425\",\n                \"name\": \"Dreams Matte - Cinza\"\n            },\n            {\n                \"id\": \"20341929\",\n                \"name\": \"Preto colorido fosco\"\n            },\n            {\n                \"id\": \"3971827\",\n                \"name\": \"Gold/Black\"\n            },\n            {\n                \"id\": \"22098238\",\n                \"name\": \"Preto/ Rosa/ Azul Brilhante\"\n            },\n            {\n                \"id\": \"19923821\",\n                \"name\": \"Cinza-fosco/Amarelo\"\n            },\n            {\n                \"id\": \"18026376\",\n                \"name\": \"Branco Brilhante Vermelho\"\n            },\n            {\n                \"id\": \"3115776\",\n                \"name\": \"58\"\n            },\n            {\n                \"id\": \"283150\",\n                \"name\": \"Laranja-claro\"\n            },\n            {\n                \"id\": \"20272800\",\n                \"name\": \"Adventurer - Preto Branco\"\n            },\n            {\n                \"id\": \"100563\",\n                \"name\": \"Preto/Branco/Laranja\"\n            },\n            {\n                \"id\": \"20209363\",\n                \"name\": \"Azul Fosco com Vermelho\"\n            },\n            {\n                \"id\": \"14891673\",\n                \"name\": \"Amarelo-Rosa\"\n            },\n            {\n                \"id\": \"18247196\",\n                \"name\": \"Azul Style\"\n            },\n            {\n                \"id\": \"24241035\",\n                \"name\": \"ADVENTURE - PRETO BRILHANTE E AZUL\"\n            },\n            {\n                \"id\": \"20319316\",\n                \"name\": \"Azul-amarelo-preto/ Brilhoso\"\n            },\n            {\n                \"id\": \"20040247\",\n                \"name\": \"Preto com Celeste\"\n            },\n            {\n                \"id\": \"19078283\",\n                \"name\": \"PRETO AMARELO FOSCO\"\n            },\n            {\n                \"id\": \"22095926\",\n                \"name\": \"Xdron - Blue\"\n            },\n            {\n                \"id\": \"3204\",\n                \"name\": \"Titânio\"\n            },\n            {\n                \"id\": \"17625183\",\n                \"name\": \"Capacetes turquesa nm para motos\"\n            },\n            {\n                \"id\": \"52230679\",\n                \"name\": \"Laranja/Azul/Amarello\"\n            },\n            {\n                \"id\": \"16903347\",\n                \"name\": \"Branco - Azul\"\n            },\n            {\n                \"id\": \"27834320\",\n                \"name\": \"Zero carbon\"\n            },\n            {\n                \"id\": \"73034243\",\n                \"name\": \"Allegro Soul - Preto Brilho com Grafite\"\n            },\n            {\n                \"id\": \"7628005\",\n                \"name\": \"55 Fade flat anthracite\"\n            },\n            {\n                \"id\": \"3170\",\n                \"name\": \"Cinza-metálico\"\n            },\n            {\n                \"id\": \"28656182\",\n                \"name\": \"Verde/Vermelho/Preto\"\n            },\n            {\n                \"id\": \"11902513\",\n                \"name\": \"Preto colorido\"\n            },\n            {\n                \"id\": \"19986604\",\n                \"name\": \"Cinza - Vermelho Brilhante\"\n            },\n            {\n                \"id\": \"13356697\",\n                \"name\": \"Grafite com dourado\"\n            },\n            {\n                \"id\": \"22094559\",\n                \"name\": \"Cinza - azul fosco\"\n            },\n            {\n                \"id\": \"8638281\",\n                \"name\": \"Branco/Vermelho/Azul/Dourado\"\n            },\n            {\n                \"id\": \"20567361\",\n                \"name\": \"Preto Brilho / Azul\"\n            },\n            {\n                \"id\": \"20466626\",\n                \"name\": \"B15687 - MOMENTUM BLACK MATTE\"\n            },\n            {\n                \"id\": \"16710946\",\n                \"name\": \"Branco/Violeta\"\n            },\n            {\n                \"id\": \"3544004\",\n                \"name\": \"Vermelho/Branco/Azul\"\n            },\n            {\n                \"id\": \"21703830\",\n                \"name\": \"Solid\"\n            },\n            {\n                \"id\": \"108352\",\n                \"name\": \"Azul/Laranja\"\n            },\n            {\n                \"id\": \"62007939\",\n                \"name\": \"Roxo Fosco com Grafite\"\n            },\n            {\n                \"id\": \"20475567\",\n                \"name\": \"Solid Gris\"\n            },\n            {\n                \"id\": \"20481808\",\n                \"name\": \"Preto Brilho / Preto / Branco\"\n            },\n            {\n                \"id\": \"17665749\",\n                \"name\": \"Blow Gree\"\n            },\n            {\n                \"id\": \"243858\",\n                \"name\": \"Verde/Vermelho\"\n            },\n            {\n                \"id\": \"21982321\",\n                \"name\": \"Preto/verce\"\n            },\n            {\n                \"id\": \"19906569\",\n                \"name\": \"Laranja Viseira Fumê\"\n            },\n            {\n                \"id\": \"114451\",\n                \"name\": \"Dourado/Vermelho\"\n            },\n            {\n                \"id\": \"3972046\",\n                \"name\": \"Preto-dourado\"\n            },\n            {\n                \"id\": \"11373552\",\n                \"name\": \"Preto/Grafite/Vermelho\"\n            },\n            {\n                \"id\": \"18995615\",\n                \"name\": \"BRANCO BRILHO - AMARELO\"\n            },\n            {\n                \"id\": \"17611668\",\n                \"name\": \"Draze Rosa Azul\"\n            },\n            {\n                \"id\": \"17611601\",\n                \"name\": \"Cinza Drone\"\n            },\n            {\n                \"id\": \"10829095\",\n                \"name\": \"TC-8 Laranja\"\n            },\n            {\n                \"id\": \"17515402\",\n                \"name\": \"FLAG VERMELHO AMARELO\"\n            },\n            {\n                \"id\": \"15719528\",\n                \"name\": \"Aqua green\"\n            },\n            {\n                \"id\": \"2137815\",\n                \"name\": \"Cinza/Rosa\"\n            },\n            {\n                \"id\": \"15280099\",\n                \"name\": \"Rosa Brilho\"\n            },\n            {\n                \"id\": \"70233244\",\n                \"name\": \"GTX RAPID VERMELHO\"\n            },\n            {\n                \"id\": \"14298185\",\n                \"name\": \"Azul e Preto\"\n            },\n            {\n                \"id\": \"72617382\",\n                \"name\": \"Azul Claro com Amarelo Limão\"\n            },\n            {\n                \"id\": \"4323241\",\n                \"name\": \"Preto/Azul-claro\"\n            },\n            {\n                \"id\": \"39424333\",\n                \"name\": \"Rosa\"\n            },\n            {\n                \"id\": \"18060158\",\n                \"name\": \"Veloxer Branco\"\n            },\n            {\n                \"id\": \"11012476\",\n                \"name\": \"Antharacite/Yellow/Black\"\n            },\n            {\n                \"id\": \"3519565\",\n                \"name\": \"USA\"\n            },\n            {\n                \"id\": \"283161\",\n                \"name\": \"Azul-marinho\"\n            },\n            {\n                \"id\": \"7368181\",\n                \"name\": \"Gloss grey\"\n            },\n            {\n                \"id\": \"13830284\",\n                \"name\": \"Verde Neon\"\n            },\n            {\n                \"id\": \"9132724\",\n                \"name\": \"Preto com gráfico preto\"\n            },\n            {\n                \"id\": \"108827\",\n                \"name\": \"Vermelho/Amarelo\"\n            },\n            {\n                \"id\": \"12939856\",\n                \"name\": \"Brilho Amarelo Preto\"\n            },\n            {\n                \"id\": \"21305787\",\n                \"name\": \"Blade Laranja Neon\"\n            },\n            {\n                \"id\": \"18998337\",\n                \"name\": \"Trick Red\"\n            },\n            {\n                \"id\": \"21519643\",\n                \"name\": \"Preto Revestido Couro Sintético\"\n            },\n            {\n                \"id\": \"4448911\",\n                \"name\": \"Azul tiffany\"\n            },\n            {\n                \"id\": \"21007632\",\n                \"name\": \"WSP - Azul/Branco/Neon Brilhoso\"\n            },\n            {\n                \"id\": \"17593781\",\n                \"name\": \"Preto Fosco - Azul - Verde\"\n            },\n            {\n                \"id\": \"20139507\",\n                \"name\": \"Dynamic - Gelo - Preto\"\n            },\n            {\n                \"id\": \"98680\",\n                \"name\": \"Cinza/Verde\"\n            },\n            {\n                \"id\": \"19507343\",\n                \"name\": \"AMARELO FLUO LARANJA FLUO AZUL\"\n            },\n            {\n                \"id\": \"15378138\",\n                \"name\": \"Grafite e Vermelho\"\n            },\n            {\n                \"id\": \"67852702\",\n                \"name\": \"Preto com desenho\"\n            },\n            {\n                \"id\": \"13111692\",\n                \"name\": \"Fosco Titânio\"\n            },\n            {\n                \"id\": \"16034234\",\n                \"name\": \"Azul Dark\"\n            },\n            {\n                \"id\": \"2826196\",\n                \"name\": \"Preta\"\n            },\n            {\n                \"id\": \"20053315\",\n                \"name\": \"Verde Agua Fosco\"\n            },\n            {\n                \"id\": \"7621929\",\n                \"name\": \"Verde-militar/Branco\"\n            },\n            {\n                \"id\": \"22735335\",\n                \"name\": \"Bandeira Preta Plana\"\n            },\n            {\n                \"id\": \"18999753\",\n                \"name\": \"Verde Agua Fosco Vermelho\"\n            },\n            {\n                \"id\": \"122017\",\n                \"name\": \"Azul/Rosa\"\n            },\n            {\n                \"id\": \"43977816\",\n                \"name\": \"White/Black\"\n            },\n            {\n                \"id\": \"20273465\",\n                \"name\": \"MILLER\"\n            },\n            {\n                \"id\": \"7628007\",\n                \"name\": \"59 Fade silver\"\n            },\n            {\n                \"id\": \"146912\",\n                \"name\": \"Branco/Vermelho/Laranja\"\n            },\n            {\n                \"id\": \"7690991\",\n                \"name\": \"Red/Lime\"\n            },\n            {\n                \"id\": \"52338731\",\n                \"name\": \"Status Fosco Preto Amarelo Fluo\"\n            },\n            {\n                \"id\": \"52134102\",\n                \"name\": \"Azul Metalizado Fosco com Grafite\"\n            },\n            {\n                \"id\": \"13438285\",\n                \"name\": \"Preto com Laranja Fosco\"\n            },\n            {\n                \"id\": \"18442376\",\n                \"name\": \"Amarelo, Vermelho e Azul\"\n            },\n            {\n                \"id\": \"338779\",\n                \"name\": \"Ciano\"\n            },\n            {\n                \"id\": \"20241992\",\n                \"name\": \"TC-5\"\n            },\n            {\n                \"id\": \"3775370\",\n                \"name\": \"Verde-néon\"\n            },\n            {\n                \"id\": \"56471977\",\n                \"name\": \"Verde Gloss\"\n            },\n            {\n                \"id\": \"337221\",\n                \"name\": \"White/Black\"\n            },\n            {\n                \"id\": \"19048564\",\n                \"name\": \"magenta/preto\"\n            },\n            {\n                \"id\": \"15927829\",\n                \"name\": \"Azul/Verde/Laranja\"\n            },\n            {\n                \"id\": \"58996\",\n                \"name\": \"Black edition\"\n            },\n            {\n                \"id\": \"28453031\",\n                \"name\": \"Parca\"\n            },\n            {\n                \"id\": \"61529473\",\n                \"name\": \"Preto Cinza Vis Fumê\"\n            },\n            {\n                \"id\": \"19002014\",\n                \"name\": \"CROWN PRETO PRATA\"\n            },\n            {\n                \"id\": \"19532666\",\n                \"name\": \"PRETO FOSCO_GRAFITE\"\n            },\n            {\n                \"id\": \"20113963\",\n                \"name\": \"Wind - Preto Tifany\"\n            },\n            {\n                \"id\": \"63187068\",\n                \"name\": \"Branco Azul E Cinza\"\n            },\n            {\n                \"id\": \"19054850\",\n                \"name\": \"Preto Chumbo Fosco-Branco\"\n            },\n            {\n                \"id\": \"19986360\",\n                \"name\": \"Branco Brilhante com Vermelho\"\n            },\n            {\n                \"id\": \"65808811\",\n                \"name\": \"Cinza Moon Fosco com Pink\"\n            },\n            {\n                \"id\": \"15407751\",\n                \"name\": \"Classic Vermelho\"\n            },\n            {\n                \"id\": \"3108170\",\n                \"name\": \"Red/Black/White\"\n            },\n            {\n                \"id\": \"52241870\",\n                \"name\": \"Preto Chumbo Fosco - Preto\"\n            },\n            {\n                \"id\": \"8618715\",\n                \"name\": \"Neon/Pink neon\"\n            },\n            {\n                \"id\": \"13807067\",\n                \"name\": \"Laranja com Preto Fosco\"\n            },\n            {\n                \"id\": \"23413806\",\n                \"name\": \"Preto Rubro Brilho\"\n            },\n            {\n                \"id\": \"70237285\",\n                \"name\": \"Gtx Skull Brilhante\"\n            },\n            {\n                \"id\": \"18996083\",\n                \"name\": \"Azul Brilhante Rosa\"\n            },\n            {\n                \"id\": \"18993539\",\n                \"name\": \"Smart - Preto - Pink\"\n            },\n            {\n                \"id\": \"7746177\",\n                \"name\": \"Sophie preto\"\n            },\n            {\n                \"id\": \"20466160\",\n                \"name\": \"Neon Azul/Laranja\"\n            },\n            {\n                \"id\": \"19000121\",\n                \"name\": \"FORCE PRETO ROSA\"\n            },\n            {\n                \"id\": \"62125729\",\n                \"name\": \"prata - preto fosco\"\n            },\n            {\n                \"id\": \"68215177\",\n                \"name\": \"Verde azul branco\"\n            },\n            {\n                \"id\": \"2945297\",\n                \"name\": \"Preto-acetinado\"\n            },\n            {\n                \"id\": \"6238428\",\n                \"name\": \"Black/Blue/Yellow\"\n            },\n            {\n                \"id\": \"19002243\",\n                \"name\": \"Preto Brilho / Azul / Vermelho\"\n            },\n            {\n                \"id\": \"19000228\",\n                \"name\": \"L Classic - Preto Brilhante\"\n            },\n            {\n                \"id\": \"19172816\",\n                \"name\": \"DRAKEN VECTOR - PRETO BRILHANTE TIFFANY E BRANCO\"\n            },\n            {\n                \"id\": \"19744801\",\n                \"name\": \"Ouro\"\n            },\n            {\n                \"id\": \"19467308\",\n                \"name\": \"THUNDER PRETO AZUL\"\n            },\n            {\n                \"id\": \"4216458\",\n                \"name\": \"Wine cherry\"\n            },\n            {\n                \"id\": \"18438072\",\n                \"name\": \"Negro/Vermelho/amarelo/Verde\"\n            },\n            {\n                \"id\": \"10827826\",\n                \"name\": \"TC-3 Amarelo\"\n            },\n            {\n                \"id\": \"15802718\",\n                \"name\": \"SURROND PRETO LARANJA\"\n            },\n            {\n                \"id\": \"19045101\",\n                \"name\": \"Verde Agua Fosco Rosa\"\n            },\n            {\n                \"id\": \"25523541\",\n                \"name\": \"Prata - Preto\"\n            },\n            {\n                \"id\": \"22098417\",\n                \"name\": \"Preto Cinza Brilho\"\n            },\n            {\n                \"id\": \"73040337\",\n                \"name\": \"UP RAPID LARANJA\"\n            },\n            {\n                \"id\": \"17611572\",\n                \"name\": \"Preto Brilhante-Verde\"\n            },\n            {\n                \"id\": \"62383318\",\n                \"name\": \"Panther Gale B3 Amarelo Fosco\"\n            },\n            {\n                \"id\": \"7493337\",\n                \"name\": \"Matt blue/White/Red\"\n            },\n            {\n                \"id\": \"18994062\",\n                \"name\": \"Lilás Brilhante\"\n            },\n            {\n                \"id\": \"52242067\",\n                \"name\": \"Matt black blank mat\"\n            },\n            {\n                \"id\": \"20475605\",\n                \"name\": \"Overtaking Branco e limão\"\n            },\n            {\n                \"id\": \"4095829\",\n                \"name\": \"Brasil\"\n            },\n            {\n                \"id\": \"5272495\",\n                \"name\": \"Prateado/Amarelo\"\n            },\n            {\n                \"id\": \"83775\",\n                \"name\": \"Preto/Laranja\"\n            },\n            {\n                \"id\": \"16290493\",\n                \"name\": \"VERMELHO-BRANCO\"\n            },\n            {\n                \"id\": \"18550278\",\n                \"name\": \"Preto/Ouro/Prata\"\n            },\n            {\n                \"id\": \"20291536\",\n                \"name\": \"Titanium - Preto com Cinza Fosco\"\n            },\n            {\n                \"id\": \"3441438\",\n                \"name\": \"Grafite brilhante\"\n            },\n            {\n                \"id\": \"17602721\",\n                \"name\": \"Preto/Vermelho/Cinza/Branco Fosco\"\n            },\n            {\n                \"id\": \"3198604\",\n                \"name\": \"Dark blue\"\n            },\n            {\n                \"id\": \"6211621\",\n                \"name\": \"Rosa-brilhante\"\n            },\n            {\n                \"id\": \"53788324\",\n                \"name\": \"Preto/Rosa\"\n            },\n            {\n                \"id\": \"66306848\",\n                \"name\": \"Defender Titanium Fosco Vermelho\"\n            },\n            {\n                \"id\": \"3757195\",\n                \"name\": \"Preto/Laranja/Cinza\"\n            },\n            {\n                \"id\": \"25512525\",\n                \"name\": \"Cinza Brilho/Rosa\"\n            },\n            {\n                \"id\": \"59461474\",\n                \"name\": \"Roxo/Preto\"\n            },\n            {\n                \"id\": \"3775352\",\n                \"name\": \"Branco-fosco\"\n            },\n            {\n                \"id\": \"20466535\",\n                \"name\": \"Vermelho Fosco/Prata\"\n            },\n            {\n                \"id\": \"7846057\",\n                \"name\": \"Preto/Amarelo-fluo\"\n            },\n            {\n                \"id\": \"11525269\",\n                \"name\": \"Azul e Laranja\"\n            },\n            {\n                \"id\": \"66123711\",\n                \"name\": \"Desert Fosco com Prata\"\n            },\n            {\n                \"id\": \"70233360\",\n                \"name\": \"GTX FOX GRAFITE VERMELHO\"\n            },\n            {\n                \"id\": \"7645212\",\n                \"name\": \"Black/Anthracite/Red\"\n            },\n            {\n                \"id\": \"4547282\",\n                \"name\": \"Amarelo fluor/Cinza\"\n            },\n            {\n                \"id\": \"13511105\",\n                \"name\": \"Preto/Vermelho\"\n            },\n            {\n                \"id\": \"13180698\",\n                \"name\": \"Branco com Azul\"\n            },\n            {\n                \"id\": \"13872421\",\n                \"name\": \"EUA\"\n            },\n            {\n                \"id\": \"20549171\",\n                \"name\": \"Amarelo-Laranja\"\n            },\n            {\n                \"id\": \"18247113\",\n                \"name\": \"Preto Fosco Branco\"\n            },\n            {\n                \"id\": \"18357854\",\n                \"name\": \"STORM VERMELHO FOSCO\"\n            },\n            {\n                \"id\": \"20910988\",\n                \"name\": \"Verde e roxo\"\n            },\n            {\n                \"id\": \"19980051\",\n                \"name\": \"Azul Amarelo Preto Fosco\"\n            },\n            {\n                \"id\": \"177416\",\n                \"name\": \"Preto/Azul/Vermelho\"\n            },\n            {\n                \"id\": \"19293133\",\n                \"name\": \"WIND PRETO VERM FOSCO AZUL\"\n            },\n            {\n                \"id\": \"55093544\",\n                \"name\": \"SUNSTAR\"\n            },\n            {\n                \"id\": \"37730051\",\n                \"name\": \"Vermelho com Vermelho\"\n            },\n            {\n                \"id\": \"18995439\",\n                \"name\": \"Raiser Matte Black Crimson\"\n            },\n            {\n                \"id\": \"20271760\",\n                \"name\": \"Azul Rosa Brilhante\"\n            },\n            {\n                \"id\": \"19000528\",\n                \"name\": \"MARIANNY PRETO VERMELHO\"\n            },\n            {\n                \"id\": \"18159284\",\n                \"name\": \"Verde e Preto\"\n            },\n            {\n                \"id\": \"14764909\",\n                \"name\": \"Preto - Branco\"\n            },\n            {\n                \"id\": \"18996155\",\n                \"name\": \"Femme - Preto\"\n            },\n            {\n                \"id\": \"18996374\",\n                \"name\": \"PRETO/VERDE CAMO\"\n            },\n            {\n                \"id\": \"16202855\",\n                \"name\": \"Negro/Rosa\"\n            },\n            {\n                \"id\": \"59651\",\n                \"name\": \"Branco/Amarelo\"\n            },\n            {\n                \"id\": \"5026270\",\n                \"name\": \"Verde fluor/Preto\"\n            },\n            {\n                \"id\": \"19643624\",\n                \"name\": \"Trace - Preto e Laranja\"\n            },\n            {\n                \"id\": \"73039670\",\n                \"name\": \"UP 43 GRAFITE\"\n            },\n            {\n                \"id\": \"19154632\",\n                \"name\": \"Solid Negro\"\n            },\n            {\n                \"id\": \"6238431\",\n                \"name\": \"Blue/Red/White\"\n            },\n            {\n                \"id\": \"11192903\",\n                \"name\": \"Verde Militar\"\n            },\n            {\n                \"id\": \"2802211\",\n                \"name\": \"Rosa-dourado\"\n            },\n            {\n                \"id\": \"18247035\",\n                \"name\": \"Citrus Brilhante\"\n            },\n            {\n                \"id\": \"20240921\",\n                \"name\": \"B-12 50 anos\"\n            },\n            {\n                \"id\": \"7723045\",\n                \"name\": \"Matt black/Titanium\"\n            },\n            {\n                \"id\": \"21922248\",\n                \"name\": \"B17904 - BLAZE GLOSS BLACK RED TITANIUM\"\n            },\n            {\n                \"id\": \"19243753\",\n                \"name\": \"Blue Red White / Azul com Vermelho e Branco\"\n            },\n            {\n                \"id\": \"47412644\",\n                \"name\": \"CINZA DARK BRILHO - VERMELHO\"\n            },\n            {\n                \"id\": \"21139831\",\n                \"name\": \"Preto Fosco / Chumbo\"\n            },\n            {\n                \"id\": \"66312495\",\n                \"name\": \"Preto/CCS\"\n            },\n            {\n                \"id\": \"20139385\",\n                \"name\": \"Super Collider Black / Preto\"\n            },\n            {\n                \"id\": \"14293609\",\n                \"name\": \"Preto com Prata\"\n            },\n            {\n                \"id\": \"15645116\",\n                \"name\": \"Preto Fosco Grafite\"\n            },\n            {\n                \"id\": \"50866893\",\n                \"name\": \"Lilás com Azul e Branco / Novo GTN Super Com Narigueira e Viseira Transparente\"\n            },\n            {\n                \"id\": \"94431\",\n                \"name\": \"Laranja/Branco\"\n            },\n            {\n                \"id\": \"7166927\",\n                \"name\": \"Azul-celeste/Amarelo/Vermelho\"\n            },\n            {\n                \"id\": \"65200325\",\n                \"name\": \"Scratch d7\"\n            },\n            {\n                \"id\": \"20466185\",\n                \"name\": \"Azul royal vermelho\"\n            },\n            {\n                \"id\": \"162167\",\n                \"name\": \"Cinza-titânio\"\n            },\n            {\n                \"id\": \"5343623\",\n                \"name\": \"Anthracite mat\"\n            },\n            {\n                \"id\": \"13893394\",\n                \"name\": \"Branco - Azul - Vermelho\"\n            },\n            {\n                \"id\": \"2758169\",\n                \"name\": \"Dragon\"\n            },\n            {\n                \"id\": \"52042\",\n                \"name\": \"Fúcsia\"\n            },\n            {\n                \"id\": \"18247108\",\n                \"name\": \"Axxis Mystic Vermelho\"\n            },\n            {\n                \"id\": \"186827\",\n                \"name\": \"Branco/Roxo\"\n            },\n            {\n                \"id\": \"19479760\",\n                \"name\": \"Max Preto Cinza Amarelo Fluor\"\n            },\n            {\n                \"id\": \"54702865\",\n                \"name\": \"AZUL 064\"\n            },\n            {\n                \"id\": \"2635897\",\n                \"name\": \"Violeta/Turquesa\"\n            },\n            {\n                \"id\": \"14754510\",\n                \"name\": \"Rosa e azul\"\n            },\n            {\n                \"id\": \"20567358\",\n                \"name\": \"Branco Brilhante Preto\"\n            },\n            {\n                \"id\": \"52242073\",\n                \"name\": \"Classic - Preto Fosco - Amarelo Neon\"\n            },\n            {\n                \"id\": \"27133636\",\n                \"name\": \"Aqua/Oro Mate\"\n            },\n            {\n                \"id\": \"19969913\",\n                \"name\": \"Preto / Prata / Prata\"\n            },\n            {\n                \"id\": \"7395195\",\n                \"name\": \"Vermelho-fosco\"\n            },\n            {\n                \"id\": \"13765652\",\n                \"name\": \"Cobertores e mantas\"\n            },\n            {\n                \"id\": \"14993631\",\n                \"name\": \"Vermelho com Branco\"\n            },\n            {\n                \"id\": \"73117037\",\n                \"name\": \"FOX AZUL\"\n            },\n            {\n                \"id\": \"47047721\",\n                \"name\": \"Preto verde fluorescente\"\n            },\n            {\n                \"id\": \"65302107\",\n                \"name\": \"Cinza Dark Fosco com Grafite\"\n            },\n            {\n                \"id\": \"50235167\",\n                \"name\": \"PRETO BRILHO - AZUL\"\n            },\n            {\n                \"id\": \"243257\",\n                \"name\": \"Vermelho-mate\"\n            },\n            {\n                \"id\": \"20341819\",\n                \"name\": \"Azul - Rosa Brilhante\"\n            },\n            {\n                \"id\": \"70355602\",\n                \"name\": \"GTX FOX GRAFITE\"\n            },\n            {\n                \"id\": \"19130670\",\n                \"name\": \"Fundo Preto Fosco Grafismos Preto e Branco\"\n            },\n            {\n                \"id\": \"18997211\",\n                \"name\": \"Verde Militar Com Preto\"\n            },\n            {\n                \"id\": \"17510146\",\n                \"name\": \"GRAFIC BRANCO VERMELHO BRILHANTE\"\n            },\n            {\n                \"id\": \"62008026\",\n                \"name\": \"Preto com Verde Água\"\n            },\n            {\n                \"id\": \"24628050\",\n                \"name\": \"Preto Brilho com Pink\"\n            },\n            {\n                \"id\": \"13718604\",\n                \"name\": \"Preto Brilhante com Cobre\"\n            },\n            {\n                \"id\": \"5270240\",\n                \"name\": \"Azul-verde\"\n            },\n            {\n                \"id\": \"3381099\",\n                \"name\": \"Azul/Vermelho/Preto\"\n            },\n            {\n                \"id\": \"65206870\",\n                \"name\": \"Preto Fosco com Roxo\"\n            },\n            {\n                \"id\": \"55124562\",\n                \"name\": \"EVO PRETO AZUL\"\n            },\n            {\n                \"id\": \"130339\",\n                \"name\": \"Branco/Vermelho/Azul\"\n            },\n            {\n                \"id\": \"20319336\",\n                \"name\": \"Hit Azul e Rosa\"\n            },\n            {\n                \"id\": \"7946613\",\n                \"name\": \"28 Corsa red\"\n            },\n            {\n                \"id\": \"59406\",\n                \"name\": \"Branco/Verde\"\n            },\n            {\n                \"id\": \"15147509\",\n                \"name\": \"Cinza-Azul\"\n            },\n            {\n                \"id\": \"2853708\",\n                \"name\": \"Preto/Branco/Rosa\"\n            },\n            {\n                \"id\": \"20481129\",\n                \"name\": \"Vector Branco Dourado\"\n            },\n            {\n                \"id\": \"55062621\",\n                \"name\": \"Soul Grand Prix\"\n            },\n            {\n                \"id\": \"16086377\",\n                \"name\": \"Neon amarelo/azul\"\n            },\n            {\n                \"id\": \"20024295\",\n                \"name\": \"Vibes Black / Preto\"\n            },\n            {\n                \"id\": \"3356010\",\n                \"name\": \"Preto/Ouro\"\n            },\n            {\n                \"id\": \"19172888\",\n                \"name\": \"Laranja Leggero\"\n            },\n            {\n                \"id\": \"2099235\",\n                \"name\": \"Cinza/Amarelo\"\n            },\n            {\n                \"id\": \"21140890\",\n                \"name\": \"Wakanda - Fosco\"\n            },\n            {\n                \"id\": \"20353725\",\n                \"name\": \"Preto Fosco com Pink\"\n            },\n            {\n                \"id\": \"7705658\",\n                \"name\": \"Pink/Gloss white\"\n            },\n            {\n                \"id\": \"1152\",\n                \"name\": \"Púrpura\"\n            },\n            {\n                \"id\": \"4987835\",\n                \"name\": \"Black/Grey/Red\"\n            },\n            {\n                \"id\": \"4089152\",\n                \"name\": \"Preto/Amarelo/Laranja\"\n            },\n            {\n                \"id\": \"2242604\",\n                \"name\": \"Cinza/Marrom\"\n            },\n            {\n                \"id\": \"7713186\",\n                \"name\": \"Gloss black/Gloss green\"\n            },\n            {\n                \"id\": \"20250564\",\n                \"name\": \"mate preto\"\n            },\n            {\n                \"id\": \"22801795\",\n                \"name\": \"Branco/Azul Brilhante\"\n            },\n            {\n                \"id\": \"22612634\",\n                \"name\": \"CINZA BRILHO - PRATA\"\n            },\n            {\n                \"id\": \"39027956\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"28016503\",\n                \"name\": \"Origin Vermelho Fosco + Viseira Fumê\"\n            },\n            {\n                \"id\": \"22097326\",\n                \"name\": \"Laranja - Rosa\"\n            },\n            {\n                \"id\": \"15429473\",\n                \"name\": \"Wolverine\"\n            },\n            {\n                \"id\": \"41929438\",\n                \"name\": \"Preto Fosco/Vermelho\"\n            },\n            {\n                \"id\": \"13744838\",\n                \"name\": \"AZUL PRETO FOSCO\"\n            },\n            {\n                \"id\": \"17545787\",\n                \"name\": \"Rosa Camaleão\"\n            },\n            {\n                \"id\": \"19906744\",\n                \"name\": \"Trace - Preto e Vermelho\"\n            },\n            {\n                \"id\": \"19001848\",\n                \"name\": \"THUNDER PRETO GRAFITE\"\n            },\n            {\n                \"id\": \"55569420\",\n                \"name\": \"STING PRETO BRANCO\"\n            },\n            {\n                \"id\": \"45260415\",\n                \"name\": \"Tuberosa cinza\"\n            },\n            {\n                \"id\": \"57222283\",\n                \"name\": \"Titanium_Roxo\"\n            },\n            {\n                \"id\": \"2860133\",\n                \"name\": \"Prata-azul\"\n            },\n            {\n                \"id\": \"4217276\",\n                \"name\": \"Azul/Fume\"\n            },\n            {\n                \"id\": \"19536471\",\n                \"name\": \"Preto com roxo\"\n            },\n            {\n                \"id\": \"19391303\",\n                \"name\": \"Preto Fosco Solid\"\n            },\n            {\n                \"id\": \"20309267\",\n                \"name\": \"Cinza Amarelo Brilhante\"\n            },\n            {\n                \"id\": \"5004695\",\n                \"name\": \"Rosa-brilho\"\n            },\n            {\n                \"id\": \"55647686\",\n                \"name\": \"Laranja-flúor\"\n            },\n            {\n                \"id\": \"7713187\",\n                \"name\": \"Gloss black/Gloss red\"\n            },\n            {\n                \"id\": \"11577047\",\n                \"name\": \"Vermelho/Preto-fosco\"\n            },\n            {\n                \"id\": \"16211079\",\n                \"name\": \"Lilas e rosa\"\n            },\n            {\n                \"id\": \"19479804\",\n                \"name\": \"SOLID GRAFITE PRETO\"\n            },\n            {\n                \"id\": \"909241\",\n                \"name\": \"Roxo/Rosa\"\n            },\n            {\n                \"id\": \"19037965\",\n                \"name\": \"SOLID BRANCO AZUL\"\n            },\n            {\n                \"id\": \"36174128\",\n                \"name\": \"Turquesa com rosa\"\n            },\n            {\n                \"id\": \"18928120\",\n                \"name\": \"Preto, amarelo e laranja\"\n            },\n            {\n                \"id\": \"20466245\",\n                \"name\": \"Manty - Preto - Vermelho\"\n            },\n            {\n                \"id\": \"18995087\",\n                \"name\": \"Preto Fosco/Prata\"\n            },\n            {\n                \"id\": \"18652696\",\n                \"name\": \"Violeta ENERGY\"\n            },\n            {\n                \"id\": \"54678992\",\n                \"name\": \"bufão\"\n            },\n            {\n                \"id\": \"54702424\",\n                \"name\": \"VERMELHO FOSCO/CINZA\"\n            },\n            {\n                \"id\": \"58783\",\n                \"name\": \"Vermelho/Preto\"\n            },\n            {\n                \"id\": \"20421694\",\n                \"name\": \"Echo - Preto Fosco - Roxo\"\n            },\n            {\n                \"id\": \"16472589\",\n                \"name\": \"Preto Brilhante Vermelho\"\n            },\n            {\n                \"id\": \"81760\",\n                \"name\": \"Cinza/Preto\"\n            },\n            {\n                \"id\": \"14777701\",\n                \"name\": \"Menina\"\n            },\n            {\n                \"id\": \"4497405\",\n                \"name\": \"White/Blue\"\n            },\n            {\n                \"id\": \"19203987\",\n                \"name\": \"Branco Brilho/Prata\"\n            },\n            {\n                \"id\": \"19347141\",\n                \"name\": \"VermelhoF/Preto G\"\n            },\n            {\n                \"id\": \"20921222\",\n                \"name\": \"Branco Perolizado\"\n            },\n            {\n                \"id\": \"21750866\",\n                \"name\": \"Vision Cristal\"\n            },\n            {\n                \"id\": \"18997488\",\n                \"name\": \"Titanium/Orange\"\n            },\n            {\n                \"id\": \"16009159\",\n                \"name\": \"Branco/Vermelho\"\n            },\n            {\n                \"id\": \"7946612\",\n                \"name\": \"27 Led yellow\"\n            },\n            {\n                \"id\": \"20072542\",\n                \"name\": \"Classic - Preto Fosco - Neon\"\n            },\n            {\n                \"id\": \"20272901\",\n                \"name\": \"Amarillo/Azul\"\n            },\n            {\n                \"id\": \"2092186\",\n                \"name\": \"Rosa/Amarelo\"\n            },\n            {\n                \"id\": \"21464273\",\n                \"name\": \"Amarelo/Azul Brilhante\"\n            },\n            {\n                \"id\": \"7128315\",\n                \"name\": \"Branco/Colorido\"\n            },\n            {\n                \"id\": \"28016506\",\n                \"name\": \"Titanium Fosco + Viseira Fumê\"\n            },\n            {\n                \"id\": \"4748967\",\n                \"name\": \"Cacto\"\n            },\n            {\n                \"id\": \"19429517\",\n                \"name\": \"Rosa Roxo Branco\"\n            },\n            {\n                \"id\": \"11154981\",\n                \"name\": \"Dourado\"\n            },\n            {\n                \"id\": \"15802756\",\n                \"name\": \"Sanctus Preto\"\n            },\n            {\n                \"id\": \"65230877\",\n                \"name\": \"PRETO FOSCO - AMARELO\"\n            },\n            {\n                \"id\": \"61978683\",\n                \"name\": \"Preto brilho com rosa\"\n            },\n            {\n                \"id\": \"7719749\",\n                \"name\": \"Black/Blue/Orange\"\n            },\n            {\n                \"id\": \"5649702\",\n                \"name\": \"Blue/Red\"\n            },\n            {\n                \"id\": \"3035762\",\n                \"name\": \"Cinza/Grafite\"\n            },\n            {\n                \"id\": \"18994005\",\n                \"name\": \"BRANCO BRILHANTE E PRATA\"\n            },\n            {\n                \"id\": \"3775340\",\n                \"name\": \"Bubble gum\"\n            },\n            {\n                \"id\": \"19924137\",\n                \"name\": \"Azul Fosco com Branco\"\n            },\n            {\n                \"id\": \"17272939\",\n                \"name\": \"Manty - Preto - Prata\"\n            },\n            {\n                \"id\": \"14899052\",\n                \"name\": \"PRETO FOSCO AMARELO FLUOR\"\n            },\n            {\n                \"id\": \"22549488\",\n                \"name\": \"Branco e Rosa Brilhante\"\n            },\n            {\n                \"id\": \"19773616\",\n                \"name\": \"Preto Brilho / Amarelo / Azul\"\n            },\n            {\n                \"id\": \"8170717\",\n                \"name\": \"Azul-laranja\"\n            },\n            {\n                \"id\": \"20030461\",\n                \"name\": \"AMARELO FLUO CINZA\"\n            },\n            {\n                \"id\": \"16068694\",\n                \"name\": \"Matte / Gloss Blackout Clássico\"\n            },\n            {\n                \"id\": \"3051525\",\n                \"name\": \"Black/Grey\"\n            },\n            {\n                \"id\": \"4246754\",\n                \"name\": \"Preto-fosco/Amarelo\"\n            },\n            {\n                \"id\": \"54702486\",\n                \"name\": \"Prata Vermelho e Azul\"\n            },\n            {\n                \"id\": \"20242757\",\n                \"name\": \"Amarelo Moto Taxi\"\n            },\n            {\n                \"id\": \"15407555\",\n                \"name\": \"Wind Preto Amarelo e Vermelho\"\n            },\n            {\n                \"id\": \"2198437\",\n                \"name\": \"Cinza-escuro/Azul\"\n            },\n            {\n                \"id\": \"71744099\",\n                \"name\": \"branco vermelho preto azul\"\n            },\n            {\n                \"id\": \"20137052\",\n                \"name\": \"Grafite com Preto\"\n            },\n            {\n                \"id\": \"19109969\",\n                \"name\": \"Preto Fosco - Pink\"\n            },\n            {\n                \"id\": \"12846800\",\n                \"name\": \"Branco - vermelho\"\n            },\n            {\n                \"id\": \"3876711\",\n                \"name\": \"Neon yellow\"\n            },\n            {\n                \"id\": \"14892820\",\n                \"name\": \"Preto com verde\"\n            },\n            {\n                \"id\": \"19180155\",\n                \"name\": \"L CLASSIC - VERMELHO BRILHANTE E GRAFITE\"\n            },\n            {\n                \"id\": \"3086462\",\n                \"name\": \"Prata fosco\"\n            },\n            {\n                \"id\": \"22924489\",\n                \"name\": \"Verde Neón Brillante\"\n            },\n            {\n                \"id\": \"24628053\",\n                \"name\": \"Preto Brilho com Prata\"\n            },\n            {\n                \"id\": \"14407638\",\n                \"name\": \"BORBOLETA BRANCO ROSA\"\n            },\n            {\n                \"id\": \"3213323\",\n                \"name\": \"Preto/Cinza/Verde\"\n            },\n            {\n                \"id\": \"14983561\",\n                \"name\": \"Branco Brilho\"\n            },\n            {\n                \"id\": \"25512523\",\n                \"name\": \"CINZA/VERMELHO Brilho\"\n            },\n            {\n                \"id\": \"13778613\",\n                \"name\": \"Cinza com vermelho\"\n            },\n            {\n                \"id\": \"22687728\",\n                \"name\": \"Branco e Pink\"\n            },\n            {\n                \"id\": \"65583101\",\n                \"name\": \"Branco - laranja Brilhante\"\n            },\n            {\n                \"id\": \"3121537\",\n                \"name\": \"Laranja/Magenta\"\n            },\n            {\n                \"id\": \"59649\",\n                \"name\": \"Preto/Amarelo\"\n            },\n            {\n                \"id\": \"55043149\",\n                \"name\": \"VERMELHO METAL - BRANCO\"\n            },\n            {\n                \"id\": \"56379665\",\n                \"name\": \"Tubarão Preto\"\n            },\n            {\n                \"id\": \"109068\",\n                \"name\": \"Vermelho/Preto/Cinza\"\n            },\n            {\n                \"id\": \"20241599\",\n                \"name\": \"Scratch Black Red / Preto com Vermelho\"\n            },\n            {\n                \"id\": \"21141374\",\n                \"name\": \"Classic Preto Fosco\"\n            },\n            {\n                \"id\": \"19969863\",\n                \"name\": \"AZUL FOSCO - VERMELHO\"\n            },\n            {\n                \"id\": \"73039976\",\n                \"name\": \"FOX GRAFITE\"\n            },\n            {\n                \"id\": \"60113\",\n                \"name\": \"Branco/Cinza\"\n            },\n            {\n                \"id\": \"4550615\",\n                \"name\": \"Prime\"\n            },\n            {\n                \"id\": \"54679195\",\n                \"name\": \"Resistência Sophie\"\n            },\n            {\n                \"id\": \"16889922\",\n                \"name\": \"Rosa e Lilás\"\n            },\n            {\n                \"id\": \"20043337\",\n                \"name\": \"Grafite Preto Brilhante\"\n            },\n            {\n                \"id\": \"18996158\",\n                \"name\": \"CINZA/VERMELHO Brilho\"\n            },\n            {\n                \"id\": \"65584483\",\n                \"name\": \"Preto - Cinza Brilhante\"\n            },\n            {\n                \"id\": \"3380723\",\n                \"name\": \"Grafite fosco\"\n            },\n            {\n                \"id\": \"17570874\",\n                \"name\": \"Preto Fosco e Amarelo\"\n            },\n            {\n                \"id\": \"64446722\",\n                \"name\": \"Preto/Amarelho\"\n            },\n            {\n                \"id\": \"283163\",\n                \"name\": \"Rosa-chiclete\"\n            },\n            {\n                \"id\": \"20139413\",\n                \"name\": \"CINZA LUAR BRILHO - GRAFITE\"\n            },\n            {\n                \"id\": \"39268079\",\n                \"name\": \"Verde/Água\"\n            },\n            {\n                \"id\": \"52008\",\n                \"name\": \"Creme\"\n            },\n            {\n                \"id\": \"7375660\",\n                \"name\": \"20 Lava flat grey\"\n            },\n            {\n                \"id\": \"18996380\",\n                \"name\": \"Spicho Preto\"\n            },\n            {\n                \"id\": \"20209367\",\n                \"name\": \"Verde Água Fosco com Rosa\"\n            },\n            {\n                \"id\": \"28016505\",\n                \"name\": \"Grand Prix + Viseira Fumê\"\n            },\n            {\n                \"id\": \"13034840\",\n                \"name\": \"Branco fosco\"\n            },\n            {\n                \"id\": \"22968177\",\n                \"name\": \"Draken Solid Cinza\"\n            },\n            {\n                \"id\": \"17515400\",\n                \"name\": \"TRIBAL PRETO ROSA\"\n            },\n            {\n                \"id\": \"2996968\",\n                \"name\": \"Azul perolizado\"\n            },\n            {\n                \"id\": \"16512478\",\n                \"name\": \"Preto e Rosa Fosco\"\n            },\n            {\n                \"id\": \"52203397\",\n                \"name\": \"Azul Metalizado com Grafite\"\n            },\n            {\n                \"id\": \"13881762\",\n                \"name\": \"Azul E rOSA\"\n            },\n            {\n                \"id\": \"7946610\",\n                \"name\": \"24 Flat lava grey\"\n            },\n            {\n                \"id\": \"112759\",\n                \"name\": \"Azul/Amarelo/Preto\"\n            },\n            {\n                \"id\": \"72639020\",\n                \"name\": \"CRISTAL VERMELHA\"\n            },\n            {\n                \"id\": \"20014019\",\n                \"name\": \"Tarmac Cinza Amarelo\"\n            },\n            {\n                \"id\": \"20024260\",\n                \"name\": \"SPEED PRETO TIFANY\"\n            },\n            {\n                \"id\": \"18993393\",\n                \"name\": \"FLOWERS PRETO ROSA\"\n            },\n            {\n                \"id\": \"47251289\",\n                \"name\": \"AZUL BRILHO - LARANJA\"\n            },\n            {\n                \"id\": \"55334821\",\n                \"name\": \"PRETO BRILHO - CAMALEAO\"\n            },\n            {\n                \"id\": \"22382921\",\n                \"name\": \"Cinza - amarelo fosco\"\n            },\n            {\n                \"id\": \"7846056\",\n                \"name\": \"Violeta-fosco\"\n            },\n            {\n                \"id\": \"19090654\",\n                \"name\": \"Cinza com Vermelho/Fosco\"\n            },\n            {\n                \"id\": \"36137342\",\n                \"name\": \"Amarelo - Branco\"\n            },\n            {\n                \"id\": \"20362804\",\n                \"name\": \"AZUL/PINK/BRANCO\"\n            },\n            {\n                \"id\": \"20220929\",\n                \"name\": \"Negro/Naranjas\"\n            },\n            {\n                \"id\": \"18399731\",\n                \"name\": \"Amarelo Fluo/Azul\"\n            },\n            {\n                \"id\": \"16526813\",\n                \"name\": \"Solid Candy Red\"\n            },\n            {\n                \"id\": \"1117\",\n                \"name\": \"Ouro\"\n            },\n            {\n                \"id\": \"70241483\",\n                \"name\": \"Gtx Super Vermelho\"\n            },\n            {\n                \"id\": \"18247033\",\n                \"name\": \"Preto (NS4)\"\n            },\n            {\n                \"id\": \"32096810\",\n                \"name\": \"Grafite/Preto/Branco\"\n            },\n            {\n                \"id\": \"20030009\",\n                \"name\": \"Preto/Amarelo/Prata\"\n            },\n            {\n                \"id\": \"52012\",\n                \"name\": \"Dourado-escuro\"\n            },\n            {\n                \"id\": \"65218088\",\n                \"name\": \"B40 Spect - Preto com Rosa\"\n            },\n            {\n                \"id\": \"20437677\",\n                \"name\": \"Azul Claro Fosco com Vermelho\"\n            },\n            {\n                \"id\": \"54705963\",\n                \"name\": \"JEANS TITANIUM\"\n            },\n            {\n                \"id\": \"17602771\",\n                \"name\": \"Preto Chumbo com Rosa\"\n            },\n            {\n                \"id\": \"20291205\",\n                \"name\": \"Preto/Laranja fluo\"\n            },\n            {\n                \"id\": \"20072359\",\n                \"name\": \"X-Open Joker\"\n            },\n            {\n                \"id\": \"22098225\",\n                \"name\": \"Preto/Branco/ Amarelo Neon\"\n            },\n            {\n                \"id\": \"13833783\",\n                \"name\": \"Amarelo Fosco\"\n            },\n            {\n                \"id\": \"60638146\",\n                \"name\": \"PRETO BRILHO CAMALEAO\"\n            },\n            {\n                \"id\": \"18995950\",\n                \"name\": \"SOLID GRAFITE PRETO FOSCO\"\n            },\n            {\n                \"id\": \"5340675\",\n                \"name\": \"Pepper red\"\n            },\n            {\n                \"id\": \"5018530\",\n                \"name\": \"Azul-escuro/Laranja\"\n            },\n            {\n                \"id\": \"21141779\",\n                \"name\": \"Preto/azul-brilhoso\"\n            },\n            {\n                \"id\": \"20359855\",\n                \"name\": \"Branco Viseira Cristal\"\n            },\n            {\n                \"id\": \"22097973\",\n                \"name\": \"Titanium Vermelho\"\n            },\n            {\n                \"id\": \"22887697\",\n                \"name\": \"Preto Azul Brilho\"\n            },\n            {\n                \"id\": \"19001831\",\n                \"name\": \"Scrub Psycho\"\n            },\n            {\n                \"id\": \"22888591\",\n                \"name\": \"Cinza - laranja fosco\"\n            },\n            {\n                \"id\": \"7375662\",\n                \"name\": \"21 Lava flat grey\"\n            },\n            {\n                \"id\": \"20437601\",\n                \"name\": \"Azul Claro com Vermelho\"\n            },\n            {\n                \"id\": \"20273487\",\n                \"name\": \"Branco com Azul e Vermelho\"\n            },\n            {\n                \"id\": \"17666761\",\n                \"name\": \"Phyton\"\n            },\n            {\n                \"id\": \"20362843\",\n                \"name\": \"Vector Azul Amarelo\"\n            },\n            {\n                \"id\": \"19906543\",\n                \"name\": \"Vermelho AZUL AMARELO FLUOR\"\n            },\n            {\n                \"id\": \"24200763\",\n                \"name\": \"Branco Brilho\"\n            },\n            {\n                \"id\": \"18550247\",\n                \"name\": \"Negro Naranja Brillo\"\n            },\n            {\n                \"id\": \"26147134\",\n                \"name\": \"Preto/Branco\"\n            },\n            {\n                \"id\": \"17349445\",\n                \"name\": \"Draken Solid Preto\"\n            },\n            {\n                \"id\": \"19125034\",\n                \"name\": \"Metal Antracito e amarelo\"\n            },\n            {\n                \"id\": \"4092664\",\n                \"name\": \"Vermelho fluor\"\n            },\n            {\n                \"id\": \"21029588\",\n                \"name\": \"Negro / Vermelho-Azul\"\n            },\n            {\n                \"id\": \"2715794\",\n                \"name\": \"Green\"\n            },\n            {\n                \"id\": \"18247042\",\n                \"name\": \"Vermelho Solid\"\n            },\n            {\n                \"id\": \"20309190\",\n                \"name\": \"Chumbo Metálico/Solides\"\n            },\n            {\n                \"id\": \"2798778\",\n                \"name\": \"Power\"\n            },\n            {\n                \"id\": \"4129930\",\n                \"name\": \"Vermelho-brilho\"\n            },\n            {\n                \"id\": \"72928263\",\n                \"name\": \"RAPID ROSA\"\n            },\n            {\n                \"id\": \"15636727\",\n                \"name\": \"Fundo Preto Brilhante Grafismos em Verde\"\n            },\n            {\n                \"id\": \"2726335\",\n                \"name\": \"Pink\"\n            },\n            {\n                \"id\": \"4511625\",\n                \"name\": \"Violeta/Vermelho\"\n            },\n            {\n                \"id\": \"23042790\",\n                \"name\": \"Razor - Speedmax - Preto - Roxo\"\n            },\n            {\n                \"id\": \"17666965\",\n                \"name\": \"Laranja com Cinza\"\n            },\n            {\n                \"id\": \"16370110\",\n                \"name\": \"Preto /vm\"\n            },\n            {\n                \"id\": \"65154126\",\n                \"name\": \"Azul Metálico com Verde\"\n            },\n            {\n                \"id\": \"19090707\",\n                \"name\": \"Preto bege virus\"\n            },\n            {\n                \"id\": \"17602478\",\n                \"name\": \"Azul Amarelo Fosco\"\n            },\n            {\n                \"id\": \"17679397\",\n                \"name\": \"GRAVITY PRETO AZUL\"\n            },\n            {\n                \"id\": \"19384648\",\n                \"name\": \"Azul Claro com Branco\"\n            },\n            {\n                \"id\": \"7067077\",\n                \"name\": \"Black/Yellow/Black\"\n            },\n            {\n                \"id\": \"36526786\",\n                \"name\": \"Brilho Cinza\"\n            },\n            {\n                \"id\": \"13812298\",\n                \"name\": \"AMARELO FLUOR AZUL\"\n            },\n            {\n                \"id\": \"4706803\",\n                \"name\": \"Preto-fosco/Azul\"\n            },\n            {\n                \"id\": \"7707989\",\n                \"name\": \"Black/Yellow fluor\"\n            },\n            {\n                \"id\": \"54702855\",\n                \"name\": \"PRETO C/ LARANJA E AZUL\"\n            },\n            {\n                \"id\": \"43977804\",\n                \"name\": \"Amarelo\"\n            },\n            {\n                \"id\": \"3296485\",\n                \"name\": \"Black/White\"\n            },\n            {\n                \"id\": \"20466526\",\n                \"name\": \"Preto Brilho / Rosa / Prata\"\n            },\n            {\n                \"id\": \"46489583\",\n                \"name\": \"Tubarão laranja\"\n            },\n            {\n                \"id\": \"7644386\",\n                \"name\": \"Black/Green/Blue\"\n            },\n            {\n                \"id\": \"19622218\",\n                \"name\": \"TRACER - PRETO FOSCO, VERMELHO E VERDE\"\n            },\n            {\n                \"id\": \"3414078\",\n                \"name\": \"Vermelho/Ouro\"\n            },\n            {\n                \"id\": \"19001513\",\n                \"name\": \"Seven Eight Vermelho\"\n            },\n            {\n                \"id\": \"22658757\",\n                \"name\": \"Italia Preto\"\n            },\n            {\n                \"id\": \"43826614\",\n                \"name\": \"Branco/Vermelho/Azul\"\n            },\n            {\n                \"id\": \"30386530\",\n                \"name\": \"PRETO-CINZA-BRANCO\"\n            },\n            {\n                \"id\": \"67935001\",\n                \"name\": \"Speedy Roxo Laranja Branco\"\n            },\n            {\n                \"id\": \"5768581\",\n                \"name\": \"Neon yellow/Black\"\n            },\n            {\n                \"id\": \"65197015\",\n                \"name\": \"PRATA - VERMELHO\"\n            },\n            {\n                \"id\": \"4793977\",\n                \"name\": \"Cinza-brilhante\"\n            },\n            {\n                \"id\": \"8588034\",\n                \"name\": \"Vintage green\"\n            },\n            {\n                \"id\": \"22719812\",\n                \"name\": \"Dourado - Brilhante Custom\"\n            },\n            {\n                \"id\": \"21199019\",\n                \"name\": \"F21 - Classic Preto Brilhante\"\n            },\n            {\n                \"id\": \"19078146\",\n                \"name\": \"Preto Brilho com Prata\"\n            },\n            {\n                \"id\": \"61931941\",\n                \"name\": \"tubex b3\"\n            },\n            {\n                \"id\": \"19293321\",\n                \"name\": \"2831183\"\n            },\n            {\n                \"id\": \"21519662\",\n                \"name\": \"Preto - TC6\"\n            },\n            {\n                \"id\": \"18996167\",\n                \"name\": \"Red Fosco com Grafite\"\n            },\n            {\n                \"id\": \"1018540\",\n                \"name\": \"Preto/Fúcsia\"\n            },\n            {\n                \"id\": \"19055164\",\n                \"name\": \"Cinza e Vermelho\"\n            },\n            {\n                \"id\": \"65202644\",\n                \"name\": \"PANTHER TRIBUTE C2\"\n            },\n            {\n                \"id\": \"22163430\",\n                \"name\": \"Ride Hard - Rosa\"\n            },\n            {\n                \"id\": \"43978759\",\n                \"name\": \"Cinza Profundo Fosco\"\n            },\n            {\n                \"id\": \"62010225\",\n                \"name\": \"Cinza Dark fosco com prata\"\n            },\n            {\n                \"id\": \"65272521\",\n                \"name\": \"Cinza moon fosco\"\n            },\n            {\n                \"id\": \"11012485\",\n                \"name\": \"Black/Yelllow/Green\"\n            },\n            {\n                \"id\": \"2521618\",\n                \"name\": \"Antracita\"\n            },\n            {\n                \"id\": \"108178\",\n                \"name\": \"Verde limão\"\n            },\n            {\n                \"id\": \"20273460\",\n                \"name\": \"Advance Amarelo\"\n            },\n            {\n                \"id\": \"66306872\",\n                \"name\": \"amarelo preto fosco\"\n            },\n            {\n                \"id\": \"7946608\",\n                \"name\": \"21 Flat black\"\n            },\n            {\n                \"id\": \"21401665\",\n                \"name\": \"Preto - vermelho rocket\"\n            },\n            {\n                \"id\": \"19130593\",\n                \"name\": \"Azul Brilhante Amarelo\"\n            },\n            {\n                \"id\": \"19947908\",\n                \"name\": \"Vermelho Dragon\"\n            },\n            {\n                \"id\": \"21703908\",\n                \"name\": \"Rosa - Vermelho\"\n            },\n            {\n                \"id\": \"19038007\",\n                \"name\": \"Cinza-escuro Status\"\n            },\n            {\n                \"id\": \"74988\",\n                \"name\": \"Preto/Vermelho\"\n            },\n            {\n                \"id\": \"18253590\",\n                \"name\": \"Amarillo/Azul/Negro Brillo\"\n            },\n            {\n                \"id\": \"8475044\",\n                \"name\": \"Amarelo fluo\"\n            },\n            {\n                \"id\": \"65582167\",\n                \"name\": \"Azul fosco com ciano\"\n            },\n            {\n                \"id\": \"7688605\",\n                \"name\": \"Green/Red/White\"\n            },\n            {\n                \"id\": \"5719546\",\n                \"name\": \"Yellow/Blue\"\n            },\n            {\n                \"id\": \"20481061\",\n                \"name\": \"Skid Preto Vermelho\"\n            },\n            {\n                \"id\": \"6288228\",\n                \"name\": \"Gloss titane black\"\n            },\n            {\n                \"id\": \"3014356\",\n                \"name\": \"Blue\"\n            },\n            {\n                \"id\": \"20043378\",\n                \"name\": \"Laranja Viseira Cristal\"\n            },\n            {\n                \"id\": \"21401606\",\n                \"name\": \"Vision Fume\"\n            },\n            {\n                \"id\": \"5822929\",\n                \"name\": \"Black/Pink\"\n            },\n            {\n                \"id\": \"22790377\",\n                \"name\": \"City Preto/Vermelho\"\n            },\n            {\n                \"id\": \"20079443\",\n                \"name\": \"Prata\"\n            },\n            {\n                \"id\": \"7713041\",\n                \"name\": \"Matt hi-vis yellow/Black\"\n            },\n            {\n                \"id\": \"19948030\",\n                \"name\": \"Azul Fosco - Manty\"\n            },\n            {\n                \"id\": \"41617391\",\n                \"name\": \"Rosa\"\n            },\n            {\n                \"id\": \"110442\",\n                \"name\": \"Laranja/Azul\"\n            },\n            {\n                \"id\": \"18357826\",\n                \"name\": \"Branco com Rubro\"\n            },\n            {\n                \"id\": \"34469622\",\n                \"name\": \"Preto-fosco\"\n            },\n            {\n                \"id\": \"19384802\",\n                \"name\": \"Route Rosa\"\n            },\n            {\n                \"id\": \"70234695\",\n                \"name\": \"GTX LIMIT AZUL FOSCO\"\n            },\n            {\n                \"id\": \"56422812\",\n                \"name\": \"Preto Fosco c/ Rosa\"\n            },\n            {\n                \"id\": \"13774483\",\n                \"name\": \"Azul com Vermelho\"\n            },\n            {\n                \"id\": \"22665855\",\n                \"name\": \"Supra - Denver Amarelo\"\n            },\n            {\n                \"id\": \"20240636\",\n                \"name\": \"Preto e Dourado Fosco\"\n            },\n            {\n                \"id\": \"18247194\",\n                \"name\": \"BRANCO MULTICOLORIDO\"\n            },\n            {\n                \"id\": \"65582959\",\n                \"name\": \"S 55-56\"\n            },\n            {\n                \"id\": \"19130673\",\n                \"name\": \"Vermelho - TC1\"\n            },\n            {\n                \"id\": \"15407924\",\n                \"name\": \"Laranja Fluor Fosco com com Azul\"\n            },\n            {\n                \"id\": \"20401830\",\n                \"name\": \"Cactus\"\n            },\n            {\n                \"id\": \"56469930\",\n                \"name\": \"RAPTOR PRETO CINZA VERMELHO FOSCO\"\n            },\n            {\n                \"id\": \"16943906\",\n                \"name\": \"Azul-escuro / Vermelho / Branco\"\n            },\n            {\n                \"id\": \"14331959\",\n                \"name\": \"Preto com cobre\"\n            },\n            {\n                \"id\": \"4246751\",\n                \"name\": \"Preto-fosco/Vermelho\"\n            },\n            {\n                \"id\": \"22094987\",\n                \"name\": \"Preto Perolizado Fosco\"\n            },\n            {\n                \"id\": \"14028020\",\n                \"name\": \"Solid nm\"\n            },\n            {\n                \"id\": \"8643661\",\n                \"name\": \"Preto/Verde néon\"\n            },\n            {\n                \"id\": \"21140936\",\n                \"name\": \"Branco brilhante Brasil\"\n            },\n            {\n                \"id\": \"21581061\",\n                \"name\": \"Laranja - Viseira Fumê\"\n            },\n            {\n                \"id\": \"5018519\",\n                \"name\": \"Azul-claro/Laranja\"\n            },\n            {\n                \"id\": \"52055\",\n                \"name\": \"Branco\"\n            },\n            {\n                \"id\": \"21029596\",\n                \"name\": \"Negro/Blanco Brillo\"\n            },\n            {\n                \"id\": \"20481137\",\n                \"name\": \"Galaxy - Preto - Colorido\"\n            },\n            {\n                \"id\": \"8618717\",\n                \"name\": \"Neon/Miami blue\"\n            },\n            {\n                \"id\": \"74561708\",\n                \"name\": \"X1 PRETO FOSCO VERMELHO\"\n            },\n            {\n                \"id\": \"24241036\",\n                \"name\": \"BRANCO BRILHANTE E VERMELHO\"\n            },\n            {\n                \"id\": \"18247204\",\n                \"name\": \"PRETO COM ROSA FOSCO\"\n            },\n            {\n                \"id\": \"57157\",\n                \"name\": \"Vermelho/Prata\"\n            },\n            {\n                \"id\": \"18147327\",\n                \"name\": \"Cinza - Azul Claro\"\n            },\n            {\n                \"id\": \"42084801\",\n                \"name\": \"Miles - Morales\"\n            },\n            {\n                \"id\": \"13812417\",\n                \"name\": \"Amarelo com Azul\"\n            },\n            {\n                \"id\": \"25854254\",\n                \"name\": \"Niña Cute\"\n            },\n            {\n                \"id\": \"17665580\",\n                \"name\": \"Verificar nas perguntas\"\n            },\n            {\n                \"id\": \"9192824\",\n                \"name\": \"Preto-fosco/Prata\"\n            },\n            {\n                \"id\": \"57813459\",\n                \"name\": \"Vermelho - Prata\"\n            },\n            {\n                \"id\": \"21143518\",\n                \"name\": \"Vermelho/Preto Fosco\"\n            },\n            {\n                \"id\": \"11562582\",\n                \"name\": \"Azul - Branco\"\n            },\n            {\n                \"id\": \"7602978\",\n                \"name\": \"Preto-chumbo\"\n            },\n            {\n                \"id\": \"17602257\",\n                \"name\": \"isle of man red black white\"\n            },\n            {\n                \"id\": \"54756407\",\n                \"name\": \"Cinza Fosco Vermelho\"\n            },\n            {\n                \"id\": \"13311431\",\n                \"name\": \"Preto matte\"\n            },\n            {\n                \"id\": \"52038\",\n                \"name\": \"Lilás\"\n            },\n            {\n                \"id\": \"5752131\",\n                \"name\": \"Amarelo-brilhante\"\n            },\n            {\n                \"id\": \"15245091\",\n                \"name\": \"Verde Militar Fosco-Preto\"\n            },\n            {\n                \"id\": \"24241037\",\n                \"name\": \"ADVENTURE - PRETO FOSCO E CHUMBO\"\n            },\n            {\n                \"id\": \"27133635\",\n                \"name\": \"Gold/Oro Mate\"\n            },\n            {\n                \"id\": \"73039419\",\n                \"name\": \"UP RAPID GRAFITE\"\n            },\n            {\n                \"id\": \"65579587\",\n                \"name\": \"Panther SV A1 Preto Fosco\"\n            },\n            {\n                \"id\": \"20053631\",\n                \"name\": \"Preto Chumbo Fosco com Grafite\"\n            },\n            {\n                \"id\": \"20436669\",\n                \"name\": \"Prata com Amarelo\"\n            },\n            {\n                \"id\": \"20040372\",\n                \"name\": \"Cinza Fosco com Pink\"\n            },\n            {\n                \"id\": \"48510118\",\n                \"name\": \"DRAGON FLY ROSAEPRETO\"\n            },\n            {\n                \"id\": \"10827824\",\n                \"name\": \"TC-1 Vermelho\"\n            },\n            {\n                \"id\": \"16010931\",\n                \"name\": \"Preto y Vermelho\"\n            },\n            {\n                \"id\": \"52304770\",\n                \"name\": \"Vermelho\"\n            },\n            {\n                \"id\": \"146916\",\n                \"name\": \"Preto/Vermelho/Laranja\"\n            },\n            {\n                \"id\": \"8192320\",\n                \"name\": \"Italy\"\n            },\n            {\n                \"id\": \"39362333\",\n                \"name\": \"Preto Fosco Branco\"\n            },\n            {\n                \"id\": \"65199999\",\n                \"name\": \"Scratch d7\"\n            },\n            {\n                \"id\": \"20030534\",\n                \"name\": \"Azul - Laranja Brilhante\"\n            },\n            {\n                \"id\": \"338707\",\n                \"name\": \"Candy red\"\n            },\n            {\n                \"id\": \"17785060\",\n                \"name\": \"Laranja e Azul\"\n            },\n            {\n                \"id\": \"4155874\",\n                \"name\": \"Preto/Cinza/Dourado\"\n            },\n            {\n                \"id\": \"19943039\",\n                \"name\": \"Preto Fosco com Vinho\"\n            },\n            {\n                \"id\": \"23176088\",\n                \"name\": \"Cinza Moon/Grafite\"\n            },\n            {\n                \"id\": \"15457358\",\n                \"name\": \"Preto fosco SOLID\"\n            },\n            {\n                \"id\": \"82186\",\n                \"name\": \"Branco/Lilás\"\n            },\n            {\n                \"id\": \"3657378\",\n                \"name\": \"Preto/Verde/Azul\"\n            },\n            {\n                \"id\": \"17593903\",\n                \"name\": \"Preto Brilho/Vermelho\"\n            },\n            {\n                \"id\": \"54707049\",\n                \"name\": \"Cinza preto vermelho\"\n            },\n            {\n                \"id\": \"22376308\",\n                \"name\": \"Quattro Cinza\"\n            },\n            {\n                \"id\": \"19976175\",\n                \"name\": \"Preto Brilhante-Amarelo\"\n            },\n            {\n                \"id\": \"13632677\",\n                \"name\": \"Cinza e Preto\"\n            },\n            {\n                \"id\": \"19172885\",\n                \"name\": \"Cinza-escuro/Preto - ASA\"\n            },\n            {\n                \"id\": \"108772\",\n                \"name\": \"Rosa/Azul\"\n            },\n            {\n                \"id\": \"18202862\",\n                \"name\": \"preto,branco e amarelo\"\n            },\n            {\n                \"id\": \"19001050\",\n                \"name\": \"Preto Brilho Transf Vermelho\"\n            },\n            {\n                \"id\": \"5763596\",\n                \"name\": \"Scorpion\"\n            },\n            {\n                \"id\": \"16369515\",\n                \"name\": \"Preto Chumbo Fosco\"\n            },\n            {\n                \"id\": \"16944034\",\n                \"name\": \"Preto-brilhoso\"\n            },\n            {\n                \"id\": \"28643867\",\n                \"name\": \"Preto/Rosa/Laranja\"\n            },\n            {\n                \"id\": \"17665862\",\n                \"name\": \"SPEED PRETO VERMELHO\"\n            },\n            {\n                \"id\": \"20481319\",\n                \"name\": \"BRANCO CHUMBO VERMELHO\"\n            },\n            {\n                \"id\": \"110423\",\n                \"name\": \"Azul-celeste/Laranja\"\n            },\n            {\n                \"id\": \"13809516\",\n                \"name\": \"Preto com Laranja\"\n            },\n            {\n                \"id\": \"4077710\",\n                \"name\": \"Preto-fosco/Verde\"\n            },\n            {\n                \"id\": \"19947849\",\n                \"name\": \"Amarelo Limão Com Roxo\"\n            },\n            {\n                \"id\": \"15645119\",\n                \"name\": \"Preto, Grafite e Branco\"\n            },\n            {\n                \"id\": \"2603342\",\n                \"name\": \"Laranja/Azul/Branco\"\n            },\n            {\n                \"id\": \"18998446\",\n                \"name\": \"Queen Brilho-Preto-Amarelo-Pink\"\n            },\n            {\n                \"id\": \"16003841\",\n                \"name\": \"Image-Color\"\n            },\n            {\n                \"id\": \"62009312\",\n                \"name\": \"Cinza Fosco com Rosa\"\n            },\n            {\n                \"id\": \"20379038\",\n                \"name\": \"Turner Prisma Preto Cinza Fosco\"\n            },\n            {\n                \"id\": \"4216455\",\n                \"name\": \"Metal black\"\n            },\n            {\n                \"id\": \"59650\",\n                \"name\": \"Preto/Rosa\"\n            },\n            {\n                \"id\": \"28753942\",\n                \"name\": \"Pretoㅤ\"\n            },\n            {\n                \"id\": \"11959714\",\n                \"name\": \"Preto-fosco/Azul-turquesa\"\n            },\n            {\n                \"id\": \"22098968\",\n                \"name\": \"Amarelo - Prata\"\n            },\n            {\n                \"id\": \"18998268\",\n                \"name\": \"FLAGGER PRETO VERDE FOSCO\"\n            },\n            {\n                \"id\": \"19066803\",\n                \"name\": \"YOURACING PRETO GRAFITE\"\n            },\n            {\n                \"id\": \"17656517\",\n                \"name\": \"Rosa Magenta\"\n            },\n            {\n                \"id\": \"21703543\",\n                \"name\": \"Visiera Cristal\"\n            },\n            {\n                \"id\": \"17859788\",\n                \"name\": \"Verde-amarelo\"\n            },\n            {\n                \"id\": \"238455\",\n                \"name\": \"Vermelho/Verde\"\n            },\n            {\n                \"id\": \"19347133\",\n                \"name\": \"Wind - Preto/Vermelho\"\n            },\n            {\n                \"id\": \"21519618\",\n                \"name\": \"Preto fosco/laranja harley\"\n            },\n            {\n                \"id\": \"7591630\",\n                \"name\": \"Matt black/Pink\"\n            },\n            {\n                \"id\": \"17510130\",\n                \"name\": \"GRAFIC PRETO VERMELHO FOSCO\"\n            },\n            {\n                \"id\": \"20362746\",\n                \"name\": \"Preto/titanio/dourado\"\n            },\n            {\n                \"id\": \"46886462\",\n                \"name\": \"SCROMO TURQUESA\"\n            },\n            {\n                \"id\": \"20480926\",\n                \"name\": \"Classic Preto\"\n            },\n            {\n                \"id\": \"55067992\",\n                \"name\": \"Preto mica ROSA\"\n            },\n            {\n                \"id\": \"20040295\",\n                \"name\": \"Azul Metalizado com Colorido\"\n            },\n            {\n                \"id\": \"16606139\",\n                \"name\": \"BRANCO BRILHANTE E VERMELHO\"\n            },\n            {\n                \"id\": \"9425\",\n                \"name\": \"Camuflagem\"\n            },\n            {\n                \"id\": \"54679199\",\n                \"name\": \"Preto / Roxo / Rosa\"\n            },\n            {\n                \"id\": \"6939377\",\n                \"name\": \"Neón/Preto\"\n            },\n            {\n                \"id\": \"20437630\",\n                \"name\": \"Verde - Dourado\"\n            },\n            {\n                \"id\": \"20263929\",\n                \"name\": \"Vermelho/TC1\"\n            },\n            {\n                \"id\": \"19054870\",\n                \"name\": \"Atacama - Preto Fosco - Branco\"\n            },\n            {\n                \"id\": \"39659825\",\n                \"name\": \"Preto/Branco\"\n            },\n            {\n                \"id\": \"18997187\",\n                \"name\": \"Coruja LILÁS\"\n            },\n            {\n                \"id\": \"18247076\",\n                \"name\": \"PRETO GRAFITE BRILHANTE\"\n            },\n            {\n                \"id\": \"72578906\",\n                \"name\": \"Verde Preto Azul Vermelho\"\n            },\n            {\n                \"id\": \"57070\",\n                \"name\": \"Transparente\"\n            },\n            {\n                \"id\": \"19467343\",\n                \"name\": \"PRISMA GRAFITE FOSCO\"\n            },\n            {\n                \"id\": \"19467351\",\n                \"name\": \"ACTION ROSA TIFFANY\"\n            },\n            {\n                \"id\": \"18999707\",\n                \"name\": \"NEON PRETO LARANJA FOSCO\"\n            },\n            {\n                \"id\": \"17879669\",\n                \"name\": \"INDIE COLORS FOSCO\"\n            },\n            {\n                \"id\": \"20466347\",\n                \"name\": \"Preto e Laranja Fosco\"\n            },\n            {\n                \"id\": \"20013778\",\n                \"name\": \"GIRLS ROSA\"\n            },\n            {\n                \"id\": \"2225238\",\n                \"name\": \"Carbono\"\n            },\n            {\n                \"id\": \"20482377\",\n                \"name\": \"PRETO GRAFITE FOSCO\"\n            },\n            {\n                \"id\": \"26509491\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"17611685\",\n                \"name\": \"Drift Cinza Fosco\"\n            },\n            {\n                \"id\": \"47545318\",\n                \"name\": \"CINZA DARK FOSCO - GRAFITE\"\n            },\n            {\n                \"id\": \"18423478\",\n                \"name\": \"Titanium/ Preto/ Amarelo\"\n            },\n            {\n                \"id\": \"12943855\",\n                \"name\": \"Verde fluorescente\"\n            },\n            {\n                \"id\": \"3523299\",\n                \"name\": \"Branco/Preto/Cinza\"\n            },\n            {\n                \"id\": \"6329637\",\n                \"name\": \"Grafite brilho\"\n            },\n            {\n                \"id\": \"5347823\",\n                \"name\": \"Laranja/Branco/Vermelho\"\n            },\n            {\n                \"id\": \"4113606\",\n                \"name\": \"Branco/Grafite\"\n            },\n            {\n                \"id\": \"73040325\",\n                \"name\": \"TIFFANY E ROSA\"\n            },\n            {\n                \"id\": \"19450631\",\n                \"name\": \"FF902 Scope Mask preto cinza titanium\"\n            },\n            {\n                \"id\": \"65271835\",\n                \"name\": \"Branco/ Grafismo\"\n            },\n            {\n                \"id\": \"2992046\",\n                \"name\": \"Chrome\"\n            },\n            {\n                \"id\": \"20481781\",\n                \"name\": \"Azul e Amarelo Fosco\"\n            },\n            {\n                \"id\": \"16431606\",\n                \"name\": \"Rosa e Amarelo\"\n            },\n            {\n                \"id\": \"198710\",\n                \"name\": \"Azul/Branco/Preto\"\n            },\n            {\n                \"id\": \"16512472\",\n                \"name\": \"PRETO-BRILHO-PRATA\"\n            },\n            {\n                \"id\": \"4051067\",\n                \"name\": \"Vermelho/ Preto\"\n            },\n            {\n                \"id\": \"20210519\",\n                \"name\": \"Chumbo metálico\"\n            },\n            {\n                \"id\": \"2548123\",\n                \"name\": \"Verde/Dourado\"\n            },\n            {\n                \"id\": \"19744803\",\n                \"name\": \"Fucsia-mate\"\n            },\n            {\n                \"id\": \"19980005\",\n                \"name\": \"Azul - Verde Brilhante\"\n            },\n            {\n                \"id\": \"22097587\",\n                \"name\": \"Branco Rosa Fosco\"\n            },\n            {\n                \"id\": \"42080182\",\n                \"name\": \"Vermelho Luminoso\"\n            },\n            {\n                \"id\": \"19990799\",\n                \"name\": \"Preto-TURBO\"\n            },\n            {\n                \"id\": \"66011618\",\n                \"name\": \"COMMANDO PRETO/ROSA/VERDE\"\n            },\n            {\n                \"id\": \"70234664\",\n                \"name\": \"GTX LIMIT BRANCO FOSCO\"\n            },\n            {\n                \"id\": \"16606118\",\n                \"name\": \"Cinza - dourado + Vis Cromado\"\n            },\n            {\n                \"id\": \"20353397\",\n                \"name\": \"Level - Azul\"\n            },\n            {\n                \"id\": \"18996605\",\n                \"name\": \"Azul Furious\"\n            },\n            {\n                \"id\": \"23484712\",\n                \"name\": \"Dalton Black Blue\"\n            },\n            {\n                \"id\": \"14215428\",\n                \"name\": \"Azul com Laranja\"\n            },\n            {\n                \"id\": \"12866403\",\n                \"name\": \"Fosco Preto Vermelho\"\n            },\n            {\n                \"id\": \"16886511\",\n                \"name\": \"BLACK EDITION PRETO ROSA\"\n            },\n            {\n                \"id\": \"72809540\",\n                \"name\": \"Preto com Amarelo Limão\"\n            },\n            {\n                \"id\": \"17292215\",\n                \"name\": \"Fuchsia\"\n            },\n            {\n                \"id\": \"7493343\",\n                \"name\": \"Matt black/Silver/Yellow\"\n            },\n            {\n                \"id\": \"6166668\",\n                \"name\": \"Café/Verde\"\n            },\n            {\n                \"id\": \"13651715\",\n                \"name\": \"Preto e dourado\"\n            },\n            {\n                \"id\": \"20242631\",\n                \"name\": \"Preto tangerine camo\"\n            },\n            {\n                \"id\": \"20040009\",\n                \"name\": \"Verde Viseira Cristal\"\n            },\n            {\n                \"id\": \"22094344\",\n                \"name\": \"Preto Rosa Brilho\"\n            },\n            {\n                \"id\": \"4283413\",\n                \"name\": \"Off white\"\n            },\n            {\n                \"id\": \"13668448\",\n                \"name\": \"Preto e Rosa\"\n            },\n            {\n                \"id\": \"14196165\",\n                \"name\": \"Azul-Vermelho\"\n            },\n            {\n                \"id\": \"54246671\",\n                \"name\": \"Azul Marinho e Rosa\"\n            },\n            {\n                \"id\": \"19330535\",\n                \"name\": \"Preto-brilhante\"\n            },\n            {\n                \"id\": \"66028066\",\n                \"name\": \"Preto fosco com azul claro\"\n            },\n            {\n                \"id\": \"18994966\",\n                \"name\": \"FEMME ROSA BRILHANTE\"\n            },\n            {\n                \"id\": \"54701619\",\n                \"name\": \"PRETO/ROSA 2\"\n            },\n            {\n                \"id\": \"18850379\",\n                \"name\": \"Peek Azul\"\n            },\n            {\n                \"id\": \"71897460\",\n                \"name\": \"CINZA VERMELHO BRANCO\"\n            },\n            {\n                \"id\": \"4512799\",\n                \"name\": \"Preto camuflado\"\n            },\n            {\n                \"id\": \"19971155\",\n                \"name\": \"PRETO-BILHO-COLOR\"\n            },\n            {\n                \"id\": \"17666645\",\n                \"name\": \"Vermelho Pimenta\"\n            },\n            {\n                \"id\": \"24040881\",\n                \"name\": \"Preto-Azul\"\n            },\n            {\n                \"id\": \"13744834\",\n                \"name\": \"GT5 Grafite\"\n            },\n            {\n                \"id\": \"41691275\",\n                \"name\": \"Verde-escuro\"\n            },\n            {\n                \"id\": \"18550265\",\n                \"name\": \"Negro/Rojo Brillo\"\n            },\n            {\n                \"id\": \"17861795\",\n                \"name\": \"Preto Rosa Fosco\"\n            },\n            {\n                \"id\": \"94241\",\n                \"name\": \"Preto/Vermelho/Branco\"\n            },\n            {\n                \"id\": \"1263815\",\n                \"name\": \"Laranja/Cinza\"\n            },\n            {\n                \"id\": \"5343619\",\n                \"name\": \"Black/White/Anthracite\"\n            },\n            {\n                \"id\": \"19180110\",\n                \"name\": \"Preto e Dourado Brilhante\"\n            },\n            {\n                \"id\": \"20424886\",\n                \"name\": \"Preto Fosco - Branco\"\n            },\n            {\n                \"id\": \"9918271\",\n                \"name\": \"Titânio\"\n            },\n            {\n                \"id\": \"3305098\",\n                \"name\": \"Violeta-claro\"\n            },\n            {\n                \"id\": \"20309257\",\n                \"name\": \"PRETO BRILHANTE E OCEANO\"\n            },\n            {\n                \"id\": \"24628047\",\n                \"name\": \"PRETO-BRILHO-CAMALEAO\"\n            },\n            {\n                \"id\": \"7050840\",\n                \"name\": \"Preto-fosco/Amarelo-néon\"\n            },\n            {\n                \"id\": \"34595029\",\n                \"name\": \"Cinza/Preto Fosco\"\n            },\n            {\n                \"id\": \"8479581\",\n                \"name\": \"Azul-fosco/Amarelo\"\n            },\n            {\n                \"id\": \"14215403\",\n                \"name\": \"FORCE PRETO AZUL\"\n            },\n            {\n                \"id\": \"134771\",\n                \"name\": \"Rosa-mate\"\n            },\n            {\n                \"id\": \"66122660\",\n                \"name\": \"Vanilla com Prata\"\n            },\n            {\n                \"id\": \"78477\",\n                \"name\": \"Branco/Violeta\"\n            },\n            {\n                \"id\": \"22759163\",\n                \"name\": \"Flat Black Bullhead\"\n            },\n            {\n                \"id\": \"17593681\",\n                \"name\": \"Preto Fosco e Verde\"\n            },\n            {\n                \"id\": \"36995723\",\n                \"name\": \"Roxo/Dourado\"\n            },\n            {\n                \"id\": \"23663892\",\n                \"name\": \"Verde/Turquesa/Rosa\"\n            },\n            {\n                \"id\": \"15245106\",\n                \"name\": \"Preto Com Rosa\"\n            },\n            {\n                \"id\": \"22887466\",\n                \"name\": \"Dash Vermelho/Branco\"\n            },\n            {\n                \"id\": \"17577761\",\n                \"name\": \"amarelo e verde\"\n            },\n            {\n                \"id\": \"22549746\",\n                \"name\": \"Cinza Brilho\"\n            },\n            {\n                \"id\": \"54104518\",\n                \"name\": \"Cinza Vis. Dourada\"\n            },\n            {\n                \"id\": \"5139842\",\n                \"name\": \"Laranja/Azul/Amarello\"\n            },\n            {\n                \"id\": \"18998102\",\n                \"name\": \"THUNDER VERMELHO GRAFITE\"\n            },\n            {\n                \"id\": \"16067007\",\n                \"name\": \"Azul com Rosa\"\n            },\n            {\n                \"id\": \"65205499\",\n                \"name\": \"Iridium Dourado\"\n            },\n            {\n                \"id\": \"3878918\",\n                \"name\": \"Summer\"\n            },\n            {\n                \"id\": \"13378434\",\n                \"name\": \"Vermelho Fosco\"\n            },\n            {\n                \"id\": \"2950569\",\n                \"name\": \"Azul/Amarelo/Branco\"\n            },\n            {\n                \"id\": \"22096832\",\n                \"name\": \"Breaking Matte - Amarelo\"\n            },\n            {\n                \"id\": \"21251910\",\n                \"name\": \"Preto Fosco com Cinza\"\n            },\n            {\n                \"id\": \"52001\",\n                \"name\": \"Bege\"\n            },\n            {\n                \"id\": \"18632502\",\n                \"name\": \"Preto Brilho (Gloss Black)\"\n            },\n            {\n                \"id\": \"21141911\",\n                \"name\": \"Preto Carbono Fosco\"\n            },\n            {\n                \"id\": \"2723554\",\n                \"name\": \"Silver\"\n            },\n            {\n                \"id\": \"16885942\",\n                \"name\": \"Cinza (NS1)\"\n            },\n            {\n                \"id\": \"18026336\",\n                \"name\": \"Tokyo - Black - Pink\"\n            },\n            {\n                \"id\": \"19045014\",\n                \"name\": \"Preto com Verde Fosco\"\n            },\n            {\n                \"id\": \"4645513\",\n                \"name\": \"Verde Turquesa\"\n            },\n            {\n                \"id\": \"73040155\",\n                \"name\": \"UP 43 AZUL\"\n            },\n            {\n                \"id\": \"20893790\",\n                \"name\": \"Preto Titanium\"\n            },\n            {\n                \"id\": \"2945004\",\n                \"name\": \"Cristal\"\n            },\n            {\n                \"id\": \"7616755\",\n                \"name\": \"Black/Violet/White\"\n            },\n            {\n                \"id\": \"16889157\",\n                \"name\": \"BLACK EDITION PRETO PRATA\"\n            },\n            {\n                \"id\": \"4145809\",\n                \"name\": \"Marrom-fosco\"\n            },\n            {\n                \"id\": \"16165766\",\n                \"name\": \"Cinza - Verde\"\n            },\n            {\n                \"id\": \"15245094\",\n                \"name\": \"Preto Fosco e Laranja\"\n            },\n            {\n                \"id\": \"19001560\",\n                \"name\": \"Verde Militar Fosco/Preto\"\n            },\n            {\n                \"id\": \"2268287\",\n                \"name\": \"Areia\"\n            },\n            {\n                \"id\": \"19420240\",\n                \"name\": \"Amarelo fluo preto aqua\"\n            },\n            {\n                \"id\": \"13090357\",\n                \"name\": \"Laranja Fluo\"\n            },\n            {\n                \"id\": \"18996981\",\n                \"name\": \"Preto XXL XXL XXL\"\n            },\n            {\n                \"id\": \"20466083\",\n                \"name\": \"Classic Azul Metalizado Fosco\"\n            },\n            {\n                \"id\": \"22098429\",\n                \"name\": \"Preto Perolizado Brilho\"\n            },\n            {\n                \"id\": \"19112680\",\n                \"name\": \"Preto Brilhante e Azul\"\n            },\n            {\n                \"id\": \"55792671\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"18122403\",\n                \"name\": \"Azul, branco e laranja\"\n            },\n            {\n                \"id\": \"20292169\",\n                \"name\": \"Fluo Orange Blue\"\n            },\n            {\n                \"id\": \"7946609\",\n                \"name\": \"23 Flat lava grey\"\n            },\n            {\n                \"id\": \"5405796\",\n                \"name\": \"Gloss vintage white\"\n            },\n            {\n                \"id\": \"19000677\",\n                \"name\": \"F-21 TOP GUN BRILHO\"\n            },\n            {\n                \"id\": \"14789675\",\n                \"name\": \"Branco e Vermelho\"\n            },\n            {\n                \"id\": \"48499437\",\n                \"name\": \"DRAGON FLY ROSA PRETO BRILHO\"\n            },\n            {\n                \"id\": \"7373230\",\n                \"name\": \"Amarelo-fluo\"\n            },\n            {\n                \"id\": \"15645088\",\n                \"name\": \"Branco Grafic\"\n            },\n            {\n                \"id\": \"9132722\",\n                \"name\": \"Branco com gráfico azul\"\n            },\n            {\n                \"id\": \"7434992\",\n                \"name\": \"Preto/Vermelho/Verde/Branco\"\n            },\n            {\n                \"id\": \"18399665\",\n                \"name\": \"Route Monocolor - Branco\"\n            },\n            {\n                \"id\": \"66011210\",\n                \"name\": \"RATTHAPARK\"\n            },\n            {\n                \"id\": \"11660678\",\n                \"name\": \"Cinza/Chumbo\"\n            },\n            {\n                \"id\": \"20292136\",\n                \"name\": \"Grafite Fosco com Preto\"\n            },\n            {\n                \"id\": \"13878030\",\n                \"name\": \"Plata\"\n            },\n            {\n                \"id\": \"23413718\",\n                \"name\": \"Preto Grafite Brilho\"\n            },\n            {\n                \"id\": \"19038116\",\n                \"name\": \"Preto/Vermelho Brilhante\"\n            },\n            {\n                \"id\": \"70234675\",\n                \"name\": \"GTX FOX AZUL TIFFANY\"\n            },\n            {\n                \"id\": \"15108700\",\n                \"name\": \"Laranja com preto\"\n            },\n            {\n                \"id\": \"19096127\",\n                \"name\": \"Favela Fosco\"\n            },\n            {\n                \"id\": \"73954557\",\n                \"name\": \"Azul Brilhante Perolado\"\n            },\n            {\n                \"id\": \"7627732\",\n                \"name\": \"Gloss red\"\n            },\n            {\n                \"id\": \"65152004\",\n                \"name\": \"Desert com Azul\"\n            },\n            {\n                \"id\": \"283165\",\n                \"name\": \"Cinza\"\n            },\n            {\n                \"id\": \"13378830\",\n                \"name\": \"PRETO BRILHANTE E COLORIDO\"\n            },\n            {\n                \"id\": \"66306892\",\n                \"name\": \"Branco Rosa Brilho\"\n            },\n            {\n                \"id\": \"59886374\",\n                \"name\": \"Amarelo-Preto\"\n            },\n            {\n                \"id\": \"17665891\",\n                \"name\": \"FEMME PRETO BRILHANTE\"\n            },\n            {\n                \"id\": \"17602532\",\n                \"name\": \"Quadriculado Branco\"\n            },\n            {\n                \"id\": \"19000009\",\n                \"name\": \"Preto/Veremelho\"\n            },\n            {\n                \"id\": \"18247106\",\n                \"name\": \"PRETO ROXO CAMALEÃO\"\n            },\n            {\n                \"id\": \"4859595\",\n                \"name\": \"Amarelo/Vermelho/Azul\"\n            },\n            {\n                \"id\": \"19527321\",\n                \"name\": \"Verde/Água\"\n            },\n            {\n                \"id\": \"52049\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"52014\",\n                \"name\": \"Verde\"\n            },\n            {\n                \"id\": \"19924208\",\n                \"name\": \"HILLS- BRANCO COM ROXO\"\n            },\n            {\n                \"id\": \"17349394\",\n                \"name\": \"Vermelho - Viseira Fumê\"\n            },\n            {\n                \"id\": \"20272909\",\n                \"name\": \"Branco com Magenta\"\n            },\n            {\n                \"id\": \"20271749\",\n                \"name\": \"Max Black Turquoise / Preto com Azul Turquesa\"\n            },\n            {\n                \"id\": \"52022\",\n                \"name\": \"Água\"\n            },\n            {\n                \"id\": \"17349407\",\n                \"name\": \"Old Years Brilhante - Preto\"\n            },\n            {\n                \"id\": \"13157016\",\n                \"name\": \"Cinza - Rosa\"\n            },\n            {\n                \"id\": \"15407733\",\n                \"name\": \"Preto Azul e Laranja\"\n            },\n            {\n                \"id\": \"3436511\",\n                \"name\": \"Brilhante\"\n            },\n            {\n                \"id\": \"65745490\",\n                \"name\": \"Preto brilho com colorido\"\n            },\n            {\n                \"id\": \"2777296\",\n                \"name\": \"Ruby\"\n            },\n            {\n                \"id\": \"13403843\",\n                \"name\": \"Coruja Preto Lilas\"\n            },\n            {\n                \"id\": \"55095254\",\n                \"name\": \"KS RACER\"\n            },\n            {\n                \"id\": \"4454904\",\n                \"name\": \"Rosa fluor\"\n            },\n            {\n                \"id\": \"7628004\",\n                \"name\": \"57 Fade flat cayman blue\"\n            },\n            {\n                \"id\": \"13718595\",\n                \"name\": \"Preto e Verde Fosco\"\n            },\n            {\n                \"id\": \"62009769\",\n                \"name\": \"Cinza brilho com amarelo\"\n            },\n            {\n                \"id\": \"40369\",\n                \"name\": \"Laranja-brilhante\"\n            },\n            {\n                \"id\": \"48955560\",\n                \"name\": \"GRAFITE BRILHO - BRANCO\"\n            },\n            {\n                \"id\": \"3891450\",\n                \"name\": \"Azul-prata\"\n            },\n            {\n                \"id\": \"17593531\",\n                \"name\": \"Trust Pro Transit Azul Laranja\"\n            },\n            {\n                \"id\": \"58756066\",\n                \"name\": \"Cinza dark fosco com preto\"\n            },\n            {\n                \"id\": \"19935605\",\n                \"name\": \"Amarelo Viseira Fumê\"\n            },\n            {\n                \"id\": \"14418750\",\n                \"name\": \"Azul - Amarelo\"\n            },\n            {\n                \"id\": \"7746176\",\n                \"name\": \"Verde camou\"\n            },\n            {\n                \"id\": \"3510700\",\n                \"name\": \"Metallic\"\n            },\n            {\n                \"id\": \"3973979\",\n                \"name\": \"Preto-fosco/Cinza\"\n            },\n            {\n                \"id\": \"18060167\",\n                \"name\": \"Preto Fosco com Amarelo\"\n            },\n            {\n                \"id\": \"21140044\",\n                \"name\": \"RPM (velocímetro)\"\n            },\n            {\n                \"id\": \"19976270\",\n                \"name\": \"Grafite Fosco com Grafite\"\n            },\n            {\n                \"id\": \"20040377\",\n                \"name\": \"Citrus com Preto\"\n            },\n            {\n                \"id\": \"35971938\",\n                \"name\": \"Rosa\"\n            },\n            {\n                \"id\": \"48912647\",\n                \"name\": \"Cinza Rosa Fosco\"\n            },\n            {\n                \"id\": \"7063631\",\n                \"name\": \"Camo-cinza\"\n            },\n            {\n                \"id\": \"11376876\",\n                \"name\": \"Amarelo Neon\"\n            },\n            {\n                \"id\": \"52242055\",\n                \"name\": \"Azul Fosco/Branco\"\n            },\n            {\n                \"id\": \"22097845\",\n                \"name\": \"Pica-Pau Vermelho\"\n            },\n            {\n                \"id\": \"44014506\",\n                \"name\": \"Branco - Amarelo\"\n            },\n            {\n                \"id\": \"219748\",\n                \"name\": \"Preto/Lilás\"\n            },\n            {\n                \"id\": \"8821297\",\n                \"name\": \"Preto/Laranja fosco\"\n            },\n            {\n                \"id\": \"22097556\",\n                \"name\": \"Laranja - Prata\"\n            },\n            {\n                \"id\": \"65738645\",\n                \"name\": \"ROSA A8\"\n            },\n            {\n                \"id\": \"94472\",\n                \"name\": \"Preto/Azul/Branco\"\n            },\n            {\n                \"id\": \"4213303\",\n                \"name\": \"Rootbeer\"\n            },\n            {\n                \"id\": \"103801\",\n                \"name\": \"Cinza/Azul\"\n            },\n            {\n                \"id\": \"16305631\",\n                \"name\": \"Rosa Fosco\"\n            },\n            {\n                \"id\": \"20465936\",\n                \"name\": \"Preto Fosco com Branco\"\n            },\n            {\n                \"id\": \"20481893\",\n                \"name\": \"Preto Brilho / Tiffany\"\n            },\n            {\n                \"id\": \"3408312\",\n                \"name\": \"Preto/Rosa/Azul\"\n            },\n            {\n                \"id\": \"49493405\",\n                \"name\": \"Racing Preto/Azul\"\n            },\n            {\n                \"id\": \"2198416\",\n                \"name\": \"Branco/Azul/Amarelo\"\n            },\n            {\n                \"id\": \"19281483\",\n                \"name\": \"Tracer Preto Cinza\"\n            },\n            {\n                \"id\": \"21140238\",\n                \"name\": \"Blade Preto/branco/laranja\"\n            },\n            {\n                \"id\": \"4365921\",\n                \"name\": \"Azul-brilho\"\n            },\n            {\n                \"id\": \"94370\",\n                \"name\": \"Branco/Azul/Preto\"\n            },\n            {\n                \"id\": \"17602433\",\n                \"name\": \"Preto Amarelo Baye\"\n            },\n            {\n                \"id\": \"19906562\",\n                \"name\": \"Laranja e azul fosco\"\n            },\n            {\n                \"id\": \"283162\",\n                \"name\": \"Índigo\"\n            },\n            {\n                \"id\": \"3195195\",\n                \"name\": \"Antracita Fosco\"\n            },\n            {\n                \"id\": \"20139620\",\n                \"name\": \"Vinho Amarelo Fluor\"\n            },\n            {\n                \"id\": \"72837803\",\n                \"name\": \"Mirage Mystic - Preto Brilho com Rosa\"\n            },\n            {\n                \"id\": \"15076118\",\n                \"name\": \"Nezzus gr.m am\"\n            },\n            {\n                \"id\": \"18060164\",\n                \"name\": \"Azul/Rosa Flash\"\n            },\n            {\n                \"id\": \"20480772\",\n                \"name\": \"Branco Brilho com Dourado\"\n            },\n            {\n                \"id\": \"6029271\",\n                \"name\": \"Fluor yellow\"\n            },\n            {\n                \"id\": \"18996794\",\n                \"name\": \"Branco/azul/fluo\"\n            },\n            {\n                \"id\": \"54679286\",\n                \"name\": \"Azul-Branco-Neon\"\n            },\n            {\n                \"id\": \"22098117\",\n                \"name\": \"Azul - Viseira Fumê\"\n            },\n            {\n                \"id\": \"54705197\",\n                \"name\": \"preto/prateado sólido\"\n            },\n            {\n                \"id\": \"16209940\",\n                \"name\": \"Branco com Vermelho\"\n            },\n            {\n                \"id\": \"70240286\",\n                \"name\": \"GTX RAPID AZUL\"\n            },\n            {\n                \"id\": \"13646570\",\n                \"name\": \"Preto e Lilás\"\n            },\n            {\n                \"id\": \"19109956\",\n                \"name\": \"Cinza Fosco/Azul\"\n            },\n            {\n                \"id\": \"12300635\",\n                \"name\": \"Preto e Vermelho\"\n            },\n            {\n                \"id\": \"19467311\",\n                \"name\": \"ASTRO PRETO CAMALEÃO\"\n            },\n            {\n                \"id\": \"19990798\",\n                \"name\": \"Gt5 vermelho\"\n            },\n            {\n                \"id\": \"65742722\",\n                \"name\": \"Cinza Moon com Rosa\"\n            },\n            {\n                \"id\": \"47544869\",\n                \"name\": \"BRANCO BRILHO - AZUL\"\n            },\n            {\n                \"id\": \"17349492\",\n                \"name\": \"Sector Exilio - Fúcsia Fosco\"\n            },\n            {\n                \"id\": \"62012468\",\n                \"name\": \"Icon Pilot - Preto Fosco com Grafite\"\n            },\n            {\n                \"id\": \"65171644\",\n                \"name\": \"Azul Dark fosco\"\n            },\n            {\n                \"id\": \"16890767\",\n                \"name\": \"SPOT PRETO TIFANY\"\n            },\n            {\n                \"id\": \"19643637\",\n                \"name\": \"França - Azul\"\n            },\n            {\n                \"id\": \"20466171\",\n                \"name\": \"Classic Preto Chumbo Fosco\"\n            },\n            {\n                \"id\": \"2686321\",\n                \"name\": \"Dourado/Cinza\"\n            },\n            {\n                \"id\": \"20359816\",\n                \"name\": \"Carbon XP Amarelo\"\n            },\n            {\n                \"id\": \"58876776\",\n                \"name\": \"Branco brilho com preto\"\n            },\n            {\n                \"id\": \"18357842\",\n                \"name\": \"Mattle Black Red (Fosco/Brilho)\"\n            },\n            {\n                \"id\": \"22094245\",\n                \"name\": \"Veloxer - Branco\"\n            },\n            {\n                \"id\": \"20273490\",\n                \"name\": \"Preto / Vermelho / Titanium\"\n            },\n            {\n                \"id\": \"19096131\",\n                \"name\": \"RACER MATT RED\"\n            },\n            {\n                \"id\": \"4443\",\n                \"name\": \"Café\"\n            },\n            {\n                \"id\": \"17602426\",\n                \"name\": \"Preto Fosco Transf Vermelho\"\n            },\n            {\n                \"id\": \"19744793\",\n                \"name\": \"Verde/Roxo\"\n            },\n            {\n                \"id\": \"73040505\",\n                \"name\": \"FOX LARANJA\"\n            },\n            {\n                \"id\": \"18026330\",\n                \"name\": \"MANDALA PRETO DOURADO\"\n            },\n            {\n                \"id\": \"65196965\",\n                \"name\": \"flex e0\"\n            },\n            {\n                \"id\": \"20291413\",\n                \"name\": \"Estados Unidos - US Branco\"\n            },\n            {\n                \"id\": \"18996133\",\n                \"name\": \"CARBON PRETO ROSA\"\n            },\n            {\n                \"id\": \"19002981\",\n                \"name\": \"Preto e Dourado Brilhoso\"\n            },\n            {\n                \"id\": \"59280\",\n                \"name\": \"Branco/Rosa\"\n            },\n            {\n                \"id\": \"3500201\",\n                \"name\": \"Pink/Azul\"\n            },\n            {\n                \"id\": \"11012478\",\n                \"name\": \"Black/Red/Glitter\"\n            },\n            {\n                \"id\": \"21104504\",\n                \"name\": \"Vermelho/ Azul Fosco - Flagger\"\n            },\n            {\n                \"id\": \"6916092\",\n                \"name\": \"11 Salt silver\"\n            },\n            {\n                \"id\": \"56472135\",\n                \"name\": \"ONE ONE WHITE BLU RED BRILHO\"\n            },\n            {\n                \"id\": \"19000426\",\n                \"name\": \"CINZA BRILHO LUAR - PINK\"\n            },\n            {\n                \"id\": \"20241287\",\n                \"name\": \"Carbon XP Grafite\"\n            },\n            {\n                \"id\": \"19066924\",\n                \"name\": \"SMART PRETO VERMELHO\"\n            },\n            {\n                \"id\": \"18998554\",\n                \"name\": \"Verde Agua Rosa Brilhante\"\n            },\n            {\n                \"id\": \"55136043\",\n                \"name\": \"METRYK WHITE/RED\"\n            },\n            {\n                \"id\": \"65584638\",\n                \"name\": \"Red Metálico com Azul\"\n            },\n            {\n                \"id\": \"42115858\",\n                \"name\": \"Cinza/Azul\"\n            },\n            {\n                \"id\": \"62170354\",\n                \"name\": \"Panther Sv Tribute C7 Azul Brilhante\"\n            },\n            {\n                \"id\": \"16935315\",\n                \"name\": \"Negro Brilhante\"\n            },\n            {\n                \"id\": \"7105521\",\n                \"name\": \"Black classic\"\n            },\n            {\n                \"id\": \"52489427\",\n                \"name\": \"Azul Tifanny/Rosa/Branco\"\n            },\n            {\n                \"id\": \"22097467\",\n                \"name\": \"Azul Claro - Prata\"\n            },\n            {\n                \"id\": \"11083450\",\n                \"name\": \"Carbon/Anthracite/Yellow\"\n            },\n            {\n                \"id\": \"18033141\",\n                \"name\": \"Azul-turquesa\"\n            },\n            {\n                \"id\": \"22825366\",\n                \"name\": \"estelar titan rosa\"\n            },\n            {\n                \"id\": \"23193477\",\n                \"name\": \"Verde - Rosa Brilhante\"\n            },\n            {\n                \"id\": \"61530093\",\n                \"name\": \"Grand Prix South África do Sul\"\n            },\n            {\n                \"id\": \"20272625\",\n                \"name\": \"Cinza Azul Fosco\"\n            },\n            {\n                \"id\": \"5571927\",\n                \"name\": \"Red/Blue\"\n            },\n            {\n                \"id\": \"114047\",\n                \"name\": \"Verde/Branco\"\n            },\n            {\n                \"id\": \"70233242\",\n                \"name\": \"GTX RAPID VERMELHO\"\n            },\n            {\n                \"id\": \"13786860\",\n                \"name\": \"Branco com Preto\"\n            },\n            {\n                \"id\": \"13582485\",\n                \"name\": \"Preto Brilhante\"\n            },\n            {\n                \"id\": \"19856010\",\n                \"name\": \"Preto Camaleão\"\n            },\n            {\n                \"id\": \"13862448\",\n                \"name\": \"Amarelo Neon Matte/Laranja Neon\"\n            },\n            {\n                \"id\": \"65209379\",\n                \"name\": \"Red brilho com prata\"\n            },\n            {\n                \"id\": \"22163414\",\n                \"name\": \"Aqua azul branco\"\n            },\n            {\n                \"id\": \"21362030\",\n                \"name\": \"ASX - Cougar Preto Tifany\"\n            },\n            {\n                \"id\": \"5344836\",\n                \"name\": \"Black/Italy\"\n            },\n            {\n                \"id\": \"13213534\",\n                \"name\": \"Branco-Preto\"\n            },\n            {\n                \"id\": \"55045050\",\n                \"name\": \"CINZA MOON FOSCO - AMARELO\"\n            },\n            {\n                \"id\": \"19507318\",\n                \"name\": \"Trace - Preto e Azul\"\n            },\n            {\n                \"id\": \"20353347\",\n                \"name\": \"Cinza Vermelho Fosco\"\n            },\n            {\n                \"id\": \"61542374\",\n                \"name\": \"X21 - Mono Preto Brilho\"\n            },\n            {\n                \"id\": \"17514027\",\n                \"name\": \"Old Years Fosco - Rosa\"\n            },\n            {\n                \"id\": \"17211354\",\n                \"name\": \"Dozer nb gr\"\n            },\n            {\n                \"id\": \"18996644\",\n                \"name\": \"Branco Perolizado e Preto\"\n            },\n            {\n                \"id\": \"18996239\",\n                \"name\": \"Azul Fosco com Prata\"\n            },\n            {\n                \"id\": \"10829093\",\n                \"name\": \"TC-4 Verde\"\n            },\n            {\n                \"id\": \"6152124\",\n                \"name\": \"Preto/Rosa-néon\"\n            },\n            {\n                \"id\": \"13791521\",\n                \"name\": \"Rojo/Oro Brillo\"\n            },\n            {\n                \"id\": \"28461336\",\n                \"name\": \"Azul tiffany/Rosa\"\n            },\n            {\n                \"id\": \"5427100\",\n                \"name\": \"Matt black/Red\"\n            },\n            {\n                \"id\": \"42943980\",\n                \"name\": \"Preto/Azul-claro/Branco\"\n            },\n            {\n                \"id\": \"19432788\",\n                \"name\": \"SPEED PRETO PRATA\"\n            },\n            {\n                \"id\": \"65459266\",\n                \"name\": \"Azul-laranja / Azul\"\n            },\n            {\n                \"id\": \"3813076\",\n                \"name\": \"Black/Yellow\"\n            },\n            {\n                \"id\": \"8998903\",\n                \"name\": \"Azul-roxo\"\n            },\n            {\n                \"id\": \"20475013\",\n                \"name\": \"Balam cores\"\n            },\n            {\n                \"id\": \"50009159\",\n                \"name\": \"Verde/Água Com Viseira Fume\"\n            },\n            {\n                \"id\": \"14917934\",\n                \"name\": \"Fosca\"\n            },\n            {\n                \"id\": \"18997193\",\n                \"name\": \"Preto / Vermelho Fosco\"\n            },\n            {\n                \"id\": \"2743296\",\n                \"name\": \"Preto/Branco/Verde\"\n            },\n            {\n                \"id\": \"19001392\",\n                \"name\": \"CROWN PRETO LARANJA\"\n            },\n            {\n                \"id\": \"23042604\",\n                \"name\": \"Cinza - rosa fosco\"\n            },\n            {\n                \"id\": \"20139375\",\n                \"name\": \"Matte Black Red / Preto Fosco com Vermelho\"\n            },\n            {\n                \"id\": \"20274419\",\n                \"name\": \"Amarelo/TC3\"\n            },\n            {\n                \"id\": \"3813077\",\n                \"name\": \"White/Red\"\n            },\n            {\n                \"id\": \"54678749\",\n                \"name\": \"Maze Laranja\"\n            },\n            {\n                \"id\": \"54678969\",\n                \"name\": \"grand prix\"\n            },\n            {\n                \"id\": \"65583323\",\n                \"name\": \"Desert fosco com preto\"\n            },\n            {\n                \"id\": \"15408124\",\n                \"name\": \"Azul-celeste Vis. Dourada\"\n            },\n            {\n                \"id\": \"22096407\",\n                \"name\": \"Branco Rosa Brilhante\"\n            },\n            {\n                \"id\": \"17348994\",\n                \"name\": \"AZUL COM VERMELHO E BRANCO\"\n            },\n            {\n                \"id\": \"20139405\",\n                \"name\": \"PRETO/ROXO/VERDE\"\n            },\n            {\n                \"id\": \"17666751\",\n                \"name\": \"Cinza-Amarelo\"\n            },\n            {\n                \"id\": \"3824736\",\n                \"name\": \"Branco/Azul/Rosa\"\n            },\n            {\n                \"id\": \"13646599\",\n                \"name\": \"Preto Fosco com Grafite\"\n            },\n            {\n                \"id\": \"108409\",\n                \"name\": \"Azul/Branco/Vermelho\"\n            },\n            {\n                \"id\": \"15835292\",\n                \"name\": \"Branco - laranja\"\n            },\n            {\n                \"id\": \"19038096\",\n                \"name\": \"TC-1\"\n            },\n            {\n                \"id\": \"11558981\",\n                \"name\": \"Branco - Cinza\"\n            },\n            {\n                \"id\": \"94271\",\n                \"name\": \"Amarelo/Branco/Preto\"\n            },\n            {\n                \"id\": \"17349238\",\n                \"name\": \"Preto e vermelho brilhoso\"\n            },\n            {\n                \"id\": \"6350539\",\n                \"name\": \"Branco gloss\"\n            },\n            {\n                \"id\": \"6916091\",\n                \"name\": \"15 Pure white\"\n            },\n            {\n                \"id\": \"13587662\",\n                \"name\": \"COMIC\"\n            },\n            {\n                \"id\": \"10827828\",\n                \"name\": \"TC-10 Multicolorido\"\n            },\n            {\n                \"id\": \"18893209\",\n                \"name\": \"Azul e Pink\"\n            },\n            {\n                \"id\": \"55184844\",\n                \"name\": \"Cinza Dark Fosco/Preto\"\n            },\n            {\n                \"id\": \"20275529\",\n                \"name\": \"Cinza - Laranja\"\n            },\n            {\n                \"id\": \"17593677\",\n                \"name\": \"PRETO FOSCO/TITANIUM\"\n            },\n            {\n                \"id\": \"19583035\",\n                \"name\": \"VERMELHA CAMALEÃO\"\n            },\n            {\n                \"id\": \"66061960\",\n                \"name\": \"Fúcsia-Violeta escuro\"\n            },\n            {\n                \"id\": \"73040312\",\n                \"name\": \"UP RAPID VERMELHO\"\n            },\n            {\n                \"id\": \"20409480\",\n                \"name\": \"Magenta com Preto\"\n            },\n            {\n                \"id\": \"73113030\",\n                \"name\": \"Off Green com Preto\"\n            },\n            {\n                \"id\": \"15407643\",\n                \"name\": \"Negro Brillante\"\n            },\n            {\n                \"id\": \"54840462\",\n                \"name\": \"Preto Fosco Cobre\"\n            },\n            {\n                \"id\": \"17514008\",\n                \"name\": \"DYNAMIC PRETO F/VM\"\n            },\n            {\n                \"id\": \"22658808\",\n                \"name\": \"Italia Branco\"\n            },\n            {\n                \"id\": \"72928889\",\n                \"name\": \"RAPID GRAFITE\"\n            },\n            {\n                \"id\": \"18998356\",\n                \"name\": \"ADVENTURE - PRETO BRILHANTE E ROSA\"\n            },\n            {\n                \"id\": \"19293242\",\n                \"name\": \"PRETO ROSA FOSCO 58\"\n            },\n            {\n                \"id\": \"20481784\",\n                \"name\": \"Vermelho Perolado com Preto\"\n            },\n            {\n                \"id\": \"15448151\",\n                \"name\": \"Preto Fosco - V. Transparente\"\n            },\n            {\n                \"id\": \"3972007\",\n                \"name\": \"Azul-fosco\"\n            },\n            {\n                \"id\": \"65589075\",\n                \"name\": \"Vermelho Mentalizado com Branco\"\n            },\n            {\n                \"id\": \"20785868\",\n                \"name\": \"Preto e amarelo\"\n            },\n            {\n                \"id\": \"20359826\",\n                \"name\": \"Draze - Azul Branco\"\n            },\n            {\n                \"id\": \"17484838\",\n                \"name\": \"Mini Laranja\"\n            },\n            {\n                \"id\": \"13678966\",\n                \"name\": \"Preto Fosco Verde\"\n            },\n            {\n                \"id\": \"20291232\",\n                \"name\": \"Carbon XP Azul\"\n            },\n            {\n                \"id\": \"115252\",\n                \"name\": \"Camo\"\n            },\n            {\n                \"id\": \"64270942\",\n                \"name\": \"ROSA BANCO\"\n            },\n            {\n                \"id\": \"47553541\",\n                \"name\": \"off white com dourado\"\n            },\n            {\n                \"id\": \"19410916\",\n                \"name\": \"THUNDER CINZA AMARELO\"\n            },\n            {\n                \"id\": \"15407521\",\n                \"name\": \"Branco Perolado com Prato\"\n            },\n            {\n                \"id\": \"22096873\",\n                \"name\": \"Bomb Matte - Vermelho\"\n            },\n            {\n                \"id\": \"18995509\",\n                \"name\": \"Preto Branco Brilhante\"\n            },\n            {\n                \"id\": \"15887404\",\n                \"name\": \"Negro Amarilo Fluo\"\n            },\n            {\n                \"id\": \"20309263\",\n                \"name\": \"USA PRETO VERMELHO FOSCO\"\n            },\n            {\n                \"id\": \"19054838\",\n                \"name\": \"VECTOR ROXO\"\n            },\n            {\n                \"id\": \"43977815\",\n                \"name\": \"Negro/Amarelo\"\n            },\n            {\n                \"id\": \"17084825\",\n                \"name\": \"Supra - Lap Usa\"\n            },\n            {\n                \"id\": \"20485425\",\n                \"name\": \"Preto e Azul Brilhoso\"\n            },\n            {\n                \"id\": \"3395473\",\n                \"name\": \"Preto/Cinza/Amarelo\"\n            },\n            {\n                \"id\": \"4806094\",\n                \"name\": \"Matt titanium\"\n            },\n            {\n                \"id\": \"66352154\",\n                \"name\": \"Branco Femme\"\n            },\n            {\n                \"id\": \"4414246\",\n                \"name\": \"Flúor\"\n            },\n            {\n                \"id\": \"19045053\",\n                \"name\": \"Vermelho Fosco com Grafite\"\n            },\n            {\n                \"id\": \"18995845\",\n                \"name\": \"Retrô/ Fosco\"\n            },\n            {\n                \"id\": \"8618714\",\n                \"name\": \"Neon/Verde-neon\"\n            },\n            {\n                \"id\": \"22096819\",\n                \"name\": \"Tokyo - Black Green\"\n            },\n            {\n                \"id\": \"15407800\",\n                \"name\": \"Preto com Grafite\"\n            },\n            {\n                \"id\": \"20291640\",\n                \"name\": \"Branco Perolado com Verde\"\n            },\n            {\n                \"id\": \"17593774\",\n                \"name\": \"DYNAMIC PRETO F/GRA\"\n            },\n            {\n                \"id\": \"65217932\",\n                \"name\": \"Cinza Moon Fosco com Preto 60\"\n            },\n            {\n                \"id\": \"3096591\",\n                \"name\": \"Metallic black\"\n            },\n            {\n                \"id\": \"22603908\",\n                \"name\": \"Vermelho-fluo\"\n            },\n            {\n                \"id\": \"6935097\",\n                \"name\": \"Matt black/Yellow\"\n            },\n            {\n                \"id\": \"16889161\",\n                \"name\": \"ILUSION PRETO VERMELHO FOSCO\"\n            },\n            {\n                \"id\": \"24037620\",\n                \"name\": \"Preto fosco\"\n            },\n            {\n                \"id\": \"16886517\",\n                \"name\": \"PRETO FOSCO COM VERMLHO\"\n            },\n            {\n                \"id\": \"18876140\",\n                \"name\": \"azul tifany\"\n            },\n            {\n                \"id\": \"54679134\",\n                \"name\": \"Cinza Moon/Amarelo\"\n            },\n            {\n                \"id\": \"28016507\",\n                \"name\": \"Grand Prix + Viseira Fumê\"\n            },\n            {\n                \"id\": \"68058614\",\n                \"name\": \"STARWAR VERMELHO\"\n            },\n            {\n                \"id\": \"20291435\",\n                \"name\": \"Azul e Rosa Fosco\"\n            },\n            {\n                \"id\": \"8066659\",\n                \"name\": \"Rosa bebê\"\n            },\n            {\n                \"id\": \"5665436\",\n                \"name\": \"Scratched chrome\"\n            },\n            {\n                \"id\": \"16913425\",\n                \"name\": \"Black Edition Rosa\"\n            },\n            {\n                \"id\": \"50011329\",\n                \"name\": \"Vermelho Com Viseira Fume\"\n            },\n            {\n                \"id\": \"13781528\",\n                \"name\": \"Preto Brilho\"\n            },\n            {\n                \"id\": \"20139367\",\n                \"name\": \"Nardo Grey\"\n            },\n            {\n                \"id\": \"7992969\",\n                \"name\": \"Azul metálico/Branco\"\n            },\n            {\n                \"id\": \"13394300\",\n                \"name\": \"Branco e Verde\"\n            },\n            {\n                \"id\": \"70233239\",\n                \"name\": \"Azul Tifany e Rosa\"\n            },\n            {\n                \"id\": \"3915699\",\n                \"name\": \"Cinza-fosco\"\n            },\n            {\n                \"id\": \"338780\",\n                \"name\": \"Magenta\"\n            },\n            {\n                \"id\": \"61931296\",\n                \"name\": \"RAPTOR C7\"\n            },\n            {\n                \"id\": \"66034683\",\n                \"name\": \"Rosa - lilás Brilhante\"\n            },\n            {\n                \"id\": \"20139509\",\n                \"name\": \"Preto Fosco - All Black\"\n            },\n            {\n                \"id\": \"19969836\",\n                \"name\": \"Branco com Amarelo\"\n            },\n            {\n                \"id\": \"50008501\",\n                \"name\": \"Cinza Com Viseira Fume\"\n            },\n            {\n                \"id\": \"55392035\",\n                \"name\": \"Negro Mate con Gris Oscuro Visor Humo Claro Iridium Azul\"\n            },\n            {\n                \"id\": \"48452758\",\n                \"name\": \"Azul Branco Laranja\"\n            },\n            {\n                \"id\": \"7756816\",\n                \"name\": \"Matt black/Anthracite/Yellow fluor\"\n            },\n            {\n                \"id\": \"21837362\",\n                \"name\": \"Preto Branco e Verde\"\n            },\n            {\n                \"id\": \"4046946\",\n                \"name\": \"Camaleão\"\n            },\n            {\n                \"id\": \"19906553\",\n                \"name\": \"Azul Vermelho fluor\"\n            },\n            {\n                \"id\": \"6920426\",\n                \"name\": \"Harley Davidson preto/Cinza fosco HD outline back\"\n            },\n            {\n                \"id\": \"47521704\",\n                \"name\": \"Cinza\"\n            },\n            {\n                \"id\": \"20210527\",\n                \"name\": \"Preto e Cinza Brilhoso\"\n            },\n            {\n                \"id\": \"16476137\",\n                \"name\": \"Preto/Branco Fosco\"\n            },\n            {\n                \"id\": \"20240522\",\n                \"name\": \"Preto Brilhante-Camaleão\"\n            },\n            {\n                \"id\": \"13777792\",\n                \"name\": \"Cinza e laranja\"\n            },\n            {\n                \"id\": \"7591631\",\n                \"name\": \"Matt black/Grey\"\n            },\n            {\n                \"id\": \"21632039\",\n                \"name\": \"Azul/Rosa Brillo\"\n            },\n            {\n                \"id\": \"20481007\",\n                \"name\": \"Supra - Denver Rosa\"\n            },\n            {\n                \"id\": \"54707112\",\n                \"name\": \"Preto fosco kruise\"\n            },\n            {\n                \"id\": \"205865\",\n                \"name\": \"Branco/Verde/Vermelho\"\n            },\n            {\n                \"id\": \"17593512\",\n                \"name\": \"Marrom Fosco\"\n            },\n            {\n                \"id\": \"19066921\",\n                \"name\": \"Verde Água com Preto\"\n            },\n            {\n                \"id\": \"20055671\",\n                \"name\": \"Preto Fosco - Azul\"\n            },\n            {\n                \"id\": \"19631916\",\n                \"name\": \"PRETO PRATA FOSCO\"\n            },\n            {\n                \"id\": \"13681102\",\n                \"name\": \"Prateado Fosco\"\n            },\n            {\n                \"id\": \"22096219\",\n                \"name\": \"Amarelo - Vermelho\"\n            },\n            {\n                \"id\": \"15245103\",\n                \"name\": \"Maxi - Rosa Brilhante\"\n            },\n            {\n                \"id\": \"13378689\",\n                \"name\": \"Jeans Fosco\"\n            },\n            {\n                \"id\": \"59461478\",\n                \"name\": \"Cyan/Rosa\"\n            },\n            {\n                \"id\": \"19031091\",\n                \"name\": \"Vermelho com Prata\"\n            },\n            {\n                \"id\": \"6694875\",\n                \"name\": \"Matt silver\"\n            },\n            {\n                \"id\": \"283154\",\n                \"name\": \"Marrom-claro\"\n            },\n            {\n                \"id\": \"20972366\",\n                \"name\": \"Cinza/Preto\"\n            },\n            {\n                \"id\": \"20053356\",\n                \"name\": \"Dynamic - Preto Fosco - Vermelho\"\n            },\n            {\n                \"id\": \"21140799\",\n                \"name\": \"Cactus preto\"\n            },\n            {\n                \"id\": \"13774265\",\n                \"name\": \"TITANIUM FOSCO LARANJA\"\n            },\n            {\n                \"id\": \"56472467\",\n                \"name\": \"IT PRETO AMARELO BRILHO\"\n            },\n            {\n                \"id\": \"21703701\",\n                \"name\": \"Branco Viseira Fumê\"\n            },\n            {\n                \"id\": \"54678589\",\n                \"name\": \"PRETO BRILHANTE DOURADO\"\n            },\n            {\n                \"id\": \"21199027\",\n                \"name\": \"PTO/ROSA SPOT\"\n            },\n            {\n                \"id\": \"47443717\",\n                \"name\": \"CARCOAL\"\n            },\n            {\n                \"id\": \"52015\",\n                \"name\": \"Verde-claro\"\n            },\n            {\n                \"id\": \"65317746\",\n                \"name\": \"Azul Twister\"\n            },\n            {\n                \"id\": \"19249405\",\n                \"name\": \"Metal Violeta\"\n            },\n            {\n                \"id\": \"18941393\",\n                \"name\": \"Laranja fosco\"\n            },\n            {\n                \"id\": \"17602264\",\n                \"name\": \"Cruise - Cinza Fosco\"\n            },\n            {\n                \"id\": \"52304475\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"4494366\",\n                \"name\": \"Shine red\"\n            },\n            {\n                \"id\": \"62009391\",\n                \"name\": \"F-21 North - Off Green\"\n            },\n            {\n                \"id\": \"18993935\",\n                \"name\": \"PRETO-FOSCO-PRATA\"\n            },\n            {\n                \"id\": \"20458349\",\n                \"name\": \"Preto Fosco - Vermelho\"\n            },\n            {\n                \"id\": \"4454907\",\n                \"name\": \"Azul fluor\"\n            },\n            {\n                \"id\": \"20319450\",\n                \"name\": \"Laranja Brilhoso\"\n            },\n            {\n                \"id\": \"20362738\",\n                \"name\": \"Preto adesivo Wolf azul\"\n            },\n            {\n                \"id\": \"18995285\",\n                \"name\": \"Force Simplicity - Branco Pink\"\n            },\n            {\n                \"id\": \"21139667\",\n                \"name\": \"Azul-claro/Rosa\"\n            },\n            {\n                \"id\": \"65230227\",\n                \"name\": \"LARANJA - PRETO FOSCO\"\n            },\n            {\n                \"id\": \"65181356\",\n                \"name\": \"Panther sv chameleon b7\"\n            },\n            {\n                \"id\": \"31001825\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"15407565\",\n                \"name\": \"Preto Chumbo Prata\"\n            },\n            {\n                \"id\": \"43977801\",\n                \"name\": \"Preto/Cinza/Amarelo\"\n            },\n            {\n                \"id\": \"65202184\",\n                \"name\": \"rosa - prata\"\n            },\n            {\n                \"id\": \"62010124\",\n                \"name\": \"Azul brilho com laranja\"\n            },\n            {\n                \"id\": \"18928130\",\n                \"name\": \"Laranja-branco\"\n            },\n            {\n                \"id\": \"6205928\",\n                \"name\": \"Black/Anthracite/Silver\"\n            },\n            {\n                \"id\": \"17666640\",\n                \"name\": \"Preto/ Rosa/ Amarelo\"\n            },\n            {\n                \"id\": \"61932390\",\n                \"name\": \"vermelho - preto fosco\"\n            },\n            {\n                \"id\": \"47098234\",\n                \"name\": \"Branco - Preto Fosco\"\n            },\n            {\n                \"id\": \"20272796\",\n                \"name\": \"Preto/ Branco/ Titanium\"\n            },\n            {\n                \"id\": \"7705651\",\n                \"name\": \"Gloss white/Gloss black\"\n            },\n            {\n                \"id\": \"65293660\",\n                \"name\": \"PRETO - PRETO FOSCO\"\n            },\n            {\n                \"id\": \"56213435\",\n                \"name\": \"WOLVES BLACK PINK BRILHO\"\n            },\n            {\n                \"id\": \"65250151\",\n                \"name\": \"Cinza Moon Fosco com Amarelo\"\n            },\n            {\n                \"id\": \"16259240\",\n                \"name\": \"Snooker Fosco Preto\"\n            },\n            {\n                \"id\": \"19396048\",\n                \"name\": \"WIND AZUL VERM FOSCO\"\n            },\n            {\n                \"id\": \"55450651\",\n                \"name\": \"PRETO-CINZA-VERMELHO\"\n            },\n            {\n                \"id\": \"9817477\",\n                \"name\": \"Preto/Pink\"\n            },\n            {\n                \"id\": \"19622237\",\n                \"name\": \"Dekers Preto Fosco e Rosa\"\n            },\n            {\n                \"id\": \"62566101\",\n                \"name\": \"Laranja Preto Vermelho\"\n            },\n            {\n                \"id\": \"5029252\",\n                \"name\": \"Preto/Verde-fosco\"\n            },\n            {\n                \"id\": \"22095913\",\n                \"name\": \"Branco Laranja Brilhante\"\n            },\n            {\n                \"id\": \"48466473\",\n                \"name\": \"Roxo Verde Brilhante\"\n            },\n            {\n                \"id\": \"7621928\",\n                \"name\": \"Preto-chumbo/Branco\"\n            },\n            {\n                \"id\": \"45521095\",\n                \"name\": \"Preto/ Led\"\n            },\n            {\n                \"id\": \"58641553\",\n                \"name\": \"Xtreet Preto Verde\"\n            },\n            {\n                \"id\": \"20241587\",\n                \"name\": \"Preto Chumbo Fosco com Preto\"\n            },\n            {\n                \"id\": \"6288375\",\n                \"name\": \"Matt military green\"\n            },\n            {\n                \"id\": \"13740095\",\n                \"name\": \"Preto e Cinza\"\n            },\n            {\n                \"id\": \"57226017\",\n                \"name\": \"Preto/Rosa - Abstrak\"\n            },\n            {\n                \"id\": \"48505167\",\n                \"name\": \"BRANCO SÓLIDO\"\n            },\n            {\n                \"id\": \"15407415\",\n                \"name\": \"Green - Verde Militar\"\n            },\n            {\n                \"id\": \"17666363\",\n                \"name\": \"Verde - Laranja\"\n            },\n            {\n                \"id\": \"13378887\",\n                \"name\": \"Branco USA\"\n            },\n            {\n                \"id\": \"19097981\",\n                \"name\": \"Preto com Azul\"\n            },\n            {\n                \"id\": \"25106107\",\n                \"name\": \"Rosa - branco\"\n            },\n            {\n                \"id\": \"11083461\",\n                \"name\": \"Carbon/White/Black\"\n            },\n            {\n                \"id\": \"20013709\",\n                \"name\": \"Smart Black Grey\"\n            },\n            {\n                \"id\": \"21574558\",\n                \"name\": \"Azul/Amarillo Mate\"\n            },\n            {\n                \"id\": \"19479779\",\n                \"name\": \"Preto Fosco - Amarelo neon\"\n            },\n            {\n                \"id\": \"46751020\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"28499092\",\n                \"name\": \"Preto/Verde Fluo\"\n            },\n            {\n                \"id\": \"59793\",\n                \"name\": \"Branco/Preto\"\n            },\n            {\n                \"id\": \"21606405\",\n                \"name\": \"Red/Blu Brillo\"\n            },\n            {\n                \"id\": \"18060207\",\n                \"name\": \"Neon laranja\"\n            },\n            {\n                \"id\": \"47251220\",\n                \"name\": \"Branco\"\n            },\n            {\n                \"id\": \"15162584\",\n                \"name\": \"Schultz\"\n            },\n            {\n                \"id\": \"58756127\",\n                \"name\": \"Roxo Fosco com Preto\"\n            },\n            {\n                \"id\": \"51996\",\n                \"name\": \"Terracota\"\n            },\n            {\n                \"id\": \"16305590\",\n                \"name\": \"Preto + Vis Fume\"\n            },\n            {\n                \"id\": \"20274617\",\n                \"name\": \"Squalo - Rosa Fosco\"\n            },\n            {\n                \"id\": \"20405322\",\n                \"name\": \"Matte Fluo Orange Blue / Laranja Fluor Fosco com Azul\"\n            },\n            {\n                \"id\": \"73120976\",\n                \"name\": \"UP RAPID AZUL\"\n            },\n            {\n                \"id\": \"62009953\",\n                \"name\": \"Amarelo Limão com Pink\"\n            },\n            {\n                \"id\": \"43755599\",\n                \"name\": \"Vermelho-azul-verde\"\n            },\n            {\n                \"id\": \"20353384\",\n                \"name\": \"Branco - Azul Brilhante\"\n            },\n            {\n                \"id\": \"13443158\",\n                \"name\": \"Diversas\"\n            },\n            {\n                \"id\": \"19235599\",\n                \"name\": \"Preto Carbono Brilhante\"\n            },\n            {\n                \"id\": \"17602464\",\n                \"name\": \"LIGHTNING AZUL VERM\"\n            },\n            {\n                \"id\": \"62013857\",\n                \"name\": \"Azul Fosco Laranja\"\n            },\n            {\n                \"id\": \"18247198\",\n                \"name\": \"Amarelo Brilhante\"\n            },\n            {\n                \"id\": \"43115\",\n                \"name\": \"Red/Black\"\n            },\n            {\n                \"id\": \"21139628\",\n                \"name\": \"Camaleão Brilhante\"\n            },\n            {\n                \"id\": \"94545\",\n                \"name\": \"Azul/Preto/Branco\"\n            },\n            {\n                \"id\": \"7107352\",\n                \"name\": \"Cinza-claro\"\n            },\n            {\n                \"id\": \"26127987\",\n                \"name\": \"TRANSIT AZUL ROSA\"\n            },\n            {\n                \"id\": \"19948093\",\n                \"name\": \"Cinza brilhante\"\n            },\n            {\n                \"id\": \"21703357\",\n                \"name\": \"Branco - Rosa Brilhante\"\n            },\n            {\n                \"id\": \"22658880\",\n                \"name\": \"Amarelo - Viseira Fumê\"\n            },\n            {\n                \"id\": \"19947916\",\n                \"name\": \"Tracer Azul Vermelho\"\n            },\n            {\n                \"id\": \"17666555\",\n                \"name\": \"DYNAMIC - PRETO BRILHANTE E AZUL\"\n            },\n            {\n                \"id\": \"53155982\",\n                \"name\": \"Rex vermelho\"\n            },\n            {\n                \"id\": \"19906737\",\n                \"name\": \"Electron - Vermelho\"\n            },\n            {\n                \"id\": \"20481082\",\n                \"name\": \"Branco Brilho/Preto\"\n            },\n            {\n                \"id\": \"28016501\",\n                \"name\": \"Neon X Fosco + Viseira Fumê\"\n            },\n            {\n                \"id\": \"20242426\",\n                \"name\": \"Vermelho Brilhante com Cinza\"\n            },\n            {\n                \"id\": \"66947044\",\n                \"name\": \"Cristal (Transparente)\"\n            },\n            {\n                \"id\": \"20466080\",\n                \"name\": \"Preto e Azul Fosco\"\n            },\n            {\n                \"id\": \"7988933\",\n                \"name\": \"Azul e verde\"\n            },\n            {\n                \"id\": \"20481415\",\n                \"name\": \"Azul marinho - laranja\"\n            },\n            {\n                \"id\": \"17510138\",\n                \"name\": \"VERMELHO AZUL E BRANCO\"\n            },\n            {\n                \"id\": \"55647681\",\n                \"name\": \"Amarelo-flúor\"\n            },\n            {\n                \"id\": \"5981288\",\n                \"name\": \"Bege-fosco\"\n            },\n            {\n                \"id\": \"43079901\",\n                \"name\": \"Preto/Vermelho 2\"\n            },\n            {\n                \"id\": \"9132732\",\n                \"name\": \"Branco com gráfica vermelha\"\n            },\n            {\n                \"id\": \"113612\",\n                \"name\": \"Azul/Vermelho/Branco\"\n            },\n            {\n                \"id\": \"28281280\",\n                \"name\": \"Estados Unidos\"\n            },\n            {\n                \"id\": \"2903869\",\n                \"name\": \"Preto/Rosa/Branco\"\n            },\n            {\n                \"id\": \"62010305\",\n                \"name\": \"Grafite brilho com branco\"\n            },\n            {\n                \"id\": \"43929181\",\n                \"name\": \"Preto/Azul 2\"\n            },\n            {\n                \"id\": \"19906591\",\n                \"name\": \"PRETO-FOSCO-GRAFITE\"\n            },\n            {\n                \"id\": \"112747\",\n                \"name\": \"Azul/Preto/Vermelho\"\n            },\n            {\n                \"id\": \"19631914\",\n                \"name\": \"Cinza Fosco com Branco e Amarelo Fluo\"\n            },\n            {\n                \"id\": \"52021\",\n                \"name\": \"Azul-celeste\"\n            },\n            {\n                \"id\": \"22260328\",\n                \"name\": \"Negro-Cinza-Dourado\"\n            },\n            {\n                \"id\": \"72462331\",\n                \"name\": \"Azul Rosa Branco Preto\"\n            },\n            {\n                \"id\": \"13799930\",\n                \"name\": \"Rosa Vis. Dourada\"\n            },\n            {\n                \"id\": \"6142723\",\n                \"name\": \"Violeta azul\"\n            },\n            {\n                \"id\": \"19054890\",\n                \"name\": \"Amarelo Limao/vd\"\n            },\n            {\n                \"id\": \"3241815\",\n                \"name\": \"Flame\"\n            },\n            {\n                \"id\": \"19947844\",\n                \"name\": \"Preto/prata-brilhoso\"\n            },\n            {\n                \"id\": \"7602132\",\n                \"name\": \"Gloss fluor yellow\"\n            },\n            {\n                \"id\": \"63648269\",\n                \"name\": \"Preto-vermelho-amarelo\"\n            },\n            {\n                \"id\": \"51998\",\n                \"name\": \"Bordô\"\n            },\n            {\n                \"id\": \"21141210\",\n                \"name\": \"Vector Azul e Amarelo\"\n            },\n            {\n                \"id\": \"70241486\",\n                \"name\": \"Gtx2 Classic Fosco\"\n            },\n            {\n                \"id\": \"47413330\",\n                \"name\": \"Cinza-escuro/Vermelho\"\n            },\n            {\n                \"id\": \"52047\",\n                \"name\": \"Violeta-escuro\"\n            },\n            {\n                \"id\": \"13792044\",\n                \"name\": \"Preto Fosco/Vidro Transparente\"\n            },\n            {\n                \"id\": \"8094275\",\n                \"name\": \"Titânio-fosco\"\n            },\n            {\n                \"id\": \"53708929\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"94457\",\n                \"name\": \"Branco/Preto/Laranja\"\n            },\n            {\n                \"id\": \"66306776\",\n                \"name\": \"CIRCUS AZUL\"\n            },\n            {\n                \"id\": \"11083456\",\n                \"name\": \"Carbon/Chrom/Red\"\n            },\n            {\n                \"id\": \"22552273\",\n                \"name\": \"Vermelho/Branco\"\n            },\n            {\n                \"id\": \"17645960\",\n                \"name\": \"Xadrez Branco\"\n            },\n            {\n                \"id\": \"54679131\",\n                \"name\": \"AZUL BRILHO VERMELHO\"\n            },\n            {\n                \"id\": \"30447952\",\n                \"name\": \"Preto/Marine\"\n            },\n            {\n                \"id\": \"20030681\",\n                \"name\": \"3D PRETO BRANCO\"\n            },\n            {\n                \"id\": \"14909685\",\n                \"name\": \"Verde Pastel\"\n            },\n            {\n                \"id\": \"18996122\",\n                \"name\": \"Amarelo/Vermelho/Azul/Verde/Preto\"\n            },\n            {\n                \"id\": \"14288389\",\n                \"name\": \"Cinza claro\"\n            },\n            {\n                \"id\": \"18670868\",\n                \"name\": \"Blanco, Negro y Rojo\"\n            },\n            {\n                \"id\": \"15457908\",\n                \"name\": \"Preto, Grafite e Vermelho\"\n            },\n            {\n                \"id\": \"50445365\",\n                \"name\": \"Azul/Vermelho/Branco\"\n            },\n            {\n                \"id\": \"19402822\",\n                \"name\": \"Negro Mate, Azul, Blanco y Rojo\"\n            },\n            {\n                \"id\": \"98612\",\n                \"name\": \"Rosa/Rosa\"\n            },\n            {\n                \"id\": \"43260\",\n                \"name\": \"Purple\"\n            },\n            {\n                \"id\": \"2324\",\n                \"name\": \"Grafite\"\n            },\n            {\n                \"id\": \"14961646\",\n                \"name\": \"Preto e azul\"\n            },\n            {\n                \"id\": \"13468368\",\n                \"name\": \"Preto c/ Azul\"\n            },\n            {\n                \"id\": \"20480799\",\n                \"name\": \"Lite Neon\"\n            },\n            {\n                \"id\": \"4094035\",\n                \"name\": \"Dark gray\"\n            },\n            {\n                \"id\": \"73039966\",\n                \"name\": \"FOX AMARELO\"\n            },\n            {\n                \"id\": \"13791700\",\n                \"name\": \"Negro/Cinza Brilhante\"\n            },\n            {\n                \"id\": \"4593374\",\n                \"name\": \"Black/Violet/Anthracite\"\n            },\n            {\n                \"id\": \"11012492\",\n                \"name\": \"Carbon/White/Silver\"\n            },\n            {\n                \"id\": \"19347023\",\n                \"name\": \"Preto Brilho Transf Verde\"\n            },\n            {\n                \"id\": \"19347040\",\n                \"name\": \"STRATUS PRETO VERMELHO\"\n            },\n            {\n                \"id\": \"9817422\",\n                \"name\": \"Branco/Pink\"\n            },\n            {\n                \"id\": \"6854361\",\n                \"name\": \"Black/Red\"\n            },\n            {\n                \"id\": \"11111487\",\n                \"name\": \"Citrus/Branco\"\n            },\n            {\n                \"id\": \"20072418\",\n                \"name\": \"FLAT AZUL AMARELO\"\n            },\n            {\n                \"id\": \"17602520\",\n                \"name\": \"Old Years Fosco - Preto\"\n            },\n            {\n                \"id\": \"11394954\",\n                \"name\": \"Branco/Azul/Dourado\"\n            },\n            {\n                \"id\": \"15765403\",\n                \"name\": \"Biker Preto\"\n            },\n            {\n                \"id\": \"9132728\",\n                \"name\": \"Branco com gráfica preta\"\n            },\n            {\n                \"id\": \"54701670\",\n                \"name\": \"Doom Preto Vermelho\"\n            },\n            {\n                \"id\": \"5648932\",\n                \"name\": \"White/Grey\"\n            },\n            {\n                \"id\": \"146920\",\n                \"name\": \"Preto/Vermelho/Azul\"\n            },\n            {\n                \"id\": \"65148955\",\n                \"name\": \"Panther Flight C8\"\n            },\n            {\n                \"id\": \"59139\",\n                \"name\": \"White/Silver\"\n            },\n            {\n                \"id\": \"65201423\",\n                \"name\": \"Vermelho Metalizado com Preto\"\n            },\n            {\n                \"id\": \"18060200\",\n                \"name\": \"Rally Matte Black White\"\n            },\n            {\n                \"id\": \"23745026\",\n                \"name\": \"Preto/Dourado Fosco\"\n            },\n            {\n                \"id\": \"19976171\",\n                \"name\": \"Dynamic Rosa\"\n            },\n            {\n                \"id\": \"20437654\",\n                \"name\": \"Classic - Preto Fosco - Laranja\"\n            },\n            {\n                \"id\": \"17707005\",\n                \"name\": \"Preto Brilhante Verde\"\n            },\n            {\n                \"id\": \"7628006\",\n                \"name\": \"56 Fade white\"\n            },\n            {\n                \"id\": \"18997458\",\n                \"name\": \"L Classic - Preto Fosco - Prata\"\n            },\n            {\n                \"id\": \"13795680\",\n                \"name\": \"Preto Fosco e Vermelho\"\n            },\n            {\n                \"id\": \"3265419\",\n                \"name\": \"Multi\"\n            },\n            {\n                \"id\": \"52005\",\n                \"name\": \"Marrom\"\n            },\n            {\n                \"id\": \"20291093\",\n                \"name\": \"TITANIUM LARANJA FLUOR\"\n            },\n            {\n                \"id\": \"3991572\",\n                \"name\": \"Verde fluor\"\n            },\n            {\n                \"id\": \"18995773\",\n                \"name\": \"NAKED PRETO PINK FOSCO\"\n            },\n            {\n                \"id\": \"65209312\",\n                \"name\": \"Preto Brilho com Grafite\"\n            },\n            {\n                \"id\": \"55569782\",\n                \"name\": \"Preto Brilhante / Laranja Neon Viseira Fumê\"\n            },\n            {\n                \"id\": \"94345\",\n                \"name\": \"Rosa/Preto\"\n            },\n            {\n                \"id\": \"18523964\",\n                \"name\": \"Preto/Ouro/Turquesa\"\n            },\n            {\n                \"id\": \"2305878\",\n                \"name\": \"Prata/Vermelho\"\n            },\n            {\n                \"id\": \"20139580\",\n                \"name\": \"Black Green / Preto com Verde\"\n            },\n            {\n                \"id\": \"7645223\",\n                \"name\": \"Black/Blue/Green\"\n            },\n            {\n                \"id\": \"21199023\",\n                \"name\": \"PTO/TIFFANY\"\n            },\n            {\n                \"id\": \"60736500\",\n                \"name\": \"Azul Metálico Fosco\"\n            },\n            {\n                \"id\": \"13243018\",\n                \"name\": \"Branco/Floral\"\n            },\n            {\n                \"id\": \"74026349\",\n                \"name\": \"Rosa fosco com preto\"\n            },\n            {\n                \"id\": \"18327715\",\n                \"name\": \"NEON PRETO VERMELHO FOSCO\"\n            },\n            {\n                \"id\": \"60104\",\n                \"name\": \"Rosa/Branco\"\n            },\n            {\n                \"id\": \"18996836\",\n                \"name\": \"Branco Brilhante-Prata\"\n            },\n            {\n                \"id\": \"13891492\",\n                \"name\": \"Branco com Rosa\"\n            },\n            {\n                \"id\": \"19971167\",\n                \"name\": \"Vermelho Brilhante Grafite\"\n            },\n            {\n                \"id\": \"2142592\",\n                \"name\": \"Azul-turquesa/Cinza\"\n            },\n            {\n                \"id\": \"53707477\",\n                \"name\": \"Fibra de Carbono Preta\"\n            },\n            {\n                \"id\": \"21104509\",\n                \"name\": \"Draken Solid Preto Fosco\"\n            },\n            {\n                \"id\": \"48499242\",\n                \"name\": \"SÓLIDO BRANCO PÉROLA BRILHO\"\n            },\n            {\n                \"id\": \"6892310\",\n                \"name\": \"Preto/Flúor\"\n            },\n            {\n                \"id\": \"28759308\",\n                \"name\": \"Verde - Vermelho\"\n            },\n            {\n                \"id\": \"66312745\",\n                \"name\": \"Azul-turquesa Rosa-chiclete Preto\"\n            },\n            {\n                \"id\": \"20241456\",\n                \"name\": \"Tamanho 60\"\n            },\n            {\n                \"id\": \"10717398\",\n                \"name\": \"Sophie mate\"\n            },\n            {\n                \"id\": \"13681132\",\n                \"name\": \"Amarelo e Azul\"\n            },\n            {\n                \"id\": \"100311\",\n                \"name\": \"Azul/Verde\"\n            },\n            {\n                \"id\": \"19172876\",\n                \"name\": \"Lilas Brilhante Rosa\"\n            },\n            {\n                \"id\": \"13403819\",\n                \"name\": \"Cinza GT\"\n            },\n            {\n                \"id\": \"37734674\",\n                \"name\": \"branco perola com dourado\"\n            },\n            {\n                \"id\": \"47711327\",\n                \"name\": \"PRETO FOSCO - PRETO\"\n            },\n            {\n                \"id\": \"43359\",\n                \"name\": \"Red\"\n            },\n            {\n                \"id\": \"2109838\",\n                \"name\": \"Cinza/Vermelho\"\n            },\n            {\n                \"id\": \"22612636\",\n                \"name\": \"Offset Matte Black Red\"\n            },\n            {\n                \"id\": \"15332920\",\n                \"name\": \"Amarelo Vis. Dourada\"\n            },\n            {\n                \"id\": \"42067696\",\n                \"name\": \"Azul-rosa-branco\"\n            },\n            {\n                \"id\": \"15958259\",\n                \"name\": \"Sólido\"\n            },\n            {\n                \"id\": \"65145887\",\n                \"name\": \"Iridium Rainbow\"\n            },\n            {\n                \"id\": \"55831367\",\n                \"name\": \"Cinza Moon\"\n            },\n            {\n                \"id\": \"103547\",\n                \"name\": \"Gunmetal\"\n            },\n            {\n                \"id\": \"68179196\",\n                \"name\": \"Draze Cinza Rosa\"\n            },\n            {\n                \"id\": \"66354575\",\n                \"name\": \"-FOSCO- ROXO ROSA\"\n            },\n            {\n                \"id\": \"18681282\",\n                \"name\": \"Prata-rosa\"\n            },\n            {\n                \"id\": \"20210483\",\n                \"name\": \"Azul Street Rider\"\n            },\n            {\n                \"id\": \"21139523\",\n                \"name\": \"Azul com Viseira Espelhada\"\n            },\n            {\n                \"id\": \"54679311\",\n                \"name\": \"Monocolor Preto fosco\"\n            },\n            {\n                \"id\": \"65317358\",\n                \"name\": \"B40 Spect - Preto com Vermelho\"\n            },\n            {\n                \"id\": \"7036238\",\n                \"name\": \"Cinza-escuro/Prata\"\n            },\n            {\n                \"id\": \"19384658\",\n                \"name\": \"Route Azul\"\n            },\n            {\n                \"id\": \"6916090\",\n                \"name\": \"12 Metal black\"\n            },\n            {\n                \"id\": \"19986685\",\n                \"name\": \"YOURACING BRANCO PRATA\"\n            },\n            {\n                \"id\": \"19906578\",\n                \"name\": \"Spirit - Cinza Amarelo\"\n            },\n            {\n                \"id\": \"21140603\",\n                \"name\": \"Preto - Branco Brilhante\"\n            },\n            {\n                \"id\": \"5362472\",\n                \"name\": \"Matte/Gloss blackout\"\n            },\n            {\n                \"id\": \"114197\",\n                \"name\": \"Branco/Dourado\"\n            },\n            {\n                \"id\": \"18247085\",\n                \"name\": \"Preto com Chumbo\"\n            },\n            {\n                \"id\": \"20482221\",\n                \"name\": \"Preto Fosco com Azul Escuro\"\n            },\n            {\n                \"id\": \"5048384\",\n                \"name\": \"Branco/Preto brilho\"\n            },\n            {\n                \"id\": \"19045031\",\n                \"name\": \"Impulse Black Matte\"\n            },\n            {\n                \"id\": \"13412384\",\n                \"name\": \"Preto Fosco e Cinza\"\n            },\n            {\n                \"id\": \"19000566\",\n                \"name\": \"Preto Fosco/Tifany\"\n            },\n            {\n                \"id\": \"2993780\",\n                \"name\": \"Grey\"\n            },\n            {\n                \"id\": \"30961988\",\n                \"name\": \"Tiffany azul\"\n            },\n            {\n                \"id\": \"65204897\",\n                \"name\": \"Red brilho com prata\"\n            },\n            {\n                \"id\": \"74617992\",\n                \"name\": \"Azul Met?lico com Amarelo\"\n            },\n            {\n                \"id\": \"4137525\",\n                \"name\": \"Azul/Azul-claro\"\n            },\n            {\n                \"id\": \"19507308\",\n                \"name\": \"Branco/Verm/Preto\"\n            },\n            {\n                \"id\": \"13382624\",\n                \"name\": \"BMW\"\n            },\n            {\n                \"id\": \"65215858\",\n                \"name\": \"Azul Dark com Laranja\"\n            },\n            {\n                \"id\": \"19363294\",\n                \"name\": \"Route Vermelho\"\n            },\n            {\n                \"id\": \"13425218\",\n                \"name\": \"Azul+Neon\"\n            },\n            {\n                \"id\": \"59623\",\n                \"name\": \"Gray\"\n            },\n            {\n                \"id\": \"168068\",\n                \"name\": \"Cinza fosco\"\n            },\n            {\n                \"id\": \"11026806\",\n                \"name\": \"Black/Glitter/Black\"\n            },\n            {\n                \"id\": \"19178066\",\n                \"name\": \"Azul Fosco/Laranja Neon\"\n            },\n            {\n                \"id\": \"18998135\",\n                \"name\": \"Preto Grafite Vermelho Fluo\"\n            },\n            {\n                \"id\": \"39425891\",\n                \"name\": \"Verde/Preto Brilhante\"\n            },\n            {\n                \"id\": \"55068643\",\n                \"name\": \"GTN Super Azul com Rosa\"\n            },\n            {\n                \"id\": \"21139519\",\n                \"name\": \"BLACKOUT BROWN\"\n            },\n            {\n                \"id\": \"79905\",\n                \"name\": \"Branco/Vermelho\"\n            },\n            {\n                \"id\": \"52053\",\n                \"name\": \"Prateado\"\n            },\n            {\n                \"id\": \"18997759\",\n                \"name\": \"GTN SPEED - Azul\"\n            },\n            {\n                \"id\": \"52911467\",\n                \"name\": \"Branco com pink\"\n            },\n            {\n                \"id\": \"19972767\",\n                \"name\": \"B-12 KF Branco Perolizado e Roxo\"\n            },\n            {\n                \"id\": \"70355776\",\n                \"name\": \"GTX RAPID GRAFITE\"\n            },\n            {\n                \"id\": \"21348067\",\n                \"name\": \"Yellow / Orange\"\n            },\n            {\n                \"id\": \"16037467\",\n                \"name\": \"Azul com amarelo\"\n            },\n            {\n                \"id\": \"152862\",\n                \"name\": \"Vermelho/Dourado\"\n            },\n            {\n                \"id\": \"145301\",\n                \"name\": \"Sky blue\"\n            },\n            {\n                \"id\": \"65166684\",\n                \"name\": \"Amarelo Limão com Cereja\"\n            },\n            {\n                \"id\": \"3914258\",\n                \"name\": \"Crave\"\n            },\n            {\n                \"id\": \"15338369\",\n                \"name\": \"Speedmax Azul + Camaleão\"\n            },\n            {\n                \"id\": \"54868326\",\n                \"name\": \"CROMO BLACK RED\"\n            },\n            {\n                \"id\": \"15408300\",\n                \"name\": \"Vermelho neon\"\n            },\n            {\n                \"id\": \"8565762\",\n                \"name\": \"Road\"\n            },\n            {\n                \"id\": \"20246884\",\n                \"name\": \"Preto Fosco Grafic\"\n            },\n            {\n                \"id\": \"73483463\",\n                \"name\": \"Memphis França Azul Branco Vermelho Fluor\"\n            },\n            {\n                \"id\": \"107856\",\n                \"name\": \"Fúcsia/Preto\"\n            },\n            {\n                \"id\": \"55091587\",\n                \"name\": \"REX AZUL\"\n            },\n            {\n                \"id\": \"36929262\",\n                \"name\": \"Preto Brilhante\"\n            },\n            {\n                \"id\": \"72190385\",\n                \"name\": \"Preto tifany\"\n            },\n            {\n                \"id\": \"10827832\",\n                \"name\": \"TC-6 Preto/Branco\"\n            },\n            {\n                \"id\": \"17602723\",\n                \"name\": \"BORBOLETA PRETO ROSA\"\n            },\n            {\n                \"id\": \"55443443\",\n                \"name\": \"Verde Rosa Preto Branco\"\n            },\n            {\n                \"id\": \"4494365\",\n                \"name\": \"Matt deep grey\"\n            },\n            {\n                \"id\": \"17027503\",\n                \"name\": \"Verde-cinza\"\n            },\n            {\n                \"id\": \"94427\",\n                \"name\": \"Azul/Vermelho\"\n            },\n            {\n                \"id\": \"21922282\",\n                \"name\": \"Psycho Rat Fosco - Verde\"\n            },\n            {\n                \"id\": \"32199123\",\n                \"name\": \"amarelo branco vermelho\"\n            },\n            {\n                \"id\": \"17424111\",\n                \"name\": \"Preto Brilhante\"\n            },\n            {\n                \"id\": \"43978749\",\n                \"name\": \"Cinza-claro\"\n            },\n            {\n                \"id\": \"55075070\",\n                \"name\": \"Corredor preto\"\n            },\n            {\n                \"id\": \"20436041\",\n                \"name\": \"Azul\"\n            },\n            {\n                \"id\": \"112467\",\n                \"name\": \"Preto/Laranja/Prata\"\n            },\n            {\n                \"id\": \"67934658\",\n                \"name\": \"Mario Bullet Preto Vermelho\"\n            },\n            {\n                \"id\": \"20271457\",\n                \"name\": \"TAMANHO\"\n            },\n            {\n                \"id\": \"22887414\",\n                \"name\": \"Roxo brilho\"\n            },\n            {\n                \"id\": \"19532669\",\n                \"name\": \"Vermelho Candy\"\n            },\n            {\n                \"id\": \"19976173\",\n                \"name\": \"Amarelo-brilhoso\"\n            },\n            {\n                \"id\": \"16004720\",\n                \"name\": \"Amarelo claro\"\n            },\n            {\n                \"id\": \"17510140\",\n                \"name\": \"GTN R1 - Azul e Rosa\"\n            },\n            {\n                \"id\": \"22260322\",\n                \"name\": \"Tigre Voador Preto Fosco\"\n            },\n            {\n                \"id\": \"18632634\",\n                \"name\": \"Rosa-Amarelo\"\n            },\n            {\n                \"id\": \"12061295\",\n                \"name\": \"Black\"\n            },\n            {\n                \"id\": \"120125\",\n                \"name\": \"Prata/Branco\"\n            },\n            {\n                \"id\": \"17666830\",\n                \"name\": \"3220211\"\n            },\n            {\n                \"id\": \"18327773\",\n                \"name\": \"Violeta Fosco\"\n            },\n            {\n                \"id\": \"65578767\",\n                \"name\": \"Branco perolado com dourado\"\n            },\n            {\n                \"id\": \"19892665\",\n                \"name\": \"Cinza/azul brilhante\"\n            },\n            {\n                \"id\": \"71750653\",\n                \"name\": \"Verde Roxo Branco Rosa\"\n            },\n            {\n                \"id\": \"19507296\",\n                \"name\": \"Azul Fosco com Amarelo Fluor / Matte Blue HV Yellow\"\n            },\n            {\n                \"id\": \"70238031\",\n                \"name\": \"GTX STAR AZUL AMARELO\"\n            },\n            {\n                \"id\": \"59785\",\n                \"name\": \"Preto/Azul\"\n            },\n            {\n                \"id\": \"20240762\",\n                \"name\": \"preto x vermelho\"\n            },\n            {\n                \"id\": \"4035850\",\n                \"name\": \"Preto/Verde/Vermelho\"\n            },\n            {\n                \"id\": \"3775349\",\n                \"name\": \"Azul-néon\"\n            },\n            {\n                \"id\": \"14766801\",\n                \"name\": \"Preto/com Colorido\"\n            },\n            {\n                \"id\": \"18996809\",\n                \"name\": \"Shiver - Tricolor\"\n            },\n            {\n                \"id\": \"36128073\",\n                \"name\": \"Preto Fosco\"\n            },\n            {\n                \"id\": \"53487289\",\n                \"name\": \"Rosa/Branco/Azul\"\n            },\n            {\n                \"id\": \"4793976\",\n                \"name\": \"Bege brilhante\"\n            },\n            {\n                \"id\": \"19402998\",\n                \"name\": \"Preto e Prata Fosco\"\n            },\n            {\n                \"id\": \"3559235\",\n                \"name\": \"Preto/Verde/Prata\"\n            },\n            {\n                \"id\": \"13729468\",\n                \"name\": \"Preto Brilhante com Vermelho\"\n            },\n            {\n                \"id\": \"20242424\",\n                \"name\": \"WW84\"\n            },\n            {\n                \"id\": \"3972066\",\n                \"name\": \"Vermelho-fosco\"\n            },\n            {\n                \"id\": \"61936241\",\n                \"name\": \"Bordô Fosco com Prata\"\n            },\n            {\n                \"id\": \"17666340\",\n                \"name\": \"Preto Fosco Transf Azul\"\n            },\n            {\n                \"id\": \"22098507\",\n                \"name\": \"Preto Verde Agua\"\n            },\n            {\n                \"id\": \"19935612\",\n                \"name\": \"FLAT PRETO GRAFITE FOSCO\"\n            },\n            {\n                \"id\": \"56471079\",\n                \"name\": \"OCELO NEON LARANJA AMARELO FOSCO\"\n            },\n            {\n                \"id\": \"3945152\",\n                \"name\": \"Branco-brilho\"\n            },\n            {\n                \"id\": \"20353314\",\n                \"name\": \"Off White Fosco\"\n            },\n            {\n                \"id\": \"13650232\",\n                \"name\": \"Blanco Con Naranja\"\n            },\n            {\n                \"id\": \"5872938\",\n                \"name\": \"Roxo/Branco\"\n            },\n            {\n                \"id\": \"94402\",\n                \"name\": \"Laranja/Preto\"\n            },\n            {\n                \"id\": \"19054895\",\n                \"name\": \"Preto Vermelho Amarelo Fluor\"\n            },\n            {\n                \"id\": \"17007277\",\n                \"name\": \"Roxo Com Pink\"\n            },\n            {\n                \"id\": \"65216210\",\n                \"name\": \"Preto brilho com cyber\"\n            },\n            {\n                \"id\": \"14341566\",\n                \"name\": \"Xadrez Bege\"\n            },\n            {\n                \"id\": \"13386704\",\n                \"name\": \"Branco/Preto/Violeta\"\n            },\n            {\n                \"id\": \"22098955\",\n                \"name\": \"Azul Claro - Rosa\"\n            },\n            {\n                \"id\": \"62382933\",\n                \"name\": \"Azul brilho com vermelho\"\n            },\n            {\n                \"id\": \"21141110\",\n                \"name\": \"Psycho Rat Brilhante - Preto\"\n            },\n            {\n                \"id\": \"43977814\",\n                \"name\": \"Black/Yellow\"\n            },\n            {\n                \"id\": \"13774247\",\n                \"name\": \"Preto Brilhante-Vermelho\"\n            },\n            {\n                \"id\": \"21140082\",\n                \"name\": \"PRETO BRILHANTE - USA\"\n            },\n            {\n                \"id\": \"19247029\",\n                \"name\": \"PRETO FOSCO E PRETO\"\n            },\n            {\n                \"id\": \"18423531\",\n                \"name\": \"Azul Escuro Perolado/Branco\"\n            },\n            {\n                \"id\": \"14992403\",\n                \"name\": \"Armado nm rj\"\n            },\n            {\n                \"id\": \"18247117\",\n                \"name\": \"Azul Escuro, Preto e Branco\"\n            },\n            {\n                \"id\": \"37643\",\n                \"name\": \"Matte black\"\n            },\n            {\n                \"id\": \"4082187\",\n                \"name\": \"Fosco\"\n            },\n            {\n                \"id\": \"20465872\",\n                \"name\": \"Azul Metálico Fosco com Verde\"\n            },\n            {\n                \"id\": \"20421633\",\n                \"name\": \"Cinza Amarelo Fosco\"\n            },\n            {\n                \"id\": \"52035\",\n                \"name\": \"Violeta\"\n            },\n            {\n                \"id\": \"18993925\",\n                \"name\": \"Azul Fosco-Rosa\"\n            },\n            {\n                \"id\": \"18060129\",\n                \"name\": \"Branco Brilhante-Rosa\"\n            },\n            {\n                \"id\": \"79930\",\n                \"name\": \"Branco/Vermelho/Preto\"\n            },\n            {\n                \"id\": \"23043033\",\n                \"name\": \"Preto Azul Brilho\"\n            },\n            {\n                \"id\": \"18423351\",\n                \"name\": \"Preto Amarelo Brilhante\"\n            },\n            {\n                \"id\": \"19009978\",\n                \"name\": \"Dynamic Preto Fosco e Vermelho\"\n            },\n            {\n                \"id\": \"18996320\",\n                \"name\": \"Verde Militar Fosco com Preto\"\n            },\n            {\n                \"id\": \"18995911\",\n                \"name\": \"Azul/Preto (SB6)\"\n            },\n            {\n                \"id\": \"5343607\",\n                \"name\": \"White/Black/Red\"\n            },\n            {\n                \"id\": \"19003007\",\n                \"name\": \"Avant Glass Road preto fosco\"\n            },\n            {\n                \"id\": \"13784793\",\n                \"name\": \"Retro bl.az\"\n            },\n            {\n                \"id\": \"21140109\",\n                \"name\": \"Catrina Preto Fosco e Grafite\"\n            },\n            {\n                \"id\": \"162350\",\n                \"name\": \"Verde brilhante\"\n            },\n            {\n                \"id\": \"18463451\",\n                \"name\": \"Glacier white\"\n            },\n            {\n                \"id\": \"3610128\",\n                \"name\": \"Brillo\"\n            },\n            {\n                \"id\": \"19078281\",\n                \"name\": \"Preto Brilhante Amarelo\"\n            },\n            {\n                \"id\": \"5349962\",\n                \"name\": \"Gloss hi-viz orange/Black\"\n            },\n            {\n                \"id\": \"65205491\",\n                \"name\": \"Preto brilho com amarelo\"\n            },\n            {\n                \"id\": \"13378685\",\n                \"name\": \"Preto Historic 66\"\n            },\n            {\n                \"id\": \"7644341\",\n                \"name\": \"Matte deep grey\"\n            },\n            {\n                \"id\": \"16885952\",\n                \"name\": \"Azul-celeste e Laranja\"\n            },\n            {\n                \"id\": \"3915988\",\n                \"name\": \"Preto-fosco/Laranja\"\n            },\n            {\n                \"id\": \"52024\",\n                \"name\": \"Azul-petróleo\"\n            },\n            {\n                \"id\": \"19622243\",\n                \"name\": \"Preto Brilho / Prata\"\n            },\n            {\n                \"id\": \"20263914\",\n                \"name\": \"Preto com Grafite Brilhante\"\n            },\n            {\n                \"id\": \"20273631\",\n                \"name\": \"Gmetrix - Vermelho\"\n            },\n            {\n                \"id\": \"54679167\",\n                \"name\": \"PRETO/AMARELO 2\"\n            },\n            {\n                \"id\": \"65204628\",\n                \"name\": \"Vermelho fosco com prata\"\n            },\n            {\n                \"id\": \"20482176\",\n                \"name\": \"USA Preto e Colorido Fosco\"\n            },\n            {\n                \"id\": \"18994596\",\n                \"name\": \"Preto/Laranja (SB4)\"\n            },\n            {\n                \"id\": \"20480792\",\n                \"name\": \"Ruivo - branco\"\n            },\n            {\n                \"id\": \"14326470\",\n                \"name\": \"Vermelho escuro\"\n            },\n            {\n                \"id\": \"3584909\",\n                \"name\": \"Preto/Azul/Vermelho/Branco\"\n            },\n            {\n                \"id\": \"4456590\",\n                \"name\": \"White/Navy\"\n            },\n            {\n                \"id\": \"50007426\",\n                \"name\": \"Preto Fosco Com Viseira Fume\"\n            },\n            {\n                \"id\": \"18284874\",\n                \"name\": \"Exército\"\n            },\n            {\n                \"id\": \"19293377\",\n                \"name\": \"Azul Metálico com Branco\"\n            },\n            {\n                \"id\": \"17602372\",\n                \"name\": \"CINZA CHUMBO AMARELO\"\n            },\n            {\n                \"id\": \"70233302\",\n                \"name\": \"Gtx 43 amarelo\"\n            },\n            {\n                \"id\": \"19066816\",\n                \"name\": \"Jason Jason\"\n            },\n            {\n                \"id\": \"74342959\",\n                \"name\": \"Azul Metálico com Amarelo\"\n            },\n            {\n                \"id\": \"22098393\",\n                \"name\": \"Flash Preto/Grafite\"\n            },\n            {\n                \"id\": \"66350839\",\n                \"name\": \"Tifany Preto\"\n            },\n            {\n                \"id\": \"12358178\",\n                \"name\": \"Branco com azul claro\"\n            },\n            {\n                \"id\": \"13795699\",\n                \"name\": \"Prata e Cinza Fosco\"\n            },\n            {\n                \"id\": \"283164\",\n                \"name\": \"Dourado\"\n            },\n            {\n                \"id\": \"20353519\",\n                \"name\": \"cinza fosco/titanium\"\n            },\n            {\n                \"id\": \"19974206\",\n                \"name\": \"NEGRO MATE/ GRIS AMARILLO\"\n            },\n            {\n                \"id\": \"13774478\",\n                \"name\": \"LARANJA FOSCO AZUL AMARELO\"\n            },\n            {\n                \"id\": \"72906437\",\n                \"name\": \"Preto Fosco com Rubro\"\n            },\n            {\n                \"id\": \"14337681\",\n                \"name\": \"Verde oliva\"\n            },\n            {\n                \"id\": \"13774217\",\n                \"name\": \"Hybrid Vermelho Cinza\"\n            },\n            {\n                \"id\": \"65807401\",\n                \"name\": \"Preto Fosco com Preto\"\n            },\n            {\n                \"id\": \"18523937\",\n                \"name\": \"Warrior Purple\"\n            },\n            {\n                \"id\": \"18997902\",\n                \"name\": \"Branco (NS3)\"\n            },\n            {\n                \"id\": \"40183\",\n                \"name\": \"Black/Green\"\n            },\n            {\n                \"id\": \"19002396\",\n                \"name\": \"Preto Fosco com Colorido\"\n            },\n            {\n                \"id\": \"3103858\",\n                \"name\": \"Orange\"\n            },\n            {\n                \"id\": \"2098965\",\n                \"name\": \"Azul/Verde/Branco\"\n            },\n            {\n                \"id\": \"19456967\",\n                \"name\": \"Branco Brilho Transf Azul/vermelho\"\n            },\n            {\n                \"id\": \"13438201\",\n                \"name\": \"-\"\n            },\n            {\n                \"id\": \"20242255\",\n                \"name\": \"Branco/Preto/Vermelho - WKR\"\n            },\n            {\n                \"id\": \"25753427\",\n                \"name\": \"Preto Fosco com Roxo e Viseira Azul\"\n            },\n            {\n                \"id\": \"18399397\",\n                \"name\": \"Amarelo fluor vermelho azul\"\n            },\n            {\n                \"id\": \"13857332\",\n                \"name\": \"Preto-Vermelho\"\n            },\n            {\n                \"id\": \"9132735\",\n                \"name\": \"Preto com gráfico azul\"\n            },\n            {\n                \"id\": \"18995299\",\n                \"name\": \"Cinza-escuro - Ridic\"\n            },\n            {\n                \"id\": \"20113961\",\n                \"name\": \"Vermelho Fosco com Preto\"\n            },\n            {\n                \"id\": \"18999719\",\n                \"name\": \"Preto 56\"\n            },\n            {\n                \"id\": \"13378711\",\n                \"name\": \"Preto/ Titanium/ Prata\"\n            },\n            {\n                \"id\": \"74349469\",\n                \"name\": \"Azul Perolado com Pink\"\n            },\n            {\n                \"id\": \"50731673\",\n                \"name\": \"Amarelo e Verde Limão\"\n            },\n            {\n                \"id\": \"7226\",\n                \"name\": \"Rosa-escuro\"\n            },\n            {\n                \"id\": \"19193315\",\n                \"name\": \"FORCE PRETO PRATA\"\n            },\n            {\n                \"id\": \"17023650\",\n                \"name\": \"AZUL METAL E ROSA\"\n            },\n            {\n                \"id\": \"7946611\",\n                \"name\": \"26 Metal white\"\n            },\n            {\n                \"id\": \"13774320\",\n                \"name\": \"Preto Fosco com Laranja\"\n            },\n            {\n                \"id\": \"17861850\",\n                \"name\": \"Verde-escuro e Amarelo\"\n            },\n            {\n                \"id\": \"283158\",\n                \"name\": \"Verde-musgo\"\n            },\n            {\n                \"id\": \"15245089\",\n                \"name\": \"Preto, Vermelho e Azul\"\n            },\n            {\n                \"id\": \"18999887\",\n                \"name\": \"Água-Fúcsia\"\n            },\n            {\n                \"id\": \"6154849\",\n                \"name\": \"Black mat\"\n            },\n            {\n                \"id\": \"14448612\",\n                \"name\": \"GTN R1 Azul com Rosa\"\n            },\n            {\n                \"id\": \"7213243\",\n                \"name\": \"Blue/White/Red\"\n            },\n            {\n                \"id\": \"68094166\",\n                \"name\": \"Xdron Laranja\"\n            },\n            {\n                \"id\": \"7375668\",\n                \"name\": \"28 Metal white\"\n            },\n            {\n                \"id\": \"11080844\",\n                \"name\": \"Black/Orange/Silver\"\n            },\n            {\n                \"id\": \"112033\",\n                \"name\": \"Azul-celeste/Branco\"\n            },\n            {\n                \"id\": \"52666905\",\n                \"name\": \"Amarelo limão com Preto\"\n            },\n            {\n                \"id\": \"52243257\",\n                \"name\": \"Branco/Roxo/Tifany\"\n            },\n            {\n                \"id\": \"18995369\",\n                \"name\": \"Branco Brilho/Grafite\"\n            },\n            {\n                \"id\": \"21140913\",\n                \"name\": \"Wankanda/ Fosco\"\n            },\n            {\n                \"id\": \"13422510\",\n                \"name\": \"Branco e Rosa\"\n            },\n            {\n                \"id\": \"72839030\",\n                \"name\": \"Mirage Mystic - Preto Brilho com Camaleão\"\n            },\n            {\n                \"id\": \"9219189\",\n                \"name\": \"Rosa preto/Neón\"\n            },\n            {\n                \"id\": \"20137049\",\n                \"name\": \"Azul Metalizado com Preto\"\n            },\n            {\n                \"id\": \"6916084\",\n                \"name\": \"9 Black graphite\"\n            },\n            {\n                \"id\": \"55097024\",\n                \"name\": \"REX ROSA\"\n            },\n            {\n                \"id\": \"23042572\",\n                \"name\": \"Amarelo/Cinza /Preto Fosco\"\n            },\n            {\n                \"id\": \"3937394\",\n                \"name\": \"Verde/Fume\"\n            },\n            {\n                \"id\": \"27133634\",\n                \"name\": \"Tornasol Verde/Morado\"\n            },\n            {\n                \"id\": \"3085293\",\n                \"name\": \"Atlantic\"\n            },\n            {\n                \"id\": \"20053584\",\n                \"name\": \"ASTRO VERDE AGUA\"\n            },\n            {\n                \"id\": \"19109949\",\n                \"name\": \"Smart Preto/Cinza/Rosa Brilhante\"\n            },\n            {\n                \"id\": \"65213003\",\n                \"name\": \"Off Green com Prata\"\n            },\n            {\n                \"id\": \"3097077\",\n                \"name\": \"Chumbo\"\n            },\n            {\n                \"id\": \"19931314\",\n                \"name\": \"Preto Brilho com Vermelho\"\n            },\n            {\n                \"id\": \"17212327\",\n                \"name\": \"Preto/Amarelo Flúor\"\n            },\n            {\n                \"id\": \"7677101\",\n                \"name\": \"Matt black/Hi-vis yellow\"\n            },\n            {\n                \"id\": \"11361297\",\n                \"name\": \"Titanium\"\n            },\n            {\n                \"id\": \"21758901\",\n                \"name\": \"Cinza Preto Verde Amarelo\"\n            },\n            {\n                \"id\": \"19515464\",\n                \"name\": \"PPpreto/azul/vermelh\"\n            },\n            {\n                \"id\": \"14028018\",\n                \"name\": \"Solid N.M NJ\"\n            },\n            {\n                \"id\": \"18213221\",\n                \"name\": \"Azul e Vermelho Brilhoso\"\n            },\n            {\n                \"id\": \"22251947\",\n                \"name\": \"Laranja/Preto Fosco\"\n            },\n            {\n                \"id\": \"8686034\",\n                \"name\": \"Preto/Vermelho-néon\"\n            },\n            {\n                \"id\": \"21140693\",\n                \"name\": \"Preto - Do Grau\"\n            },\n            {\n                \"id\": \"17614185\",\n                \"name\": \"Viseira Silver\"\n            },\n            {\n                \"id\": \"19078109\",\n                \"name\": \"SCRATCHED BRANCO E VERDE\"\n            },\n            {\n                \"id\": \"19679753\",\n                \"name\": \"Branco Brilho/Vermelho\"\n            },\n            {\n                \"id\": \"3712942\",\n                \"name\": \"Azul piscina\"\n            },\n            {\n                \"id\": \"4066060\",\n                \"name\": \"Preto brilhante\"\n            },\n            {\n                \"id\": \"21286119\",\n                \"name\": \"Preto Fosco com Dourado\"\n            },\n            {\n                \"id\": \"70241477\",\n                \"name\": \"Gtx2 Rosa Fosco\"\n            },\n            {\n                \"id\": \"70240369\",\n                \"name\": \"Gtx 43 verde\"\n            },\n            {\n                \"id\": \"19892645\",\n                \"name\": \"Azul/ Amarelo Fluor\"\n            },\n            {\n                \"id\": \"65217293\",\n                \"name\": \"Roxo Fosco com Cereja\"\n            },\n            {\n                \"id\": \"12999082\",\n                \"name\": \"Branco perolado\"\n            },\n            {\n                \"id\": \"19826445\",\n                \"name\": \"Verde - Viseira Fumê\"\n            },\n            {\n                \"id\": \"65203770\",\n                \"name\": \"Iridium Azul\"\n            },\n            {\n                \"id\": \"52010\",\n                \"name\": \"Ocre\"\n            },\n            {\n                \"id\": \"3963171\",\n                \"name\": \"Blueberry\"\n            },\n            {\n                \"id\": \"21141598\",\n                \"name\": \"Cinza Monocolor\"\n            },\n            {\n                \"id\": \"3231320\",\n                \"name\": \"Preto/Bronze\"\n            },\n            {\n                \"id\": \"19231513\",\n                \"name\": \"Khan - Fucisa\"\n            },\n            {\n                \"id\": \"6114106\",\n                \"name\": \"Preto/Azul brilhante\"\n            },\n            {\n                \"id\": \"19038100\",\n                \"name\": \"Preto DOG\"\n            },\n            {\n                \"id\": \"18995103\",\n                \"name\": \"Preto Fosco - Roxo - Rosa\"\n            },\n            {\n                \"id\": \"19002440\",\n                \"name\": \"Verde Militar Fosco Com Cinza\"\n            },\n            {\n                \"id\": \"62380208\",\n                \"name\": \"Preto Brilho com Dourado\"\n            },\n            {\n                \"id\": \"17861862\",\n                \"name\": \"Vermelho Style\"\n            },\n            {\n                \"id\": \"5344829\",\n                \"name\": \"White/Italy\"\n            },\n            {\n                \"id\": \"59705\",\n                \"name\": \"Yellow\"\n            },\n            {\n                \"id\": \"20272791\",\n                \"name\": \"Cinza - Dourado Brilhante\"\n            },\n            {\n                \"id\": \"52033\",\n                \"name\": \"Azul-escuro\"\n            },\n            {\n                \"id\": \"13813739\",\n                \"name\": \"Amarelo e Preto\"\n            },\n            {\n                \"id\": \"65585572\",\n                \"name\": \"NF-J JAUME MASIA 2021\"\n            },\n            {\n                \"id\": \"20466219\",\n                \"name\": \"Preto Brilho / Azul / Amarelo\"\n            },\n            {\n                \"id\": \"3161837\",\n                \"name\": \"Preto/Azul/Rosa\"\n            },\n            {\n                \"id\": \"13678309\",\n                \"name\": \"Preto com Amarelo\"\n            },\n            {\n                \"id\": \"17785611\",\n                \"name\": \"Preto e Pink\"\n            },\n            {\n                \"id\": \"54702229\",\n                \"name\": \"ATTACKER Preto/Cinza/Vermelho\"\n            },\n            {\n                \"id\": \"21140620\",\n                \"name\": \"B18417 - INTEGRITY MATTE GREY ORANGE CAMO\"\n            },\n            {\n                \"id\": \"56474532\",\n                \"name\": \"Titanium yellow black\"\n            },\n            {\n                \"id\": \"21141507\",\n                \"name\": \"Matte Fluo Org/Blue (Fosco)\"\n            },\n            {\n                \"id\": \"6580423\",\n                \"name\": \"Lilás/Verde\"\n            },\n            {\n                \"id\": \"20273581\",\n                \"name\": \"Neon - Azul Laranja Fluo\"\n            },\n            {\n                \"id\": \"2743232\",\n                \"name\": \"1\"\n            },\n            {\n                \"id\": \"3626640\",\n                \"name\": \"Natura\"\n            },\n            {\n                \"id\": \"54865896\",\n                \"name\": \"AIR FOSCO CINZA VERMELHO\"\n            },\n            {\n                \"id\": \"16179045\",\n                \"name\": \"Preto Brilhante - Rosa\"\n            },\n            {\n                \"id\": \"15665529\",\n                \"name\": \"Mind nj am\"\n            },\n            {\n                \"id\": \"45620457\",\n                \"name\": \"vermelho - rosa\"\n            },\n            {\n                \"id\": \"20242617\",\n                \"name\": \"TRIXX PRETO VERMELHO FOSCO\"\n            },\n            {\n                \"id\": \"13872532\",\n                \"name\": \"Branco brilhante classic\"\n            },\n            {\n                \"id\": \"17593858\",\n                \"name\": \"DYNAMIC - PRETO FOSCO E LARANJA\"\n            },\n            {\n                \"id\": \"17706984\",\n                \"name\": \"Preto / Azul Fosco\"\n            },\n            {\n                \"id\": \"20072403\",\n                \"name\": \"Vermelo-Preto\"\n            },\n            {\n                \"id\": \"11012491\",\n                \"name\": \"Carbon/Red/Red\"\n            },\n            {\n                \"id\": \"62125735\",\n                \"name\": \"PRETO FOSCO - AZUL CLARO\"\n            },\n            {\n                \"id\": \"20291626\",\n                \"name\": \"FOSCO SAND\"\n            },\n            {\n                \"id\": \"18247208\",\n                \"name\": \"PRETO CLASSIC\"\n            },\n            {\n                \"id\": \"20379036\",\n                \"name\": \"Flat Preto Fosco com Grafite\"\n            },\n            {\n                \"id\": \"19002719\",\n                \"name\": \"Laranja Fluor / Amarelo\"\n            },\n            {\n                \"id\": \"20272638\",\n                \"name\": \"Razor - Parasite - Preto - Verde\"\n            },\n            {\n                \"id\": \"36662403\",\n                \"name\": \"Violeta\"\n            },\n            {\n                \"id\": \"17211352\",\n                \"name\": \"ORBITAL N.M AZ\"\n            },\n            {\n                \"id\": \"65202044\",\n                \"name\": \"Azul Dark com Amarelo\"\n            },\n            {\n                \"id\": \"65214737\",\n                \"name\": \"R2R Max Foggia Mugello 2022\"\n            },\n            {\n                \"id\": \"72877653\",\n                \"name\": \"Branco brilho com rubro\"\n            },\n            {\n                \"id\": \"32277298\",\n                \"name\": \"Azul com Azul\"\n            },\n            {\n                \"id\": \"20466719\",\n                \"name\": \"Cinza Verde Brilhante\"\n            },\n            {\n                \"id\": \"5284372\",\n                \"name\": \"Yellow/Black\"\n            },\n            {\n                \"id\": \"3849800\",\n                \"name\": \"Playful\"\n            },\n            {\n                \"id\": \"15331087\",\n                \"name\": \"Preto fosco/Cinza V. Transparente\"\n            },\n            {\n                \"id\": \"61987581\",\n                \"name\": \"Verde Militar Fosco com Prata\"\n            },\n            {\n                \"id\": \"52254592\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"65582057\",\n                \"name\": \"Cromada Espelhada\"\n            },\n            {\n                \"id\": \"19490687\",\n                \"name\": \"Lima Azul\"\n            },\n            {\n                \"id\": \"20457569\",\n                \"name\": \"Preto/Cinza\"\n            },\n            {\n                \"id\": \"18999684\",\n                \"name\": \"Preto e Rosa - Tamanho 60\"\n            },\n            {\n                \"id\": \"22097999\",\n                \"name\": \"Branco Solid\"\n            },\n            {\n                \"id\": \"19301769\",\n                \"name\": \"Preto Brilho Transf Laranja\"\n            },\n            {\n                \"id\": \"22887428\",\n                \"name\": \"Amarelo Azul Fosco\"\n            },\n            {\n                \"id\": \"20362854\",\n                \"name\": \"Azul Metálico Brilho e Verde\"\n            },\n            {\n                \"id\": \"4573266\",\n                \"name\": \"Vermelho-brilhante\"\n            },\n            {\n                \"id\": \"81742\",\n                \"name\": \"Azul/Branco\"\n            },\n            {\n                \"id\": \"17784532\",\n                \"name\": \"Azul escuro-Branco\"\n            },\n            {\n                \"id\": \"74975\",\n                \"name\": \"Preto/Prata\"\n            },\n            {\n                \"id\": \"46925498\",\n                \"name\": \"Turquesa/Rosa\"\n            },\n            {\n                \"id\": \"3959913\",\n                \"name\": \"Dourado-claro\"\n            },\n            {\n                \"id\": \"8637752\",\n                \"name\": \"Preto/Grafite/Azul\"\n            },\n            {\n                \"id\": \"3108181\",\n                \"name\": \"Black/Blue\"\n            },\n            {\n                \"id\": \"19997758\",\n                \"name\": \"Iron Chrome\"\n            },\n            {\n                \"id\": \"19590445\",\n                \"name\": \"Azul-celeste\"\n            },\n            {\n                \"id\": \"16716437\",\n                \"name\": \"Cinza-vermelho\"\n            },\n            {\n                \"id\": \"17484750\",\n                \"name\": \"Neon - Preto Fosco - Colorido\"\n            },\n            {\n                \"id\": \"4619208\",\n                \"name\": \"Amarelo-brilho\"\n            },\n            {\n                \"id\": \"13680372\",\n                \"name\": \"Azul e Vermelho\"\n            },\n            {\n                \"id\": \"6154999\",\n                \"name\": \"Preto/Cinza/Branco/Vermelho\"\n            },\n            {\n                \"id\": \"16940350\",\n                \"name\": \"Grafite e Prata\"\n            },\n            {\n                \"id\": \"18386294\",\n                \"name\": \"Amarelo e vermelho\"\n            },\n            {\n                \"id\": \"14913282\",\n                \"name\": \"Prateado Vis. Dourada\"\n            },\n            {\n                \"id\": \"4810203\",\n                \"name\": \"Monster\"\n            },\n            {\n                \"id\": \"20024238\",\n                \"name\": \"Italy 2\"\n            },\n            {\n                \"id\": \"13627196\",\n                \"name\": \"Preto brilhante/rosa\"\n            },\n            {\n                \"id\": \"16606143\",\n                \"name\": \"Perfomance Azul Fosco\"\n            },\n            {\n                \"id\": \"16634322\",\n                \"name\": \"Gris-amarillo\"\n            },\n            {\n                \"id\": \"19980002\",\n                \"name\": \"Branco - Vermelho Brilhante\"\n            },\n            {\n                \"id\": \"19910699\",\n                \"name\": \"Branco-brilhoso\"\n            },\n            {\n                \"id\": \"20379186\",\n                \"name\": \"Ultra - Verde\"\n            },\n            {\n                \"id\": \"7011582\",\n                \"name\": \"Preto-azul\"\n            },\n            {\n                \"id\": \"34530607\",\n                \"name\": \"Vermelho\"\n            },\n            {\n                \"id\": \"4151176\",\n                \"name\": \"Cobre brilhante\"\n            },\n            {\n                \"id\": \"20861560\",\n                \"name\": \"Tifany\"\n            },\n            {\n                \"id\": \"19078149\",\n                \"name\": \"Tribal - Amarelo\"\n            },\n            {\n                \"id\": \"6901204\",\n                \"name\": \"Preto/Amarelo-fluorescente\"\n            },\n            {\n                \"id\": \"52000\",\n                \"name\": \"Laranja\"\n            },\n            {\n                \"id\": \"19193338\",\n                \"name\": \"DRAGON TIAFANY FOSCO\"\n            },\n            {\n                \"id\": \"20482023\",\n                \"name\": \"Azul - Branco Brilhante\"\n            },\n            {\n                \"id\": \"26342658\",\n                \"name\": \"Azul Laranja Fluor\"\n            },\n            {\n                \"id\": \"43977799\",\n                \"name\": \"Preto/Cinza/Branco\"\n            },\n            {\n                \"id\": \"23042588\",\n                \"name\": \"Cinza - vermelho fosco\"\n            },\n            {\n                \"id\": \"19892601\",\n                \"name\": \"Preto e Branco Fosco\"\n            },\n            {\n                \"id\": \"283155\",\n                \"name\": \"Marrom-escuro\"\n            },\n            {\n                \"id\": \"11026803\",\n                \"name\": \"Anthracite/Anthracite/Yellow\"\n            },\n            {\n                \"id\": \"70240302\",\n                \"name\": \"GTX RAPID LARANJA\"\n            },\n            {\n                \"id\": \"12718922\",\n                \"name\": \"Gold mate\"\n            },\n            {\n                \"id\": \"110449\",\n                \"name\": \"Amarelo/Vermelho\"\n            },\n            {\n                \"id\": \"62253890\",\n                \"name\": \"rosa - preto fosco\"\n            },\n            {\n                \"id\": \"21804769\",\n                \"name\": \"crânio de fumaça preto fosco\"\n            },\n            {\n                \"id\": \"16677364\",\n                \"name\": \"Vermelho e Laranja\"\n            },\n            {\n                \"id\": \"19669954\",\n                \"name\": \"Amarelo Limão Brilhante\"\n            },\n            {\n                \"id\": \"72726849\",\n                \"name\": \"Roxo Azul Rosa\"\n            },\n            {\n                \"id\": \"7670504\",\n                \"name\": \"Black/Silver/Red\"\n            },\n            {\n                \"id\": \"19078278\",\n                \"name\": \"VERDE AGUA FOSCO E ROSA\"\n            },\n            {\n                \"id\": \"53707868\",\n                \"name\": \"Preto/Amarelo\"\n            },\n            {\n                \"id\": \"17650469\",\n                \"name\": \"Rosa/Verde/Preto\"\n            },\n            {\n                \"id\": \"17593537\",\n                \"name\": \"New Ghost Preto e Vermelho\"\n            },\n            {\n                \"id\": \"8103173\",\n                \"name\": \"Preto-brilhante/Amarelo\"\n            },\n            {\n                \"id\": \"19979990\",\n                \"name\": \"Smart Black RED\"\n            },\n            {\n                \"id\": \"12250132\",\n                \"name\": \"Eclipse black\"\n            },\n            {\n                \"id\": \"3108197\",\n                \"name\": \"Preto-brilho\"\n            },\n            {\n                \"id\": \"13869393\",\n                \"name\": \"Fibra Carbono\"\n            },\n            {\n                \"id\": \"44698726\",\n                \"name\": \"PRETO CINZA E VERDE\"\n            },\n            {\n                \"id\": \"65190303\",\n                \"name\": \"AZUL FOSCO GRAFITE\"\n            },\n            {\n                \"id\": \"15407610\",\n                \"name\": \"Pace Black White\"\n            },\n            {\n                \"id\": \"16273419\",\n                \"name\": \"Azul com preto\"\n            },\n            {\n                \"id\": \"20210489\",\n                \"name\": \"Tamanho 58\"\n            },\n            {\n                \"id\": \"36918455\",\n                \"name\": \"Conjunto de Sommier e Colchão Branco/Preto\"\n            },\n            {\n                \"id\": \"20024244\",\n                \"name\": \"Vermelho-Drone\"\n            },\n            {\n                \"id\": \"19924071\",\n                \"name\": \"Sprinter - Preto Cinza Cobalto\"\n            },\n            {\n                \"id\": \"5537629\",\n                \"name\": \"Preto e prata\"\n            },\n            {\n                \"id\": \"23042887\",\n                \"name\": \"Cinza - preto fosco\"\n            },\n            {\n                \"id\": \"2612960\",\n                \"name\": \"Cinza/Azul/Laranja\"\n            },\n            {\n                \"id\": \"8618716\",\n                \"name\": \"Neon/Neon laranja\"\n            },\n            {\n                \"id\": \"20030012\",\n                \"name\": \"Preto/Cinza/Prata - MATT KAA\"\n            },\n            {\n                \"id\": \"20359778\",\n                \"name\": \"Edge - Vermelho\"\n            },\n            {\n                \"id\": \"22414002\",\n                \"name\": \"Amarelo-Fluo\"\n            },\n            {\n                \"id\": \"20308535\",\n                \"name\": \"Laranja Fluor Fosco com Preto\"\n            },\n            {\n                \"id\": \"19110032\",\n                \"name\": \"Bordô Fosco com Branco\"\n            },\n            {\n                \"id\": \"21519629\",\n                \"name\": \"Creed\"\n            },\n            {\n                \"id\": \"65584630\",\n                \"name\": \"B40 Spect - Preto Fosco com Grafite\"\n            },\n            {\n                \"id\": \"17602381\",\n                \"name\": \"Verde Militar Fosco - Cinza/Preto\"\n            },\n            {\n                \"id\": \"19001219\",\n                \"name\": \"Preto Fosco-Rosa/Azul\"\n            },\n            {\n                \"id\": \"14410265\",\n                \"name\": \"Verde-Preto\"\n            },\n            {\n                \"id\": \"20481133\",\n                \"name\": \"Preto Brilho / Chumbo / Prata / Vermelho\"\n            },\n            {\n                \"id\": \"4115843\",\n                \"name\": \"Verde-fosco\"\n            },\n            {\n                \"id\": \"18213218\",\n                \"name\": \"Verde Militar Fosco/Cinza\"\n            },\n            {\n                \"id\": \"20291110\",\n                \"name\": \"Black White Red / Preto com Vermelho e Branco\"\n            },\n            {\n                \"id\": \"17602743\",\n                \"name\": \"BRANCO FOSCO/VERMELHO/AZUL\"\n            },\n            {\n                \"id\": \"22665864\",\n                \"name\": \"Italia Azul\"\n            },\n            {\n                \"id\": \"6049080\",\n                \"name\": \"Velmelho/Cinza\"\n            },\n            {\n                \"id\": \"43978748\",\n                \"name\": \"Cinza-profundo fosco\"\n            },\n            {\n                \"id\": \"4216456\",\n                \"name\": \"Metal white\"\n            },\n            {\n                \"id\": \"13815243\",\n                \"name\": \"cinza e verde\"\n            },\n            {\n                \"id\": \"65248427\",\n                \"name\": \"Dalla Porta\"\n            },\n            {\n                \"id\": \"3377277\",\n                \"name\": \"Azul royal\"\n            },\n            {\n                \"id\": \"62381010\",\n                \"name\": \"Verde militar brilho com vermelho\"\n            },\n            {\n                \"id\": \"6730782\",\n                \"name\": \"Preto/Azul-neón\"\n            },\n            {\n                \"id\": \"13767189\",\n                \"name\": \"Preto e Laranja\"\n            },\n            {\n                \"id\": \"94312\",\n                \"name\": \"Amarelo/Preto\"\n            },\n            {\n                \"id\": \"22097953\",\n                \"name\": \"Grafite viseira dourada\"\n            },\n            {\n                \"id\": \"18997878\",\n                \"name\": \"Synth Preto/Verde\"\n            },\n            {\n                \"id\": \"18993950\",\n                \"name\": \"New Ghost Preto Fosco e Azul\"\n            },\n            {\n                \"id\": \"18423521\",\n                \"name\": \"Matt black/Silver\"\n            },\n            {\n                \"id\": \"13438184\",\n                \"name\": \"Preto/Cinza Fosco\"\n            },\n            {\n                \"id\": \"60075\",\n                \"name\": \"Preto/Bege\"\n            },\n            {\n                \"id\": \"16325458\",\n                \"name\": \"vermelho - azul\"\n            },\n            {\n                \"id\": \"4014856\",\n                \"name\": \"Laranja-fosco\"\n            },\n            {\n                \"id\": \"19001492\",\n                \"name\": \"Black / Preto Brilho\"\n            },\n            {\n                \"id\": \"4973081\",\n                \"name\": \"Verde-militar/Preto\"\n            },\n            {\n                \"id\": \"7705657\",\n                \"name\": \"Black/Gloss white\"\n            },\n            {\n                \"id\": \"27834319\",\n                \"name\": \"CYBORG NEGRO MATE GRIS\"\n            },\n            {\n                \"id\": \"8588027\",\n                \"name\": \"Time orange\"\n            },\n            {\n                \"id\": \"4014855\",\n                \"name\": \"Amarelo-fosco\"\n            },\n            {\n                \"id\": \"3024356\",\n                \"name\": \"Azul-brilhante\"\n            },\n            {\n                \"id\": \"43826615\",\n                \"name\": \"Preto/Rosa/Azul\"\n            },\n            {\n                \"id\": \"18594358\",\n                \"name\": \"Preto Brilhante\"\n            },\n            {\n                \"id\": \"18377723\",\n                \"name\": \"Preto,Vermelho e Amarelo\"\n            },\n            {\n                \"id\": \"4731321\",\n                \"name\": \"Preto/Vermelho-fosco\"\n            },\n            {\n                \"id\": \"19066714\",\n                \"name\": \"Verde Militar Brilhante-Branco\"\n            },\n            {\n                \"id\": \"19028700\",\n                \"name\": \"Rosa -Verde\"\n            },\n            {\n                \"id\": \"18995106\",\n                \"name\": \"CATRINA - BRANCO BRILHANTE AZUL E VERMELHO\"\n            },\n            {\n                \"id\": \"17349497\",\n                \"name\": \"Branco - laranja + Vis Cromado\"\n            },\n            {\n                \"id\": \"16626338\",\n                \"name\": \"Branco Brilhante / Aberto Novo X OPEN STICKERS Com Viseira Transparente\"\n            },\n            {\n                \"id\": \"52019\",\n                \"name\": \"Verde-escuro\"\n            },\n            {\n                \"id\": \"65161768\",\n                \"name\": \"Red com grafite\"\n            },\n            {\n                \"id\": \"4009\",\n                \"name\": \"Metálico\"\n            },\n            {\n                \"id\": \"108767\",\n                \"name\": \"Amarelo/Rosa\"\n            },\n            {\n                \"id\": \"65246039\",\n                \"name\": \"PRATA - AMARELO\"\n            },\n            {\n                \"id\": \"10933777\",\n                \"name\": \"Preto-fosco/Flúor amarelo\"\n            },\n            {\n                \"id\": \"18995051\",\n                \"name\": \"Preto com vermelho blaze\"\n            },\n            {\n                \"id\": \"13111686\",\n                \"name\": \"Azul Metalizado\"\n            },\n            {\n                \"id\": \"24675214\",\n                \"name\": \"Fibra de Carbono Preto\"\n            },\n            {\n                \"id\": \"19972765\",\n                \"name\": \"Rosa-brilhoso\"\n            },\n            {\n                \"id\": \"72928262\",\n                \"name\": \"RAPID ROSA\"\n            },\n            {\n                \"id\": \"65582564\",\n                \"name\": \"Max Foggia Misano 2021\"\n            },\n            {\n                \"id\": \"13736743\",\n                \"name\": \"Azul - Vermelho\"\n            },\n            {\n                \"id\": \"36879029\",\n                \"name\": \"Veneno\"\n            },\n            {\n                \"id\": \"61930512\",\n                \"name\": \"LIQUER C14\"\n            },\n            {\n                \"id\": \"20040063\",\n                \"name\": \"Verde Militar Fosco com Branco\"\n            },\n            {\n                \"id\": \"19997749\",\n                \"name\": \"Vermelho-brilhoso\"\n            },\n            {\n                \"id\": \"16574261\",\n                \"name\": \"Amarelo Limão\"\n            },\n            {\n                \"id\": \"43977796\",\n                \"name\": \"Fuchsia/Preto\"\n            },\n            {\n                \"id\": \"2634693\",\n                \"name\": \"Azul-celeste/Preto/Branco\"\n            },\n            {\n                \"id\": \"13872435\",\n                \"name\": \"Branco e Laranja\"\n            },\n            {\n                \"id\": \"65746143\",\n                \"name\": \"Azul Brilho com Branco\"\n            },\n            {\n                \"id\": \"20271626\",\n                \"name\": \"EXO - Branco\"\n            },\n            {\n                \"id\": \"54096188\",\n                \"name\": \"Preto Branco Laranja Brilho\"\n            },\n            {\n                \"id\": \"11315110\",\n                \"name\": \"Cinza titanium\"\n            },\n            {\n                \"id\": \"18589422\",\n                \"name\": \"Preto Fosco/Azul\"\n            },\n            {\n                \"id\": \"23198547\",\n                \"name\": \"Silver/Flat Black\"\n            },\n            {\n                \"id\": \"74338532\",\n                \"name\": \"Cinza Dark Fosco com Verde\"\n            },\n            {\n                \"id\": \"65154942\",\n                \"name\": \"Azul Royal com Ciano\"\n            },\n            {\n                \"id\": \"14944496\",\n                \"name\": \"Black mei vermelho\"\n            },\n            {\n                \"id\": \"16684662\",\n                \"name\": \"Cinza-Dourado\"\n            },\n            {\n                \"id\": \"14789691\",\n                \"name\": \"BORBOLETA PRETO AZUL\"\n            },\n            {\n                \"id\": \"8637751\",\n                \"name\": \"Preto/Tiffany\"\n            },\n            {\n                \"id\": \"7628003\",\n                \"name\": \"58 Fade flat led yellow\"\n            },\n            {\n                \"id\": \"2142123\",\n                \"name\": \"Grafite/Laranja\"\n            },\n            {\n                \"id\": \"21139721\",\n                \"name\": \"Vector Vermelho Fosco e Dourado\"\n            },\n            {\n                \"id\": \"2565041\",\n                \"name\": \"Neon\"\n            },\n            {\n                \"id\": \"20273814\",\n                \"name\": \"Azul-amarelo-preto/ Brilhoso\"\n            },\n            {\n                \"id\": \"19045017\",\n                \"name\": \"Azul Fosco-Preto\"\n            },\n            {\n                \"id\": \"53787266\",\n                \"name\": \"Branco/Rosa/Azul celeste\"\n            },\n            {\n                \"id\": \"22096394\",\n                \"name\": \"Amarelo - Azul Claro\"\n            },\n            {\n                \"id\": \"72190480\",\n                \"name\": \"LARANJA SILVER\"\n            },\n            {\n                \"id\": \"32218751\",\n                \"name\": \"ROSA FOSCO\"\n            },\n            {\n                \"id\": \"19384656\",\n                \"name\": \"Rosa fosco blaze\"\n            },\n            {\n                \"id\": \"18106904\",\n                \"name\": \"Negro y Gris\"\n            },\n            {\n                \"id\": \"65204037\",\n                \"name\": \"Roxo Fosco com Cereja\"\n            },\n            {\n                \"id\": \"21519616\",\n                \"name\": \"Tarmac Cinza\"\n            },\n            {\n                \"id\": \"19924084\",\n                \"name\": \"CINZA FOSCO - VERMELHO\"\n            },\n            {\n                \"id\": \"70355708\",\n                \"name\": \"GTX FOX ROSA\"\n            },\n            {\n                \"id\": \"16886513\",\n                \"name\": \"CROWN PRETO VERMELHO\"\n            },\n            {\n                \"id\": \"25980226\",\n                \"name\": \"BALNCO\"\n            },\n            {\n                \"id\": \"2192682\",\n                \"name\": \"Branco-prata\"\n            },\n            {\n                \"id\": \"21139534\",\n                \"name\": \"Born To Ride (Azul)\"\n            },\n            {\n                \"id\": \"18994274\",\n                \"name\": \"Isle Of Man Black Yellow\"\n            },\n            {\n                \"id\": \"59934\",\n                \"name\": \"Preto/Cinza\"\n            },\n            {\n                \"id\": \"2820570\",\n                \"name\": \"Jeans\"\n            },\n            {\n                \"id\": \"3197060\",\n                \"name\": \"Branco/Laranja/Azul\"\n            },\n            {\n                \"id\": \"1256107\",\n                \"name\": \"Vermelho/Cinza\"\n            },\n            {\n                \"id\": \"20481899\",\n                \"name\": \"B05862 - STEALTH CAMO MATTE BLACK WHITE\"\n            },\n            {\n                \"id\": \"3963191\",\n                \"name\": \"Jamaica\"\n            },\n            {\n                \"id\": \"19540826\",\n                \"name\": \"Branco Brilho Transf Verde\"\n            },\n            {\n                \"id\": \"7258735\",\n                \"name\": \"Aqua\"\n            },\n            {\n                \"id\": \"20037368\",\n                \"name\": \"Preto Branco (brilho)\"\n            },\n            {\n                \"id\": \"18996178\",\n                \"name\": \"Azul com Colorido\"\n            },\n            {\n                \"id\": \"19479740\",\n                \"name\": \"Candy Red - Bordô\"\n            },\n            {\n                \"id\": \"21140767\",\n                \"name\": \"Level Turquesa Fosco\"\n            },\n            {\n                \"id\": \"8618719\",\n                \"name\": \"Neon/Amarrilo neón\"\n            },\n            {\n                \"id\": \"4162877\",\n                \"name\": \"Camo laranja\"\n            },\n            {\n                \"id\": \"15835287\",\n                \"name\": \"CLASSIC BRANCO BRILHANTE\"\n            },\n            {\n                \"id\": \"11353808\",\n                \"name\": \"Preto-fúcsia\"\n            },\n            {\n                \"id\": \"16682185\",\n                \"name\": \"Rosa-Preto\"\n            },\n            {\n                \"id\": \"13784796\",\n                \"name\": \"Falcão preto / roxo\"\n            },\n            {\n                \"id\": \"16079418\",\n                \"name\": \"Brilhoso\"\n            },\n            {\n                \"id\": \"18996627\",\n                \"name\": \"Menta/Vermelho\"\n            },\n            {\n                \"id\": \"19098968\",\n                \"name\": \"Preto Fosco e Grafite\"\n            },\n            {\n                \"id\": \"7657579\",\n                \"name\": \"Black/Yellow/Silver\"\n            },\n            {\n                \"id\": \"72954833\",\n                \"name\": \"Allegro Soul - Preto Brilho com Rubro\"\n            },\n            {\n                \"id\": \"20319321\",\n                \"name\": \"TC-1(Vermelho/Preto)\"\n            },\n            {\n                \"id\": \"47252592\",\n                \"name\": \"PRETO BRILHO - VERMELHO\"\n            },\n            {\n                \"id\": \"17602417\",\n                \"name\": \"ANTHRACITE/AMARELO FLUOR/ CINZA/CAMO\"\n            },\n            {\n                \"id\": \"16712180\",\n                \"name\": \"Violeta/Branco\"\n            },\n            {\n                \"id\": \"61983639\",\n                \"name\": \"Vanila com Grafite\"\n            },\n            {\n                \"id\": \"39265753\",\n                \"name\": \"Verde/Água\"\n            },\n            {\n                \"id\": \"20353294\",\n                \"name\": \"Advance - White\"\n            },\n            {\n                \"id\": \"19947855\",\n                \"name\": \"Preto/vermelho-brilhoso\"\n            },\n            {\n                \"id\": \"17545793\",\n                \"name\": \"Cinza/vermelho brilhante\"\n            },\n            {\n                \"id\": \"18999689\",\n                \"name\": \"Titanium laranja\"\n            },\n            {\n                \"id\": \"3580010\",\n                \"name\": \"Colorido\"\n            },\n            {\n                \"id\": \"234917\",\n                \"name\": \"Laranja-mate\"\n            },\n            {\n                \"id\": \"4216459\",\n                \"name\": \"Lava grey\"\n            },\n            {\n                \"id\": \"18652637\",\n                \"name\": \"Preto Fosco Fúcsia\"\n            },\n            {\n                \"id\": \"54702610\",\n                \"name\": \"preto sólido\"\n            },\n            {\n                \"id\": \"17593699\",\n                \"name\": \"Rosa com Branco\"\n            },\n            {\n                \"id\": \"4066070\",\n                \"name\": \"Gloss white\"\n            },\n            {\n                \"id\": \"20030608\",\n                \"name\": \"Spectro Azul\"\n            },\n            {\n                \"id\": \"65250145\",\n                \"name\": \"Desert fosco com preto 60\"\n            },\n            {\n                \"id\": \"53787532\",\n                \"name\": \"Branco/Azul/Vermelho\"\n            },\n            {\n                \"id\": \"19000402\",\n                \"name\": \"Laranja / Azul / Branca\"\n            },\n            {\n                \"id\": \"19565443\",\n                \"name\": \"Vermelho Cardeal\"\n            },\n            {\n                \"id\": \"17222323\",\n                \"name\": \"BRANCO PEROLADO E ROSA\"\n            },\n            {\n                \"id\": \"28016500\",\n                \"name\": \"Preto 1979\"\n            },\n            {\n                \"id\": \"19000251\",\n                \"name\": \"Preto Brilho e Rosa\"\n            },\n            {\n                \"id\": \"2790166\",\n                \"name\": \"White\"\n            },\n            {\n                \"id\": \"20072412\",\n                \"name\": \"3D PRETO CAMALEÃO\"\n            },\n            {\n                \"id\": \"17593637\",\n                \"name\": \"BORBOLETA PRETO LILAS\"\n            },\n            {\n                \"id\": \"54756195\",\n                \"name\": \"PRETO FOSCO CLASSIC\"\n            },\n            {\n                \"id\": \"17349319\",\n                \"name\": \"Grafite - Laranja\"\n            },\n            {\n                \"id\": \"7941326\",\n                \"name\": \"Verde/Amarelo/Azul\"\n            },\n            {\n                \"id\": \"20139496\",\n                \"name\": \"Azul com vermelho/brilhoso\"\n            },\n            {\n                \"id\": \"20466833\",\n                \"name\": \"Supra - Hungry Branco/preto\"\n            },\n            {\n                \"id\": \"4806095\",\n                \"name\": \"Preto chumbo fosco/Branco\"\n            },\n            {\n                \"id\": \"66256254\",\n                \"name\": \"Azul Fosco com Azul Claro\"\n            },\n            {\n                \"id\": \"65202091\",\n                \"name\": \"Icon Pilot - Preto Brilho com Colorido\"\n            },\n            {\n                \"id\": \"21837178\",\n                \"name\": \"Branco/Azul/Amarelo/Vermelho\"\n            },\n            {\n                \"id\": \"18995516\",\n                \"name\": \"INDIAN ROSA FOSCO\"\n            },\n            {\n                \"id\": \"20072212\",\n                \"name\": \"Branco Perolado com Rosa\"\n            },\n            {\n                \"id\": \"11012482\",\n                \"name\": \"Black/Red/Anthracite\"\n            },\n            {\n                \"id\": \"11582772\",\n                \"name\": \"Digital blue\"\n            },\n            {\n                \"id\": \"15645124\",\n                \"name\": \"Preto Brilhante Azul\"\n            },\n            {\n                \"id\": \"13655353\",\n                \"name\": \"Branco-Verde\"\n            },\n            {\n                \"id\": \"17666047\",\n                \"name\": \"Preto Brilho com Transfer Vermelho\"\n            },\n            {\n                \"id\": \"20703457\",\n                \"name\": \"Branco\"\n            },\n            {\n                \"id\": \"19000391\",\n                \"name\": \"PRETO/CINZA/VER,ELHO -TC-6\"\n            },\n            {\n                \"id\": \"15005462\",\n                \"name\": \"Azul com prata\"\n            },\n            {\n                \"id\": \"20485428\",\n                \"name\": \"Manty - Matte - Blue - Yellow\"\n            },\n            {\n                \"id\": \"20308999\",\n                \"name\": \"preto fosco/cinza/azul\"\n            },\n            {\n                \"id\": \"17665601\",\n                \"name\": \"Sanctus Fosco Preto\"\n            },\n            {\n                \"id\": \"67934705\",\n                \"name\": \"Draze Preto Vermelho\"\n            },\n            {\n                \"id\": \"11303412\",\n                \"name\": \"Cinza-escuro fosco\"\n            },\n            {\n                \"id\": \"11012488\",\n                \"name\": \"Black/Violet/Violet\"\n            },\n            {\n                \"id\": \"65200594\",\n                \"name\": \"Panther sv chameleon b8\"\n            },\n            {\n                \"id\": \"19054937\",\n                \"name\": \"Verde Agua Brilhante\"\n            },\n            {\n                \"id\": \"35888365\",\n                \"name\": \"Vermelho Camuflagem Fosco\"\n            },\n            {\n                \"id\": \"55443341\",\n                \"name\": \"Calavera Cinza Fosco\"\n            },\n            {\n                \"id\": \"46234121\",\n                \"name\": \"PRETO/GRAFITE/CINZA\"\n            },\n            {\n                \"id\": \"9894064\",\n                \"name\": \"Preto/Rosado\"\n            },\n            {\n                \"id\": \"3962344\",\n                \"name\": \"Ouro fosco\"\n            },\n            {\n                \"id\": \"20466471\",\n                \"name\": \"Neon Rosa/Verde Turquesa\"\n            },\n            {\n                \"id\": \"16115921\",\n                \"name\": \"Preto Brilho Grafite\"\n            },\n            {\n                \"id\": \"65576491\",\n                \"name\": \"AXXOLOTL\"\n            },\n            {\n                \"id\": \"22665785\",\n                \"name\": \"PTO/TIFFANY SPOT\"\n            },\n            {\n                \"id\": \"283160\",\n                \"name\": \"Azul-turquesa\"\n            },\n            {\n                \"id\": \"17067673\",\n                \"name\": \"AIR PRETO PRATA FOSCO\"\n            },\n            {\n                \"id\": \"20465900\",\n                \"name\": \"Cinza Verde Fosco\"\n            },\n            {\n                \"id\": \"42352431\",\n                \"name\": \"Joker azul\"\n            },\n            {\n                \"id\": \"46419191\",\n                \"name\": \"Laranja - Azul\"\n            },\n            {\n                \"id\": \"20481249\",\n                \"name\": \"CINZA BRILHO - CINZA\"\n            },\n            {\n                \"id\": \"18996014\",\n                \"name\": \"TRIXX AZUL VERMELHO\"\n            },\n            {\n                \"id\": \"19935491\",\n                \"name\": \"Preto Fosco/Cinza/Laranja\"\n            },\n            {\n                \"id\": \"105347\",\n                \"name\": \"Branco/Laranja/Preto\"\n            },\n            {\n                \"id\": \"6887427\",\n                \"name\": \"Preto/Verde-brilhante\"\n            },\n            {\n                \"id\": \"18994719\",\n                \"name\": \"STREET PRETO VERMELHO\"\n            },\n            {\n                \"id\": \"20362763\",\n                \"name\": \"PRETO FOSCO/AMARELO BRILHO\"\n            },\n            {\n                \"id\": \"20379213\",\n                \"name\": \"Squalo - Rosa\"\n            },\n            {\n                \"id\": \"65202510\",\n                \"name\": \"Desert Fosco e Orange\"\n            },\n            {\n                \"id\": \"22260325\",\n                \"name\": \"Negro-Vermelho-Amarelo\"\n            },\n            {\n                \"id\": \"83399\",\n                \"name\": \"Preto/Dourado\"\n            },\n            {\n                \"id\": \"58789643\",\n                \"name\": \"Lilás, Azul, Branco\"\n            },\n            {\n                \"id\": \"7621915\",\n                \"name\": \"Matt black/Orange\"\n            },\n            {\n                \"id\": \"22401570\",\n                \"name\": \"Verde Brilhante\"\n            },\n            {\n                \"id\": \"57222132\",\n                \"name\": \"Track_Preto/titanium - Fosco\"\n            },\n            {\n                \"id\": \"20421638\",\n                \"name\": \"Echo - Preto Fosco - Tifany\"\n            },\n            {\n                \"id\": \"17067704\",\n                \"name\": \"AZUL COM ROSA E BRANCO\"\n            },\n            {\n                \"id\": \"4478141\",\n                \"name\": \"Preto/Cinza/Branco\"\n            },\n            {\n                \"id\": \"52850355\",\n                \"name\": \"Rex verde\"\n            },\n            {\n                \"id\": \"61934354\",\n                \"name\": \"Cinza/Verde/Rosa\"\n            },\n            {\n                \"id\": \"17641576\",\n                \"name\": \"Cinza/Verm\"\n            },\n            {\n                \"id\": \"20465854\",\n                \"name\": \"Bubble - White\"\n            },\n            {\n                \"id\": \"16240466\",\n                \"name\": \"Preto Fosco / Rosa\"\n            },\n            {\n                \"id\": \"18996016\",\n                \"name\": \"TC5 - Preto\"\n            },\n            {\n                \"id\": \"13378504\",\n                \"name\": \"Preto e Vermelho Fosco\"\n            },\n            {\n                \"id\": \"52029\",\n                \"name\": \"Azul-claro\"\n            },\n            {\n                \"id\": \"57215796\",\n                \"name\": \"Track_Branco/azul - Brilho\"\n            },\n            {\n                \"id\": \"13087141\",\n                \"name\": \"Nightfall black\"\n            },\n            {\n                \"id\": \"55045159\",\n                \"name\": \"ROXO METAL - VERMELHO\"\n            },\n            {\n                \"id\": \"19002626\",\n                \"name\": \"PRETO BRILHANTE E ROSA\"\n            },\n            {\n                \"id\": \"18399281\",\n                \"name\": \"B-12 KF Preto Fosco e Vermelho\"\n            },\n            {\n                \"id\": \"13799940\",\n                \"name\": \"Verde e Rosa\"\n            },\n            {\n                \"id\": \"8566078\",\n                \"name\": \"Preto/Grafite/Laranja\"\n            },\n            {\n                \"id\": \"19000843\",\n                \"name\": \"SPEED PRETO ROSA\"\n            },\n            {\n                \"id\": \"25481493\",\n                \"name\": \"Preto Amarelo Cinza Fosco\"\n            },\n            {\n                \"id\": \"18997507\",\n                \"name\": \"Branco Red Fluor\"\n            },\n            {\n                \"id\": \"54679074\",\n                \"name\": \"Esqueleto Sombrio\"\n            },\n            {\n                \"id\": \"18995099\",\n                \"name\": \"NEON PRETO ROSA FOSCO\"\n            },\n            {\n                \"id\": \"20043316\",\n                \"name\": \"Azul-brilhoso\"\n            },\n            {\n                \"id\": \"19947846\",\n                \"name\": \"Bloom - Preto Purple\"\n            },\n            {\n                \"id\": \"19969919\",\n                \"name\": \"Mask Black Pink / Preto com Rosa\"\n            },\n            {\n                \"id\": \"16926255\",\n                \"name\": \"Preto e Branco Brilhoso\"\n            },\n            {\n                \"id\": \"16289306\",\n                \"name\": \"Azul/Verde/Amarelo\"\n            },\n            {\n                \"id\": \"5267501\",\n                \"name\": \"Preto-fosco/Grafite\"\n            },\n            {\n                \"id\": \"5438660\",\n                \"name\": \"Lilás/Rosa\"\n            },\n            {\n                \"id\": \"8769605\",\n                \"name\": \"Preto/Grafite/Rosa\"\n            },\n            {\n                \"id\": \"65206970\",\n                \"name\": \"Cinza Moon Fosco com Preto 62\"\n            },\n            {\n                \"id\": \"18206694\",\n                \"name\": \"NEON PRETO VERDE FOSCO\"\n            },\n            {\n                \"id\": \"20139364\",\n                \"name\": \"Tribal - Laranja\"\n            },\n            {\n                \"id\": \"22658888\",\n                \"name\": \"Paint Prata (estrela)\"\n            },\n            {\n                \"id\": \"21141028\",\n                \"name\": \"Psycho Rat Brilhante - Branco\"\n            },\n            {\n                \"id\": \"7596426\",\n                \"name\": \"White/Black/Violet\"\n            },\n            {\n                \"id\": \"21179866\",\n                \"name\": \"Flash Preto/Rosa\"\n            },\n            {\n                \"id\": \"26513215\",\n                \"name\": \"Verde Cactus\"\n            },\n            {\n                \"id\": \"20241070\",\n                \"name\": \"Vector - Automat Branco/Laranja\"\n            },\n            {\n                \"id\": \"19078243\",\n                \"name\": \"Classic Branco\"\n            },\n            {\n                \"id\": \"17066489\",\n                \"name\": \"Azul MAATBLESS\"\n            },\n            {\n                \"id\": \"18994358\",\n                \"name\": \"Drift Vermelho Fosco\"\n            },\n            {\n                \"id\": \"55090495\",\n                \"name\": \"EVO MATE\"\n            },\n            {\n                \"id\": \"160303\",\n                \"name\": \"Branco/Rosa/Preto\"\n            },\n            {\n                \"id\": \"18994029\",\n                \"name\": \"Matte Red Titanium / Vermelho Fosco com Titânio\"\n            },\n            {\n                \"id\": \"21922944\",\n                \"name\": \"Old Years Fosco - Azul\"\n            },\n            {\n                \"id\": \"2775777\",\n                \"name\": \"Clássico\"\n            },\n            {\n                \"id\": \"15076116\",\n                \"name\": \"Nezzus gr.m az\"\n            },\n            {\n                \"id\": \"23176083\",\n                \"name\": \"Rosa Roxo Fosco\"\n            },\n            {\n                \"id\": \"7705652\",\n                \"name\": \"Gloss black/Matt black\"\n            },\n            {\n                \"id\": \"54702500\",\n                \"name\": \"B15 BRANCO BRILHANTE\"\n            },\n            {\n                \"id\": \"13490453\",\n                \"name\": \"Laranja e Preto\"\n            },\n            {\n                \"id\": \"19001327\",\n                \"name\": \"Hybrid Azul\"\n            },\n            {\n                \"id\": \"243848\",\n                \"name\": \"Preto/Amarelo/Azul\"\n            },\n            {\n                \"id\": \"54679232\",\n                \"name\": \"Motion Titanium Fosco\"\n            },\n            {\n                \"id\": \"17861819\",\n                \"name\": \"Flex - Preto\"\n            },\n            {\n                \"id\": \"21922798\",\n                \"name\": \"Psycho Rat Fosco - Branco\"\n            },\n            {\n                \"id\": \"7644342\",\n                \"name\": \"Matte blue metallic\"\n            },\n            {\n                \"id\": \"20053601\",\n                \"name\": \"Globe - Preto Branco\"\n            },\n            {\n                \"id\": \"4883029\",\n                \"name\": \"Halloween\"\n            },\n            {\n                \"id\": \"54084890\",\n                \"name\": \"USA Preto e Colorido\"\n            },\n            {\n                \"id\": \"115000\",\n                \"name\": \"Matt black\"\n            },\n            {\n                \"id\": \"11012483\",\n                \"name\": \"Black/Anthracite/Anthracite\"\n            },\n            {\n                \"id\": \"30380151\",\n                \"name\": \"Preto e Verde Fluorescente\"\n            },\n            {\n                \"id\": \"16030711\",\n                \"name\": \"Psycho Rat Preto\"\n            },\n            {\n                \"id\": \"58878641\",\n                \"name\": \"Brake\"\n            },\n            {\n                \"id\": \"13120630\",\n                \"name\": \"Prateado/Preto/Azul\"\n            },\n            {\n                \"id\": \"21139507\",\n                \"name\": \"Old Years Brilhante - Azul\"\n            },\n            {\n                \"id\": \"18995945\",\n                \"name\": \"Pace Black Red\"\n            },\n            {\n                \"id\": \"55094197\",\n                \"name\": \"EVO ROSA\"\n            },\n            {\n                \"id\": \"54679183\",\n                \"name\": \"Defender Titanium Fosco Preto\"\n            },\n            {\n                \"id\": \"17593492\",\n                \"name\": \"Flake\"\n            },\n            {\n                \"id\": \"18327656\",\n                \"name\": \"Preto Brilho/Dourado\"\n            },\n            {\n                \"id\": \"41929136\",\n                \"name\": \"Preto Fosco Branco\"\n            },\n            {\n                \"id\": \"65201876\",\n                \"name\": \"Azul Dark com Amarelo\"\n            },\n            {\n                \"id\": \"19090694\",\n                \"name\": \"Preto Fosco Azul\"\n            },\n            {\n                \"id\": \"49691323\",\n                \"name\": \"Roxo Com Viseira Fume\"\n            },\n            {\n                \"id\": \"21444122\",\n                \"name\": \"Preto/Verde Fluor\"\n            },\n            {\n                \"id\": \"6404661\",\n                \"name\": \"Azul/Verde/Rosa\"\n            },\n            {\n                \"id\": \"16935692\",\n                \"name\": \"Azul e Amarelo\"\n            },\n            {\n                \"id\": \"18995577\",\n                \"name\": \"Tourist - Cinza-escuro\"\n            },\n            {\n                \"id\": \"19161604\",\n                \"name\": \"MULTIPLY\"\n            },\n            {\n                \"id\": \"25853792\",\n                \"name\": \"preto laranja branco\"\n            },\n            {\n                \"id\": \"4701458\",\n                \"name\": \"Branco-rosa\"\n            },\n            {\n                \"id\": \"14251067\",\n                \"name\": \"Preto Fosco com Vermelho\"\n            },\n            {\n                \"id\": \"17966782\",\n                \"name\": \"Rosa/azul/branco\"\n            },\n            {\n                \"id\": \"62010621\",\n                \"name\": \"Branco Brilho com Prata\"\n            },\n            {\n                \"id\": \"20139373\",\n                \"name\": \"preto-prata-fosco\"\n            },\n            {\n                \"id\": \"58864466\",\n                \"name\": \"Desert fosco laranja\"\n            },\n            {\n                \"id\": \"16987516\",\n                \"name\": \"Moto.\"\n            },\n            {\n                \"id\": \"65716515\",\n                \"name\": \"Preto com Marrom Revestido\"\n            },\n            {\n                \"id\": \"7375667\",\n                \"name\": \"27 Flat imperator blue\"\n            },\n            {\n                \"id\": \"14288295\",\n                \"name\": \"Frost ROSA Fosco\"\n            },\n            {\n                \"id\": \"3378684\",\n                \"name\": \"Plateado Mate\"\n            },\n            {\n                \"id\": \"7282321\",\n                \"name\": \"Preto/Azul/Laranja\"\n            },\n            {\n                \"id\": \"19924228\",\n                \"name\": \"Azul Metálico Fosco com Grafite\"\n            },\n            {\n                \"id\": \"3778161\",\n                \"name\": \"Amarelo-flúor\"\n            },\n            {\n                \"id\": \"81745\",\n                \"name\": \"Vermelho/Branco\"\n            },\n            {\n                \"id\": \"38403136\",\n                \"name\": \"Cinza/Rosa\"\n            },\n            {\n                \"id\": \"18307466\",\n                \"name\": \"Branco brilhante\"\n            },\n            {\n                \"id\": \"28071957\",\n                \"name\": \"Amarelo/Rosa/Verde\"\n            },\n            {\n                \"id\": \"67934936\",\n                \"name\": \"Draze Branco Verde Vermelho\"\n            },\n            {\n                \"id\": \"21144694\",\n                \"name\": \"Negro com viseira adicional transparente\"\n            },\n            {\n                \"id\": \"12961861\",\n                \"name\": \"White/Red blue\"\n            },\n            {\n                \"id\": \"55645213\",\n                \"name\": \"Preto Fosco/ Vermelho Viseira Fumê\"\n            },\n            {\n                \"id\": \"21361961\",\n                \"name\": \"MM93\"\n            },\n            {\n                \"id\": \"22097544\",\n                \"name\": \"Prata - Verde\"\n            },\n            {\n                \"id\": \"17550236\",\n                \"name\": \"Rosa com Azul\"\n            },\n            {\n                \"id\": \"65151933\",\n                \"name\": \"Panther Sv Prestige B2 Cinza Brilhante\"\n            },\n            {\n                \"id\": \"4878603\",\n                \"name\": \"Vermelho Flúo\"\n            },\n            {\n                \"id\": \"70238045\",\n                \"name\": \"Gtx 43 azul\"\n            },\n            {\n                \"id\": \"20422239\",\n                \"name\": \"Laranja-Vermelho\"\n            },\n            {\n                \"id\": \"43056\",\n                \"name\": \"Anthracite\"\n            },\n            {\n                \"id\": \"3127420\",\n                \"name\": \"Cinza Fosco/Preto\"\n            },\n            {\n                \"id\": \"14951515\",\n                \"name\": \"Preto brilhante classic\"\n            },\n            {\n                \"id\": \"54702905\",\n                \"name\": \"PRETO FOSCO 041\"\n            },\n            {\n                \"id\": \"20319272\",\n                \"name\": \"CINZA FOSCO/PRETO/AMARELO FLUOR\"\n            },\n            {\n                \"id\": \"4142299\",\n                \"name\": \"Preto/Azul-brilho\"\n            },\n            {\n                \"id\": \"67935143\",\n                \"name\": \"Monocolor Rosa Pink Brilho\"\n            },\n            {\n                \"id\": \"4323260\",\n                \"name\": \"Preto/Rosa/Cinza\"\n            },\n            {\n                \"id\": \"19085235\",\n                \"name\": \"Cinza e Azul Fosco\"\n            },\n            {\n                \"id\": \"59748084\",\n                \"name\": \"Preto com Camaleão\"\n            },\n            {\n                \"id\": \"4502914\",\n                \"name\": \"Preto/Camo\"\n            },\n            {\n                \"id\": \"16233620\",\n                \"name\": \"Preto Fosco Rosa\"\n            },\n            {\n                \"id\": \"6136939\",\n                \"name\": \"Metallic white\"\n            },\n            {\n                \"id\": \"45480594\",\n                \"name\": \"Azul 023\"\n            },\n            {\n                \"id\": \"103511\",\n                \"name\": \"Verde escuro\"\n            },\n            {\n                \"id\": \"65578783\",\n                \"name\": \"Preto fosco com acqua\"\n            },\n            {\n                \"id\": \"20353675\",\n                \"name\": \"TITANIUM/BRANCO/VERMELHO\"\n            },\n            {\n                \"id\": \"12951858\",\n                \"name\": \"Azul Brilhante\"\n            },\n            {\n                \"id\": \"6794548\",\n                \"name\": \"Solid blue\"\n            },\n            {\n                \"id\": \"23484883\",\n                \"name\": \"Vermelho Branco Brilho\"\n            },\n            {\n                \"id\": \"3722347\",\n                \"name\": \"Stone gray\"\n            },\n            {\n                \"id\": \"3167313\",\n                \"name\": \"Fumê\"\n            },\n            {\n                \"id\": \"13378407\",\n                \"name\": \"Rosa GT\"\n            },\n            {\n                \"id\": \"20240803\",\n                \"name\": \"Grafite Brilhante-Laranja\"\n            },\n            {\n                \"id\": \"7644379\",\n                \"name\": \"10 Matt black\"\n            },\n            {\n                \"id\": \"4890429\",\n                \"name\": \"White/Pink\"\n            },\n            {\n                \"id\": \"19986352\",\n                \"name\": \"PRETO BRILHO-USA PRATA\"\n            },\n            {\n                \"id\": \"19935507\",\n                \"name\": \"Ferian\"\n            },\n            {\n                \"id\": \"17861832\",\n                \"name\": \"AMARELO COM VERDE E BRANCO\"\n            },\n            {\n                \"id\": \"23541050\",\n                \"name\": \"Preto-prata\"\n            },\n            {\n                \"id\": \"73039420\",\n                \"name\": \"Preto/Ciano/Rosa\"\n            },\n            {\n                \"id\": \"7502329\",\n                \"name\": \"Black metal/Silver/Yellow\"\n            },\n            {\n                \"id\": \"66011676\",\n                \"name\": \"Alex barros prata\"\n            },\n            {\n                \"id\": \"45587119\",\n                \"name\": \"Cinza\"\n            },\n            {\n                \"id\": \"62429739\",\n                \"name\": \"PRETO/VERDE/AMARELO FOSCO\"\n            },\n            {\n                \"id\": \"16841029\",\n                \"name\": \"Negro\"\n            },\n            {\n                \"id\": \"14999693\",\n                \"name\": \"Sanctus Brilhante - Preto\"\n            },\n            {\n                \"id\": \"20466789\",\n                \"name\": \"Azul Fosco/Prata\"\n            },\n            {\n                \"id\": \"22888743\",\n                \"name\": \"Rosa Amarelo Fosco\"\n            },\n            {\n                \"id\": \"52304767\",\n                \"name\": \"Cinza\"\n            },\n            {\n                \"id\": \"17665857\",\n                \"name\": \"FEMME BRANCO BRILHANTE\"\n            },\n            {\n                \"id\": \"20220895\",\n                \"name\": \"Amarelo - Azul - Vermelho\"\n            },\n            {\n                \"id\": \"19054824\",\n                \"name\": \"Preto/Vermelho Fosco\"\n            },\n            {\n                \"id\": \"4476805\",\n                \"name\": \"Preto/Chumbo\"\n            },\n            {\n                \"id\": \"56355778\",\n                \"name\": \"AZUL TIFFAN\"\n            },\n            {\n                \"id\": \"72916219\",\n                \"name\": \"Verde Rosa Branco\"\n            },\n            {\n                \"id\": \"41621757\",\n                \"name\": \"Verde Prata\"\n            },\n            {\n                \"id\": \"62010822\",\n                \"name\": \"Azul fosco com pink\"\n            },\n            {\n                \"id\": \"39664921\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"44716059\",\n                \"name\": \"Gold - Cinza - Branco\"\n            },\n            {\n                \"id\": \"15332923\",\n                \"name\": \"Azul Vermelho Fosco\"\n            },\n            {\n                \"id\": \"16498807\",\n                \"name\": \"Azul viseira fume\"\n            },\n            {\n                \"id\": \"20242409\",\n                \"name\": \"Crossbar TC-1\"\n            },\n            {\n                \"id\": \"19892530\",\n                \"name\": \"Preto-fosco / Vermelho Fluor\"\n            },\n            {\n                \"id\": \"8084539\",\n                \"name\": \"Preto-brilhante/Vermelho\"\n            },\n            {\n                \"id\": \"7345140\",\n                \"name\": \"Preto/Vermelho/Azul-celeste\"\n            },\n            {\n                \"id\": \"48499257\",\n                \"name\": \"CHAMA DOURADA PRETO\"\n            },\n            {\n                \"id\": \"19924222\",\n                \"name\": \"Preto Brilho e Amarelo\"\n            },\n            {\n                \"id\": \"16943946\",\n                \"name\": \"BLACK EDITION PRETO VERMELHO\"\n            },\n            {\n                \"id\": \"3108174\",\n                \"name\": \"Pink/Black/White\"\n            },\n            {\n                \"id\": \"19969828\",\n                \"name\": \"Monocolor\"\n            },\n            {\n                \"id\": \"19000247\",\n                \"name\": \"Preto Italy\"\n            },\n            {\n                \"id\": \"4216457\",\n                \"name\": \"Black graphite\"\n            },\n            {\n                \"id\": \"58636811\",\n                \"name\": \"BRANCO PRETO ROXO\"\n            },\n            {\n                \"id\": \"3630047\",\n                \"name\": \"Amarelo fluor\"\n            },\n            {\n                \"id\": \"7378870\",\n                \"name\": \"Preto/Amarelo/Rosa\"\n            },\n            {\n                \"id\": \"14799707\",\n                \"name\": \"verde e vermelho\"\n            },\n            {\n                \"id\": \"6920442\",\n                \"name\": \"Harley Davidson preto/Prata brilho HD outline number 1\"\n            },\n            {\n                \"id\": \"18927160\",\n                \"name\": \"Dourado escuro com Turquesa\"\n            },\n            {\n                \"id\": \"65203537\",\n                \"name\": \"AMARELO - PRETO FOSCO\"\n            },\n            {\n                \"id\": \"21741386\",\n                \"name\": \"NEGRO, BLANCO Y ROJO\"\n            },\n            {\n                \"id\": \"18357872\",\n                \"name\": \"Preto Fosco-Rosa\"\n            },\n            {\n                \"id\": \"22095047\",\n                \"name\": \"Amarelo Preto Brilho\"\n            },\n            {\n                \"id\": \"103361\",\n                \"name\": \"Amarelo/Cinza\"\n            },\n            {\n                \"id\": \"17665883\",\n                \"name\": \"RSD Check It\"\n            },\n            {\n                \"id\": \"3915671\",\n                \"name\": \"Preto-brilho/Azul\"\n            },\n            {\n                \"id\": \"18995383\",\n                \"name\": \"GRAFITE BRILHANTE E GRAFITE\"\n            },\n            {\n                \"id\": \"23927997\",\n                \"name\": \"Samurai\"\n            },\n            {\n                \"id\": \"16944028\",\n                \"name\": \"Mad Dogs Fosco - Branco\"\n            },\n            {\n                \"id\": \"14999706\",\n                \"name\": \"Azul Fosco Rosa\"\n            },\n            {\n                \"id\": \"13795692\",\n                \"name\": \"Preto Fosco e Cinza\"\n            },\n            {\n                \"id\": \"30447957\",\n                \"name\": \"Preto/Cyber\"\n            },\n            {\n                \"id\": \"19488974\",\n                \"name\": \"Azul oscuro\"\n            },\n            {\n                \"id\": \"20480923\",\n                \"name\": \"Storm - Preto - Vermelho\"\n            },\n            {\n                \"id\": \"20999227\",\n                \"name\": \"Preto e verde\"\n            },\n            {\n                \"id\": \"17545789\",\n                \"name\": \"Top Gun Azul e Vermelho\"\n            },\n            {\n                \"id\": \"11080849\",\n                \"name\": \"Anthracite/Blue/Anthracite\"\n            },\n            {\n                \"id\": \"19507314\",\n                \"name\": \"NAKED PRETO ROSA FOSCO\"\n            },\n            {\n                \"id\": \"15185846\",\n                \"name\": \"Verde Fosco\"\n            },\n            {\n                \"id\": \"67934769\",\n                \"name\": \"Rampage Verde\"\n            },\n            {\n                \"id\": \"2142119\",\n                \"name\": \"Grafite/Vermelho\"\n            },\n            {\n                \"id\": \"25819050\",\n                \"name\": \"Azul-Branco\"\n            },\n            {\n                \"id\": \"3580110\",\n                \"name\": \"Stealth\"\n            },\n            {\n                \"id\": \"5243376\",\n                \"name\": \"Rubro\"\n            },\n            {\n                \"id\": \"83642\",\n                \"name\": \"Cinza prata\"\n            },\n            {\n                \"id\": \"13767338\",\n                \"name\": \"Vermelho com Preto\"\n            },\n            {\n                \"id\": \"73040130\",\n                \"name\": \"UP LIMIT BRANCO\"\n            },\n            {\n                \"id\": \"20211806\",\n                \"name\": \"Vermelho/Preto (SB3)\"\n            },\n            {\n                \"id\": \"21581094\",\n                \"name\": \"Branco - Viseira Fumê\"\n            },\n            {\n                \"id\": \"14288279\",\n                \"name\": \"Viseira Fume\"\n            },\n            {\n                \"id\": \"19001865\",\n                \"name\": \"Verde Fosco/Laranja\"\n            },\n            {\n                \"id\": \"17262361\",\n                \"name\": \"Preto Grafic\"\n            },\n            {\n                \"id\": \"10933778\",\n                \"name\": \"Preto-fosco/Rosa\"\n            },\n            {\n                \"id\": \"3030110\",\n                \"name\": \"Smoke\"\n            },\n            {\n                \"id\": \"65203634\",\n                \"name\": \"Xavier Simeon\"\n            },\n            {\n                \"id\": \"13425225\",\n                \"name\": \"BRANCO TITANIUM\"\n            },\n            {\n                \"id\": \"17666689\",\n                \"name\": \"Cinza-claro Fosco\"\n            },\n            {\n                \"id\": \"277931\",\n                \"name\": \"Preto/Titânio\"\n            },\n            {\n                \"id\": \"73118106\",\n                \"name\": \"UP LIMIT PRETO\"\n            },\n            {\n                \"id\": \"11083451\",\n                \"name\": \"Carbon/Red/Blue\"\n            },\n            {\n                \"id\": \"20030017\",\n                \"name\": \"STORM PRETO AZUL\"\n            },\n            {\n                \"id\": \"15407466\",\n                \"name\": \"Vermelho - Amarelo\"\n            },\n            {\n                \"id\": \"14326741\",\n                \"name\": \"Preto - amarelo\"\n            },\n            {\n                \"id\": \"19037980\",\n                \"name\": \"Azul Fosco com Grafite\"\n            },\n            {\n                \"id\": \"15665532\",\n                \"name\": \"Capacetes Sólidos N.M\"\n            },\n            {\n                \"id\": \"20318066\",\n                \"name\": \"Metal Negro e vermelho\"\n            },\n            {\n                \"id\": \"11012474\",\n                \"name\": \"White/Silver/Black\"\n            },\n            {\n                \"id\": \"19045025\",\n                \"name\": \"Preto Brilhante Branco\"\n            },\n            {\n                \"id\": \"6688582\",\n                \"name\": \"Gloss blue\"\n            },\n            {\n                \"id\": \"94488\",\n                \"name\": \"Vermelho/Azul\"\n            },\n            {\n                \"id\": \"16305580\",\n                \"name\": \"Preto adesivo RPM\"\n            },\n            {\n                \"id\": \"28016502\",\n                \"name\": \"Cassic Laranja + Viseira Fumê\"\n            },\n            {\n                \"id\": \"17602252\",\n                \"name\": \"DRAKEN TRACER - BRANCO BRILHANTE, AZUL E CINZA\"\n            },\n            {\n                \"id\": \"52045\",\n                \"name\": \"Rosa-pálido\"\n            },\n            {\n                \"id\": \"283153\",\n                \"name\": \"Palha\"\n            },\n            {\n                \"id\": \"283148\",\n                \"name\": \"Coral-claro\"\n            },\n            {\n                \"id\": \"283149\",\n                \"name\": \"Coral\"\n            },\n            {\n                \"id\": \"283152\",\n                \"name\": \"Chocolate\"\n            }\n        ],\n        \"tooltip\": \"Pode ter nome fantasia.\",\n        \"example\": \"White/Blue\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"DESIGN\",\n        \"name\": \"Desenho\",\n        \"tags\": {\n            \"allow_variations\": true,\n            \"defines_picture\": true\n        },\n        \"hierarchy\": \"CHILD_PK\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"values\": [\n            {\n                \"id\": \"58756148\",\n                \"name\": \"STK\"\n            },\n            {\n                \"id\": \"62013858\",\n                \"name\": \"Liquer C7\"\n            },\n            {\n                \"id\": \"65588412\",\n                \"name\": \"DRAW\"\n            },\n            {\n                \"id\": \"55569783\",\n                \"name\": \"501 Sp Crank\"\n            },\n            {\n                \"id\": \"50597372\",\n                \"name\": \"Win\"\n            },\n            {\n                \"id\": \"15461081\",\n                \"name\": \"GROW\"\n            },\n            {\n                \"id\": \"3659432\",\n                \"name\": \"Tracer\"\n            },\n            {\n                \"id\": \"13090358\",\n                \"name\": \"Veloxer\"\n            },\n            {\n                \"id\": \"19643617\",\n                \"name\": \"Surround\"\n            },\n            {\n                \"id\": \"21004263\",\n                \"name\": \"BOND HELMET\"\n            },\n            {\n                \"id\": \"57297164\",\n                \"name\": \"Emalla\"\n            },\n            {\n                \"id\": \"56213436\",\n                \"name\": \"GRÁFICAS MULTICOLORIDAS\"\n            },\n            {\n                \"id\": \"27529072\",\n                \"name\": \"flight\"\n            },\n            {\n                \"id\": \"49430579\",\n                \"name\": \"X11 Revo Pink Viseira Solar\"\n            },\n            {\n                \"id\": \"4036752\",\n                \"name\": \"Pantera\"\n            },\n            {\n                \"id\": \"17023742\",\n                \"name\": \"Viseira Cristal\"\n            },\n            {\n                \"id\": \"22643269\",\n                \"name\": \"Horizon\"\n            },\n            {\n                \"id\": \"20308404\",\n                \"name\": \"KRIPTON\"\n            },\n            {\n                \"id\": \"2987886\",\n                \"name\": \"Flora\"\n            },\n            {\n                \"id\": \"23413728\",\n                \"name\": \"KF\"\n            },\n            {\n                \"id\": \"18183268\",\n                \"name\": \"Ella\"\n            },\n            {\n                \"id\": \"13791553\",\n                \"name\": \"Música para crianças\"\n            },\n            {\n                \"id\": \"67146549\",\n                \"name\": \"GRAND PRIX SOUTH AFRICA\"\n            },\n            {\n                \"id\": \"22383168\",\n                \"name\": \"Bandeira Do Brasil Com Viseira\"\n            },\n            {\n                \"id\": \"19189978\",\n                \"name\": \"SOUL\"\n            },\n            {\n                \"id\": \"54679369\",\n                \"name\": \"Rápido Sólido\"\n            },\n            {\n                \"id\": \"10736923\",\n                \"name\": \"Chicane\"\n            },\n            {\n                \"id\": \"21998899\",\n                \"name\": \"L NEW CLASSIC\"\n            },\n            {\n                \"id\": \"20287300\",\n                \"name\": \"Valiant II Orbit\"\n            },\n            {\n                \"id\": \"10836456\",\n                \"name\": \"Pendulum\"\n            },\n            {\n                \"id\": \"36506203\",\n                \"name\": \"Brilho Noite Escura\"\n            },\n            {\n                \"id\": \"58482638\",\n                \"name\": \"Pro Modok\"\n            },\n            {\n                \"id\": \"25980677\",\n                \"name\": \"TH1 Vision\"\n            },\n            {\n                \"id\": \"16091622\",\n                \"name\": \"Brilhoso\"\n            },\n            {\n                \"id\": \"28419875\",\n                \"name\": \"Dino Kids\"\n            },\n            {\n                \"id\": \"66759786\",\n                \"name\": \"Prisma 2\"\n            },\n            {\n                \"id\": \"18467075\",\n                \"name\": \"Jump\"\n            },\n            {\n                \"id\": \"11103103\",\n                \"name\": \"Inky\"\n            },\n            {\n                \"id\": \"20418973\",\n                \"name\": \"PRETO/AZUL/LARANJA\"\n            },\n            {\n                \"id\": \"11077878\",\n                \"name\": \"Skull Rider\"\n            },\n            {\n                \"id\": \"58756288\",\n                \"name\": \"SOUL MONOCOLOR PRETO FOSCO\"\n            },\n            {\n                \"id\": \"43978753\",\n                \"name\": \"Redux-TC-1\"\n            },\n            {\n                \"id\": \"13477649\",\n                \"name\": \"Joker\"\n            },\n            {\n                \"id\": \"21837206\",\n                \"name\": \"Óculos Fume\"\n            },\n            {\n                \"id\": \"43592408\",\n                \"name\": \"U-rb2 Ocean\"\n            },\n            {\n                \"id\": \"13964476\",\n                \"name\": \"[Cascos para motos]\"\n            },\n            {\n                \"id\": \"4781922\",\n                \"name\": \"Alemanha\"\n            },\n            {\n                \"id\": \"68086090\",\n                \"name\": \"ESTELLAR\"\n            },\n            {\n                \"id\": \"55064591\",\n                \"name\": \"Evo 816\"\n            },\n            {\n                \"id\": \"72835738\",\n                \"name\": \"ALDEGUER REPLICA\"\n            },\n            {\n                \"id\": \"65200000\",\n                \"name\": \"Scratch d7\"\n            },\n            {\n                \"id\": \"18996998\",\n                \"name\": \"Journey\"\n            },\n            {\n                \"id\": \"43978765\",\n                \"name\": \"Crossbar-TC-1\"\n            },\n            {\n                \"id\": \"3474436\",\n                \"name\": \"Venom\"\n            },\n            {\n                \"id\": \"70941465\",\n                \"name\": \"Bavete e Reparo V18B\"\n            },\n            {\n                \"id\": \"65988716\",\n                \"name\": \"Gtn fox grafite\"\n            },\n            {\n                \"id\": \"10829092\",\n                \"name\": \"Flagger\"\n            },\n            {\n                \"id\": \"61930787\",\n                \"name\": \"Burn\"\n            },\n            {\n                \"id\": \"10829101\",\n                \"name\": \"Tale\"\n            },\n            {\n                \"id\": \"18423505\",\n                \"name\": \"Mosaic - Preto Vermelho\"\n            },\n            {\n                \"id\": \"61931942\",\n                \"name\": \"tubex b3\"\n            },\n            {\n                \"id\": \"11083460\",\n                \"name\": \"Replica Lorenzo 2019\"\n            },\n            {\n                \"id\": \"41929137\",\n                \"name\": \"Lyrical\"\n            },\n            {\n                \"id\": \"35992141\",\n                \"name\": \"Tartaruga Azul\"\n            },\n            {\n                \"id\": \"11124378\",\n                \"name\": \"Pro Series\"\n            },\n            {\n                \"id\": \"29611396\",\n                \"name\": \"Top Gun\"\n            },\n            {\n                \"id\": \"55064990\",\n                \"name\": \"RANGE\"\n            },\n            {\n                \"id\": \"5514604\",\n                \"name\": \"Titan\"\n            },\n            {\n                \"id\": \"4564604\",\n                \"name\": \"Círculo\"\n            },\n            {\n                \"id\": \"72190475\",\n                \"name\": \"CROC AQUA TIFFANY ROSA\"\n            },\n            {\n                \"id\": \"508607\",\n                \"name\": \"Listras\"\n            },\n            {\n                \"id\": \"26305164\",\n                \"name\": \"Fury\"\n            },\n            {\n                \"id\": \"43978762\",\n                \"name\": \"CrossbarTC-10\"\n            },\n            {\n                \"id\": \"4540058\",\n                \"name\": \"Digital\"\n            },\n            {\n                \"id\": \"10567051\",\n                \"name\": \"Carreira\"\n            },\n            {\n                \"id\": \"57803079\",\n                \"name\": \"Cinza Danificado pela Guerra\"\n            },\n            {\n                \"id\": \"16370641\",\n                \"name\": \"X\"\n            },\n            {\n                \"id\": \"65172369\",\n                \"name\": \"B-FAST STRAK\"\n            },\n            {\n                \"id\": \"72547705\",\n                \"name\": \"GTX2\"\n            },\n            {\n                \"id\": \"18670850\",\n                \"name\": \"Controle\"\n            },\n            {\n                \"id\": \"10751418\",\n                \"name\": \"Motion\"\n            },\n            {\n                \"id\": \"20449264\",\n                \"name\": \"Espargaro 2019\"\n            },\n            {\n                \"id\": \"11128585\",\n                \"name\": \"Jet 3\"\n            },\n            {\n                \"id\": \"55210022\",\n                \"name\": \"Free\"\n            },\n            {\n                \"id\": \"10734509\",\n                \"name\": \"Techride\"\n            },\n            {\n                \"id\": \"21703400\",\n                \"name\": \"Aventa\"\n            },\n            {\n                \"id\": \"15431084\",\n                \"name\": \"Impulse Droid Vermelho\"\n            },\n            {\n                \"id\": \"67935035\",\n                \"name\": \"New Liberty Three\"\n            },\n            {\n                \"id\": \"11126250\",\n                \"name\": \"NOS City\"\n            },\n            {\n                \"id\": \"24401069\",\n                \"name\": \"Marcador\"\n            },\n            {\n                \"id\": \"10836462\",\n                \"name\": \"Wanderer 2\"\n            },\n            {\n                \"id\": \"4786329\",\n                \"name\": \"Cyber\"\n            },\n            {\n                \"id\": \"47379799\",\n                \"name\": \"Darth\"\n            },\n            {\n                \"id\": \"11103091\",\n                \"name\": \"Grandes Alpes\"\n            },\n            {\n                \"id\": \"24075643\",\n                \"name\": \"Charcoal\"\n            },\n            {\n                \"id\": \"10829138\",\n                \"name\": \"Marquez motegi3\"\n            },\n            {\n                \"id\": \"10999437\",\n                \"name\": \"Firerace\"\n            },\n            {\n                \"id\": \"11080603\",\n                \"name\": \"Civik\"\n            },\n            {\n                \"id\": \"5378747\",\n                \"name\": \"Indie\"\n            },\n            {\n                \"id\": \"10761593\",\n                \"name\": \"Soleluna 2015\"\n            },\n            {\n                \"id\": \"61429365\",\n                \"name\": \"DARTH 2\"\n            },\n            {\n                \"id\": \"9802612\",\n                \"name\": \"Storm Brilhante\"\n            },\n            {\n                \"id\": \"7544935\",\n                \"name\": \"Speedy\"\n            },\n            {\n                \"id\": \"7367368\",\n                \"name\": \"Snake\"\n            },\n            {\n                \"id\": \"15431099\",\n                \"name\": \"Bola 8\"\n            },\n            {\n                \"id\": \"10999452\",\n                \"name\": \"Misano 2014\"\n            },\n            {\n                \"id\": \"21141776\",\n                \"name\": \"GTN Speed Com Viseira Transparente\"\n            },\n            {\n                \"id\": \"44169923\",\n                \"name\": \"Rookie Brilliant\"\n            },\n            {\n                \"id\": \"11079045\",\n                \"name\": \"Stark\"\n            },\n            {\n                \"id\": \"24696581\",\n                \"name\": \"Sem desenho\"\n            },\n            {\n                \"id\": \"10999474\",\n                \"name\": \"Chicago\"\n            },\n            {\n                \"id\": \"22098510\",\n                \"name\": \"Origine\"\n            },\n            {\n                \"id\": \"10751422\",\n                \"name\": \"Cutting\"\n            },\n            {\n                \"id\": \"10829094\",\n                \"name\": \"Parameter\"\n            },\n            {\n                \"id\": \"20291181\",\n                \"name\": \"Tesseract\"\n            },\n            {\n                \"id\": \"18423508\",\n                \"name\": \"NECTUS\"\n            },\n            {\n                \"id\": \"10829143\",\n                \"name\": \"Brink\"\n            },\n            {\n                \"id\": \"18995281\",\n                \"name\": \"GT4\"\n            },\n            {\n                \"id\": \"65229837\",\n                \"name\": \"CROC AQUA\"\n            },\n            {\n                \"id\": \"31925485\",\n                \"name\": \"Monocromático\"\n            },\n            {\n                \"id\": \"11119613\",\n                \"name\": \"New Adventure\"\n            },\n            {\n                \"id\": \"54701120\",\n                \"name\": \"CORP\"\n            },\n            {\n                \"id\": \"37001498\",\n                \"name\": \"quantum\"\n            },\n            {\n                \"id\": \"10829135\",\n                \"name\": \"Marquez\"\n            },\n            {\n                \"id\": \"4643474\",\n                \"name\": \"Onça\"\n            },\n            {\n                \"id\": \"19172834\",\n                \"name\": \"Synth - Preto e Azul\"\n            },\n            {\n                \"id\": \"38330587\",\n                \"name\": \"Descalçadeira\"\n            },\n            {\n                \"id\": \"35888363\",\n                \"name\": \"Multimodal\"\n            },\n            {\n                \"id\": \"10969638\",\n                \"name\": \"Chance\"\n            },\n            {\n                \"id\": \"19054812\",\n                \"name\": \"Stay\"\n            },\n            {\n                \"id\": \"23177586\",\n                \"name\": \"SH591 PARALELO BRANCO AZUL\"\n            },\n            {\n                \"id\": \"20405317\",\n                \"name\": \"Grand Prix\"\n            },\n            {\n                \"id\": \"52121610\",\n                \"name\": \"Capacete Nolan N80-8 Star Creme\"\n            },\n            {\n                \"id\": \"43978755\",\n                \"name\": \"Redux-TC-6\"\n            },\n            {\n                \"id\": \"44169922\",\n                \"name\": \"Matt Black Titanium\"\n            },\n            {\n                \"id\": \"6412772\",\n                \"name\": \"Circo\"\n            },\n            {\n                \"id\": \"11080576\",\n                \"name\": \"Action\"\n            },\n            {\n                \"id\": \"52322961\",\n                \"name\": \"New Liberty Trhee 3 GP 88 Preto Brilhante Com Viseira Fumê\"\n            },\n            {\n                \"id\": \"20249604\",\n                \"name\": \"Scape\"\n            },\n            {\n                \"id\": \"65829969\",\n                \"name\": \"Grafismo em Adesivo\"\n            },\n            {\n                \"id\": \"55105402\",\n                \"name\": \"Tagline\"\n            },\n            {\n                \"id\": \"56382469\",\n                \"name\": \"B-DYNAMIC ATTRACTIE\"\n            },\n            {\n                \"id\": \"11119156\",\n                \"name\": \"Jet 2\"\n            },\n            {\n                \"id\": \"20105024\",\n                \"name\": \"Casinha\"\n            },\n            {\n                \"id\": \"58650449\",\n                \"name\": \"MANTY PURPLE\"\n            },\n            {\n                \"id\": \"66062006\",\n                \"name\": \"Gtn fox azul tifanny\"\n            },\n            {\n                \"id\": \"65215485\",\n                \"name\": \"Eternal 80\"\n            },\n            {\n                \"id\": \"11026802\",\n                \"name\": \"Mecca Mat\"\n            },\n            {\n                \"id\": \"10829096\",\n                \"name\": \"Ruts\"\n            },\n            {\n                \"id\": \"31033572\",\n                \"name\": \"Air fosco\"\n            },\n            {\n                \"id\": \"10999443\",\n                \"name\": \"Dreamtime\"\n            },\n            {\n                \"id\": \"18998827\",\n                \"name\": \"Mud Glossy White Red\"\n            },\n            {\n                \"id\": \"10836461\",\n                \"name\": \"Luthi\"\n            },\n            {\n                \"id\": \"4066607\",\n                \"name\": \"Clássico\"\n            },\n            {\n                \"id\": \"11079038\",\n                \"name\": \"Starwar\"\n            },\n            {\n                \"id\": \"11079042\",\n                \"name\": \"Medal\"\n            },\n            {\n                \"id\": \"21703695\",\n                \"name\": \"CRUTCHLOW SILVERSTONE\"\n            },\n            {\n                \"id\": \"10736926\",\n                \"name\": \"Darkstorm\"\n            },\n            {\n                \"id\": \"54678750\",\n                \"name\": \"STREAM II\"\n            },\n            {\n                \"id\": \"54788664\",\n                \"name\": \"Rápido 353 / 2\"\n            },\n            {\n                \"id\": \"930483\",\n                \"name\": \"Lisa\"\n            },\n            {\n                \"id\": \"13470139\",\n                \"name\": \"Patriota\"\n            },\n            {\n                \"id\": \"65190110\",\n                \"name\": \"Sólido a12\"\n            },\n            {\n                \"id\": \"7912128\",\n                \"name\": \"Liberdade\"\n            },\n            {\n                \"id\": \"27527989\",\n                \"name\": \"Kryptonite\"\n            },\n            {\n                \"id\": \"54701116\",\n                \"name\": \"ELEMENTS\"\n            },\n            {\n                \"id\": \"29666166\",\n                \"name\": \"st\"\n            },\n            {\n                \"id\": \"21580784\",\n                \"name\": \"Negro\"\n            },\n            {\n                \"id\": \"26877371\",\n                \"name\": \"Kraken\"\n            },\n            {\n                \"id\": \"34375026\",\n                \"name\": \"Razor\"\n            },\n            {\n                \"id\": \"20139414\",\n                \"name\": \"BIEFFE B-40 VTOUR\"\n            },\n            {\n                \"id\": \"50511468\",\n                \"name\": \"Scooby Doo Design\"\n            },\n            {\n                \"id\": \"7816947\",\n                \"name\": \"Bombón\"\n            },\n            {\n                \"id\": \"55654954\",\n                \"name\": \"Lisa\"\n            },\n            {\n                \"id\": \"19093126\",\n                \"name\": \"Flat\"\n            },\n            {\n                \"id\": \"4036756\",\n                \"name\": \"Tigre\"\n            },\n            {\n                \"id\": \"27527994\",\n                \"name\": \"Kmuz\"\n            },\n            {\n                \"id\": \"61284302\",\n                \"name\": \"Machina\"\n            },\n            {\n                \"id\": \"22887482\",\n                \"name\": \"Grand Prix Italy\"\n            },\n            {\n                \"id\": \"4781933\",\n                \"name\": \"Estados Unidos\"\n            },\n            {\n                \"id\": \"415874\",\n                \"name\": \"Wolverine\"\n            },\n            {\n                \"id\": \"17484827\",\n                \"name\": \"Concept\"\n            },\n            {\n                \"id\": \"10985740\",\n                \"name\": \"Flying Tiger\"\n            },\n            {\n                \"id\": \"11012463\",\n                \"name\": \"Blank Mat\"\n            },\n            {\n                \"id\": \"54680277\",\n                \"name\": \"K1s Dreamtime Replica Colorido\"\n            },\n            {\n                \"id\": \"11119196\",\n                \"name\": \"R8\"\n            },\n            {\n                \"id\": \"65272169\",\n                \"name\": \"NHAC\"\n            },\n            {\n                \"id\": \"22658728\",\n                \"name\": \"Óculos Amarelo Camaleão\"\n            },\n            {\n                \"id\": \"7294823\",\n                \"name\": \"Lagarto\"\n            },\n            {\n                \"id\": \"25130456\",\n                \"name\": \"Spirit\"\n            },\n            {\n                \"id\": \"43978763\",\n                \"name\": \"Conjure-TC-7\"\n            },\n            {\n                \"id\": \"37255143\",\n                \"name\": \"Ignition Cinza\"\n            },\n            {\n                \"id\": \"65167560\",\n                \"name\": \"FASTER\"\n            },\n            {\n                \"id\": \"23749907\",\n                \"name\": \"Rick e Morty\"\n            },\n            {\n                \"id\": \"58502555\",\n                \"name\": \"Rapid Khan\"\n            },\n            {\n                \"id\": \"10751420\",\n                \"name\": \"Monocolor\"\n            },\n            {\n                \"id\": \"36638910\",\n                \"name\": \"active\"\n            },\n            {\n                \"id\": \"9192800\",\n                \"name\": \"788\"\n            },\n            {\n                \"id\": \"16581276\",\n                \"name\": \"Xdron\"\n            },\n            {\n                \"id\": \"13806941\",\n                \"name\": \"Integral\"\n            },\n            {\n                \"id\": \"11083454\",\n                \"name\": \"Replica Zarco GP France 2018\"\n            },\n            {\n                \"id\": \"28634529\",\n                \"name\": \"Tarot\"\n            },\n            {\n                \"id\": \"55387438\",\n                \"name\": \"Billy Mandy\"\n            },\n            {\n                \"id\": \"47506179\",\n                \"name\": \"Sparkly\"\n            },\n            {\n                \"id\": \"27527998\",\n                \"name\": \"3/4 Tipo Jet com viseira retrátil\"\n            },\n            {\n                \"id\": \"65145538\",\n                \"name\": \"S\\ufffdlido\"\n            },\n            {\n                \"id\": \"28023819\",\n                \"name\": \"Hot girl\"\n            },\n            {\n                \"id\": \"10762055\",\n                \"name\": \"Misano 2011\"\n            },\n            {\n                \"id\": \"15928075\",\n                \"name\": \"[Cascos para motos]\"\n            },\n            {\n                \"id\": \"23745848\",\n                \"name\": \"Liso\"\n            },\n            {\n                \"id\": \"10653774\",\n                \"name\": \"Réplica Alex Barros\"\n            },\n            {\n                \"id\": \"11083449\",\n                \"name\": \"Aspy\"\n            },\n            {\n                \"id\": \"10582737\",\n                \"name\": \"Slick\"\n            },\n            {\n                \"id\": \"4426349\",\n                \"name\": \"Coelho\"\n            },\n            {\n                \"id\": \"54682612\",\n                \"name\": \"Solido\"\n            },\n            {\n                \"id\": \"39425826\",\n                \"name\": \"Capacete Huichol Ouro\"\n            },\n            {\n                \"id\": \"54678597\",\n                \"name\": \"FURIUS\"\n            },\n            {\n                \"id\": \"10999441\",\n                \"name\": \"Basic One\"\n            },\n            {\n                \"id\": \"23263623\",\n                \"name\": \"DC Joker\"\n            },\n            {\n                \"id\": \"65194631\",\n                \"name\": \"EPIC B1 Preto fosco\"\n            },\n            {\n                \"id\": \"5319982\",\n                \"name\": \"Tóquio\"\n            },\n            {\n                \"id\": \"20309004\",\n                \"name\": \"Monocolor - Rosa Fluor Fosco\"\n            },\n            {\n                \"id\": \"4636335\",\n                \"name\": \"Borboleta\"\n            },\n            {\n                \"id\": \"18666504\",\n                \"name\": \"Lotús\"\n            },\n            {\n                \"id\": \"10582503\",\n                \"name\": \"Battlescar 2\"\n            },\n            {\n                \"id\": \"8201666\",\n                \"name\": \"Mulher Maravilha\"\n            },\n            {\n                \"id\": \"65167538\",\n                \"name\": \"HIT DRAW\"\n            },\n            {\n                \"id\": \"27528000\",\n                \"name\": \"Forjado\"\n            },\n            {\n                \"id\": \"44845299\",\n                \"name\": \"SPIKE II NKD\"\n            },\n            {\n                \"id\": \"20893313\",\n                \"name\": \"New Sport Moto\"\n            },\n            {\n                \"id\": \"20214114\",\n                \"name\": \"Black Flag\"\n            },\n            {\n                \"id\": \"238472\",\n                \"name\": \"Jeans\"\n            },\n            {\n                \"id\": \"10717381\",\n                \"name\": \"Challenger\"\n            },\n            {\n                \"id\": \"5261203\",\n                \"name\": \"Geisha\"\n            },\n            {\n                \"id\": \"19180108\",\n                \"name\": \"Atrax Kas\"\n            },\n            {\n                \"id\": \"4202268\",\n                \"name\": \"Ultron\"\n            },\n            {\n                \"id\": \"20992326\",\n                \"name\": \"Skybreaker\"\n            },\n            {\n                \"id\": \"5537560\",\n                \"name\": \"Asteca\"\n            },\n            {\n                \"id\": \"52268820\",\n                \"name\": \"Signal\"\n            },\n            {\n                \"id\": \"56420802\",\n                \"name\": \"L02\"\n            },\n            {\n                \"id\": \"65161612\",\n                \"name\": \"B-CARBON C-SIX\"\n            },\n            {\n                \"id\": \"54679304\",\n                \"name\": \"Zivze A7\"\n            },\n            {\n                \"id\": \"54705388\",\n                \"name\": \"GROUND YELLOW GLOSS\"\n            },\n            {\n                \"id\": \"44028986\",\n                \"name\": \"Matt Black\"\n            },\n            {\n                \"id\": \"20405275\",\n                \"name\": \"Born to Ride Gold\"\n            },\n            {\n                \"id\": \"13683556\",\n                \"name\": \"For girls\"\n            },\n            {\n                \"id\": \"19879121\",\n                \"name\": \"B-45 Old Scool\"\n            },\n            {\n                \"id\": \"65156917\",\n                \"name\": \"CAPITAL B1 Preto Fosco\"\n            },\n            {\n                \"id\": \"34231202\",\n                \"name\": \"Quetzalcoatl\"\n            },\n            {\n                \"id\": \"26932368\",\n                \"name\": \"Veloce fibra cero\"\n            },\n            {\n                \"id\": \"25979738\",\n                \"name\": \"Atomic\"\n            },\n            {\n                \"id\": \"65212540\",\n                \"name\": \"Grafismo Verde\"\n            },\n            {\n                \"id\": \"23176627\",\n                \"name\": \"[Cascos para motos]\"\n            },\n            {\n                \"id\": \"47099523\",\n                \"name\": \"Mate\"\n            },\n            {\n                \"id\": \"4781927\",\n                \"name\": \"Brasil\"\n            },\n            {\n                \"id\": \"10732143\",\n                \"name\": \"Limited\"\n            },\n            {\n                \"id\": \"35500396\",\n                \"name\": \"Preto/Rosa\"\n            },\n            {\n                \"id\": \"55172848\",\n                \"name\": \"SLING MATT BLACK/CINZA\"\n            },\n            {\n                \"id\": \"41903075\",\n                \"name\": \"croc\"\n            },\n            {\n                \"id\": \"13156991\",\n                \"name\": \"Brands\"\n            },\n            {\n                \"id\": \"10733859\",\n                \"name\": \"Veloce\"\n            },\n            {\n                \"id\": \"55396936\",\n                \"name\": \"Edge Kombat\"\n            },\n            {\n                \"id\": \"15041171\",\n                \"name\": \"[Cascos para motos]\"\n            },\n            {\n                \"id\": \"11026808\",\n                \"name\": \"Catalan Bad Boy\"\n            },\n            {\n                \"id\": \"73833247\",\n                \"name\": \"STUFF\"\n            },\n            {\n                \"id\": \"10999442\",\n                \"name\": \"Winter Test 2015\"\n            },\n            {\n                \"id\": \"17861784\",\n                \"name\": \"Wing Broker\"\n            },\n            {\n                \"id\": \"38200537\",\n                \"name\": \"Mecha\"\n            },\n            {\n                \"id\": \"18995523\",\n                \"name\": \"INTERLAGOS 85\"\n            },\n            {\n                \"id\": \"10836460\",\n                \"name\": \"Swayer\"\n            },\n            {\n                \"id\": \"28613342\",\n                \"name\": \"F7\"\n            },\n            {\n                \"id\": \"3536292\",\n                \"name\": \"Monstro\"\n            },\n            {\n                \"id\": \"1229500\",\n                \"name\": \"Animal print\"\n            },\n            {\n                \"id\": \"19066699\",\n                \"name\": \"Open Favela\"\n            },\n            {\n                \"id\": \"12866404\",\n                \"name\": \"Vector\"\n            },\n            {\n                \"id\": \"21305041\",\n                \"name\": \"Marcadores e realçadores\"\n            },\n            {\n                \"id\": \"11078143\",\n                \"name\": \"Avant\"\n            },\n            {\n                \"id\": \"8728894\",\n                \"name\": \"Denver\"\n            },\n            {\n                \"id\": \"16947546\",\n                \"name\": \"Zumbi\"\n            },\n            {\n                \"id\": \"25479780\",\n                \"name\": \"Lilás\"\n            },\n            {\n                \"id\": \"25900174\",\n                \"name\": \"Tekker\"\n            },\n            {\n                \"id\": \"7674959\",\n                \"name\": \"Prata\"\n            },\n            {\n                \"id\": \"25151160\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"4903631\",\n                \"name\": \"Sting\"\n            },\n            {\n                \"id\": \"11080577\",\n                \"name\": \"Cartoon\"\n            },\n            {\n                \"id\": \"17510152\",\n                \"name\": \"Senorita\"\n            },\n            {\n                \"id\": \"19935488\",\n                \"name\": \"Espanha - Jaume Masia\"\n            },\n            {\n                \"id\": \"25835211\",\n                \"name\": \"Kroon\"\n            },\n            {\n                \"id\": \"4997189\",\n                \"name\": \"Uni\"\n            },\n            {\n                \"id\": \"55065109\",\n                \"name\": \"Resistance Preto/Vermelho\"\n            },\n            {\n                \"id\": \"17484809\",\n                \"name\": \"Journey - Rosa\"\n            },\n            {\n                \"id\": \"19289450\",\n                \"name\": \"Smash\"\n            },\n            {\n                \"id\": \"22097112\",\n                \"name\": \"Rafael Paschoalin\"\n            },\n            {\n                \"id\": \"11080848\",\n                \"name\": \"Hallder\"\n            },\n            {\n                \"id\": \"2133753\",\n                \"name\": \"Tribal\"\n            },\n            {\n                \"id\": \"4410720\",\n                \"name\": \"Tubarão\"\n            },\n            {\n                \"id\": \"10836455\",\n                \"name\": \"Royalty\"\n            },\n            {\n                \"id\": \"21141468\",\n                \"name\": \"ESPARGARO\"\n            },\n            {\n                \"id\": \"6471963\",\n                \"name\": \"Quadrinhos\"\n            },\n            {\n                \"id\": \"54702487\",\n                \"name\": \"Personalizado Norisk\"\n            },\n            {\n                \"id\": \"67809795\",\n                \"name\": \"Bandeira Africa do Sul\"\n            },\n            {\n                \"id\": \"56323935\",\n                \"name\": \"buzina\"\n            },\n            {\n                \"id\": \"44601466\",\n                \"name\": \"U-rb2\"\n            },\n            {\n                \"id\": \"19934324\",\n                \"name\": \"REACTOR\"\n            },\n            {\n                \"id\": \"67795540\",\n                \"name\": \"Segment - Preto Fosco\"\n            },\n            {\n                \"id\": \"10725593\",\n                \"name\": \"F\"\n            },\n            {\n                \"id\": \"20338165\",\n                \"name\": \"Capacetes para motos\"\n            },\n            {\n                \"id\": \"27981299\",\n                \"name\": \"Cancerbero haunted\"\n            },\n            {\n                \"id\": \"11012481\",\n                \"name\": \"STRAD Mat\"\n            },\n            {\n                \"id\": \"11081287\",\n                \"name\": \"Engine Heart\"\n            },\n            {\n                \"id\": \"18617982\",\n                \"name\": \"Plain\"\n            },\n            {\n                \"id\": \"22383157\",\n                \"name\": \"Stream Angel\"\n            },\n            {\n                \"id\": \"4157305\",\n                \"name\": \"Cruz\"\n            },\n            {\n                \"id\": \"20405170\",\n                \"name\": \"Dimitry - Rosa Azul Branco\"\n            },\n            {\n                \"id\": \"2654143\",\n                \"name\": \"Candie\"\n            },\n            {\n                \"id\": \"13090341\",\n                \"name\": \"Red Nose\"\n            },\n            {\n                \"id\": \"3584658\",\n                \"name\": \"Estrela\"\n            },\n            {\n                \"id\": \"7067008\",\n                \"name\": \"Provenza\"\n            },\n            {\n                \"id\": \"4781923\",\n                \"name\": \"Argentina\"\n            },\n            {\n                \"id\": \"10717379\",\n                \"name\": \"Speed madness\"\n            },\n            {\n                \"id\": \"4844654\",\n                \"name\": \"Padrão\"\n            },\n            {\n                \"id\": \"52310142\",\n                \"name\": \"Capacete Kraft Couro Branco\"\n            },\n            {\n                \"id\": \"56537522\",\n                \"name\": \"District\"\n            },\n            {\n                \"id\": \"5183247\",\n                \"name\": \"Robô\"\n            },\n            {\n                \"id\": \"25979125\",\n                \"name\": \"Liberty 3\"\n            },\n            {\n                \"id\": \"19841090\",\n                \"name\": \"Réplica Iannone Moto GP\"\n            },\n            {\n                \"id\": \"20682480\",\n                \"name\": \"FUSION\"\n            },\n            {\n                \"id\": \"13288974\",\n                \"name\": \"Bandeira UK\"\n            },\n            {\n                \"id\": \"54706444\",\n                \"name\": \"Rust Off Road Cross Trilha\"\n            },\n            {\n                \"id\": \"4964060\",\n                \"name\": \"Raposa\"\n            },\n            {\n                \"id\": \"11080566\",\n                \"name\": \"Evo Kub\"\n            },\n            {\n                \"id\": \"67615295\",\n                \"name\": \"SPEEDBEE\"\n            },\n            {\n                \"id\": \"3846635\",\n                \"name\": \"Element\"\n            },\n            {\n                \"id\": \"43978754\",\n                \"name\": \"Redux-TC-5\"\n            },\n            {\n                \"id\": \"4202272\",\n                \"name\": \"Magneto\"\n            },\n            {\n                \"id\": \"72639021\",\n                \"name\": \"Striker DIGITAL\"\n            },\n            {\n                \"id\": \"61950679\",\n                \"name\": \"SOLID A1 PRETO FOSCO\"\n            },\n            {\n                \"id\": \"14806227\",\n                \"name\": \"Fast\"\n            },\n            {\n                \"id\": \"18997856\",\n                \"name\": \"Status\"\n            },\n            {\n                \"id\": \"65716415\",\n                \"name\": \"Stream ||\"\n            },\n            {\n                \"id\": \"19131763\",\n                \"name\": \"Russian Bear\"\n            },\n            {\n                \"id\": \"4675043\",\n                \"name\": \"Catrina\"\n            },\n            {\n                \"id\": \"26644669\",\n                \"name\": \"Bandeira Argentina\"\n            },\n            {\n                \"id\": \"47657122\",\n                \"name\": \"Preto Brilho\"\n            },\n            {\n                \"id\": \"508603\",\n                \"name\": \"Florido\"\n            },\n            {\n                \"id\": \"61284241\",\n                \"name\": \"Aventure\"\n            },\n            {\n                \"id\": \"13157021\",\n                \"name\": \"V-Pro Jet\"\n            },\n            {\n                \"id\": \"17011182\",\n                \"name\": \"Italy\"\n            },\n            {\n                \"id\": \"13090344\",\n                \"name\": \"Carbon X\"\n            },\n            {\n                \"id\": \"36516146\",\n                \"name\": \"Fibra de Carbono\"\n            },\n            {\n                \"id\": \"13807088\",\n                \"name\": \"DRAKO ROJO\"\n            },\n            {\n                \"id\": \"41622123\",\n                \"name\": \"Pro Flagger\"\n            },\n            {\n                \"id\": \"10582510\",\n                \"name\": \"Priya\"\n            },\n            {\n                \"id\": \"54865919\",\n                \"name\": \"Spox\"\n            },\n            {\n                \"id\": \"28615994\",\n                \"name\": \"Simian\"\n            },\n            {\n                \"id\": \"46886463\",\n                \"name\": \"SCROMO TURQUESA\"\n            },\n            {\n                \"id\": \"363828\",\n                \"name\": \"Camuflado\"\n            },\n            {\n                \"id\": \"23842296\",\n                \"name\": \"Polar\"\n            },\n            {\n                \"id\": \"19275066\",\n                \"name\": \"Aberto 3/4 com visor retrátil\"\n            },\n            {\n                \"id\": \"28404910\",\n                \"name\": \"Fragment\"\n            },\n            {\n                \"id\": \"23976698\",\n                \"name\": \"Fosco\"\n            },\n            {\n                \"id\": \"7750866\",\n                \"name\": \"Gray\"\n            },\n            {\n                \"id\": \"11086354\",\n                \"name\": \"Mercurium\"\n            },\n            {\n                \"id\": \"25980507\",\n                \"name\": \"Liberty 4\"\n            },\n            {\n                \"id\": \"44885393\",\n                \"name\": \"X1\"\n            },\n            {\n                \"id\": \"11012493\",\n                \"name\": \"Adrian Parassol Mat\"\n            },\n            {\n                \"id\": \"15887406\",\n                \"name\": \"Combi 2 duo\"\n            },\n            {\n                \"id\": \"28747731\",\n                \"name\": \"Grand prix Alemanha\"\n            },\n            {\n                \"id\": \"56522420\",\n                \"name\": \"ARMOK\"\n            },\n            {\n                \"id\": \"57227527\",\n                \"name\": \"bullit\"\n            },\n            {\n                \"id\": \"21837399\",\n                \"name\": \"Óculos Amarelo\"\n            },\n            {\n                \"id\": \"14888645\",\n                \"name\": \"XCODE\"\n            },\n            {\n                \"id\": \"65205436\",\n                \"name\": \"GRID GERMANY\"\n            },\n            {\n                \"id\": \"23553728\",\n                \"name\": \"Masterpiece\"\n            },\n            {\n                \"id\": \"18996450\",\n                \"name\": \"GT Classic\"\n            },\n            {\n                \"id\": \"11012465\",\n                \"name\": \"Karken\"\n            },\n            {\n                \"id\": \"52304768\",\n                \"name\": \"Multicolorido\"\n            },\n            {\n                \"id\": \"20272058\",\n                \"name\": \"CITIUS AZUL/BRANCO/VERMELHO\"\n            },\n            {\n                \"id\": \"54867092\",\n                \"name\": \"FOGGIA MISANO 2022\"\n            },\n            {\n                \"id\": \"65271692\",\n                \"name\": \"Misano\"\n            },\n            {\n                \"id\": \"16467590\",\n                \"name\": \"Capacetes para motos J32 VERTIGO\"\n            },\n            {\n                \"id\": \"66354633\",\n                \"name\": \"GTX FOX GRAFITE\"\n            },\n            {\n                \"id\": \"20072533\",\n                \"name\": \"Cromo - Fosco Preto e Amarelo\"\n            },\n            {\n                \"id\": \"20228648\",\n                \"name\": \"Star\"\n            },\n            {\n                \"id\": \"21922304\",\n                \"name\": \"Aerofólio\"\n            },\n            {\n                \"id\": \"15893196\",\n                \"name\": \"Ranko\"\n            },\n            {\n                \"id\": \"67638459\",\n                \"name\": \"Gtn r1 branco\"\n            },\n            {\n                \"id\": \"10717388\",\n                \"name\": \"Vanilla\"\n            },\n            {\n                \"id\": \"61330588\",\n                \"name\": \"Flor Roxa\"\n            },\n            {\n                \"id\": \"24721100\",\n                \"name\": \"Liso\"\n            },\n            {\n                \"id\": \"23177575\",\n                \"name\": \"SH591 PARALEL DOURADO\"\n            },\n            {\n                \"id\": \"57208561\",\n                \"name\": \"X-KOV LATIN\"\n            },\n            {\n                \"id\": \"26342654\",\n                \"name\": \"Alpinestars\"\n            },\n            {\n                \"id\": \"20384760\",\n                \"name\": \"Frontier\"\n            },\n            {\n                \"id\": \"44923148\",\n                \"name\": \"Android\"\n            },\n            {\n                \"id\": \"54756408\",\n                \"name\": \"Atom2 Emalla B15\"\n            },\n            {\n                \"id\": \"19001192\",\n                \"name\": \"Shiver\"\n            },\n            {\n                \"id\": \"5561676\",\n                \"name\": \"Linhas\"\n            },\n            {\n                \"id\": \"44306429\",\n                \"name\": \"Negro mate\"\n            },\n            {\n                \"id\": \"6038536\",\n                \"name\": \"Dreamer\"\n            },\n            {\n                \"id\": \"61864209\",\n                \"name\": \"B7 Preto Fogo\"\n            },\n            {\n                \"id\": \"55335119\",\n                \"name\": \"Ritual\"\n            },\n            {\n                \"id\": \"10749879\",\n                \"name\": \"Paul Ricard\"\n            },\n            {\n                \"id\": \"73325920\",\n                \"name\": \"PINKY MUERTE\"\n            },\n            {\n                \"id\": \"10755329\",\n                \"name\": \"Tlatoani\"\n            },\n            {\n                \"id\": \"66312746\",\n                \"name\": \"Gtn fox rosa\"\n            },\n            {\n                \"id\": \"4427804\",\n                \"name\": \"Dragão\"\n            },\n            {\n                \"id\": \"7582001\",\n                \"name\": \"Alpine\"\n            },\n            {\n                \"id\": \"19130549\",\n                \"name\": \"Tank Camo Preto Fosco\"\n            },\n            {\n                \"id\": \"10580600\",\n                \"name\": \"Americana Tron\"\n            },\n            {\n                \"id\": \"27370777\",\n                \"name\": \"Fibra de carbono\"\n            },\n            {\n                \"id\": \"21335539\",\n                \"name\": \"Dekers\"\n            },\n            {\n                \"id\": \"22382867\",\n                \"name\": \"Aperture\"\n            },\n            {\n                \"id\": \"16068765\",\n                \"name\": \"Força Lenda da Noite\"\n            },\n            {\n                \"id\": \"11128586\",\n                \"name\": \"Skull Riders\"\n            },\n            {\n                \"id\": \"56358619\",\n                \"name\": \"Stream ll Vintage\"\n            },\n            {\n                \"id\": \"28898367\",\n                \"name\": \"Enta\"\n            },\n            {\n                \"id\": \"15407467\",\n                \"name\": \"Cartunizado\"\n            },\n            {\n                \"id\": \"9802566\",\n                \"name\": \"Carbon X Fosco\"\n            },\n            {\n                \"id\": \"13432194\",\n                \"name\": \"Fast\"\n            },\n            {\n                \"id\": \"17605191\",\n                \"name\": \"Pântano\"\n            },\n            {\n                \"id\": \"66010849\",\n                \"name\": \"Gt2 preto\"\n            },\n            {\n                \"id\": \"11077877\",\n                \"name\": \"Tyrell\"\n            },\n            {\n                \"id\": \"19096123\",\n                \"name\": \"Open Ella\"\n            },\n            {\n                \"id\": \"13736014\",\n                \"name\": \"Misto\"\n            },\n            {\n                \"id\": \"20876809\",\n                \"name\": \"Capacetes para motos\"\n            },\n            {\n                \"id\": \"13807060\",\n                \"name\": \"TURBO MOSCOU\"\n            },\n            {\n                \"id\": \"20242712\",\n                \"name\": \"Marquez6 TC-1\"\n            },\n            {\n                \"id\": \"28454292\",\n                \"name\": \"Wander Woman\"\n            },\n            {\n                \"id\": \"5538232\",\n                \"name\": \"Brilhantina\"\n            },\n            {\n                \"id\": \"20248559\",\n                \"name\": \"Galactic\"\n            },\n            {\n                \"id\": \"55491342\",\n                \"name\": \"YOHE NEW BLADE POINT\"\n            },\n            {\n                \"id\": \"65578768\",\n                \"name\": \"Imperium\"\n            },\n            {\n                \"id\": \"65138139\",\n                \"name\": \"GRID ITALY\"\n            },\n            {\n                \"id\": \"73955409\",\n                \"name\": \"GRAND PRIX BRAZIL\"\n            },\n            {\n                \"id\": \"8037696\",\n                \"name\": \"Black Edition\"\n            },\n            {\n                \"id\": \"48499438\",\n                \"name\": \"DRAGON FLY ROSA PRETO\"\n            },\n            {\n                \"id\": \"4997195\",\n                \"name\": \"Memphis\"\n            },\n            {\n                \"id\": \"36252786\",\n                \"name\": \"Preto Fosco\"\n            },\n            {\n                \"id\": \"73455037\",\n                \"name\": \"Gt2 vermelho\"\n            },\n            {\n                \"id\": \"15424682\",\n                \"name\": \"Grow\"\n            },\n            {\n                \"id\": \"61976308\",\n                \"name\": \"BSN\"\n            },\n            {\n                \"id\": \"11153987\",\n                \"name\": \"Moto Táxi\"\n            },\n            {\n                \"id\": \"58418099\",\n                \"name\": \"Pro Flagger 2\"\n            },\n            {\n                \"id\": \"54985224\",\n                \"name\": \"Grid Itália\"\n            },\n            {\n                \"id\": \"6298524\",\n                \"name\": \"58\"\n            },\n            {\n                \"id\": \"62506017\",\n                \"name\": \"Gtn Fox\"\n            },\n            {\n                \"id\": \"65738646\",\n                \"name\": \"HARPOON A8\"\n            },\n            {\n                \"id\": \"30447943\",\n                \"name\": \"IconForce\"\n            },\n            {\n                \"id\": \"34412177\",\n                \"name\": \"Decorar\"\n            },\n            {\n                \"id\": \"66009553\",\n                \"name\": \"Gtn r1 vermelho\"\n            },\n            {\n                \"id\": \"10750696\",\n                \"name\": \"Step\"\n            },\n            {\n                \"id\": \"51162651\",\n                \"name\": \"New Liberty Trhee 3 GP 88 Azul Brilhante Com Viseira Fumê\"\n            },\n            {\n                \"id\": \"2950849\",\n                \"name\": \"Mate\"\n            },\n            {\n                \"id\": \"10999434\",\n                \"name\": \"Celebr-8\"\n            },\n            {\n                \"id\": \"13111689\",\n                \"name\": \"Solid Mono\"\n            },\n            {\n                \"id\": \"45886576\",\n                \"name\": \"THUNDER WAVES ROXO\"\n            },\n            {\n                \"id\": \"10829144\",\n                \"name\": \"Kagayama\"\n            },\n            {\n                \"id\": \"17708639\",\n                \"name\": \"Speed\"\n            },\n            {\n                \"id\": \"10717397\",\n                \"name\": \"Revo\"\n            },\n            {\n                \"id\": \"5991696\",\n                \"name\": \"Tradicional\"\n            },\n            {\n                \"id\": \"65160097\",\n                \"name\": \"B-DYNAMIC CLASS\"\n            },\n            {\n                \"id\": \"11081241\",\n                \"name\": \"Fan\"\n            },\n            {\n                \"id\": \"54485976\",\n                \"name\": \"Liso\"\n            },\n            {\n                \"id\": \"11026804\",\n                \"name\": \"Stratom Mat\"\n            },\n            {\n                \"id\": \"24215305\",\n                \"name\": \"VICTORY\"\n            },\n            {\n                \"id\": \"11079041\",\n                \"name\": \"Infinity\"\n            },\n            {\n                \"id\": \"16081402\",\n                \"name\": \"Eternal\"\n            },\n            {\n                \"id\": \"10999446\",\n                \"name\": \"Gothic 46\"\n            },\n            {\n                \"id\": \"17605208\",\n                \"name\": \"Autoestrada\"\n            },\n            {\n                \"id\": \"10580598\",\n                \"name\": \"Mega Flake\"\n            },\n            {\n                \"id\": \"20375537\",\n                \"name\": \"HA HA HA\"\n            },\n            {\n                \"id\": \"16992523\",\n                \"name\": \"Viseira Fume\"\n            },\n            {\n                \"id\": \"11081278\",\n                \"name\": \"Atmos\"\n            },\n            {\n                \"id\": \"21332093\",\n                \"name\": \"KANE CINZA\"\n            },\n            {\n                \"id\": \"10755324\",\n                \"name\": \"Match One\"\n            },\n            {\n                \"id\": \"46392779\",\n                \"name\": \"Liso\"\n            },\n            {\n                \"id\": \"26368144\",\n                \"name\": \"Multicolor\"\n            },\n            {\n                \"id\": \"2654149\",\n                \"name\": \"Hans\"\n            },\n            {\n                \"id\": \"73462789\",\n                \"name\": \"ORION PRETO/ROXO\"\n            },\n            {\n                \"id\": \"54756943\",\n                \"name\": \"MT ATOM2 EDIX\"\n            },\n            {\n                \"id\": \"13047635\",\n                \"name\": \"Johnny Bravo\"\n            },\n            {\n                \"id\": \"50761800\",\n                \"name\": \"Ims Army\"\n            },\n            {\n                \"id\": \"4907623\",\n                \"name\": \"Jamaica\"\n            },\n            {\n                \"id\": \"54702344\",\n                \"name\": \"SONAR\"\n            },\n            {\n                \"id\": \"50640225\",\n                \"name\": \"Marquez Motegi TC-2\"\n            },\n            {\n                \"id\": \"55093341\",\n                \"name\": \"PANTHER NGO VERMELHO\"\n            },\n            {\n                \"id\": \"22681797\",\n                \"name\": \"Kedje\"\n            },\n            {\n                \"id\": \"12846792\",\n                \"name\": \"Factor\"\n            },\n            {\n                \"id\": \"20024190\",\n                \"name\": \"Sublime Blackout Glossy Black\"\n            },\n            {\n                \"id\": \"70263454\",\n                \"name\": \"Norisk Route\"\n            },\n            {\n                \"id\": \"54866554\",\n                \"name\": \"Strada II ST\"\n            },\n            {\n                \"id\": \"54702615\",\n                \"name\": \"Lean\"\n            },\n            {\n                \"id\": \"10876766\",\n                \"name\": \"Next\"\n            },\n            {\n                \"id\": \"22095179\",\n                \"name\": \"Automat\"\n            },\n            {\n                \"id\": \"42115872\",\n                \"name\": \"Bicolor\"\n            },\n            {\n                \"id\": \"11079043\",\n                \"name\": \"Palimnesis\"\n            },\n            {\n                \"id\": \"10736921\",\n                \"name\": \"Soleluna\"\n            },\n            {\n                \"id\": \"4835449\",\n                \"name\": \"Miles Morales\"\n            },\n            {\n                \"id\": \"10582508\",\n                \"name\": \"Drift-R\"\n            },\n            {\n                \"id\": \"21141750\",\n                \"name\": \"Oliveira Falcão\"\n            },\n            {\n                \"id\": \"74226681\",\n                \"name\": \"Desenho de asas\"\n            },\n            {\n                \"id\": \"4781108\",\n                \"name\": \"Rosa\"\n            },\n            {\n                \"id\": \"7294801\",\n                \"name\": \"Besta\"\n            },\n            {\n                \"id\": \"13090329\",\n                \"name\": \"Evo Line Solid\"\n            },\n            {\n                \"id\": \"67833520\",\n                \"name\": \"Strada 2 - Reptel\"\n            },\n            {\n                \"id\": \"27484356\",\n                \"name\": \"Suave\"\n            },\n            {\n                \"id\": \"10836457\",\n                \"name\": \"Primal\"\n            },\n            {\n                \"id\": \"34157426\",\n                \"name\": \"Authentic\"\n            },\n            {\n                \"id\": \"10717387\",\n                \"name\": \"Ruta 40\"\n            },\n            {\n                \"id\": \"22252051\",\n                \"name\": \"SH591 PARALEL AMARELO\"\n            },\n            {\n                \"id\": \"17591617\",\n                \"name\": \"Brilhante\"\n            },\n            {\n                \"id\": \"54679151\",\n                \"name\": \"Vector Evo Rider\"\n            },\n            {\n                \"id\": \"15887408\",\n                \"name\": \"[Cascos para motos]\"\n            },\n            {\n                \"id\": \"18939463\",\n                \"name\": \"Fechado\"\n            },\n            {\n                \"id\": \"19906720\",\n                \"name\": \"Sukeban - Branco Azul e Vermelho\"\n            },\n            {\n                \"id\": \"68082652\",\n                \"name\": \"THUNDERBIZ\"\n            },\n            {\n                \"id\": \"62171964\",\n                \"name\": \"Cubik\"\n            },\n            {\n                \"id\": \"21348064\",\n                \"name\": \"Pro 610 Dv\"\n            },\n            {\n                \"id\": \"10736925\",\n                \"name\": \"Magnitude\"\n            },\n            {\n                \"id\": \"22094993\",\n                \"name\": \"ABSOLUTE\"\n            },\n            {\n                \"id\": \"18994220\",\n                \"name\": \"ESPARGARO\"\n            },\n            {\n                \"id\": \"5774278\",\n                \"name\": \"Omega\"\n            },\n            {\n                \"id\": \"11012484\",\n                \"name\": \"Kobrak\"\n            },\n            {\n                \"id\": \"11081250\",\n                \"name\": \"Flutter\"\n            },\n            {\n                \"id\": \"23916295\",\n                \"name\": \"Feroz\"\n            },\n            {\n                \"id\": \"53778795\",\n                \"name\": \"intrepid\"\n            },\n            {\n                \"id\": \"3218078\",\n                \"name\": \"Aquaman\"\n            },\n            {\n                \"id\": \"20273797\",\n                \"name\": \"AM73 Alex Marquez TC-2\"\n            },\n            {\n                \"id\": \"16375362\",\n                \"name\": \"Japan\"\n            },\n            {\n                \"id\": \"16086395\",\n                \"name\": \"Capacetes para motos Stinger Maba\"\n            },\n            {\n                \"id\": \"28023823\",\n                \"name\": \"Manty\"\n            },\n            {\n                \"id\": \"19906592\",\n                \"name\": \"3 SPORT\"\n            },\n            {\n                \"id\": \"43166148\",\n                \"name\": \"Trovão\"\n            },\n            {\n                \"id\": \"27981301\",\n                \"name\": \"Catrin mexicano\"\n            },\n            {\n                \"id\": \"63996720\",\n                \"name\": \"Amarelo Fluo\"\n            },\n            {\n                \"id\": \"11175380\",\n                \"name\": \"Spiderman\"\n            },\n            {\n                \"id\": \"11103098\",\n                \"name\": \"Hi-Visibility\"\n            },\n            {\n                \"id\": \"11083441\",\n                \"name\": \"Jorge Lorenzo Monster\"\n            },\n            {\n                \"id\": \"19384660\",\n                \"name\": \"Ricky E Morty\"\n            },\n            {\n                \"id\": \"18996877\",\n                \"name\": \"Custom\"\n            },\n            {\n                \"id\": \"20271753\",\n                \"name\": \"Norick TC-2\"\n            },\n            {\n                \"id\": \"2607369\",\n                \"name\": \"Sophie\"\n            },\n            {\n                \"id\": \"22637242\",\n                \"name\": \"Fume\"\n            },\n            {\n                \"id\": \"21519640\",\n                \"name\": \"Fasthouse\"\n            },\n            {\n                \"id\": \"62159726\",\n                \"name\": \"Hold\"\n            },\n            {\n                \"id\": \"54679287\",\n                \"name\": \"WSP\"\n            },\n            {\n                \"id\": \"47449948\",\n                \"name\": \"Um tamanho 56 - 62cm\"\n            },\n            {\n                \"id\": \"24074632\",\n                \"name\": \"Sargento\"\n            },\n            {\n                \"id\": \"16678600\",\n                \"name\": \"Offset\"\n            },\n            {\n                \"id\": \"26346407\",\n                \"name\": \"Guerrereiro\"\n            },\n            {\n                \"id\": \"17602537\",\n                \"name\": \"Réplica\"\n            },\n            {\n                \"id\": \"4262764\",\n                \"name\": \"Demônio\"\n            },\n            {\n                \"id\": \"27713432\",\n                \"name\": \"Ares\"\n            },\n            {\n                \"id\": \"11026800\",\n                \"name\": \"Mecca\"\n            },\n            {\n                \"id\": \"28419296\",\n                \"name\": \"Speed Max\"\n            },\n            {\n                \"id\": \"11223309\",\n                \"name\": \"Super Sport Moto\"\n            },\n            {\n                \"id\": \"18997002\",\n                \"name\": \"GT2\"\n            },\n            {\n                \"id\": \"13361065\",\n                \"name\": \"N/A\"\n            },\n            {\n                \"id\": \"11119609\",\n                \"name\": \"Sport Moto 788\"\n            },\n            {\n                \"id\": \"40014401\",\n                \"name\": \"Chaveiros\"\n            },\n            {\n                \"id\": \"22630959\",\n                \"name\": \"DENNIS FOGGIA LEOPARD\"\n            },\n            {\n                \"id\": \"19116187\",\n                \"name\": \"PEELS URBAN U-RB2\"\n            },\n            {\n                \"id\": \"6287669\",\n                \"name\": \"Rota 66\"\n            },\n            {\n                \"id\": \"4781948\",\n                \"name\": \"Reino Unido\"\n            },\n            {\n                \"id\": \"39425135\",\n                \"name\": \"Capacete Rosa Geisha\"\n            },\n            {\n                \"id\": \"10836458\",\n                \"name\": \"Expance\"\n            },\n            {\n                \"id\": \"28752357\",\n                \"name\": \"Estelar Troll\"\n            },\n            {\n                \"id\": \"66422196\",\n                \"name\": \"Grafismos Azul\"\n            },\n            {\n                \"id\": \"39425565\",\n                \"name\": \"68TH C7\"\n            },\n            {\n                \"id\": \"68099169\",\n                \"name\": \"BAZ REPLICA\"\n            },\n            {\n                \"id\": \"4694231\",\n                \"name\": \"Drift\"\n            },\n            {\n                \"id\": \"53786390\",\n                \"name\": \"Capacete para bicicleta elétrica\"\n            },\n            {\n                \"id\": \"11081243\",\n                \"name\": \"Fluo\"\n            },\n            {\n                \"id\": \"19479821\",\n                \"name\": \"Lap\"\n            },\n            {\n                \"id\": \"29599823\",\n                \"name\": \"ASX\"\n            },\n            {\n                \"id\": \"9802666\",\n                \"name\": \"Carbón\"\n            },\n            {\n                \"id\": \"29594157\",\n                \"name\": \"Paralelo Brilhante\"\n            },\n            {\n                \"id\": \"50802897\",\n                \"name\": \"X Open Speed Viseira Cristal\"\n            },\n            {\n                \"id\": \"38432931\",\n                \"name\": \"PERCEPTOR\"\n            },\n            {\n                \"id\": \"39424460\",\n                \"name\": \"Force Sólido\"\n            },\n            {\n                \"id\": \"47522268\",\n                \"name\": \"Veneno\"\n            },\n            {\n                \"id\": \"5156019\",\n                \"name\": \"Especial\"\n            },\n            {\n                \"id\": \"13089867\",\n                \"name\": \"Dragon Base\"\n            },\n            {\n                \"id\": \"11077880\",\n                \"name\": \"Flagman\"\n            },\n            {\n                \"id\": \"9191294\",\n                \"name\": \"Elite\"\n            },\n            {\n                \"id\": \"4755554\",\n                \"name\": \"Ondas\"\n            },\n            {\n                \"id\": \"28023821\",\n                \"name\": \"UK\"\n            },\n            {\n                \"id\": \"15893190\",\n                \"name\": \"J39 Stars\"\n            },\n            {\n                \"id\": \"16310050\",\n                \"name\": \"Brilhante\"\n            },\n            {\n                \"id\": \"19406854\",\n                \"name\": \"Preto fosco\"\n            },\n            {\n                \"id\": \"16711849\",\n                \"name\": \"ALPHA\"\n            },\n            {\n                \"id\": \"25685780\",\n                \"name\": \"Flores Rosa\"\n            },\n            {\n                \"id\": \"7044205\",\n                \"name\": \"Rick Sanchez\"\n            },\n            {\n                \"id\": \"39425814\",\n                \"name\": \"Capacetes para motocicletas\"\n            },\n            {\n                \"id\": \"47314662\",\n                \"name\": \"PULSE\"\n            },\n            {\n                \"id\": \"22163423\",\n                \"name\": \"Liso, Personalizável\"\n            },\n            {\n                \"id\": \"11083455\",\n                \"name\": \"Replica Lorenzo Catalunya GP 2019\"\n            },\n            {\n                \"id\": \"11078141\",\n                \"name\": \"Lumen\"\n            },\n            {\n                \"id\": \"72200544\",\n                \"name\": \"TIEMPO\"\n            },\n            {\n                \"id\": \"31724649\",\n                \"name\": \"MAXX\"\n            },\n            {\n                \"id\": \"20291504\",\n                \"name\": \"Speedmax Preto e Roxo\"\n            },\n            {\n                \"id\": \"20452481\",\n                \"name\": \"Viseira Silver\"\n            },\n            {\n                \"id\": \"4706101\",\n                \"name\": \"Coruja\"\n            },\n            {\n                \"id\": \"13798013\",\n                \"name\": \"New Liberty 4\"\n            },\n            {\n                \"id\": \"10734510\",\n                \"name\": \"New Classic\"\n            },\n            {\n                \"id\": \"13380280\",\n                \"name\": \"RUN\"\n            },\n            {\n                \"id\": \"56114328\",\n                \"name\": \"Capacete para motos\"\n            },\n            {\n                \"id\": \"21878125\",\n                \"name\": \"Sh526 Que No Ralentiza\"\n            },\n            {\n                \"id\": \"52457144\",\n                \"name\": \"Cata-vento giratório\"\n            },\n            {\n                \"id\": \"23771758\",\n                \"name\": \"Monsters\"\n            },\n            {\n                \"id\": \"21703730\",\n                \"name\": \"Daijiro TC-1\"\n            },\n            {\n                \"id\": \"19396033\",\n                \"name\": \"MONOCOLOR AZUL FOSCO\"\n            },\n            {\n                \"id\": \"52163961\",\n                \"name\": \"Preto Fosco Lavanda\"\n            },\n            {\n                \"id\": \"13156988\",\n                \"name\": \"V23\"\n            },\n            {\n                \"id\": \"40530489\",\n                \"name\": \"Trival\"\n            },\n            {\n                \"id\": \"67806726\",\n                \"name\": \"Abstrak\"\n            },\n            {\n                \"id\": \"69841625\",\n                \"name\": \"Track Matte Titanium\"\n            },\n            {\n                \"id\": \"11081276\",\n                \"name\": \"X-Ray\"\n            },\n            {\n                \"id\": \"65004329\",\n                \"name\": \"Pro Estellar\"\n            },\n            {\n                \"id\": \"66010934\",\n                \"name\": \"Ricardo Rossi\"\n            },\n            {\n                \"id\": \"54703135\",\n                \"name\": \"Verde Mate c6\"\n            },\n            {\n                \"id\": \"42957485\",\n                \"name\": \"L CLASSIC\"\n            },\n            {\n                \"id\": \"35252877\",\n                \"name\": \"Geométrico\"\n            },\n            {\n                \"id\": \"54706032\",\n                \"name\": \"Lisa\"\n            },\n            {\n                \"id\": \"72629888\",\n                \"name\": \"HUERTAS REPLICA\"\n            },\n            {\n                \"id\": \"67960794\",\n                \"name\": \"Track\"\n            },\n            {\n                \"id\": \"46330141\",\n                \"name\": \"Capacete Bluetooth\"\n            },\n            {\n                \"id\": \"56522312\",\n                \"name\": \"Capacete para motos Fingerprint C3\"\n            },\n            {\n                \"id\": \"29585268\",\n                \"name\": \"Ouro Negro\"\n            },\n            {\n                \"id\": \"11083457\",\n                \"name\": \"Replica Zarco GP France 2019\"\n            },\n            {\n                \"id\": \"29588978\",\n                \"name\": \"Companheiro Forjado\"\n            },\n            {\n                \"id\": \"16245433\",\n                \"name\": \"GT1\"\n            },\n            {\n                \"id\": \"10829134\",\n                \"name\": \"Marquez black concept\"\n            },\n            {\n                \"id\": \"11078268\",\n                \"name\": \"Shadow\"\n            },\n            {\n                \"id\": \"21139857\",\n                \"name\": \"2 linhas brancas\"\n            },\n            {\n                \"id\": \"5175535\",\n                \"name\": \"Fun\"\n            },\n            {\n                \"id\": \"52227785\",\n                \"name\": \"Capacete Kraft Plus Semi\"\n            },\n            {\n                \"id\": \"352652\",\n                \"name\": \"Rosas\"\n            },\n            {\n                \"id\": \"18995639\",\n                \"name\": \"AMAZE BLUE GLOSS\"\n            },\n            {\n                \"id\": \"4672934\",\n                \"name\": \"Essence\"\n            },\n            {\n                \"id\": \"17570896\",\n                \"name\": \"Ninja Fosco Preto Titanium\"\n            },\n            {\n                \"id\": \"4478270\",\n                \"name\": \"Dash\"\n            },\n            {\n                \"id\": \"27554249\",\n                \"name\": \"Snake Demon\"\n            },\n            {\n                \"id\": \"22811164\",\n                \"name\": \"Flor Rosa\"\n            },\n            {\n                \"id\": \"20274212\",\n                \"name\": \"Kasma Daniel\"\n            },\n            {\n                \"id\": \"43978751\",\n                \"name\": \"Redux-TC-2\"\n            },\n            {\n                \"id\": \"4518559\",\n                \"name\": \"Urbano\"\n            },\n            {\n                \"id\": \"18995493\",\n                \"name\": \"Paschoalin\"\n            },\n            {\n                \"id\": \"27834322\",\n                \"name\": \"Negro mate\"\n            },\n            {\n                \"id\": \"52309313\",\n                \"name\": \"Monocolor\"\n            },\n            {\n                \"id\": \"10829133\",\n                \"name\": \"Daijiro\"\n            },\n            {\n                \"id\": \"11103102\",\n                \"name\": \"Smart\"\n            },\n            {\n                \"id\": \"415865\",\n                \"name\": \"Capitão América\"\n            },\n            {\n                \"id\": \"28642822\",\n                \"name\": \"Ratthapark\"\n            },\n            {\n                \"id\": \"56522325\",\n                \"name\": \"ADVANT SPORT\"\n            },\n            {\n                \"id\": \"39659040\",\n                \"name\": \"Grafic\"\n            },\n            {\n                \"id\": \"50552550\",\n                \"name\": \"WAVES AZUL\"\n            },\n            {\n                \"id\": \"6534643\",\n                \"name\": \"Colorido\"\n            },\n            {\n                \"id\": \"36526787\",\n                \"name\": \"Cinza Concreto\"\n            },\n            {\n                \"id\": \"31298778\",\n                \"name\": \"Hold\"\n            },\n            {\n                \"id\": \"68094909\",\n                \"name\": \"DREAMCATCHER\"\n            },\n            {\n                \"id\": \"54678590\",\n                \"name\": \"OBSIDIAN 2\"\n            },\n            {\n                \"id\": \"10750697\",\n                \"name\": \"Road\"\n            },\n            {\n                \"id\": \"10874777\",\n                \"name\": \"Solides\"\n            },\n            {\n                \"id\": \"18891057\",\n                \"name\": \"Fuzzy\"\n            },\n            {\n                \"id\": \"28756632\",\n                \"name\": \"Barrier\"\n            },\n            {\n                \"id\": \"4673572\",\n                \"name\": \"Cobra\"\n            },\n            {\n                \"id\": \"62006350\",\n                \"name\": \"NKD\"\n            },\n            {\n                \"id\": \"43978752\",\n                \"name\": \"Redux-TC-3\"\n            },\n            {\n                \"id\": \"10717393\",\n                \"name\": \"Kamikaze\"\n            },\n            {\n                \"id\": \"2997538\",\n                \"name\": \"Army\"\n            },\n            {\n                \"id\": \"66732207\",\n                \"name\": \"Solid Titaniun chumbo fosco\"\n            },\n            {\n                \"id\": \"54703199\",\n                \"name\": \"801 SUPER ALERON\"\n            },\n            {\n                \"id\": \"10829099\",\n                \"name\": \"Recounter\"\n            },\n            {\n                \"id\": \"27981302\",\n                \"name\": \"Catrina mexicana\"\n            },\n            {\n                \"id\": \"5175800\",\n                \"name\": \"Xandrez\"\n            },\n            {\n                \"id\": \"19406808\",\n                \"name\": \"Spicho Preto\"\n            },\n            {\n                \"id\": \"13440602\",\n                \"name\": \"MODOK\"\n            },\n            {\n                \"id\": \"54701592\",\n                \"name\": \"Capacete RAM F1\"\n            },\n            {\n                \"id\": \"66924802\",\n                \"name\": \"gtx grafite fosco\"\n            },\n            {\n                \"id\": \"10829102\",\n                \"name\": \"Marquez power up\"\n            },\n            {\n                \"id\": \"10985745\",\n                \"name\": \"Rebel Star\"\n            },\n            {\n                \"id\": \"55146945\",\n                \"name\": \"3 SPORT HILLS\"\n            },\n            {\n                \"id\": \"47991298\",\n                \"name\": \"Preto fosco/Ouro\"\n            },\n            {\n                \"id\": \"30474440\",\n                \"name\": \"RS5\"\n            },\n            {\n                \"id\": \"58522872\",\n                \"name\": \"Rapid Doom\"\n            },\n            {\n                \"id\": \"4392113\",\n                \"name\": \"001\"\n            },\n            {\n                \"id\": \"54703190\",\n                \"name\": \"R25\"\n            },\n            {\n                \"id\": \"57961232\",\n                \"name\": \"Revenge\"\n            },\n            {\n                \"id\": \"6134945\",\n                \"name\": \"Spot\"\n            },\n            {\n                \"id\": \"7349752\",\n                \"name\": \"Camaleão\"\n            },\n            {\n                \"id\": \"54707050\",\n                \"name\": \"SPRINTER Vermelho\"\n            },\n            {\n                \"id\": \"31412338\",\n                \"name\": \"Old School\"\n            },\n            {\n                \"id\": \"32892872\",\n                \"name\": \"Dobrável\"\n            },\n            {\n                \"id\": \"11103095\",\n                \"name\": \"Savoir Faire\"\n            },\n            {\n                \"id\": \"10999450\",\n                \"name\": \"Rossi Misano 2015\"\n            },\n            {\n                \"id\": \"49993707\",\n                \"name\": \"Capacete articulado\"\n            },\n            {\n                \"id\": \"9802563\",\n                \"name\": \"Carbon X Brilhante\"\n            },\n            {\n                \"id\": \"74686359\",\n                \"name\": \"VOLTKON\"\n            },\n            {\n                \"id\": \"16943943\",\n                \"name\": \"GTN Speed Com Viseira Transparente\"\n            },\n            {\n                \"id\": \"11226907\",\n                \"name\": \"USA\"\n            },\n            {\n                \"id\": \"11012487\",\n                \"name\": \"Kobrak Mat\"\n            },\n            {\n                \"id\": \"384464\",\n                \"name\": \"Orion\"\n            },\n            {\n                \"id\": \"5320011\",\n                \"name\": \"Hilltop\"\n            },\n            {\n                \"id\": \"19247035\",\n                \"name\": \"Tech Chamaleon\"\n            },\n            {\n                \"id\": \"17610266\",\n                \"name\": \"Dameron\"\n            },\n            {\n                \"id\": \"23207204\",\n                \"name\": \"Coloridas\"\n            },\n            {\n                \"id\": \"6906349\",\n                \"name\": \"Moscú\"\n            },\n            {\n                \"id\": \"11091631\",\n                \"name\": \"Hataum HV\"\n            },\n            {\n                \"id\": \"10999444\",\n                \"name\": \"Flavum 46\"\n            },\n            {\n                \"id\": \"20359829\",\n                \"name\": \"Dimitry\"\n            },\n            {\n                \"id\": \"4398244\",\n                \"name\": \"Xolo\"\n            },\n            {\n                \"id\": \"48390521\",\n                \"name\": \"NOW\"\n            },\n            {\n                \"id\": \"415867\",\n                \"name\": \"Superman\"\n            },\n            {\n                \"id\": \"11012470\",\n                \"name\": \"Replica Lorenzo Austrian GP\"\n            },\n            {\n                \"id\": \"10750701\",\n                \"name\": \"Mitic\"\n            },\n            {\n                \"id\": \"21471536\",\n                \"name\": \"Óculos Espelhado\"\n            },\n            {\n                \"id\": \"22770699\",\n                \"name\": \"Separator\"\n            },\n            {\n                \"id\": \"6880368\",\n                \"name\": \"Kurt\"\n            },\n            {\n                \"id\": \"10881240\",\n                \"name\": \"Army US\"\n            },\n            {\n                \"id\": \"20893322\",\n                \"name\": \"Super Sport Moto 2019\"\n            },\n            {\n                \"id\": \"65782496\",\n                \"name\": \"Trap\"\n            },\n            {\n                \"id\": \"2750846\",\n                \"name\": \"Personalizado\"\n            },\n            {\n                \"id\": \"23043294\",\n                \"name\": \"Bullet\"\n            },\n            {\n                \"id\": \"7347264\",\n                \"name\": \"Cinza\"\n            },\n            {\n                \"id\": \"52315530\",\n                \"name\": \"Aberto com viseira retrátil\"\n            },\n            {\n                \"id\": \"52314396\",\n                \"name\": \"Aberto 3/4 Jet com viseira\"\n            },\n            {\n                \"id\": \"19773608\",\n                \"name\": \"YOURACING\"\n            },\n            {\n                \"id\": \"482756\",\n                \"name\": \"Aurora\"\n            },\n            {\n                \"id\": \"25481494\",\n                \"name\": \"Alma\"\n            },\n            {\n                \"id\": \"6351487\",\n                \"name\": \"Galáxia\"\n            },\n            {\n                \"id\": \"20296473\",\n                \"name\": \"Lancer\"\n            },\n            {\n                \"id\": \"20474882\",\n                \"name\": \"Perfurador para motos\"\n            },\n            {\n                \"id\": \"9219178\",\n                \"name\": \"Tech\"\n            },\n            {\n                \"id\": \"17591615\",\n                \"name\": \"Stealth para motos\"\n            },\n            {\n                \"id\": \"56472086\",\n                \"name\": \"TRONIX\"\n            },\n            {\n                \"id\": \"16128123\",\n                \"name\": \"Faith\"\n            },\n            {\n                \"id\": \"45886587\",\n                \"name\": \"WAVES ROXO\"\n            },\n            {\n                \"id\": \"10736922\",\n                \"name\": \"Human\"\n            },\n            {\n                \"id\": \"36507309\",\n                \"name\": \"K-009\"\n            },\n            {\n                \"id\": \"20378975\",\n                \"name\": \"KRIPTON TITANIUM PRETO\"\n            },\n            {\n                \"id\": \"18518639\",\n                \"name\": \"MASK\"\n            },\n            {\n                \"id\": \"54702276\",\n                \"name\": \"ORTEX\"\n            },\n            {\n                \"id\": \"10829141\",\n                \"name\": \"Marquez motegi6\"\n            },\n            {\n                \"id\": \"19902488\",\n                \"name\": \"Integral com Óculos de sol\"\n            },\n            {\n                \"id\": \"352642\",\n                \"name\": \"Diamante\"\n            },\n            {\n                \"id\": \"44552911\",\n                \"name\": \"Birdy 2.0\"\n            },\n            {\n                \"id\": \"47046274\",\n                \"name\": \"Neo\"\n            },\n            {\n                \"id\": \"13157006\",\n                \"name\": \"Power Brands\"\n            },\n            {\n                \"id\": \"10985738\",\n                \"name\": \"Fastlane\"\n            },\n            {\n                \"id\": \"4878699\",\n                \"name\": \"War\"\n            },\n            {\n                \"id\": \"66062226\",\n                \"name\": \"Gtn r1 azul e rosa\"\n            },\n            {\n                \"id\": \"10717391\",\n                \"name\": \"Kiev\"\n            },\n            {\n                \"id\": \"11416190\",\n                \"name\": \"Plus\"\n            },\n            {\n                \"id\": \"22383020\",\n                \"name\": \"Alex Barros\"\n            },\n            {\n                \"id\": \"55110200\",\n                \"name\": \"Gtx\"\n            },\n            {\n                \"id\": \"20266880\",\n                \"name\": \"Corredor da Tempestade\"\n            },\n            {\n                \"id\": \"19148509\",\n                \"name\": \"Sublime On Fire Grey\"\n            },\n            {\n                \"id\": \"22667817\",\n                \"name\": \"GARGLEN\"\n            },\n            {\n                \"id\": \"9802610\",\n                \"name\": \"Storm Fosco\"\n            },\n            {\n                \"id\": \"27587361\",\n                \"name\": \"Desenho animado\"\n            },\n            {\n                \"id\": \"11091636\",\n                \"name\": \"Mezcal Chrome\"\n            },\n            {\n                \"id\": \"15864787\",\n                \"name\": \"Tron\"\n            },\n            {\n                \"id\": \"4427244\",\n                \"name\": \"Tartaruga\"\n            },\n            {\n                \"id\": \"13694408\",\n                \"name\": \"GT5\"\n            },\n            {\n                \"id\": \"11078137\",\n                \"name\": \"Nimble\"\n            },\n            {\n                \"id\": \"5429862\",\n                \"name\": \"Blade\"\n            },\n            {\n                \"id\": \"6489761\",\n                \"name\": \"Frango\"\n            },\n            {\n                \"id\": \"56569373\",\n                \"name\": \"Obsidian Preto/Rosa\"\n            },\n            {\n                \"id\": \"46807882\",\n                \"name\": \"Hyper\"\n            },\n            {\n                \"id\": \"10829097\",\n                \"name\": \"Cluzel\"\n            },\n            {\n                \"id\": \"3040149\",\n                \"name\": \"Black Panther\"\n            },\n            {\n                \"id\": \"28632458\",\n                \"name\": \"React\"\n            },\n            {\n                \"id\": \"57207187\",\n                \"name\": \"BLITZ 801 zero\"\n            },\n            {\n                \"id\": \"23319782\",\n                \"name\": \"ZARCO CHAKRA\"\n            },\n            {\n                \"id\": \"5550927\",\n                \"name\": \"Abstrato\"\n            },\n            {\n                \"id\": \"65229637\",\n                \"name\": \"VOLT CROC\"\n            },\n            {\n                \"id\": \"5102092\",\n                \"name\": \"Esportivo\"\n            },\n            {\n                \"id\": \"10985737\",\n                \"name\": \"Craned\"\n            },\n            {\n                \"id\": \"5434495\",\n                \"name\": \"Paraíso\"\n            },\n            {\n                \"id\": \"18099669\",\n                \"name\": \"Flip\"\n            },\n            {\n                \"id\": \"29623287\",\n                \"name\": \"MOVE\"\n            },\n            {\n                \"id\": \"11080845\",\n                \"name\": \"Venger\"\n            },\n            {\n                \"id\": \"58755933\",\n                \"name\": \"STK\"\n            },\n            {\n                \"id\": \"6471966\",\n                \"name\": \"Bang\"\n            },\n            {\n                \"id\": \"62006670\",\n                \"name\": \"M-Play\"\n            },\n            {\n                \"id\": \"19275084\",\n                \"name\": \"ACE Club Card\"\n            },\n            {\n                \"id\": \"20501632\",\n                \"name\": \"AX-pro\"\n            },\n            {\n                \"id\": \"72628368\",\n                \"name\": \"CYBERG\"\n            },\n            {\n                \"id\": \"39184408\",\n                \"name\": \"Capacete de cavaleiro\"\n            },\n            {\n                \"id\": \"39179694\",\n                \"name\": \"Universe\"\n            },\n            {\n                \"id\": \"7436527\",\n                \"name\": \"Ruby\"\n            },\n            {\n                \"id\": \"4398214\",\n                \"name\": \"Bulldog\"\n            },\n            {\n                \"id\": \"36931128\",\n                \"name\": \"capacetes para motos\"\n            },\n            {\n                \"id\": \"55641514\",\n                \"name\": \"Capacete Para Moto Motocicleta\"\n            },\n            {\n                \"id\": \"11079044\",\n                \"name\": \"Poppies\"\n            },\n            {\n                \"id\": \"20379202\",\n                \"name\": \"Kub - Preto e Vermelho\"\n            },\n            {\n                \"id\": \"10732149\",\n                \"name\": \"Turbo\"\n            },\n            {\n                \"id\": \"15113496\",\n                \"name\": \"Phantom\"\n            },\n            {\n                \"id\": \"13090322\",\n                \"name\": \"Pica - Pau\"\n            },\n            {\n                \"id\": \"10985746\",\n                \"name\": \"Smoke Skull\"\n            },\n            {\n                \"id\": \"22098594\",\n                \"name\": \"Mad\"\n            },\n            {\n                \"id\": \"12919583\",\n                \"name\": \"Manty\"\n            },\n            {\n                \"id\": \"18928116\",\n                \"name\": \"[graph]\"\n            },\n            {\n                \"id\": \"19906677\",\n                \"name\": \"Do Grau\"\n            },\n            {\n                \"id\": \"4202323\",\n                \"name\": \"Electro\"\n            },\n            {\n                \"id\": \"50741170\",\n                \"name\": \"New Liberty 3 Rosa Pink\"\n            },\n            {\n                \"id\": \"26987906\",\n                \"name\": \"RADICAL\"\n            },\n            {\n                \"id\": \"56215010\",\n                \"name\": \"QTR\"\n            },\n            {\n                \"id\": \"11078142\",\n                \"name\": \"Prox\"\n            },\n            {\n                \"id\": \"54702246\",\n                \"name\": \"Capacete para moto RAINDANCE\"\n            },\n            {\n                \"id\": \"10836459\",\n                \"name\": \"Exposure\"\n            },\n            {\n                \"id\": \"4145170\",\n                \"name\": \"Cavalheiro\"\n            },\n            {\n                \"id\": \"28060158\",\n                \"name\": \"Sonic sega\"\n            },\n            {\n                \"id\": \"69710289\",\n                \"name\": \"Kraken.\"\n            },\n            {\n                \"id\": \"7912152\",\n                \"name\": \"Huichol\"\n            },\n            {\n                \"id\": \"19000839\",\n                \"name\": \"hungry\"\n            },\n            {\n                \"id\": \"10743253\",\n                \"name\": \"UK Gloss\"\n            },\n            {\n                \"id\": \"6365069\",\n                \"name\": \"Aventura\"\n            },\n            {\n                \"id\": \"55529398\",\n                \"name\": \"Art\"\n            },\n            {\n                \"id\": \"7294821\",\n                \"name\": \"Tempestade\"\n            },\n            {\n                \"id\": \"22549495\",\n                \"name\": \"Revestido\"\n            },\n            {\n                \"id\": \"16259243\",\n                \"name\": \"Sweet Rosa\"\n            },\n            {\n                \"id\": \"20853023\",\n                \"name\": \"SKULL/CAVEIRA\"\n            },\n            {\n                \"id\": \"20210540\",\n                \"name\": \"Adveturer\"\n            },\n            {\n                \"id\": \"66124671\",\n                \"name\": \"LOKO\"\n            },\n            {\n                \"id\": \"11133624\",\n                \"name\": \"Superbike SB7\"\n            },\n            {\n                \"id\": \"4781945\",\n                \"name\": \"Palm trees\"\n            },\n            {\n                \"id\": \"10762097\",\n                \"name\": \"Ion\"\n            },\n            {\n                \"id\": \"68099006\",\n                \"name\": \"CAPITAL MOTO WEEK\"\n            },\n            {\n                \"id\": \"47916786\",\n                \"name\": \"Jeans Titanium\"\n            },\n            {\n                \"id\": \"4672931\",\n                \"name\": \"Cristal\"\n            },\n            {\n                \"id\": \"35573903\",\n                \"name\": \"Conjuntos para motos\"\n            },\n            {\n                \"id\": \"4810748\",\n                \"name\": \"Starscream\"\n            },\n            {\n                \"id\": \"43920748\",\n                \"name\": \"danger\"\n            },\n            {\n                \"id\": \"5216194\",\n                \"name\": \"Neo\"\n            },\n            {\n                \"id\": \"17023680\",\n                \"name\": \"Semi Revestido\"\n            },\n            {\n                \"id\": \"3640328\",\n                \"name\": \"Deadpool\"\n            },\n            {\n                \"id\": \"15919640\",\n                \"name\": \"Fingerprint\"\n            },\n            {\n                \"id\": \"52328706\",\n                \"name\": \"New Liberty Trhee 3 GP 88 Preto Brilhante Com Viseira Fumê\"\n            },\n            {\n                \"id\": \"40476035\",\n                \"name\": \"África do Sul\"\n            },\n            {\n                \"id\": \"55064123\",\n                \"name\": \"Capacete para motos LAMBO 803\"\n            },\n            {\n                \"id\": \"19744797\",\n                \"name\": \"Devour\"\n            },\n            {\n                \"id\": \"65190944\",\n                \"name\": \"GEAR\"\n            },\n            {\n                \"id\": \"22888381\",\n                \"name\": \"Flagged\"\n            },\n            {\n                \"id\": \"20405266\",\n                \"name\": \"Paschoalim\"\n            },\n            {\n                \"id\": \"20241596\",\n                \"name\": \"SpeedMax\"\n            },\n            {\n                \"id\": \"4781942\",\n                \"name\": \"Japão\"\n            },\n            {\n                \"id\": \"55149951\",\n                \"name\": \"C1 Germany\"\n            },\n            {\n                \"id\": \"52476292\",\n                \"name\": \"Subzero Mercury Scar\"\n            },\n            {\n                \"id\": \"27133633\",\n                \"name\": \"Abatible\"\n            },\n            {\n                \"id\": \"14366167\",\n                \"name\": \"John Mcphee ||\"\n            },\n            {\n                \"id\": \"15180569\",\n                \"name\": \"Old Tank\"\n            },\n            {\n                \"id\": \"23553742\",\n                \"name\": \"Pigment\"\n            },\n            {\n                \"id\": \"20273962\",\n                \"name\": \"Cachorro Locco Preto Brilhante\"\n            },\n            {\n                \"id\": \"11119611\",\n                \"name\": \"Cross Kids CK-01\"\n            },\n            {\n                \"id\": \"55914639\",\n                \"name\": \"Dm Message\"\n            },\n            {\n                \"id\": \"11012490\",\n                \"name\": \"Carbon Skin\"\n            },\n            {\n                \"id\": \"30441615\",\n                \"name\": \"Antracito\"\n            },\n            {\n                \"id\": \"21139881\",\n                \"name\": \"Tifany\"\n            },\n            {\n                \"id\": \"3655839\",\n                \"name\": \"Blaze\"\n            },\n            {\n                \"id\": \"22251967\",\n                \"name\": \"ACE Ande o Dia Todo\"\n            },\n            {\n                \"id\": \"27981300\",\n                \"name\": \"Xolo azteca\"\n            },\n            {\n                \"id\": \"58720227\",\n                \"name\": \"Reverse\"\n            },\n            {\n                \"id\": \"43978806\",\n                \"name\": \"Gulf\"\n            },\n            {\n                \"id\": \"23043061\",\n                \"name\": \"Stickers Com Visiera Transparente\"\n            },\n            {\n                \"id\": \"26509296\",\n                \"name\": \"WHEELIE\"\n            },\n            {\n                \"id\": \"2842508\",\n                \"name\": \"Iris\"\n            },\n            {\n                \"id\": \"19744799\",\n                \"name\": \"Mercury\"\n            },\n            {\n                \"id\": \"67369330\",\n                \"name\": \"GRAND PRIX ARGENTINA\"\n            },\n            {\n                \"id\": \"6813711\",\n                \"name\": \"Defender\"\n            },\n            {\n                \"id\": \"17257286\",\n                \"name\": \"Joker\"\n            },\n            {\n                \"id\": \"4520742\",\n                \"name\": \"Blackout\"\n            },\n            {\n                \"id\": \"10274182\",\n                \"name\": \"Sunrise\"\n            },\n            {\n                \"id\": \"10999475\",\n                \"name\": \"Garda\"\n            },\n            {\n                \"id\": \"19484536\",\n                \"name\": \"Preto/Vermelho\"\n            },\n            {\n                \"id\": \"415872\",\n                \"name\": \"Goku\"\n            },\n            {\n                \"id\": \"30449528\",\n                \"name\": \"Takaroa\"\n            },\n            {\n                \"id\": \"20286723\",\n                \"name\": \"COCO LOCO\"\n            },\n            {\n                \"id\": \"67631116\",\n                \"name\": \"RPM\"\n            },\n            {\n                \"id\": \"20475644\",\n                \"name\": \"CAPACETE COMPASS\"\n            },\n            {\n                \"id\": \"4637946\",\n                \"name\": \"Azul\"\n            },\n            {\n                \"id\": \"7675427\",\n                \"name\": \"Race\"\n            },\n            {\n                \"id\": \"40100698\",\n                \"name\": \"Jeans\"\n            },\n            {\n                \"id\": \"10829142\",\n                \"name\": \"Marquez motegi7\"\n            },\n            {\n                \"id\": \"13729461\",\n                \"name\": \"Lap Italy\"\n            },\n            {\n                \"id\": \"30379950\",\n                \"name\": \"Edição limitada\"\n            },\n            {\n                \"id\": \"11080834\",\n                \"name\": \"Trion\"\n            },\n            {\n                \"id\": \"23042980\",\n                \"name\": \"Strada\"\n            },\n            {\n                \"id\": \"4470912\",\n                \"name\": \"Branco\"\n            },\n            {\n                \"id\": \"11091637\",\n                \"name\": \"Hakka\"\n            },\n            {\n                \"id\": \"9150216\",\n                \"name\": \"Sergeant\"\n            },\n            {\n                \"id\": \"43843270\",\n                \"name\": \"Capacetes de Moto\"\n            },\n            {\n                \"id\": \"11077879\",\n                \"name\": \"Easy Rider\"\n            },\n            {\n                \"id\": \"17666722\",\n                \"name\": \"Outlander\"\n            },\n            {\n                \"id\": \"15928086\",\n                \"name\": \"PERCEPTOR\"\n            },\n            {\n                \"id\": \"18391100\",\n                \"name\": \"Choper para motos\"\n            },\n            {\n                \"id\": \"19113557\",\n                \"name\": \"CAPACETE BEAM\"\n            },\n            {\n                \"id\": \"19003595\",\n                \"name\": \"Bomb\"\n            },\n            {\n                \"id\": \"54679381\",\n                \"name\": \"MIL A11\"\n            },\n            {\n                \"id\": \"10653772\",\n                \"name\": \"Rafa Paschoalin\"\n            },\n            {\n                \"id\": \"62010274\",\n                \"name\": \"ATW\"\n            },\n            {\n                \"id\": \"19679760\",\n                \"name\": \"Solid A0\"\n            },\n            {\n                \"id\": \"4092714\",\n                \"name\": \"Champion\"\n            },\n            {\n                \"id\": \"11080841\",\n                \"name\": \"Replica Switch Riders 2\"\n            },\n            {\n                \"id\": \"20501780\",\n                \"name\": \"Salvador\"\n            },\n            {\n                \"id\": \"21086528\",\n                \"name\": \"Máscara Jason\"\n            },\n            {\n                \"id\": \"27127536\",\n                \"name\": \"New City\"\n            },\n            {\n                \"id\": \"46870652\",\n                \"name\": \"Grafismo\"\n            },\n            {\n                \"id\": \"36158731\",\n                \"name\": \"Preto Fosco\"\n            },\n            {\n                \"id\": \"54679132\",\n                \"name\": \"AZV50\"\n            },\n            {\n                \"id\": \"51196930\",\n                \"name\": \"Open 3/4 Jet Design\"\n            },\n            {\n                \"id\": \"13736200\",\n                \"name\": \"Capacete\"\n            },\n            {\n                \"id\": \"17572155\",\n                \"name\": \"Lexot\"\n            },\n            {\n                \"id\": \"17610412\",\n                \"name\": \"Soldado\"\n            },\n            {\n                \"id\": \"26184691\",\n                \"name\": \"RACER\"\n            },\n            {\n                \"id\": \"4665994\",\n                \"name\": \"Caveira Mexicana\"\n            },\n            {\n                \"id\": \"13494546\",\n                \"name\": \"Evo Line\"\n            },\n            {\n                \"id\": \"27564918\",\n                \"name\": \"Companheiro Relaxante\"\n            },\n            {\n                \"id\": \"44028975\",\n                \"name\": \"Gloss black\"\n            },\n            {\n                \"id\": \"17593509\",\n                \"name\": \"9150217\"\n            },\n            {\n                \"id\": \"11079047\",\n                \"name\": \"Deadbolt\"\n            },\n            {\n                \"id\": \"47545269\",\n                \"name\": \"CLUB\"\n            },\n            {\n                \"id\": \"11091635\",\n                \"name\": \"Hataum Matte\"\n            },\n            {\n                \"id\": \"10836464\",\n                \"name\": \"Expanse\"\n            },\n            {\n                \"id\": \"11079040\",\n                \"name\": \"Touring\"\n            },\n            {\n                \"id\": \"18379804\",\n                \"name\": \"Legends\"\n            },\n            {\n                \"id\": \"50445327\",\n                \"name\": \"Kronos\"\n            },\n            {\n                \"id\": \"11080843\",\n                \"name\": \"Noxxys Mat\"\n            },\n            {\n                \"id\": \"28489623\",\n                \"name\": \"Troll\"\n            },\n            {\n                \"id\": \"55067634\",\n                \"name\": \"XTR-820\"\n            },\n            {\n                \"id\": \"13380464\",\n                \"name\": \"Striker\"\n            },\n            {\n                \"id\": \"2787896\",\n                \"name\": \"Dragon Ball Z\"\n            },\n            {\n                \"id\": \"11079051\",\n                \"name\": \"Alex Barros II\"\n            },\n            {\n                \"id\": \"9817256\",\n                \"name\": \"Cassino\"\n            },\n            {\n                \"id\": \"46929572\",\n                \"name\": \"Capitan America\"\n            },\n            {\n                \"id\": \"19248869\",\n                \"name\": \"Bandeira\"\n            },\n            {\n                \"id\": \"20072373\",\n                \"name\": \"Ixel - Azul e Laranja\"\n            },\n            {\n                \"id\": \"34379496\",\n                \"name\": \"Sólido\"\n            },\n            {\n                \"id\": \"4781936\",\n                \"name\": \"França\"\n            },\n            {\n                \"id\": \"14342557\",\n                \"name\": \"variadao\"\n            },\n            {\n                \"id\": \"2213409\",\n                \"name\": \"Zero\"\n            },\n            {\n                \"id\": \"66011446\",\n                \"name\": \"Gtn fox laranja\"\n            },\n            {\n                \"id\": \"11091633\",\n                \"name\": \"Mezcal Mate\"\n            },\n            {\n                \"id\": \"4429218\",\n                \"name\": \"Alien\"\n            },\n            {\n                \"id\": \"11078267\",\n                \"name\": \"Comtact\"\n            },\n            {\n                \"id\": \"55150250\",\n                \"name\": \"SHANGAI VELOX PRETO /VERMELHO\"\n            },\n            {\n                \"id\": \"4388263\",\n                \"name\": \"Balam\"\n            },\n            {\n                \"id\": \"10717392\",\n                \"name\": \"Saigón\"\n            },\n            {\n                \"id\": \"11156537\",\n                \"name\": \"New Sport Moto 788\"\n            },\n            {\n                \"id\": \"54708458\",\n                \"name\": \"Evoque\"\n            },\n            {\n                \"id\": \"11077881\",\n                \"name\": \"Union Jack\"\n            },\n            {\n                \"id\": \"30474439\",\n                \"name\": \"Anti Scratch Coating\"\n            },\n            {\n                \"id\": \"11124370\",\n                \"name\": \"Factory Edition\"\n            },\n            {\n                \"id\": \"54891225\",\n                \"name\": \"DARTH 2 X1\"\n            },\n            {\n                \"id\": \"54679633\",\n                \"name\": \"DEMONIO NEGRO\"\n            },\n            {\n                \"id\": \"4805052\",\n                \"name\": \"Águia\"\n            },\n            {\n                \"id\": \"26004946\",\n                \"name\": \"Halloween\"\n            },\n            {\n                \"id\": \"4786331\",\n                \"name\": \"Athena\"\n            },\n            {\n                \"id\": \"9802602\",\n                \"name\": \"Neo Fosco\"\n            },\n            {\n                \"id\": \"10985743\",\n                \"name\": \"Old Glory\"\n            },\n            {\n                \"id\": \"67365087\",\n                \"name\": \"MOTTU\"\n            },\n            {\n                \"id\": \"46927428\",\n                \"name\": \"Capitao America\"\n            },\n            {\n                \"id\": \"37879582\",\n                \"name\": \"Capacete para moto\"\n            },\n            {\n                \"id\": \"28897450\",\n                \"name\": \"Quartararo\"\n            },\n            {\n                \"id\": \"22097975\",\n                \"name\": \"Splitter\"\n            },\n            {\n                \"id\": \"54702501\",\n                \"name\": \"POUN\"\n            },\n            {\n                \"id\": \"45806638\",\n                \"name\": \"Batman Dobrável\"\n            },\n            {\n                \"id\": \"20341633\",\n                \"name\": \"Candie - Branco Prata e Cereja\"\n            },\n            {\n                \"id\": \"18968321\",\n                \"name\": \"Off Road\"\n            },\n            {\n                \"id\": \"58493656\",\n                \"name\": \"Razor Full\"\n            },\n            {\n                \"id\": \"7666212\",\n                \"name\": \"Militar\"\n            },\n            {\n                \"id\": \"18994792\",\n                \"name\": \"u-rb2 Classic pt\"\n            },\n            {\n                \"id\": \"18549870\",\n                \"name\": \"Rusty\"\n            },\n            {\n                \"id\": \"44015173\",\n                \"name\": \"DOWN\"\n            },\n            {\n                \"id\": \"4997183\",\n                \"name\": \"Prisma\"\n            },\n            {\n                \"id\": \"17105744\",\n                \"name\": \"Drive\"\n            },\n            {\n                \"id\": \"23198553\",\n                \"name\": \"Nordik\"\n            },\n            {\n                \"id\": \"10985744\",\n                \"name\": \"PCH\"\n            },\n            {\n                \"id\": \"22175344\",\n                \"name\": \"Ratthapark Play\"\n            },\n            {\n                \"id\": \"20318060\",\n                \"name\": \"Takaroa\"\n            },\n            {\n                \"id\": \"21816718\",\n                \"name\": \"Azul/Vermelho\"\n            },\n            {\n                \"id\": \"55349596\",\n                \"name\": \"GTN FOX\"\n            },\n            {\n                \"id\": \"19109987\",\n                \"name\": \"MIL GRAU\"\n            },\n            {\n                \"id\": \"46375580\",\n                \"name\": \"REPLICA DIOGO MOREIRA\"\n            },\n            {\n                \"id\": \"4963534\",\n                \"name\": \"Slash\"\n            },\n            {\n                \"id\": \"52254590\",\n                \"name\": \"Liso\"\n            },\n            {\n                \"id\": \"19054891\",\n                \"name\": \"7wins\"\n            },\n            {\n                \"id\": \"61930513\",\n                \"name\": \"LIQUER C14\"\n            },\n            {\n                \"id\": \"57591336\",\n                \"name\": \"CAPACETE FECHADO\"\n            },\n            {\n                \"id\": \"19201984\",\n                \"name\": \"Vermelho\"\n            },\n            {\n                \"id\": \"18928959\",\n                \"name\": \"Slide\"\n            },\n            {\n                \"id\": \"11079037\",\n                \"name\": \"Draze\"\n            },\n            {\n                \"id\": \"70267867\",\n                \"name\": \"Speedmax Route\"\n            },\n            {\n                \"id\": \"54702611\",\n                \"name\": \"582SP EVO\"\n            },\n            {\n                \"id\": \"39426320\",\n                \"name\": \"Capacetes para motocicletas\"\n            },\n            {\n                \"id\": \"24425152\",\n                \"name\": \"Modular\"\n            },\n            {\n                \"id\": \"15407617\",\n                \"name\": \"Femme\"\n            },\n            {\n                \"id\": \"7323834\",\n                \"name\": \"Pilot\"\n            },\n            {\n                \"id\": \"17349430\",\n                \"name\": \"Uk Inglaterra\"\n            },\n            {\n                \"id\": \"4557932\",\n                \"name\": \"Aranha\"\n            },\n            {\n                \"id\": \"48263796\",\n                \"name\": \"dobrável\"\n            },\n            {\n                \"id\": \"20273358\",\n                \"name\": \"VALENTINOS HEART\"\n            },\n            {\n                \"id\": \"21982251\",\n                \"name\": \"Darkness Falls\"\n            },\n            {\n                \"id\": \"26357428\",\n                \"name\": \"Sharp\"\n            },\n            {\n                \"id\": \"32199957\",\n                \"name\": \"ROXO\"\n            },\n            {\n                \"id\": \"25854213\",\n                \"name\": \"Joy23\"\n            },\n            {\n                \"id\": \"61284496\",\n                \"name\": \"H15\"\n            },\n            {\n                \"id\": \"73738344\",\n                \"name\": \"Foggia Misano\"\n            },\n            {\n                \"id\": \"11126256\",\n                \"name\": \"NOS Energy Drink\"\n            },\n            {\n                \"id\": \"10829140\",\n                \"name\": \"Marquez motegi5\"\n            },\n            {\n                \"id\": \"43978760\",\n                \"name\": \"Crossbar-TC-5\"\n            },\n            {\n                \"id\": \"54679213\",\n                \"name\": \"Resistance Preto/Fluo\"\n            },\n            {\n                \"id\": \"69867805\",\n                \"name\": \"Muticolor\"\n            },\n            {\n                \"id\": \"11119252\",\n                \"name\": \"Attack HSA\"\n            },\n            {\n                \"id\": \"45034182\",\n                \"name\": \"Quetzalcoat\"\n            },\n            {\n                \"id\": \"39425889\",\n                \"name\": \"Capacetes Baux D7\"\n            },\n            {\n                \"id\": \"26776381\",\n                \"name\": \"Dynamic\"\n            },\n            {\n                \"id\": \"5568852\",\n                \"name\": \"Urso\"\n            },\n            {\n                \"id\": \"5555303\",\n                \"name\": \"Destroyer\"\n            },\n            {\n                \"id\": \"20856433\",\n                \"name\": \"Street\"\n            },\n            {\n                \"id\": \"10985739\",\n                \"name\": \"Finale\"\n            },\n            {\n                \"id\": \"11081261\",\n                \"name\": \"Infinite\"\n            },\n            {\n                \"id\": \"10776711\",\n                \"name\": \"Street Rider\"\n            },\n            {\n                \"id\": \"20890970\",\n                \"name\": \"Ladrão\"\n            },\n            {\n                \"id\": \"4781127\",\n                \"name\": \"Retrô\"\n            },\n            {\n                \"id\": \"18329021\",\n                \"name\": \"Aberto\"\n            },\n            {\n                \"id\": \"18423372\",\n                \"name\": \"Cachorro Locco\"\n            },\n            {\n                \"id\": \"10999473\",\n                \"name\": \"Audax\"\n            },\n            {\n                \"id\": \"6944816\",\n                \"name\": \"60\"\n            },\n            {\n                \"id\": \"65197078\",\n                \"name\": \"Shift\"\n            },\n            {\n                \"id\": \"16259272\",\n                \"name\": \"SKULL/CAVEIRA\"\n            },\n            {\n                \"id\": \"13390004\",\n                \"name\": \"Cores\"\n            },\n            {\n                \"id\": \"11351045\",\n                \"name\": \"Power\"\n            },\n            {\n                \"id\": \"54679030\",\n                \"name\": \"30TH\"\n            },\n            {\n                \"id\": \"11083459\",\n                \"name\": \"Replica Guintoli 2017\"\n            },\n            {\n                \"id\": \"10829136\",\n                \"name\": \"De angelis\"\n            },\n            {\n                \"id\": \"19539304\",\n                \"name\": \"CYBRITH\"\n            },\n            {\n                \"id\": \"18524000\",\n                \"name\": \"TURBO BERLIN\"\n            },\n            {\n                \"id\": \"13068046\",\n                \"name\": \"Godspeed\"\n            },\n            {\n                \"id\": \"25753428\",\n                \"name\": \"Bioma\"\n            },\n            {\n                \"id\": \"56280507\",\n                \"name\": \"Skill A1\"\n            },\n            {\n                \"id\": \"10829145\",\n                \"name\": \"Laverty\"\n            },\n            {\n                \"id\": \"66910029\",\n                \"name\": \"Glass Power\"\n            },\n            {\n                \"id\": \"11223297\",\n                \"name\": \"Power Girls\"\n            },\n            {\n                \"id\": \"16086388\",\n                \"name\": \"Subida\"\n            },\n            {\n                \"id\": \"6795027\",\n                \"name\": \"Ranger\"\n            },\n            {\n                \"id\": \"20291433\",\n                \"name\": \"GRIPPERR TITANIUM FOSCO\"\n            },\n            {\n                \"id\": \"17349456\",\n                \"name\": \"SuperSpeed\"\n            },\n            {\n                \"id\": \"20241584\",\n                \"name\": \"Bad wolf\"\n            },\n            {\n                \"id\": \"18968318\",\n                \"name\": \"BAX\"\n            },\n            {\n                \"id\": \"16626333\",\n                \"name\": \"GTN\"\n            },\n            {\n                \"id\": \"3846483\",\n                \"name\": \"3D\"\n            },\n            {\n                \"id\": \"28023824\",\n                \"name\": \"Advanced\"\n            },\n            {\n                \"id\": \"11133203\",\n                \"name\": \"Cougar\"\n            },\n            {\n                \"id\": \"17593542\",\n                \"name\": \"SS\"\n            },\n            {\n                \"id\": \"4786316\",\n                \"name\": \"Mesa\"\n            },\n            {\n                \"id\": \"20460396\",\n                \"name\": \"CAPACETE RAYON\"\n            },\n            {\n                \"id\": \"56471978\",\n                \"name\": \"Selector\"\n            },\n            {\n                \"id\": \"10829139\",\n                \"name\": \"Marquez motegi4\"\n            },\n            {\n                \"id\": \"58954503\",\n                \"name\": \"Daytona\"\n            },\n            {\n                \"id\": \"61942052\",\n                \"name\": \"BRAAP A3\"\n            },\n            {\n                \"id\": \"9207273\",\n                \"name\": \"Gospel\"\n            },\n            {\n                \"id\": \"26342659\",\n                \"name\": \"Rover\"\n            },\n            {\n                \"id\": \"20287309\",\n                \"name\": \"Capacetes para motos\"\n            },\n            {\n                \"id\": \"18996180\",\n                \"name\": \"Mil Grau\"\n            },\n            {\n                \"id\": \"65449826\",\n                \"name\": \"HYPER BANDEIRA ITALIA\"\n            },\n            {\n                \"id\": \"48499259\",\n                \"name\": \"CHAMA DOURADA PRETO\"\n            },\n            {\n                \"id\": \"10751423\",\n                \"name\": \"Squalo\"\n            },\n            {\n                \"id\": \"38957442\",\n                \"name\": \"Full\"\n            },\n            {\n                \"id\": \"52202003\",\n                \"name\": \"Peels Spike Prisma Preto\"\n            },\n            {\n                \"id\": \"46918207\",\n                \"name\": \"Capacete de moto Simone A2\"\n            },\n            {\n                \"id\": \"11080587\",\n                \"name\": \"Stardust II\"\n            },\n            {\n                \"id\": \"66351998\",\n                \"name\": \"BLACK MATE\"\n            },\n            {\n                \"id\": \"54701666\",\n                \"name\": \"Capacete para motos Wind\"\n            },\n            {\n                \"id\": \"23198544\",\n                \"name\": \"Bababox para motos\"\n            },\n            {\n                \"id\": \"3818369\",\n                \"name\": \"Ninja\"\n            },\n            {\n                \"id\": \"4519999\",\n                \"name\": \"Caveira\"\n            },\n            {\n                \"id\": \"62008232\",\n                \"name\": \"1ST\"\n            },\n            {\n                \"id\": \"19879017\",\n                \"name\": \"HILLS\"\n            },\n            {\n                \"id\": \"39425892\",\n                \"name\": \"68TH C1\"\n            },\n            {\n                \"id\": \"10582462\",\n                \"name\": \"Stato\"\n            },\n            {\n                \"id\": \"19861466\",\n                \"name\": \"DOSTA\"\n            },\n            {\n                \"id\": \"6339106\",\n                \"name\": \"Multicolorido\"\n            },\n            {\n                \"id\": \"11091629\",\n                \"name\": \"Corvus\"\n            },\n            {\n                \"id\": \"7816945\",\n                \"name\": \"Apolo\"\n            },\n            {\n                \"id\": \"65201722\",\n                \"name\": \"Extent\"\n            },\n            {\n                \"id\": \"18996095\",\n                \"name\": \"Bed of Roses\"\n            },\n            {\n                \"id\": \"20271378\",\n                \"name\": \"Hunter - Matte Laranja e Preto\"\n            },\n            {\n                \"id\": \"18090482\",\n                \"name\": \"ACE\"\n            },\n            {\n                \"id\": \"11124374\",\n                \"name\": \"Factory Edition Neon\"\n            },\n            {\n                \"id\": \"2911879\",\n                \"name\": \"Flash\"\n            },\n            {\n                \"id\": \"68092660\",\n                \"name\": \"CONCRETE\"\n            },\n            {\n                \"id\": \"5391428\",\n                \"name\": \"Cromo\"\n            },\n            {\n                \"id\": \"10717390\",\n                \"name\": \"380W\"\n            },\n            {\n                \"id\": \"6730800\",\n                \"name\": \"Bicolor\"\n            },\n            {\n                \"id\": \"9887531\",\n                \"name\": \"City\"\n            },\n            {\n                \"id\": \"52127107\",\n                \"name\": \"Preto G Coquinho\"\n            },\n            {\n                \"id\": \"19078100\",\n                \"name\": \"Open Outlander\"\n            },\n            {\n                \"id\": \"415866\",\n                \"name\": \"Hulk\"\n            },\n            {\n                \"id\": \"61404779\",\n                \"name\": \"Freeway Forever Preto com Grafismo\"\n            },\n            {\n                \"id\": \"27131212\",\n                \"name\": \"Trovão\"\n            },\n            {\n                \"id\": \"40693069\",\n                \"name\": \"Jaguar\"\n            },\n            {\n                \"id\": \"2133751\",\n                \"name\": \"Paint\"\n            },\n            {\n                \"id\": \"18368919\",\n                \"name\": \"Força Aérea\"\n            },\n            {\n                \"id\": \"44085875\",\n                \"name\": \"Brilho\"\n            },\n            {\n                \"id\": \"11080567\",\n                \"name\": \"Hype\"\n            },\n            {\n                \"id\": \"10999436\",\n                \"name\": \"Soleluna 2016\"\n            },\n            {\n                \"id\": \"47241674\",\n                \"name\": \"Solido\"\n            },\n            {\n                \"id\": \"11080847\",\n                \"name\": \"Venger Mat\"\n            },\n            {\n                \"id\": \"7261417\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"10836454\",\n                \"name\": \"Dauntless\"\n            },\n            {\n                \"id\": \"2787901\",\n                \"name\": \"Looney Tunes\"\n            },\n            {\n                \"id\": \"65193998\",\n                \"name\": \"VOLT ABSTRAK\"\n            },\n            {\n                \"id\": \"11124372\",\n                \"name\": \"Highway Dreams\"\n            },\n            {\n                \"id\": \"22516247\",\n                \"name\": \"Nazka\"\n            },\n            {\n                \"id\": \"10985742\",\n                \"name\": \"Lucky 13 Bullhead\"\n            },\n            {\n                \"id\": \"65151497\",\n                \"name\": \"HUMMER B CAPACITOR C8\"\n            },\n            {\n                \"id\": \"10985747\",\n                \"name\": \"Captain Vegas\"\n            },\n            {\n                \"id\": \"16309576\",\n                \"name\": \"Amarelo\"\n            },\n            {\n                \"id\": \"15893185\",\n                \"name\": \"GASOLINA\"\n            },\n            {\n                \"id\": \"13090349\",\n                \"name\": \"Open\"\n            },\n            {\n                \"id\": \"4719617\",\n                \"name\": \"Espaço\"\n            },\n            {\n                \"id\": \"45840227\",\n                \"name\": \"Solido\"\n            },\n            {\n                \"id\": \"11077876\",\n                \"name\": \"Atom\"\n            },\n            {\n                \"id\": \"64023655\",\n                \"name\": \"CLASSIC S FF358 EDITION\"\n            },\n            {\n                \"id\": \"16346877\",\n                \"name\": \"Laranja\"\n            },\n            {\n                \"id\": \"45708552\",\n                \"name\": \"BUSTER FLOW\"\n            },\n            {\n                \"id\": \"65196967\",\n                \"name\": \"flex e0\"\n            },\n            {\n                \"id\": \"20353349\",\n                \"name\": \"Loop\"\n            },\n            {\n                \"id\": \"18993936\",\n                \"name\": \"U-RB2 VERTICE\"\n            },\n            {\n                \"id\": \"10717382\",\n                \"name\": \"Kuwait\"\n            },\n            {\n                \"id\": \"29598801\",\n                \"name\": \"CONQUEST\"\n            },\n            {\n                \"id\": \"10876767\",\n                \"name\": \"Spring One\"\n            },\n            {\n                \"id\": \"43978761\",\n                \"name\": \"Crossbar-TC-3\"\n            },\n            {\n                \"id\": \"46394606\",\n                \"name\": \"MONOCLOR\"\n            },\n            {\n                \"id\": \"34740208\",\n                \"name\": \"Floral\"\n            },\n            {\n                \"id\": \"54702242\",\n                \"name\": \"BLACK DEAD\"\n            },\n            {\n                \"id\": \"17261288\",\n                \"name\": \"Lente Dupla à Prova de Sol\"\n            },\n            {\n                \"id\": \"19247023\",\n                \"name\": \"Hunger\"\n            },\n            {\n                \"id\": \"62380210\",\n                \"name\": \"HK CHECKED\"\n            },\n            {\n                \"id\": \"28489616\",\n                \"name\": \"Coraje\"\n            },\n            {\n                \"id\": \"72190511\",\n                \"name\": \"VOLT ABSTRAK PINK\"\n            },\n            {\n                \"id\": \"19906728\",\n                \"name\": \"Cannon - Jeans Laranja Fluor\"\n            },\n            {\n                \"id\": \"21140714\",\n                \"name\": \"BRILHANTE\"\n            },\n            {\n                \"id\": \"68085409\",\n                \"name\": \"DRILLOX\"\n            },\n            {\n                \"id\": \"5955009\",\n                \"name\": \"Rush\"\n            },\n            {\n                \"id\": \"10999448\",\n                \"name\": \"Five Continents\"\n            },\n            {\n                \"id\": \"52250752\",\n                \"name\": \"Maze\"\n            },\n            {\n                \"id\": \"43978804\",\n                \"name\": \"Negro Mate\"\n            },\n            {\n                \"id\": \"15887415\",\n                \"name\": \"SAMURAI\"\n            },\n            {\n                \"id\": \"11222042\",\n                \"name\": \"Attack EVO\"\n            },\n            {\n                \"id\": \"7003254\",\n                \"name\": \"Vermont\"\n            },\n            {\n                \"id\": \"20240664\",\n                \"name\": \"Speedmax Azul Branco Vermelho\"\n            },\n            {\n                \"id\": \"22887718\",\n                \"name\": \"Advance\"\n            },\n            {\n                \"id\": \"47506181\",\n                \"name\": \"Brilhante\"\n            },\n            {\n                \"id\": \"7468943\",\n                \"name\": \"Disco\"\n            },\n            {\n                \"id\": \"54679211\",\n                \"name\": \"Resistência Sophie\"\n            },\n            {\n                \"id\": \"11026807\",\n                \"name\": \"Nelum\"\n            },\n            {\n                \"id\": \"67146463\",\n                \"name\": \"GRAND PRIX UNITED KINGDOM\"\n            },\n            {\n                \"id\": \"73041640\",\n                \"name\": \"Signal Monocolor Fosco Preto\"\n            },\n            {\n                \"id\": \"65578770\",\n                \"name\": \"Spiffy\"\n            },\n            {\n                \"id\": \"2896277\",\n                \"name\": \"Estampado\"\n            },\n            {\n                \"id\": \"6214240\",\n                \"name\": \"Tricolor\"\n            },\n            {\n                \"id\": \"52122567\",\n                \"name\": \"Capacete Kraft Couro Branco\"\n            },\n            {\n                \"id\": \"50818067\",\n                \"name\": \"Mugello Valentino Rossi 2015\"\n            },\n            {\n                \"id\": \"16511326\",\n                \"name\": \"Cromado\"\n            },\n            {\n                \"id\": \"8995771\",\n                \"name\": \"Eva\"\n            },\n            {\n                \"id\": \"55109120\",\n                \"name\": \"STROBE\"\n            },\n            {\n                \"id\": \"18996018\",\n                \"name\": \"Itália - Dalla Porta\"\n            },\n            {\n                \"id\": \"72190535\",\n                \"name\": \"CROC RED\"\n            },\n            {\n                \"id\": \"11012469\",\n                \"name\": \"Replica Zarco Malasyan GP\"\n            },\n            {\n                \"id\": \"11079036\",\n                \"name\": \"Single\"\n            },\n            {\n                \"id\": \"44015331\",\n                \"name\": \"Capacete Catrina D6\"\n            },\n            {\n                \"id\": \"43680169\",\n                \"name\": \"Capacetes Baux E15\"\n            },\n            {\n                \"id\": \"4604208\",\n                \"name\": \"RoboCop\"\n            },\n            {\n                \"id\": \"22653133\",\n                \"name\": \"HUB\"\n            },\n            {\n                \"id\": \"66325826\",\n                \"name\": \"Magnet Gloss\"\n            },\n            {\n                \"id\": \"20954235\",\n                \"name\": \"Gráfico\"\n            },\n            {\n                \"id\": \"43372151\",\n                \"name\": \"Airkinetic\"\n            },\n            {\n                \"id\": \"27117029\",\n                \"name\": \"Force\"\n            },\n            {\n                \"id\": \"11012475\",\n                \"name\": \"Antheon\"\n            },\n            {\n                \"id\": \"6658909\",\n                \"name\": \"Zoológico\"\n            },\n            {\n                \"id\": \"30366230\",\n                \"name\": \"Dragão Branco\"\n            },\n            {\n                \"id\": \"72628496\",\n                \"name\": \"SVENT\"\n            },\n            {\n                \"id\": \"4778579\",\n                \"name\": \"Hunter\"\n            },\n            {\n                \"id\": \"16086393\",\n                \"name\": \"Foxy A2 Mate\"\n            },\n            {\n                \"id\": \"5546002\",\n                \"name\": \"Zapata\"\n            },\n            {\n                \"id\": \"10750700\",\n                \"name\": \"Wave\"\n            },\n            {\n                \"id\": \"43978808\",\n                \"name\": \"Sunset\"\n            },\n            {\n                \"id\": \"38432929\",\n                \"name\": \"DOWNSHIFT\"\n            },\n            {\n                \"id\": \"11091630\",\n                \"name\": \"Tixer\"\n            },\n            {\n                \"id\": \"65274372\",\n                \"name\": \"HIT FASTER\"\n            },\n            {\n                \"id\": \"23042978\",\n                \"name\": \"R8 Air\"\n            },\n            {\n                \"id\": \"18993555\",\n                \"name\": \"VERTICE\"\n            },\n            {\n                \"id\": \"52166408\",\n                \"name\": \"Matte Red Titanium\"\n            },\n            {\n                \"id\": \"20263909\",\n                \"name\": \"Solid Carbon\"\n            },\n            {\n                \"id\": \"3750002\",\n                \"name\": \"Macaco\"\n            },\n            {\n                \"id\": \"30447946\",\n                \"name\": \"Force\"\n            },\n            {\n                \"id\": \"10717386\",\n                \"name\": \"Never give up\"\n            },\n            {\n                \"id\": \"23187965\",\n                \"name\": \"Scooby-Doo\"\n            },\n            {\n                \"id\": \"16290332\",\n                \"name\": \"Scope\"\n            },\n            {\n                \"id\": \"55115449\",\n                \"name\": \"Pioneer II Namib\"\n            },\n            {\n                \"id\": \"4262731\",\n                \"name\": \"Pirata\"\n            },\n            {\n                \"id\": \"11079039\",\n                \"name\": \"Tank\"\n            },\n            {\n                \"id\": \"6134333\",\n                \"name\": \"Ossos\"\n            },\n            {\n                \"id\": \"17034496\",\n                \"name\": \"N/A (não se aplica)\"\n            },\n            {\n                \"id\": \"4781941\",\n                \"name\": \"Itália\"\n            },\n            {\n                \"id\": \"65202797\",\n                \"name\": \"ATTACKER\"\n            },\n            {\n                \"id\": \"6884209\",\n                \"name\": \"Berlim\"\n            },\n            {\n                \"id\": \"16512473\",\n                \"name\": \"3 SPORT FLAG\"\n            },\n            {\n                \"id\": \"50955663\",\n                \"name\": \"GTN 2 Preto e Azul Tifany Com Viseira Cristal Transparente\"\n            },\n            {\n                \"id\": \"15043970\",\n                \"name\": \"[Cascos para motos]\"\n            },\n            {\n                \"id\": \"25888477\",\n                \"name\": \"Chakri\"\n            },\n            {\n                \"id\": \"52654628\",\n                \"name\": \"Signal Gear\"\n            },\n            {\n                \"id\": \"11026810\",\n                \"name\": \"Catalan Bad Boy Mat\"\n            },\n            {\n                \"id\": \"61542668\",\n                \"name\": \"XDRON CYAN\"\n            },\n            {\n                \"id\": \"4420962\",\n                \"name\": \"Lobisomen\"\n            },\n            {\n                \"id\": \"7653953\",\n                \"name\": \"Faixas\"\n            },\n            {\n                \"id\": \"11012479\",\n                \"name\": \"Rep Lorenzo Catalunya GP 2019\"\n            },\n            {\n                \"id\": \"11091634\",\n                \"name\": \"Uni Matte\"\n            },\n            {\n                \"id\": \"3458999\",\n                \"name\": \"Justiceiro\"\n            },\n            {\n                \"id\": \"18357892\",\n                \"name\": \"X Open\"\n            },\n            {\n                \"id\": \"7142412\",\n                \"name\": \"Racing\"\n            },\n            {\n                \"id\": \"57590555\",\n                \"name\": \"CASCO CERRADO\"\n            },\n            {\n                \"id\": \"73738391\",\n                \"name\": \"GRAND PRIX JAPAN\"\n            },\n            {\n                \"id\": \"28655235\",\n                \"name\": \"Dobrável\"\n            },\n            {\n                \"id\": \"55109325\",\n                \"name\": \"RIDILL 2 ASSYA KXK M\"\n            },\n            {\n                \"id\": \"28650382\",\n                \"name\": \"Cores\"\n            },\n            {\n                \"id\": \"39065154\",\n                \"name\": \"Bandeira Japão\"\n            },\n            {\n                \"id\": \"10836463\",\n                \"name\": \"Bounce\"\n            },\n            {\n                \"id\": \"10829106\",\n                \"name\": \"Navigate\"\n            },\n            {\n                \"id\": \"50641135\",\n                \"name\": \"Onça\"\n            },\n            {\n                \"id\": \"24460585\",\n                \"name\": \"Brilhante\"\n            },\n            {\n                \"id\": \"20272622\",\n                \"name\": \"Apache\"\n            },\n            {\n                \"id\": \"45587113\",\n                \"name\": \"Toxic\"\n            },\n            {\n                \"id\": \"50982956\",\n                \"name\": \"Oneal Backflip Eclipse\"\n            },\n            {\n                \"id\": \"11083453\",\n                \"name\": \"Replica Zarco 2019\"\n            },\n            {\n                \"id\": \"17304751\",\n                \"name\": \"GT Super\"\n            },\n            {\n                \"id\": \"17605203\",\n                \"name\": \"Capacetes para motocicletas\"\n            },\n            {\n                \"id\": \"54679371\",\n                \"name\": \"STREAM 2\"\n            },\n            {\n                \"id\": \"7292386\",\n                \"name\": \"Camuflado\"\n            },\n            {\n                \"id\": \"73471349\",\n                \"name\": \"B Liquer C7\"\n            },\n            {\n                \"id\": \"16626339\",\n                \"name\": \"STICKERS\"\n            },\n            {\n                \"id\": \"20963413\",\n                \"name\": \"Chaos\"\n            },\n            {\n                \"id\": \"20353283\",\n                \"name\": \"Sukeban - Preto Titanium e Dourado\"\n            },\n            {\n                \"id\": \"15309635\",\n                \"name\": \"Ultra\"\n            },\n            {\n                \"id\": \"39611559\",\n                \"name\": \"Lisa\"\n            },\n            {\n                \"id\": \"48499243\",\n                \"name\": \"BRANCO PÉROLA BRILHO\"\n            },\n            {\n                \"id\": \"6959881\",\n                \"name\": \"Delta\"\n            },\n            {\n                \"id\": \"55092820\",\n                \"name\": \"Scope 2\"\n            },\n            {\n                \"id\": \"52670952\",\n                \"name\": \"Mixs Way Aberto Preto Fosco\"\n            },\n            {\n                \"id\": \"28023825\",\n                \"name\": \"Wizard\"\n            },\n            {\n                \"id\": \"38019667\",\n                \"name\": \"Vision\"\n            },\n            {\n                \"id\": \"20353707\",\n                \"name\": \"Lava - Laranja Fluor Preto\"\n            },\n            {\n                \"id\": \"11078140\",\n                \"name\": \"Line\"\n            },\n            {\n                \"id\": \"20309001\",\n                \"name\": \"Journey - Amarelo\"\n            },\n            {\n                \"id\": \"13444827\",\n                \"name\": \"PREMIUM\"\n            },\n            {\n                \"id\": \"21099235\",\n                \"name\": \"Abatível\"\n            },\n            {\n                \"id\": \"35180734\",\n                \"name\": \"Lisa\"\n            },\n            {\n                \"id\": \"22095048\",\n                \"name\": \"Beam\"\n            },\n            {\n                \"id\": \"19879145\",\n                \"name\": \"Ridic\"\n            },\n            {\n                \"id\": \"54773403\",\n                \"name\": \"ARBOLINO PRATA/VERDE\"\n            },\n            {\n                \"id\": \"6658908\",\n                \"name\": \"Classic\"\n            },\n            {\n                \"id\": \"55645214\",\n                \"name\": \"501 SP Mark\"\n            },\n            {\n                \"id\": \"19078248\",\n                \"name\": \"Replica Oliveira Falcão\"\n            },\n            {\n                \"id\": \"10734625\",\n                \"name\": \"Wonder\"\n            },\n            {\n                \"id\": \"4647388\",\n                \"name\": \"Dourado\"\n            },\n            {\n                \"id\": \"42115909\",\n                \"name\": \"Tricolor\"\n            },\n            {\n                \"id\": \"10222073\",\n                \"name\": \"Pipe\"\n            },\n            {\n                \"id\": \"10829100\",\n                \"name\": \"Rumpus\"\n            },\n            {\n                \"id\": \"20379178\",\n                \"name\": \"Monocolor preto fosco\"\n            },\n            {\n                \"id\": \"6820156\",\n                \"name\": \"Bubble\"\n            },\n            {\n                \"id\": \"15407806\",\n                \"name\": \"Automatic\"\n            },\n            {\n                \"id\": \"19479731\",\n                \"name\": \"Marquez Concept 2.0\"\n            },\n            {\n                \"id\": \"17666816\",\n                \"name\": \"EXILIO BRANCO/LARANJA/PRETO\"\n            },\n            {\n                \"id\": \"43978764\",\n                \"name\": \"Conjure-TC-9\"\n            },\n            {\n                \"id\": \"19243754\",\n                \"name\": \"Stratus\"\n            },\n            {\n                \"id\": \"16122828\",\n                \"name\": \"Freeway Forever Azul F\"\n            },\n            {\n                \"id\": \"54702193\",\n                \"name\": \"Skill\"\n            },\n            {\n                \"id\": \"16001930\",\n                \"name\": \"Orthus\"\n            },\n            {\n                \"id\": \"6287544\",\n                \"name\": \"Bandeira do Brasil\"\n            },\n            {\n                \"id\": \"10876562\",\n                \"name\": \"Solido\"\n            },\n            {\n                \"id\": \"49330317\",\n                \"name\": \"Attack Articulado Robocop\"\n            },\n            {\n                \"id\": \"73503545\",\n                \"name\": \"Grand Prix Germany\"\n            },\n            {\n                \"id\": \"13090326\",\n                \"name\": \"Selfie\"\n            },\n            {\n                \"id\": \"11080842\",\n                \"name\": \"Noxxys\"\n            },\n            {\n                \"id\": \"10985741\",\n                \"name\": \"Iso Bars\"\n            },\n            {\n                \"id\": \"61931297\",\n                \"name\": \"Axxis SV\"\n            },\n            {\n                \"id\": \"10492715\",\n                \"name\": \"Rocket\"\n            },\n            {\n                \"id\": \"69818307\",\n                \"name\": \"Volt SV\"\n            },\n            {\n                \"id\": \"10750699\",\n                \"name\": \"Triller\"\n            },\n            {\n                \"id\": \"35526610\",\n                \"name\": \"Torque\"\n            },\n            {\n                \"id\": \"28631238\",\n                \"name\": \"Buster koi\"\n            },\n            {\n                \"id\": \"65197201\",\n                \"name\": \"B-FAST CLASS\"\n            },\n            {\n                \"id\": \"5881852\",\n                \"name\": \"Flor\"\n            },\n            {\n                \"id\": \"48881979\",\n                \"name\": \"Force Augusto Fernandez\"\n            },\n            {\n                \"id\": \"16086380\",\n                \"name\": \"Solid A3\"\n            },\n            {\n                \"id\": \"11080564\",\n                \"name\": \"Rapid\"\n            },\n            {\n                \"id\": \"6546488\",\n                \"name\": \"Florescer\"\n            },\n            {\n                \"id\": \"4400964\",\n                \"name\": \"Graffiti\"\n            },\n            {\n                \"id\": \"49888930\",\n                \"name\": \"DIVERSÃO PARA CRIANÇAS\"\n            },\n            {\n                \"id\": \"18999289\",\n                \"name\": \"Grafismo Adventure\"\n            },\n            {\n                \"id\": \"19148471\",\n                \"name\": \"Palhaço (Brilha no Escuro)\"\n            },\n            {\n                \"id\": \"65177992\",\n                \"name\": \"B-REAPER BRAVE\"\n            },\n            {\n                \"id\": \"10999462\",\n                \"name\": \"Seattle\"\n            },\n            {\n                \"id\": \"15408251\",\n                \"name\": \"Favela\"\n            },\n            {\n                \"id\": \"58636812\",\n                \"name\": \"RELAY\"\n            },\n            {\n                \"id\": \"41719560\",\n                \"name\": \"Axtro\"\n            },\n            {\n                \"id\": \"58858537\",\n                \"name\": \"Duocolor\"\n            },\n            {\n                \"id\": \"33087539\",\n                \"name\": \"Flores\"\n            },\n            {\n                \"id\": \"10829098\",\n                \"name\": \"Intense\"\n            },\n            {\n                \"id\": \"4426347\",\n                \"name\": \"Gato\"\n            },\n            {\n                \"id\": \"5888115\",\n                \"name\": \"Palhaço\"\n            },\n            {\n                \"id\": \"4781932\",\n                \"name\": \"Espanha\"\n            },\n            {\n                \"id\": \"50569135\",\n                \"name\": \"Black wolf\"\n            },\n            {\n                \"id\": \"11080569\",\n                \"name\": \"Edge\"\n            },\n            {\n                \"id\": \"48232483\",\n                \"name\": \"RICK & MORTY GALÁCTICO\"\n            },\n            {\n                \"id\": \"19515450\",\n                \"name\": \"Grow - Preto Prata e Vemelho\"\n            },\n            {\n                \"id\": \"19479744\",\n                \"name\": \"Cromo - Fosco Preto Vermelho e Azul\"\n            },\n            {\n                \"id\": \"20390974\",\n                \"name\": \"TRICE\"\n            },\n            {\n                \"id\": \"73026286\",\n                \"name\": \"SARBUL\"\n            },\n            {\n                \"id\": \"10582513\",\n                \"name\": \"Anyah\"\n            },\n            {\n                \"id\": \"5652870\",\n                \"name\": \"Viper\"\n            },\n            {\n                \"id\": \"11026799\",\n                \"name\": \"Drift-R Mat\"\n            },\n            {\n                \"id\": \"415868\",\n                \"name\": \"Batman\"\n            },\n            {\n                \"id\": \"5236841\",\n                \"name\": \"Vintage\"\n            },\n            {\n                \"id\": \"11081263\",\n                \"name\": \"One\"\n            },\n            {\n                \"id\": \"1229805\",\n                \"name\": \"Quadriculado\"\n            },\n            {\n                \"id\": \"11127237\",\n                \"name\": \"Liberty 788\"\n            },\n            {\n                \"id\": \"56522437\",\n                \"name\": \"Stunner\"\n            },\n            {\n                \"id\": \"54701671\",\n                \"name\": \"Doom Preto Vermelho\"\n            },\n            {\n                \"id\": \"55067747\",\n                \"name\": \"Gtx LIMIT\"\n            },\n            {\n                \"id\": \"22492328\",\n                \"name\": \"Cor Especial\"\n            },\n            {\n                \"id\": \"48526607\",\n                \"name\": \"Liso\"\n            },\n            {\n                \"id\": \"10999440\",\n                \"name\": \"The Eye\"\n            },\n            {\n                \"id\": \"54702231\",\n                \"name\": \"Grafismo Camuflado\"\n            }\n        ],\n        \"tooltip\": \"É a decoração do capacete. Se não tiver um desenho, o valor a ser preenchido é 'Liso'.\",\n        \"example\": \"Liso\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"FINISH\",\n        \"name\": \"Acabamento\",\n        \"tags\": {\n            \"allow_variations\": true,\n            \"defines_picture\": true\n        },\n        \"hierarchy\": \"CHILD_PK\",\n        \"relevance\": 1,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"2102514\",\n                \"name\": \"Brilhante\"\n            },\n            {\n                \"id\": \"373817\",\n                \"name\": \"Fosco\"\n            },\n            {\n                \"id\": \"400294\",\n                \"name\": \"Acetinado\"\n            },\n            {\n                \"id\": \"400296\",\n                \"name\": \"Metálico\"\n            },\n            {\n                \"id\": \"373820\",\n                \"name\": \"Perolado\"\n            },\n            {\n                \"id\": \"400288\",\n                \"name\": \"Glitter\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"HELMET_SIZE\",\n        \"name\": \"Tamanho do capacete\",\n        \"tags\": {\n            \"allow_variations\": true,\n            \"required\": true\n        },\n        \"hierarchy\": \"CHILD_PK\",\n        \"relevance\": 1,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"16472591\",\n                \"name\": \"52\"\n            },\n            {\n                \"id\": \"8231059\",\n                \"name\": \"54\"\n            },\n            {\n                \"id\": \"8220536\",\n                \"name\": \"56\"\n            },\n            {\n                \"id\": \"8220367\",\n                \"name\": \"58\"\n            },\n            {\n                \"id\": \"8220368\",\n                \"name\": \"60\"\n            },\n            {\n                \"id\": \"8220369\",\n                \"name\": \"62\"\n            },\n            {\n                \"id\": \"8220537\",\n                \"name\": \"64\"\n            },\n            {\n                \"id\": \"58435650\",\n                \"name\": \"51/52\"\n            },\n            {\n                \"id\": \"15407403\",\n                \"name\": \"53/54\"\n            },\n            {\n                \"id\": \"13378697\",\n                \"name\": \"55/56\"\n            },\n            {\n                \"id\": \"58533649\",\n                \"name\": \"56/57\"\n            },\n            {\n                \"id\": \"13378624\",\n                \"name\": \"57/58\"\n            },\n            {\n                \"id\": \"36526334\",\n                \"name\": \"58/59\"\n            },\n            {\n                \"id\": \"13378555\",\n                \"name\": \"59/60\"\n            },\n            {\n                \"id\": \"13378413\",\n                \"name\": \"61/62\"\n            },\n            {\n                \"id\": \"13378418\",\n                \"name\": \"63/64\"\n            },\n            {\n                \"id\": \"58533650\",\n                \"name\": \"65/66\"\n            },\n            {\n                \"id\": \"58533651\",\n                \"name\": \"67/68\"\n            }\n        ],\n        \"tooltip\": \"Este campo indica o tamanho do capacete, que é distinto das medidas da circunferência da cabeça. Deve ser preenchido apenas com números e barra (/).\",\n        \"example\": \"M\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"HEAD_CIRCUMFERENCE_SIZE\",\n        \"name\": \"Tamanho da circunferência da cabeça\",\n        \"tags\": {\n            \"variation_attribute\": true\n        },\n        \"hierarchy\": \"CHILD_DEPENDENT\",\n        \"relevance\": 1,\n        \"value_type\": \"number_unit\",\n        \"value_max_length\": 255,\n        \"allowed_units\": [\n            {\n                \"id\": \"\\\"\",\n                \"name\": \"\\\"\"\n            },\n            {\n                \"id\": \"cm\",\n                \"name\": \"cm\"\n            },\n            {\n                \"id\": \"mm\",\n                \"name\": \"mm\"\n            }\n        ],\n        \"default_unit\": \"cm\",\n        \"tooltip\": \"Este campo captura a medida da circunferência da cabeça à qual o capacete se adapta. Deve ter concordância com o campo de tamanho do capacete.\",\n        \"example\": \"60 cm\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"MAIN_COLOR\",\n        \"name\": \"Cor principal\",\n        \"tags\": {\n            \"variation_attribute\": true\n        },\n        \"hierarchy\": \"CHILD_DEPENDENT\",\n        \"relevance\": 1,\n        \"type\": \"color\",\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"2450295\",\n                \"name\": \"Preto\",\n                \"metadata\": {\n                    \"rgb\": \"000000\"\n                }\n            },\n            {\n                \"id\": \"2450293\",\n                \"name\": \"Azul\",\n                \"metadata\": {\n                    \"rgb\": \"1717FF\"\n                }\n            },\n            {\n                \"id\": \"2450307\",\n                \"name\": \"Vermelho\",\n                \"metadata\": {\n                    \"rgb\": \"FF0000\"\n                }\n            },\n            {\n                \"id\": \"2450311\",\n                \"name\": \"Violeta\",\n                \"metadata\": {\n                    \"rgb\": \"9F00FF\"\n                }\n            },\n            {\n                \"id\": \"2450291\",\n                \"name\": \"Marrom\",\n                \"metadata\": {\n                    \"rgb\": \"A0522D\"\n                }\n            },\n            {\n                \"id\": \"2450314\",\n                \"name\": \"Verde\",\n                \"metadata\": {\n                    \"rgb\": \"0DA600\"\n                }\n            },\n            {\n                \"id\": \"2450327\",\n                \"name\": \"Laranja\",\n                \"metadata\": {\n                    \"rgb\": \"FF8C00\"\n                }\n            },\n            {\n                \"id\": \"2450278\",\n                \"name\": \"Azul celeste\",\n                \"metadata\": {\n                    \"rgb\": \"83DDFF\"\n                }\n            },\n            {\n                \"id\": \"2450312\",\n                \"name\": \"Rosa\",\n                \"metadata\": {\n                    \"rgb\": \"FCB1BE\"\n                }\n            },\n            {\n                \"id\": \"2450289\",\n                \"name\": \"Dourado\",\n                \"metadata\": {\n                    \"rgb\": \"FFD700\"\n                }\n            },\n            {\n                \"id\": \"2450303\",\n                \"name\": \"Prateado\",\n                \"metadata\": {\n                    \"rgb\": \"CBCFD0\"\n                }\n            },\n            {\n                \"id\": \"2450296\",\n                \"name\": \"Amarelo\",\n                \"metadata\": {\n                    \"rgb\": \"FFED00\"\n                }\n            },\n            {\n                \"id\": \"2450294\",\n                \"name\": \"Cinza\",\n                \"metadata\": {\n                    \"rgb\": \"E1E1E1\"\n                }\n            },\n            {\n                \"id\": \"2450308\",\n                \"name\": \"Branco\",\n                \"metadata\": {\n                    \"rgb\": \"FFFFFF\"\n                }\n            },\n            {\n                \"id\": \"2450302\",\n                \"name\": \"Azul-aço\",\n                \"metadata\": {\n                    \"rgb\": \"6FA8DC\",\n                    \"parent_id\": \"2450293\"\n                }\n            },\n            {\n                \"id\": \"2450298\",\n                \"name\": \"Azul-claro\",\n                \"metadata\": {\n                    \"rgb\": \"DCECFF\",\n                    \"parent_id\": \"2450293\"\n                }\n            },\n            {\n                \"id\": \"2450306\",\n                \"name\": \"Azul-escuro\",\n                \"metadata\": {\n                    \"rgb\": \"013267\",\n                    \"parent_id\": \"2450293\"\n                }\n            },\n            {\n                \"id\": \"2450325\",\n                \"name\": \"Azul-marinho\",\n                \"metadata\": {\n                    \"rgb\": \"0F5299\",\n                    \"parent_id\": \"2450293\"\n                }\n            },\n            {\n                \"id\": \"2450288\",\n                \"name\": \"Azul-petróleo\",\n                \"metadata\": {\n                    \"rgb\": \"1E6E7F\",\n                    \"parent_id\": \"2450293\"\n                }\n            },\n            {\n                \"id\": \"2450322\",\n                \"name\": \"Bordô\",\n                \"metadata\": {\n                    \"rgb\": \"830500\",\n                    \"parent_id\": \"2450307\"\n                }\n            },\n            {\n                \"id\": \"2450318\",\n                \"name\": \"Coral\",\n                \"metadata\": {\n                    \"rgb\": \"FA8072\",\n                    \"parent_id\": \"2450307\"\n                }\n            },\n            {\n                \"id\": \"2450313\",\n                \"name\": \"Coral-claro\",\n                \"metadata\": {\n                    \"rgb\": \"F9AC95\",\n                    \"parent_id\": \"2450307\"\n                }\n            },\n            {\n                \"id\": \"11282034\",\n                \"name\": \"Coral-escuro\",\n                \"metadata\": {\n                    \"rgb\": \"CD5B45\",\n                    \"parent_id\": \"2450307\"\n                }\n            },\n            {\n                \"id\": \"2450317\",\n                \"name\": \"Terracota\",\n                \"metadata\": {\n                    \"rgb\": \"C63633\",\n                    \"parent_id\": \"2450307\"\n                }\n            },\n            {\n                \"id\": \"2450316\",\n                \"name\": \"Lavanda\",\n                \"metadata\": {\n                    \"rgb\": \"D9D2E9\",\n                    \"parent_id\": \"2450311\"\n                }\n            },\n            {\n                \"id\": \"2450321\",\n                \"name\": \"Lilás\",\n                \"metadata\": {\n                    \"rgb\": \"CC87FF\",\n                    \"parent_id\": \"2450311\"\n                }\n            },\n            {\n                \"id\": \"11282036\",\n                \"name\": \"Violeta-claro\",\n                \"metadata\": {\n                    \"rgb\": \"EE82EE\",\n                    \"parent_id\": \"2450311\"\n                }\n            },\n            {\n                \"id\": \"2450290\",\n                \"name\": \"Violeta-escuro\",\n                \"metadata\": {\n                    \"rgb\": \"4E0087\",\n                    \"parent_id\": \"2450311\"\n                }\n            },\n            {\n                \"id\": \"2450279\",\n                \"name\": \"Índigo\",\n                \"metadata\": {\n                    \"rgb\": \"7A64C6\",\n                    \"parent_id\": \"2450311\"\n                }\n            },\n            {\n                \"id\": \"2450281\",\n                \"name\": \"Bege\",\n                \"metadata\": {\n                    \"rgb\": \"F5F3DC\",\n                    \"parent_id\": \"2450291\"\n                }\n            },\n            {\n                \"id\": \"2450282\",\n                \"name\": \"Chocolate\",\n                \"metadata\": {\n                    \"rgb\": \"9B3F14\",\n                    \"parent_id\": \"2450291\"\n                }\n            },\n            {\n                \"id\": \"2450292\",\n                \"name\": \"Marrom-claro\",\n                \"metadata\": {\n                    \"rgb\": \"AF8650\",\n                    \"parent_id\": \"2450291\"\n                }\n            },\n            {\n                \"id\": \"2450297\",\n                \"name\": \"Marrom-escuro\",\n                \"metadata\": {\n                    \"rgb\": \"5D3806\",\n                    \"parent_id\": \"2450291\"\n                }\n            },\n            {\n                \"id\": \"2450287\",\n                \"name\": \"Palha\",\n                \"metadata\": {\n                    \"rgb\": \"FAEBD7\",\n                    \"parent_id\": \"2450291\"\n                }\n            },\n            {\n                \"id\": \"2450319\",\n                \"name\": \"Verde-claro\",\n                \"metadata\": {\n                    \"rgb\": \"9FF39F\",\n                    \"parent_id\": \"2450314\"\n                }\n            },\n            {\n                \"id\": \"2450324\",\n                \"name\": \"Verde-escuro\",\n                \"metadata\": {\n                    \"rgb\": \"003D00\",\n                    \"parent_id\": \"2450314\"\n                }\n            },\n            {\n                \"id\": \"2450305\",\n                \"name\": \"Verde-limão\",\n                \"metadata\": {\n                    \"rgb\": \"73E129\",\n                    \"parent_id\": \"2450314\"\n                }\n            },\n            {\n                \"id\": \"2450310\",\n                \"name\": \"Verde-musgo\",\n                \"metadata\": {\n                    \"rgb\": \"3F7600\",\n                    \"parent_id\": \"2450314\"\n                }\n            },\n            {\n                \"id\": \"2450323\",\n                \"name\": \"Laranja-claro\",\n                \"metadata\": {\n                    \"rgb\": \"FDAF20\",\n                    \"parent_id\": \"2450327\"\n                }\n            },\n            {\n                \"id\": \"2450328\",\n                \"name\": \"Laranja-escuro\",\n                \"metadata\": {\n                    \"rgb\": \"D2691E\",\n                    \"parent_id\": \"2450327\"\n                }\n            },\n            {\n                \"id\": \"2450286\",\n                \"name\": \"Nude\",\n                \"metadata\": {\n                    \"rgb\": \"FFE4C4\",\n                    \"parent_id\": \"2450327\"\n                }\n            },\n            {\n                \"id\": \"2450320\",\n                \"name\": \"Azul-turquesa\",\n                \"metadata\": {\n                    \"rgb\": \"40E0D0\",\n                    \"parent_id\": \"2450278\"\n                }\n            },\n            {\n                \"id\": \"2450315\",\n                \"name\": \"Ciano\",\n                \"metadata\": {\n                    \"rgb\": \"00FFFF\",\n                    \"parent_id\": \"2450278\"\n                }\n            },\n            {\n                \"id\": \"2450283\",\n                \"name\": \"Água\",\n                \"metadata\": {\n                    \"rgb\": \"E0FFFF\",\n                    \"parent_id\": \"2450278\"\n                }\n            },\n            {\n                \"id\": \"2450326\",\n                \"name\": \"Fúcsia\",\n                \"metadata\": {\n                    \"rgb\": \"FF00EC\",\n                    \"parent_id\": \"2450312\"\n                }\n            },\n            {\n                \"id\": \"2450284\",\n                \"name\": \"Rosa-chiclete\",\n                \"metadata\": {\n                    \"rgb\": \"FF51A8\",\n                    \"parent_id\": \"2450312\"\n                }\n            },\n            {\n                \"id\": \"2450280\",\n                \"name\": \"Rosa-claro\",\n                \"metadata\": {\n                    \"rgb\": \"FADBE2\",\n                    \"parent_id\": \"2450312\"\n                }\n            },\n            {\n                \"id\": \"2450285\",\n                \"name\": \"Rosa-escuro\",\n                \"metadata\": {\n                    \"rgb\": \"D06EA8\",\n                    \"parent_id\": \"2450312\"\n                }\n            },\n            {\n                \"id\": \"11282033\",\n                \"name\": \"Dourado-claro\",\n                \"metadata\": {\n                    \"rgb\": \"FAFAD2\",\n                    \"parent_id\": \"2450289\"\n                }\n            },\n            {\n                \"id\": \"2450309\",\n                \"name\": \"Dourado-escuro\",\n                \"metadata\": {\n                    \"rgb\": \"BF9000\",\n                    \"parent_id\": \"2450289\"\n                }\n            },\n            {\n                \"id\": \"2450300\",\n                \"name\": \"Creme\",\n                \"metadata\": {\n                    \"rgb\": \"FFFFE0\",\n                    \"parent_id\": \"2450296\"\n                }\n            },\n            {\n                \"id\": \"2450301\",\n                \"name\": \"Cáqui\",\n                \"metadata\": {\n                    \"rgb\": \"F0E68C\",\n                    \"parent_id\": \"2450296\"\n                }\n            },\n            {\n                \"id\": \"2450304\",\n                \"name\": \"Ocre\",\n                \"metadata\": {\n                    \"rgb\": \"EACB53\",\n                    \"parent_id\": \"2450296\"\n                }\n            },\n            {\n                \"id\": \"11282035\",\n                \"name\": \"Cinza-claro\",\n                \"metadata\": {\n                    \"rgb\": \"D3D3D3\",\n                    \"parent_id\": \"2450294\"\n                }\n            },\n            {\n                \"id\": \"2450299\",\n                \"name\": \"Cinza-escuro\",\n                \"metadata\": {\n                    \"rgb\": \"666666\",\n                    \"parent_id\": \"2450294\"\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"DETAILED_MODEL\",\n        \"name\": \"Modelo detalhado\",\n        \"tags\": {\n            \"hidden\": true,\n            \"variation_attribute\": true\n        },\n        \"hierarchy\": \"CHILD_DEPENDENT\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"PACKAGE_HEIGHT\",\n        \"name\": \"Altura da embalagem\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true,\n            \"variation_attribute\": true\n        },\n        \"hierarchy\": \"CHILD_DEPENDENT\",\n        \"relevance\": 1,\n        \"value_type\": \"number_unit\",\n        \"value_max_length\": 255,\n        \"allowed_units\": [\n            {\n                \"id\": \"\\\"\",\n                \"name\": \"\\\"\"\n            },\n            {\n                \"id\": \"cm\",\n                \"name\": \"cm\"\n            },\n            {\n                \"id\": \"m\",\n                \"name\": \"m\"\n            },\n            {\n                \"id\": \"mm\",\n                \"name\": \"mm\"\n            }\n        ],\n        \"default_unit\": \"cm\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"PACKAGE_WIDTH\",\n        \"name\": \"Largura da embalagem\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true,\n            \"variation_attribute\": true\n        },\n        \"hierarchy\": \"CHILD_DEPENDENT\",\n        \"relevance\": 1,\n        \"value_type\": \"number_unit\",\n        \"value_max_length\": 255,\n        \"allowed_units\": [\n            {\n                \"id\": \"\\\"\",\n                \"name\": \"\\\"\"\n            },\n            {\n                \"id\": \"cm\",\n                \"name\": \"cm\"\n            },\n            {\n                \"id\": \"m\",\n                \"name\": \"m\"\n            },\n            {\n                \"id\": \"mm\",\n                \"name\": \"mm\"\n            }\n        ],\n        \"default_unit\": \"cm\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"PACKAGE_LENGTH\",\n        \"name\": \"Comprimento da embalagem\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true,\n            \"variation_attribute\": true\n        },\n        \"hierarchy\": \"CHILD_DEPENDENT\",\n        \"relevance\": 1,\n        \"value_type\": \"number_unit\",\n        \"value_max_length\": 255,\n        \"allowed_units\": [\n            {\n                \"id\": \"\\\"\",\n                \"name\": \"\\\"\"\n            },\n            {\n                \"id\": \"cm\",\n                \"name\": \"cm\"\n            },\n            {\n                \"id\": \"m\",\n                \"name\": \"m\"\n            },\n            {\n                \"id\": \"mm\",\n                \"name\": \"mm\"\n            }\n        ],\n        \"default_unit\": \"cm\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"MOTORCYCLE_RIDING_STYLE\",\n        \"name\": \"Estilo de condução em moto\",\n        \"tags\": {},\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 1,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"7639838\",\n                \"name\": \"Urbano\"\n            },\n            {\n                \"id\": \"7639717\",\n                \"name\": \"Esportivo\"\n            },\n            {\n                \"id\": \"7641800\",\n                \"name\": \"Touring\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"PACKAGE_WEIGHT\",\n        \"name\": \"Peso da embalagem\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true,\n            \"variation_attribute\": true\n        },\n        \"hierarchy\": \"CHILD_DEPENDENT\",\n        \"relevance\": 1,\n        \"value_type\": \"number_unit\",\n        \"value_max_length\": 255,\n        \"allowed_units\": [\n            {\n                \"id\": \"g\",\n                \"name\": \"g\"\n            },\n            {\n                \"id\": \"kg\",\n                \"name\": \"kg\"\n            },\n            {\n                \"id\": \"lb\",\n                \"name\": \"lb\"\n            },\n            {\n                \"id\": \"mg\",\n                \"name\": \"mg\"\n            },\n            {\n                \"id\": \"oz\",\n                \"name\": \"oz\"\n            }\n        ],\n        \"default_unit\": \"g\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"HELMET_TYPE\",\n        \"name\": \"Tipo de capacete\",\n        \"tags\": {},\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 1,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"49407646\",\n                \"name\": \"Aberto\"\n            },\n            {\n                \"id\": \"7477793\",\n                \"name\": \"Aberto com viseira\"\n            },\n            {\n                \"id\": \"179591\",\n                \"name\": \"Integral\"\n            },\n            {\n                \"id\": \"23599559\",\n                \"name\": \"Off-Road\"\n            },\n            {\n                \"id\": \"40941437\",\n                \"name\": \"Escamoteável\"\n            },\n            {\n                \"id\": \"49407653\",\n                \"name\": \"Multi-Modular\"\n            },\n            {\n                \"id\": \"9234950\",\n                \"name\": \"Trial\"\n            },\n            {\n                \"id\": \"49407659\",\n                \"name\": \"Dual-Sport\"\n            }\n        ],\n        \"tooltip\": \"É a categoria que melhor descreve a forma e o design do capacete, refletindo seu estilo e função específicos.\",\n        \"example\": \"Integral\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"INNER_MATERIALS\",\n        \"name\": \"Materiais do interior\",\n        \"tags\": {\n            \"multivalued\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"values\": [\n            {\n                \"id\": \"22937119\",\n                \"name\": \"Cuerina picada\"\n            },\n            {\n                \"id\": \"17665949\",\n                \"name\": \"Lavável,removível\"\n            },\n            {\n                \"id\": \"18718739\",\n                \"name\": \"Polipropileno\"\n            },\n            {\n                \"id\": \"62010616\",\n                \"name\": \"estrutura interna canaletada em eps\"\n            },\n            {\n                \"id\": \"55115444\",\n                \"name\": \"KPA\"\n            },\n            {\n                \"id\": \"13791529\",\n                \"name\": \"Poliestireno canalizado\"\n            },\n            {\n                \"id\": \"21471532\",\n                \"name\": \"Tecidos dry-confort com tratamento higiênico\"\n            },\n            {\n                \"id\": \"54095480\",\n                \"name\": \"Resina termoplástica\"\n            },\n            {\n                \"id\": \"19110013\",\n                \"name\": \"Espuma de múltiplas densidades\"\n            },\n            {\n                \"id\": \"20291780\",\n                \"name\": \"Eps cacharrel rebaixado\"\n            },\n            {\n                \"id\": \"21139757\",\n                \"name\": \"Eps forro antialérgico\"\n            },\n            {\n                \"id\": \"34746190\",\n                \"name\": \"Forro removivel lavável e de material tecnológico antialérgico Cinta jugular de engate rápido  Viseira com encaixe para PINLOCK\"\n            },\n            {\n                \"id\": \"18997397\",\n                \"name\": \"Eps antialérgico original\"\n            },\n            {\n                \"id\": \"20286701\",\n                \"name\": \"Almofadas suaves\"\n            },\n            {\n                \"id\": \"54087526\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"19066709\",\n                \"name\": \"Higiene\"\n            },\n            {\n                \"id\": \"53448927\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"16889173\",\n                \"name\": \"Eps forração antialérgico\"\n            },\n            {\n                \"id\": \"26900864\",\n                \"name\": \"preparado para intercomunicador\"\n            },\n            {\n                \"id\": \"18995859\",\n                \"name\": \"Termoplástico injetado abs\"\n            },\n            {\n                \"id\": \"13774596\",\n                \"name\": \"A cinta jugular reforçada\"\n            },\n            {\n                \"id\": \"20308575\",\n                \"name\": \"Que permite que o piloto rode por muitos quilômetros confortável. toda forração é removível e lavável para maior vida útil do capacete.\"\n            },\n            {\n                \"id\": \"21141910\",\n                \"name\": \"Motocross\"\n            },\n            {\n                \"id\": \"17706992\",\n                \"name\": \"Microfibra alta densidade\"\n            },\n            {\n                \"id\": \"16223531\",\n                \"name\": \"Forro interno anti-alérgico eps\"\n            },\n            {\n                \"id\": \"44627345\",\n                \"name\": \"Forro cómodo en tela dry confort tecnológico e hipoalergénico\"\n            },\n            {\n                \"id\": \"58636972\",\n                \"name\": \"Forro Removível Lavável\"\n            },\n            {\n                \"id\": \"27981298\",\n                \"name\": \"Espuma hipoalergênica\"\n            },\n            {\n                \"id\": \"28634533\",\n                \"name\": \"Shalimar\"\n            },\n            {\n                \"id\": \"17011131\",\n                \"name\": \"Eps forração antialérgica em cacharrel forro em nylon pluma duplado antialérgico\"\n            },\n            {\n                \"id\": \"21322680\",\n                \"name\": \"Choper\"\n            },\n            {\n                \"id\": \"19247027\",\n                \"name\": \"Removível e lavável em tecido antialérgico\"\n            },\n            {\n                \"id\": \"67809793\",\n                \"name\": \"Capacete preparado para instalação de intercomunicador.\"\n            },\n            {\n                \"id\": \"19002407\",\n                \"name\": \"Eps forro antialérgico com narigueira\"\n            },\n            {\n                \"id\": \"19515454\",\n                \"name\": \"Dry comfort tecnológico\"\n            },\n            {\n                \"id\": \"17602808\",\n                \"name\": \"Revestimento estático\"\n            },\n            {\n                \"id\": \"54100274\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"21029582\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"13378386\",\n                \"name\": \"Tecido antialérgico\"\n            },\n            {\n                \"id\": \"17602500\",\n                \"name\": \"Moto\"\n            },\n            {\n                \"id\": \"21689417\",\n                \"name\": \"Eps com dupla densidade\"\n            },\n            {\n                \"id\": \"19148481\",\n                \"name\": \"Tecido dry confort\"\n            },\n            {\n                \"id\": \"45889811\",\n                \"name\": \"A peruca\"\n            },\n            {\n                \"id\": \"13438179\",\n                \"name\": \"Tecido\"\n            },\n            {\n                \"id\": \"17593518\",\n                \"name\": \"Eps,tecido\"\n            },\n            {\n                \"id\": \"21128808\",\n                \"name\": \"Poliespuma\"\n            },\n            {\n                \"id\": \"18993338\",\n                \"name\": \"Narigueira\"\n            },\n            {\n                \"id\": \"43424170\",\n                \"name\": \"e\"\n            },\n            {\n                \"id\": \"17555257\",\n                \"name\": \"Lycra,forro antialérgico\"\n            },\n            {\n                \"id\": \"13847415\",\n                \"name\": \"Não se aplica\"\n            },\n            {\n                \"id\": \"68443671\",\n                \"name\": \"Respirável e hipoalergênico\"\n            },\n            {\n                \"id\": \"11525251\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"54132898\",\n                \"name\": \"Poliestireno forrado em tecido com espuma\"\n            },\n            {\n                \"id\": \"20319355\",\n                \"name\": \"Promove a difusão do ar na área superior da cabeça do piloto\"\n            },\n            {\n                \"id\": \"20319354\",\n                \"name\": \"Desenvolvido por micro perfurados de micro densidades e combinado com o sistema de ventilação avança\"\n            },\n            {\n                \"id\": \"21581268\",\n                \"name\": \"Eps forro antialérgico forro antibacteriano\"\n            },\n            {\n                \"id\": \"20068008\",\n                \"name\": \"Poliestireno expandido (eps)\"\n            },\n            {\n                \"id\": \"54114474\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"16943962\",\n                \"name\": \"Eps forro antialérgico resistente\"\n            },\n            {\n                \"id\": \"17784559\",\n                \"name\": \"Ant alérgico\"\n            },\n            {\n                \"id\": \"54099539\",\n                \"name\": \"Camurça\"\n            },\n            {\n                \"id\": \"15245096\",\n                \"name\": \"Lycra\"\n            },\n            {\n                \"id\": \"19180116\",\n                \"name\": \"Polímero\"\n            },\n            {\n                \"id\": \"18994839\",\n                \"name\": \"Eps forro antialérgico casco resistente\"\n            },\n            {\n                \"id\": \"18026435\",\n                \"name\": \"Eps,poliestireno\"\n            },\n            {\n                \"id\": \"65151019\",\n                \"name\": \"Forro Antialergico de Alta Qualidade\"\n            },\n            {\n                \"id\": \"13774551\",\n                \"name\": \"Forro removível\"\n            },\n            {\n                \"id\": \"22971586\",\n                \"name\": \"Clima forro antialérgico estilo despojado prático engate rápido leveza viajar circulação do ar pluma trabalho estampa para motos crf 230 cb 300 xre titan honda fan mt03 bros hornet twister\"\n            },\n            {\n                \"id\": \"17484771\",\n                \"name\": \"Hipoalérgico e confortável\"\n            },\n            {\n                \"id\": \"13090325\",\n                \"name\": \"Cacharrel dublado\"\n            },\n            {\n                \"id\": \"54100391\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"20068608\",\n                \"name\": \"Estofado removível e lavável\"\n            },\n            {\n                \"id\": \"74717705\",\n                \"name\": \"tecido antibacteriano\"\n            },\n            {\n                \"id\": \"13378656\",\n                \"name\": \"Poliéster antialérgico\"\n            },\n            {\n                \"id\": \"58682296\",\n                \"name\": \"Poliestireno Dupla Densidade\"\n            },\n            {\n                \"id\": \"15139881\",\n                \"name\": \"Antialergico\"\n            },\n            {\n                \"id\": \"18993561\",\n                \"name\": \"Removível e lavável (encaixe ergonômico)\"\n            },\n            {\n                \"id\": \"74713929\",\n                \"name\": \"Forro aveludado\"\n            },\n            {\n                \"id\": \"74760890\",\n                \"name\": \"Fibra de aramida\"\n            },\n            {\n                \"id\": \"54084639\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"22095225\",\n                \"name\": \"Microfibra antibacteriana\"\n            },\n            {\n                \"id\": \"17593564\",\n                \"name\": \"Abs,forro removível e lavavel\"\n            },\n            {\n                \"id\": \"18327701\",\n                \"name\": \"Tecido respirável e anti-bacteriano,totalmente removível e lavável\"\n            },\n            {\n                \"id\": \"13774572\",\n                \"name\": \"Cinta jugular reforçada\"\n            },\n            {\n                \"id\": \"19861469\",\n                \"name\": \"Forracão com tratamento\"\n            },\n            {\n                \"id\": \"20040020\",\n                \"name\": \"Genero unissex\"\n            },\n            {\n                \"id\": \"54087279\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"13807137\",\n                \"name\": \"Acrilonitrilo butadieno estireno\"\n            },\n            {\n                \"id\": \"25749767\",\n                \"name\": \"Tecido Dry Confort tecnológico e hipoalérgico\"\n            },\n            {\n                \"id\": \"18423523\",\n                \"name\": \"Forração hipoalérgica,removível e lavável\"\n            },\n            {\n                \"id\": \"64973584\",\n                \"name\": \"Revestimento interno com acabamento em tecido antimofo e antibacteriano\"\n            },\n            {\n                \"id\": \"15407552\",\n                \"name\": \"Tecido pluma\"\n            },\n            {\n                \"id\": \"15407463\",\n                \"name\": \"Forração anti-alérgica de grande conforto\"\n            },\n            {\n                \"id\": \"19924045\",\n                \"name\": \"Eps forro antialérgico forro antimofo nylon\"\n            },\n            {\n                \"id\": \"54086985\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"17349546\",\n                \"name\": \"Eps velocross esportivo\"\n            },\n            {\n                \"id\": \"18253695\",\n                \"name\": \"Interiores hipoalergênicos cool-core removíveis e laváveis\"\n            },\n            {\n                \"id\": \"21140565\",\n                \"name\": \"Eps antialergico antimofo elastano\"\n            },\n            {\n                \"id\": \"18997479\",\n                \"name\": \"Material premium acolchoado\"\n            },\n            {\n                \"id\": \"56402032\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"19363301\",\n                \"name\": \"Casco em hptt (high pressure thermoplastic technology)\"\n            },\n            {\n                \"id\": \"54101500\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"19066707\",\n                \"name\": \"Tratamento biodry\"\n            },\n            {\n                \"id\": \"21029571\",\n                \"name\": \"Almofadas macias\"\n            },\n            {\n                \"id\": \"17602350\",\n                \"name\": \"Eps antialergico removível\"\n            },\n            {\n                \"id\": \"19363303\",\n                \"name\": \"Removível e lavável com trat\"\n            },\n            {\n                \"id\": \"54094547\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"18247115\",\n                \"name\": \"Sistema de forração ergonofit – termoformada com tecido antialérgico,removível e lavável (encaixe ergonômico);\"\n            },\n            {\n                \"id\": \"19540842\",\n                \"name\": \"A forração recebe tratamento hipoalergênico e é removível e lavável.\"\n            },\n            {\n                \"id\": \"17262368\",\n                \"name\": \"Eps alto impacto\"\n            },\n            {\n                \"id\": \"20379192\",\n                \"name\": \"Acolchoado\"\n            },\n            {\n                \"id\": \"17666683\",\n                \"name\": \"Nylon passeio envio rápido óculos\"\n            },\n            {\n                \"id\": \"20139447\",\n                \"name\": \"Tecidos dry-comfort com tratamento higiênico\"\n            },\n            {\n                \"id\": \"54087252\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"17593625\",\n                \"name\": \"Nylon pluma dupla antialérgico\"\n            },\n            {\n                \"id\": \"17665841\",\n                \"name\": \"Narigueira grande removível\"\n            },\n            {\n                \"id\": \"19000585\",\n                \"name\": \"Forração em tecido premium\"\n            },\n            {\n                \"id\": \"54091633\",\n                \"name\": \"Forração lavável e respirável\"\n            },\n            {\n                \"id\": \"14955316\",\n                \"name\": \"Cacharrel dupla / moto\"\n            },\n            {\n                \"id\": \"16926248\",\n                \"name\": \"Tecido e helanca\"\n            },\n            {\n                \"id\": \"17665886\",\n                \"name\": \"Forração removível e lavável; narigueira alta removível;forração com inserções refletivas;\"\n            },\n            {\n                \"id\": \"43082199\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"17349271\",\n                \"name\": \"Eps - forro antialérgico\"\n            },\n            {\n                \"id\": \"29584759\",\n                \"name\": \"Revestimento interno em tecido antialérgico.\"\n            },\n            {\n                \"id\": \"17593787\",\n                \"name\": \"Tecido antialérgico e antibacteriano\"\n            },\n            {\n                \"id\": \"14215363\",\n                \"name\": \"Eps lançamento esportivo\"\n            },\n            {\n                \"id\": \"19479817\",\n                \"name\": \"Eps confortável seguro\"\n            },\n            {\n                \"id\": \"16030880\",\n                \"name\": \"EPS forração antialérgi\"\n            },\n            {\n                \"id\": \"20309315\",\n                \"name\": \"Fibras x-static\"\n            },\n            {\n                \"id\": \"52242399\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"55083035\",\n                \"name\": \"EPS ANTIALERGICO ELASTANO\"\n            },\n            {\n                \"id\": \"61976299\",\n                \"name\": \"EPS E TECIDO\"\n            },\n            {\n                \"id\": \"54704216\",\n                \"name\": \"Poliestireno de alta densidade\"\n            },\n            {\n                \"id\": \"21332074\",\n                \"name\": \"Termoplástico hrt (high resistance termoplastic)\"\n            },\n            {\n                \"id\": \"74708244\",\n                \"name\": \"Acolchoado e elástico\"\n            },\n            {\n                \"id\": \"19066681\",\n                \"name\": \"Tecido antialérgico removível e lavável\"\n            },\n            {\n                \"id\": \"2282474\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"70209868\",\n                \"name\": \"Espuma de Densidade D23\"\n            },\n            {\n                \"id\": \"16634329\",\n                \"name\": \"Poliestireno expandido.\"\n            },\n            {\n                \"id\": \"15407509\",\n                \"name\": \"Elastano\"\n            },\n            {\n                \"id\": \"19001852\",\n                \"name\": \"Aberto fechado articulado oculos\"\n            },\n            {\n                \"id\": \"58634184\",\n                \"name\": \"Forro removivel para lavagem\"\n            },\n            {\n                \"id\": \"49168451\",\n                \"name\": \"Eps forro antialérgico leve\"\n            },\n            {\n                \"id\": \"17611664\",\n                \"name\": \"Poliestileno\"\n            },\n            {\n                \"id\": \"13403846\",\n                \"name\": \"Elastano(lycra)\"\n            },\n            {\n                \"id\": \"62012510\",\n                \"name\": \"Interior removível\"\n            },\n            {\n                \"id\": \"20040022\",\n                \"name\": \"Tipo de fechamento duplo d\"\n            },\n            {\n                \"id\": \"21043354\",\n                \"name\": \"Neck rool com dispositivo refletivo\"\n            },\n            {\n                \"id\": \"74700965\",\n                \"name\": \"Fleece removível lavável\"\n            },\n            {\n                \"id\": \"70264070\",\n                \"name\": \"Espumas de diferentes densidades\"\n            },\n            {\n                \"id\": \"36084099\",\n                \"name\": \"Removível\"\n            },\n            {\n                \"id\": \"20260419\",\n                \"name\": \"Interior totalmente removível e lavável\"\n            },\n            {\n                \"id\": \"66352426\",\n                \"name\": \"Eps Resistente seguro\"\n            },\n            {\n                \"id\": \"19515443\",\n                \"name\": \"Berço interno: poliestireno expandido\"\n            },\n            {\n                \"id\": \"55534543\",\n                \"name\": \"Couro Microperfurado\"\n            },\n            {\n                \"id\": \"19002043\",\n                \"name\": \"Antibacteriano\"\n            },\n            {\n                \"id\": \"54084186\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"14756921\",\n                \"name\": \"Acolchoado\"\n            },\n            {\n                \"id\": \"30396620\",\n                \"name\": \"ESP\"\n            },\n            {\n                \"id\": \"17666567\",\n                \"name\": \"Fibra de vidro\"\n            },\n            {\n                \"id\": \"17602498\",\n                \"name\": \"Capacete aberto\"\n            },\n            {\n                \"id\": \"18995927\",\n                \"name\": \"Removível para higienização e hipoalergênico\"\n            },\n            {\n                \"id\": \"20353640\",\n                \"name\": \"• forração respirável com novo acabamento interno e inserções refletivas; • forração easy fit garant\"\n            },\n            {\n                \"id\": \"16233624\",\n                \"name\": \"Polipropileno\"\n            },\n            {\n                \"id\": \"34885881\",\n                \"name\": \"4 tamaños de cascos\"\n            },\n            {\n                \"id\": \"17666575\",\n                \"name\": \"Eps forro removível narigueira elastano\"\n            },\n            {\n                \"id\": \"14875681\",\n                \"name\": \"Microfibra\"\n            },\n            {\n                \"id\": \"17585245\",\n                \"name\": \"Têxtil hipoalergênico respirável\"\n            },\n            {\n                \"id\": \"54702481\",\n                \"name\": \"com tecido antialérgico\"\n            },\n            {\n                \"id\": \"17665701\",\n                \"name\": \"A forração recebe tratamento hipoalergênico e é removível e lavável. todas as versões do open-face contam com tratamento uv na pintura,assim como na viseira de troca rápida.\"\n            },\n            {\n                \"id\": \"12357127\",\n                \"name\": \"Espuma interna EPS de dupla densidade\"\n            },\n            {\n                \"id\": \"20362749\",\n                \"name\": \"Óculos interno\"\n            },\n            {\n                \"id\": \"19000575\",\n                \"name\": \"Revestimento de proteção confeccionado em eps\"\n            },\n            {\n                \"id\": \"18996143\",\n                \"name\": \"Eps cacharrel antialérgico antimofo removível para higienização narigueira\"\n            },\n            {\n                \"id\": \"17602266\",\n                \"name\": \"Tecido coolmax de rápida secagem\"\n            },\n            {\n                \"id\": \"21141163\",\n                \"name\": \"A cinta jugular reforçada\"\n            },\n            {\n                \"id\": \"19078253\",\n                \"name\": \"Possui maior número de entradas de ar que oferecem grande circulação e conforto\"\n            },\n            {\n                \"id\": \"19971138\",\n                \"name\": \"Removível e lavável com tratamento hipoalergênico; duas entradas de ar ajustáveis e saída de ar; bavete removível; narigueira removível; cinta jugular com engate micrométrico; peso aproximado: 1400g +/-\"\n            },\n            {\n                \"id\": \"19479781\",\n                \"name\": \"Hir-th (high resistance thermoplastic resin\"\n            },\n            {\n                \"id\": \"17484816\",\n                \"name\": \"Eps - nylon - forro termo formado -\"\n            },\n            {\n                \"id\": \"21322660\",\n                \"name\": \"Todo o sistema de forração é removível e lavável\"\n            },\n            {\n                \"id\": \"54097949\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"34535781\",\n                \"name\": \"Espuma antialérgica\"\n            },\n            {\n                \"id\": \"13798898\",\n                \"name\": \"Tela\"\n            },\n            {\n                \"id\": \"22998327\",\n                \"name\": \"Belour:Cuerina\"\n            },\n            {\n                \"id\": \"21361926\",\n                \"name\": \"Eps de alta qualidade\"\n            },\n            {\n                \"id\": \"17602496\",\n                \"name\": \"Abeto\"\n            },\n            {\n                \"id\": \"54095048\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"20308574\",\n                \"name\": \"Tem forração fabricada com exclusiva tecnologia biodry\"\n            },\n            {\n                \"id\": \"19110000\",\n                \"name\": \"Forração lavável of\"\n            },\n            {\n                \"id\": \"21140661\",\n                \"name\": \"Espumas de múltiplas densidades\"\n            },\n            {\n                \"id\": \"20309015\",\n                \"name\": \"Poliestireno,espuma\"\n            },\n            {\n                \"id\": \"20024222\",\n                \"name\": \"Eps e forro antialérgico\"\n            },\n            {\n                \"id\": \"13378872\",\n                \"name\": \"Eps (isopor de alta densidade) e forro com tecido premium antialérgico e confortável. múltiplas camadas de tecidos e alta qualidade e densidade de espuma para deixar justo e confortável em sua cabeça.\"\n            },\n            {\n                \"id\": \"19000535\",\n                \"name\": \"Abs de alto impacto\"\n            },\n            {\n                \"id\": \"20309091\",\n                \"name\": \"Forração com tecido dry – comfort\"\n            },\n            {\n                \"id\": \"21140634\",\n                \"name\": \"Eps antialergico antimofo elastano cacharrel\"\n            },\n            {\n                \"id\": \"21139886\",\n                \"name\": \"Eps ( isopor de alta densidade )e forro com tecido premium antialérgico e confortável. múltiplas camadas de tecidos e alta qualidade e densidade de espuma para deixar justo e confortável em sua cabeça.\"\n            },\n            {\n                \"id\": \"21837252\",\n                \"name\": \"Isopor expandido com dupla densidade\"\n            },\n            {\n                \"id\": \"54100892\",\n                \"name\": \"Couro\"\n            },\n            {\n                \"id\": \"20272618\",\n                \"name\": \"Garantindo melhor encaixe\"\n            },\n            {\n                \"id\": \"44844050\",\n                \"name\": \"Nylex\"\n            },\n            {\n                \"id\": \"21043118\",\n                \"name\": \"Viseira solar interna\"\n            },\n            {\n                \"id\": \"18357815\",\n                \"name\": \"Eps / cacharrel,viseira bolha\"\n            },\n            {\n                \"id\": \"19990797\",\n                \"name\": \"Camurça\"\n            },\n            {\n                \"id\": \"17593526\",\n                \"name\": \"Casco em hrt moldado e injetado em termoplástico\"\n            },\n            {\n                \"id\": \"20241449\",\n                \"name\": \"Interiores fáceis de remover e lavar com um estofamento com corte a laser\"\n            },\n            {\n                \"id\": \"35981662\",\n                \"name\": \"Tela para cascos de motos\"\n            },\n            {\n                \"id\": \"55569776\",\n                \"name\": \"fabricado 100% em tecido de poliéster com propriedades antibacterianas\"\n            },\n            {\n                \"id\": \"26900863\",\n                \"name\": \"óculos escuros interno\"\n            },\n            {\n                \"id\": \"74349467\",\n                \"name\": \"Tecido jersey\"\n            },\n            {\n                \"id\": \"19054797\",\n                \"name\": \"Engate duplo d\"\n            },\n            {\n                \"id\": \"15041173\",\n                \"name\": \"Eps/eirt\"\n            },\n            {\n                \"id\": \"18993570\",\n                \"name\": \"Forro antialérgico narigueira\"\n            },\n            {\n                \"id\": \"24460618\",\n                \"name\": \"Tecido removível e hipoalergênico\"\n            },\n            {\n                \"id\": \"21141707\",\n                \"name\": \"Abs mips\"\n            },\n            {\n                \"id\": \"34329463\",\n                \"name\": \"Náilon\"\n            },\n            {\n                \"id\": \"58720360\",\n                \"name\": \"Forração em Tecido Antialérgico\"\n            },\n            {\n                \"id\": \"18995060\",\n                \"name\": \"Abs mips\"\n            },\n            {\n                \"id\": \"64171825\",\n                \"name\": \"Forro antialérgico removível e lavável que se adapta ao rosto\"\n            },\n            {\n                \"id\": \"30962234\",\n                \"name\": \"Camurça\"\n            },\n            {\n                \"id\": \"43106972\",\n                \"name\": \"POLIEST\"\n            },\n            {\n                \"id\": \"19773630\",\n                \"name\": \"Forro removível para limpeza\"\n            },\n            {\n                \"id\": \"21128774\",\n                \"name\": \"D-dry\"\n            },\n            {\n                \"id\": \"54105787\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"20162757\",\n                \"name\": \"removível e lavável\"\n            },\n            {\n                \"id\": \"21140029\",\n                \"name\": \"Cacharrel corino promoção\"\n            },\n            {\n                \"id\": \"21139833\",\n                \"name\": \"Eps e forro com tecido premium antialérgico e confortável.\"\n            },\n            {\n                \"id\": \"22984096\",\n                \"name\": \"• 4 densidades de espuma impact para reducir las fuerzas en la cabeza y el cerebro\"\n            },\n            {\n                \"id\": \"58680530\",\n                \"name\": \"MULTITECIDOS\"\n            },\n            {\n                \"id\": \"16840079\",\n                \"name\": \"Termoformados\"\n            },\n            {\n                \"id\": \"54094566\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"54773400\",\n                \"name\": \"Lavável/Material tecnológico hipoalergênico\"\n            },\n            {\n                \"id\": \"16068703\",\n                \"name\": \"Polímeros\"\n            },\n            {\n                \"id\": \"28420611\",\n                \"name\": \"Combinação de algodão\"\n            },\n            {\n                \"id\": \"18995041\",\n                \"name\": \"Forro respirável\"\n            },\n            {\n                \"id\": \"19231535\",\n                \"name\": \"Eps isopor alto impacto\"\n            },\n            {\n                \"id\": \"35458734\",\n                \"name\": \"Alto impacto, Espuma expandida\"\n            },\n            {\n                \"id\": \"17484664\",\n                \"name\": \"Ips\"\n            },\n            {\n                \"id\": \"18995642\",\n                \"name\": \"Forro hipoalergenico removivel e lavavel\"\n            },\n            {\n                \"id\": \"6675224\",\n                \"name\": \"Couro\"\n            },\n            {\n                \"id\": \"13627180\",\n                \"name\": \"Eps ( isopor de alta densidade )e forro com tecido premium antialérgico e confortável. múltiplas camadas de tecidos e alta qualidade e densidade de espuma para deixar justo e confortável em sua cabeça.\"\n            },\n            {\n                \"id\": \"21141920\",\n                \"name\": \"Forro respirável removível e lavável com tratamento hipoalérgico\"\n            },\n            {\n                \"id\": \"17570898\",\n                \"name\": \"Materiais do interior: forração removível\"\n            },\n            {\n                \"id\": \"47605484\",\n                \"name\": \"Tecidos respiráveis. Desmontagem completa para limpeza.\"\n            },\n            {\n                \"id\": \"17349625\",\n                \"name\": \"Revestimento interno de alta absorção de umidade\"\n            },\n            {\n                \"id\": \"17598676\",\n                \"name\": \"Espuma,forração removivel\"\n            },\n            {\n                \"id\": \"13288980\",\n                \"name\": \"Tecido removível e hipoalergênico\"\n            },\n            {\n                \"id\": \"22719814\",\n                \"name\": \"Forro interno anti-alérgico\"\n            },\n            {\n                \"id\": \"21043375\",\n                \"name\": \"Easy fit para óculos\"\n            },\n            {\n                \"id\": \"54705958\",\n                \"name\": \"Resina termoplástica\"\n            },\n            {\n                \"id\": \"16202315\",\n                \"name\": \"Shell composto de polímero\"\n            },\n            {\n                \"id\": \"21043377\",\n                \"name\": \"Proporcionando maior conforto e higiene\"\n            },\n            {\n                \"id\": \"55489089\",\n                \"name\": \"bicicleta\"\n            },\n            {\n                \"id\": \"65230265\",\n                \"name\": \"Tratamento antibacteriano\"\n            },\n            {\n                \"id\": \"17666772\",\n                \"name\": \"Forração cortada a laser e hipoalérgico,totalmente removível e lavável\"\n            },\n            {\n                \"id\": \"74705756\",\n                \"name\": \"Alta densidade\"\n            },\n            {\n                \"id\": \"54099781\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"19066665\",\n                \"name\": \"Eps termo formada em cacharréu muito mais confortável\"\n            },\n            {\n                \"id\": \"20139418\",\n                \"name\": \"Eps com forro antialérgico\"\n            },\n            {\n                \"id\": \"20292010\",\n                \"name\": \"Forração em material antialérgico (removível e lavável)\"\n            },\n            {\n                \"id\": \"54340895\",\n                \"name\": \"Plástico abs\"\n            },\n            {\n                \"id\": \"21140683\",\n                \"name\": \"Revestimento interno em tecido antialérgico removível e lavável\"\n            },\n            {\n                \"id\": \"17666530\",\n                \"name\": \"Micrométrico náilon simples ajustavel regulavel\"\n            },\n            {\n                \"id\": \"16259280\",\n                \"name\": \"Forro interno\"\n            },\n            {\n                \"id\": \"13089865\",\n                \"name\": \"Mips®\"\n            },\n            {\n                \"id\": \"14407622\",\n                \"name\": \"Removível e lavável\"\n            },\n            {\n                \"id\": \"17593561\",\n                \"name\": \"Eps cacharrel dublado 10 mm\"\n            },\n            {\n                \"id\": \"54089340\",\n                \"name\": \"Eps lycra antialérgico removível para higienização\"\n            },\n            {\n                \"id\": \"74715648\",\n                \"name\": \"Muito quente\"\n            },\n            {\n                \"id\": \"18060122\",\n                \"name\": \"Removível e lavável;  • cinta jugular com sistema de engate micrométrico.tecido respirável e acabamentos em corino\"\n            },\n            {\n                \"id\": \"22629107\",\n                \"name\": \"Poliestireno interno de múltipla densidade\"\n            },\n            {\n                \"id\": \"16992527\",\n                \"name\": \"Interior em fibra natural de bamboo coolmax®\"\n            },\n            {\n                \"id\": \"26900861\",\n                \"name\": \"Removível e lavável\"\n            },\n            {\n                \"id\": \"22779884\",\n                \"name\": \"Nylon Poliestireno Revestimento interno\"\n            },\n            {\n                \"id\": \"22937118\",\n                \"name\": \"Belour\"\n            },\n            {\n                \"id\": \"19773369\",\n                \"name\": \"Garantindo uma condução mais confortável ao piloto.\"\n            },\n            {\n                \"id\": \"15407802\",\n                \"name\": \"Forração removível e lavável em tecido antialérgico\"\n            },\n            {\n                \"id\": \"72939926\",\n                \"name\": \"Forro interno é respirável\"\n            },\n            {\n                \"id\": \"54101016\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"18518648\",\n                \"name\": \"Hipoalargenico\"\n            },\n            {\n                \"id\": \"13799937\",\n                \"name\": \"Espumas de memória para melhor absorção de impacto e conforto\"\n            },\n            {\n                \"id\": \"52241738\",\n                \"name\": \"Forro removivel lavável e de material tecnológico antialérgico Cinta jugular de engate rápido  Viseira com encaixe para PINLOCK\"\n            },\n            {\n                \"id\": \"18026343\",\n                \"name\": \"Tecido hipoalergênico\"\n            },\n            {\n                \"id\": \"44595915\",\n                \"name\": \"Tecido removível e hipoalergênico\"\n            },\n            {\n                \"id\": \"19000539\",\n                \"name\": \"A grande novidade em relação à comodidade no capacete shoei neotec ii são as almofadas e também os a\"\n            },\n            {\n                \"id\": \"52243421\",\n                \"name\": \"Capacete de moto\"\n            },\n            {\n                \"id\": \"65324023\",\n                \"name\": \"Termoformado em Cacharrel\"\n            },\n            {\n                \"id\": \"19130675\",\n                \"name\": \"Max-dry\"\n            },\n            {\n                \"id\": \"19490685\",\n                \"name\": \"Microfriba\"\n            },\n            {\n                \"id\": \"54278864\",\n                \"name\": \"Suede\"\n            },\n            {\n                \"id\": \"21332092\",\n                \"name\": \"Eps e forração super confortável\"\n            },\n            {\n                \"id\": \"17665716\",\n                \"name\": \"Forro lavável e removível\"\n            },\n            {\n                \"id\": \"18996351\",\n                \"name\": \"Capacete chopper\"\n            },\n            {\n                \"id\": \"15407431\",\n                \"name\": \"Estrutura interna canaletada com dupla densidade\"\n            },\n            {\n                \"id\": \"54088291\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"17602801\",\n                \"name\": \"• pt forro removível e lavável; • tecidos antialérgicos; • ventilação interna.\"\n            },\n            {\n                \"id\": \"21141430\",\n                \"name\": \"Nylon passeio envio rápido óculos\"\n            },\n            {\n                \"id\": \"65697755\",\n                \"name\": \"Microfibra intelinge\"\n            },\n            {\n                \"id\": \"35981657\",\n                \"name\": \"Lavável\"\n            },\n            {\n                \"id\": \"18423510\",\n                \"name\": \"Com forração\"\n            },\n            {\n                \"id\": \"21043378\",\n                \"name\": \"Sistema de ventilação com entradas de ar frontais (na parte superior e na queixeira) e saídas de ar na parte traseira do capacete\"\n            },\n            {\n                \"id\": \"13425240\",\n                \"name\": \"Espuma antialérgica\"\n            },\n            {\n                \"id\": \"20274167\",\n                \"name\": \"Removível e lavável.\"\n            },\n            {\n                \"id\": \"34332205\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"21043401\",\n                \"name\": \"4 tamanhos de cascos\"\n            },\n            {\n                \"id\": \"54087809\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"14366157\",\n                \"name\": \"Interiores fáceis de remover e lavar. com um estofamento com corte a laser\"\n            },\n            {\n                \"id\": \"44627347\",\n                \"name\": \"Correa yugular con sistema de cierre de enganche micrométrico\"\n            },\n            {\n                \"id\": \"52242601\",\n                \"name\": \"Forro interno totalmente removível e lavável\"\n            },\n            {\n                \"id\": \"74721932\",\n                \"name\": \"Pluma Antialérgica Com Espuma\"\n            },\n            {\n                \"id\": \"19892556\",\n                \"name\": \"Helanca\"\n            },\n            {\n                \"id\": \"54087715\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"21043240\",\n                \"name\": \"Abs\"\n            },\n            {\n                \"id\": \"34885883\",\n                \"name\": \"Quilla removible\"\n            },\n            {\n                \"id\": \"35574210\",\n                \"name\": \"ABS,Poliuretano\"\n            },\n            {\n                \"id\": \"16606122\",\n                \"name\": \"Vis. cromada cinza espelhada\"\n            },\n            {\n                \"id\": \"13425210\",\n                \"name\": \"Eps anti alérgico\"\n            },\n            {\n                \"id\": \"7828573\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"19180123\",\n                \"name\": \"Eps poliestireno forro antialergico interior em cacharreu\"\n            },\n            {\n                \"id\": \"54380495\",\n                \"name\": \"Almofadas de Espuma\"\n            },\n            {\n                \"id\": \"13465662\",\n                \"name\": \"Forro antibacteriano\"\n            },\n            {\n                \"id\": \"54389366\",\n                \"name\": \"Tecidoespuma\"\n            },\n            {\n                \"id\": \"26516728\",\n                \"name\": \"Espuma expandida\"\n            },\n            {\n                \"id\": \"73324810\",\n                \"name\": \"Conforto Lançamento Novidade Nylon Náilon Proteção Qualidade\"\n            },\n            {\n                \"id\": \"65163657\",\n                \"name\": \"Viseira Cristal Policarbonato\"\n            },\n            {\n                \"id\": \"20291767\",\n                \"name\": \"Lavável e anti -alérgico\"\n            },\n            {\n                \"id\": \"18423474\",\n                \"name\": \"Forro     • pt forro removível e lavável;  • tecidos antialérgicos;  • ventilação interna.\"\n            },\n            {\n                \"id\": \"54089380\",\n                \"name\": \"Eps lycra antialérgico removível para higienização\"\n            },\n            {\n                \"id\": \"19054814\",\n                \"name\": \"-ps\"\n            },\n            {\n                \"id\": \"21043353\",\n                \"name\": \"Alça de resgate\"\n            },\n            {\n                \"id\": \"52243153\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"19066983\",\n                \"name\": \"Tecido anti alérgico.\"\n            },\n            {\n                \"id\": \"21043306\",\n                \"name\": \"Forração em tecido tecnológico\"\n            },\n            {\n                \"id\": \"21139704\",\n                \"name\": \"Espumas e forração antialérgica\"\n            },\n            {\n                \"id\": \"21322675\",\n                \"name\": \"Anti odor\"\n            },\n            {\n                \"id\": \"14288328\",\n                \"name\": \"Carbono\"\n            },\n            {\n                \"id\": \"54679226\",\n                \"name\": \"Oferta Promoção Lançamento Barato\"\n            },\n            {\n                \"id\": \"40771778\",\n                \"name\": \"dubetina com espuma\"\n            },\n            {\n                \"id\": \"46866222\",\n                \"name\": \"Poliestireno forrado em tecido com espuma\"\n            },\n            {\n                \"id\": \"13646596\",\n                \"name\": \"Pluma\"\n            },\n            {\n                \"id\": \"17602284\",\n                \"name\": \"Forração com acabamento em couro ecológico aveludado\"\n            },\n            {\n                \"id\": \"18996345\",\n                \"name\": \"Capacete old\"\n            },\n            {\n                \"id\": \"17484787\",\n                \"name\": \"Eps narigueira\"\n            },\n            {\n                \"id\": \"20291357\",\n                \"name\": \"Forro premium removível e lavável,hipoalérgico,respirável\"\n            },\n            {\n                \"id\": \"19410925\",\n                \"name\": \"Eps cacharrel forro antialergico antimofo\"\n            },\n            {\n                \"id\": \"74707318\",\n                \"name\": \"EPS com duas densidades\"\n            },\n            {\n                \"id\": \"13774467\",\n                \"name\": \"Forração removível e lavável\"\n            },\n            {\n                \"id\": \"18060257\",\n                \"name\": \"Removível,lavável e antialérgico.\"\n            },\n            {\n                \"id\": \"19773368\",\n                \"name\": \"Forro coolmax\"\n            },\n            {\n                \"id\": \"17593863\",\n                \"name\": \"Eps multidensidade canalizado\"\n            },\n            {\n                \"id\": \"19161609\",\n                \"name\": \"Alta\"\n            },\n            {\n                \"id\": \"19658693\",\n                \"name\": \"Termoplástico inyectado\"\n            },\n            {\n                \"id\": \"54087511\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"20400230\",\n                \"name\": \"Tecido tratado com sistema de gerenciamento térmico e de umidade\"\n            },\n            {\n                \"id\": \"13646602\",\n                \"name\": \"Tecido\"\n            },\n            {\n                \"id\": \"54090279\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"24620647\",\n                \"name\": \"Tecido removível e hipoalergênico\"\n            },\n            {\n                \"id\": \"20378951\",\n                \"name\": \"Forro em tecidos dry-lex com tratamento higiênico\"\n            },\n            {\n                \"id\": \"54088764\",\n                \"name\": \"Forro removivel lavável e de material tecnológico antialérgico Cinta jugular de engate rápido  Viseira com encaixe para PINLOCK\"\n            },\n            {\n                \"id\": \"18399760\",\n                \"name\": \"Eps antialergico antimofo elastano cacharrel\"\n            },\n            {\n                \"id\": \"54380494\",\n                \"name\": \"EVA\"\n            },\n            {\n                \"id\": \"22163410\",\n                \"name\": \"Evento ovelhama sertões banana lama tatu na lama arara lama macaco na lama 2023 chega amanhã entrega rápida rápido até você\"\n            },\n            {\n                \"id\": \"25856473\",\n                \"name\": \"Microfibras anti-bactéricida\"\n            },\n            {\n                \"id\": \"21140696\",\n                \"name\": \"Eps canaletado\"\n            },\n            {\n                \"id\": \"21043321\",\n                \"name\": \"Cinta jugular reforçada\"\n            },\n            {\n                \"id\": \"21141177\",\n                \"name\": \"Cacharrel antialérgico macio alças de emergência saída de ar combina com qualquer kit\"\n            },\n            {\n                \"id\": \"18996173\",\n                \"name\": \"Eps cacharrel feminino masculino unissex\"\n            },\n            {\n                \"id\": \"18999555\",\n                \"name\": \"Nylon pluma duplado anti-alérgico\"\n            },\n            {\n                \"id\": \"18996218\",\n                \"name\": \"Sendo o seu forro lavável e removível\"\n            },\n            {\n                \"id\": \"22888750\",\n                \"name\": \"Fabricado em abs\"\n            },\n            {\n                \"id\": \"55349594\",\n                \"name\": \"Camurça Jet Black 6mm\"\n            },\n            {\n                \"id\": \"52241923\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"18247244\",\n                \"name\": \"Forro removível e extremamente confortável\"\n            },\n            {\n                \"id\": \"28416506\",\n                \"name\": \"Esponja\"\n            },\n            {\n                \"id\": \"34885886\",\n                \"name\": \"Nasal extraíble\"\n            },\n            {\n                \"id\": \"15928091\",\n                \"name\": \"Poliacrilita\"\n            },\n            {\n                \"id\": \"56382464\",\n                \"name\": \"Tecido e EPS\"\n            },\n            {\n                \"id\": \"17593788\",\n                \"name\": \"Calota interna com dupla densidade e canais internos para melhor fluxo de ar\"\n            },\n            {\n                \"id\": \"19853894\",\n                \"name\": \"Removível e laváve\"\n            },\n            {\n                \"id\": \"18994851\",\n                \"name\": \"Multidensidade\"\n            },\n            {\n                \"id\": \"26408658\",\n                \"name\": \"Fibra\"\n            },\n            {\n                \"id\": \"17602277\",\n                \"name\": \"Forro removível e extremamente confortável de múltiplas densidades,tecidos antialérgicos\"\n            },\n            {\n                \"id\": \"20378977\",\n                \"name\": \"Eps-multidensidade\"\n            },\n            {\n                \"id\": \"64255908\",\n                \"name\": \"Bochechas acolchoadas em poliuretano de diferentes densidades\"\n            },\n            {\n                \"id\": \"19063850\",\n                \"name\": \"Comodo\"\n            },\n            {\n                \"id\": \"65237641\",\n                \"name\": \"Couro e Algodão\"\n            },\n            {\n                \"id\": \"16369523\",\n                \"name\": \"Cacharrel antialérgico antimofo\"\n            },\n            {\n                \"id\": \"20274624\",\n                \"name\": \"Casco em abs\"\n            },\n            {\n                \"id\": \"19947957\",\n                \"name\": \"Bem como sua ada\"\n            },\n            {\n                \"id\": \"22719671\",\n                \"name\": \"Laváveis e substituíveis\"\n            },\n            {\n                \"id\": \"21141406\",\n                \"name\": \"Nylon pluma dupla antialérgico\"\n            },\n            {\n                \"id\": \"34885882\",\n                \"name\": \"Hipoalergénico\"\n            },\n            {\n                \"id\": \"22719664\",\n                \"name\": \"Fibra natural de bamboo coolm\"\n            },\n            {\n                \"id\": \"57221193\",\n                \"name\": \"enchimento de espuma\"\n            },\n            {\n                \"id\": \"18996337\",\n                \"name\": \"Capacete de moto\"\n            },\n            {\n                \"id\": \"18995044\",\n                \"name\": \"Óculos solar interno\"\n            },\n            {\n                \"id\": \"64249173\",\n                \"name\": \"Cacharrel antialérgico macio e acolchoado\"\n            },\n            {\n                \"id\": \"14215370\",\n                \"name\": \"Couro ecológico aveludado\"\n            },\n            {\n                \"id\": \"18999550\",\n                \"name\": \"Hipoalergênico e de múltiplas densidades\"\n            },\n            {\n                \"id\": \"17665578\",\n                \"name\": \"Forração anti-alérgica de grande conforto,durabilidade e de qualidade excepcional\"\n            },\n            {\n                \"id\": \"21703647\",\n                \"name\": \"Multi cool com polygiene\"\n            },\n            {\n                \"id\": \"17484680\",\n                \"name\": \"Forro removível e lavável.\"\n            },\n            {\n                \"id\": \"22382904\",\n                \"name\": \"- forração lavável of e respirável\"\n            },\n            {\n                \"id\": \"16943990\",\n                \"name\": \"Eps antialergico antimofo elastano\"\n            },\n            {\n                \"id\": \"17611579\",\n                \"name\": \"Forro removivel,mips\"\n            },\n            {\n                \"id\": \"18327710\",\n                \"name\": \"Forração interna com tecido em poliéster\"\n            },\n            {\n                \"id\": \"25749768\",\n                \"name\": \"Removi[ível e lavável\"\n            },\n            {\n                \"id\": \"20319271\",\n                \"name\": \"Cacharrel termoformada antialérgica\"\n            },\n            {\n                \"id\": \"34885887\",\n                \"name\": \"Alza de rescate\"\n            },\n            {\n                \"id\": \"54385451\",\n                \"name\": \"Almofadas Ajustáveis\"\n            },\n            {\n                \"id\": \"17514020\",\n                \"name\": \"Revestimento interno em tecido antialérgico\"\n            },\n            {\n                \"id\": \"55569773\",\n                \"name\": \"Estofamento de luxo que oferece maior conforto e ajuste\"\n            },\n            {\n                \"id\": \"19189445\",\n                \"name\": \"Acompanha narigueira removível.\"\n            },\n            {\n                \"id\": \"66255611\",\n                \"name\": \"Antibacteriano\"\n            },\n            {\n                \"id\": \"48488267\",\n                \"name\": \"almofadas\"\n            },\n            {\n                \"id\": \"20040019\",\n                \"name\": \"Material policarbonato\"\n            },\n            {\n                \"id\": \"13664960\",\n                \"name\": \"Forração anti alérgica removível e lavável super luxo que se adapta ao formato do rosto motociclista\"\n            },\n            {\n                \"id\": \"20040018\",\n                \"name\": \"Estilo esportivo\"\n            },\n            {\n                \"id\": \"16889152\",\n                \"name\": \"Forro antialérgico - desmontável para lavar\"\n            },\n            {\n                \"id\": \"18518650\",\n                \"name\": \"Telahipolergênica\"\n            },\n            {\n                \"id\": \"20309092\",\n                \"name\": \"Com tratamento antialérgico e respirável.\"\n            },\n            {\n                \"id\": \"17349399\",\n                \"name\": \"Pt forro removível e lavável\"\n            },\n            {\n                \"id\": \"36089145\",\n                \"name\": \"Forração clima confort\"\n            },\n            {\n                \"id\": \"15407513\",\n                \"name\": \"Forração removível e lavável em tecido antialérgico.\"\n            },\n            {\n                \"id\": \"19892610\",\n                \"name\": \"Cinta jugular\"\n            },\n            {\n                \"id\": \"13378700\",\n                \"name\": \"Forro antialérgico\"\n            },\n            {\n                \"id\": \"16305600\",\n                \"name\": \"EPS náilon cacharrel\"\n            },\n            {\n                \"id\": \"24460267\",\n                \"name\": \"EPS canalizado de dupla densidade\"\n            },\n            {\n                \"id\": \"18247081\",\n                \"name\": \"Forro hipoalergênico\"\n            },\n            {\n                \"id\": \"13199173\",\n                \"name\": \"Ebs\"\n            },\n            {\n                \"id\": \"19193351\",\n                \"name\": \"Eps nylon pluma antialérgico antimofo\"\n            },\n            {\n                \"id\": \"17593872\",\n                \"name\": \"Forração: antialérgica,removível e lavável\"\n            },\n            {\n                \"id\": \"20274181\",\n                \"name\": \"Lavável e respirável\"\n            },\n            {\n                \"id\": \"18995535\",\n                \"name\": \"Removível e ajustáve\"\n            },\n            {\n                \"id\": \"19947956\",\n                \"name\": \"O nolan n90 também conta com correias de fixação integradas ao capacete. essas correias- removíveis\"\n            },\n            {\n                \"id\": \"19773560\",\n                \"name\": \"Nylon seguro carnaval viagem passeio\"\n            },\n            {\n                \"id\": \"25959554\",\n                \"name\": \"Isopor interno com aletas para absorção e dissipação de choque\"\n            },\n            {\n                \"id\": \"54679103\",\n                \"name\": \"Couro sintético\"\n            },\n            {\n                \"id\": \"19130653\",\n                \"name\": \"Policarbonato (pc) e polipropileno (pp)\"\n            },\n            {\n                \"id\": \"13795683\",\n                \"name\": \"Forração antialérgica em cacharrel\"\n            },\n            {\n                \"id\": \"20266914\",\n                \"name\": \"Poliestileno\"\n            },\n            {\n                \"id\": \"55919227\",\n                \"name\": \"Forro Interno Removivel Lavavel\"\n            },\n            {\n                \"id\": \"54095496\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"21140730\",\n                \"name\": \"Forro removivel\"\n            },\n            {\n                \"id\": \"18995533\",\n                \"name\": \"Sistema interior 3d max-dry\"\n            },\n            {\n                \"id\": \"14215417\",\n                \"name\": \"Aço\"\n            },\n            {\n                \"id\": \"54095509\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"18995621\",\n                \"name\": \"Eps expandido\"\n            },\n            {\n                \"id\": \"20272448\",\n                \"name\": \"Viseira solar\"\n            },\n            {\n                \"id\": \"20353528\",\n                \"name\": \"Forros removíveis\"\n            },\n            {\n                \"id\": \"13798882\",\n                \"name\": \"Têxtil hipoalergênico\"\n            },\n            {\n                \"id\": \"64973583\",\n                \"name\": \"Forração interna com tecido antialérgico e respirável\"\n            },\n            {\n                \"id\": \"57695762\",\n                \"name\": \"TECIDO ATERCIOPELADO\"\n            },\n            {\n                \"id\": \"62010619\",\n                \"name\": \"com dupla densidade\"\n            },\n            {\n                \"id\": \"19001036\",\n                \"name\": \"Polietileno\"\n            },\n            {\n                \"id\": \"34885884\",\n                \"name\": \"Cinta yugular reforzada\"\n            },\n            {\n                \"id\": \"13774576\",\n                \"name\": \"Neck rool com dispositivo refletivo\"\n            },\n            {\n                \"id\": \"19038125\",\n                \"name\": \"Forração cortada a laser e hipoalérgico\"\n            },\n            {\n                \"id\": \"39184442\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"50086250\",\n                \"name\": \"Eps cacharrel antialérgico antimofo removível para higienização narigueira\"\n            },\n            {\n                \"id\": \"20274182\",\n                \"name\": \"Viseira com proteção uv\"\n            },\n            {\n                \"id\": \"62008228\",\n                \"name\": \"Estrutura canaletada em eps com dupla densidade\"\n            },\n            {\n                \"id\": \"19128753\",\n                \"name\": \"Tecido\"\n            },\n            {\n                \"id\": \"20319366\",\n                \"name\": \"Forração cortada a laser respirável com tratamento hipoalérgico\"\n            },\n            {\n                \"id\": \"23193472\",\n                \"name\": \"Forração interna removível e lavável; tecido antialérgico e antibacteriano;\"\n            },\n            {\n                \"id\": \"17484764\",\n                \"name\": \"Eps nylon\"\n            },\n            {\n                \"id\": \"22603889\",\n                \"name\": \"Conjunto de poliéster\"\n            },\n            {\n                \"id\": \"54101848\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"17510160\",\n                \"name\": \"Tecido coolmax\"\n            },\n            {\n                \"id\": \"14072874\",\n                \"name\": \"Abs de alto impacto\"\n            },\n            {\n                \"id\": \"13378420\",\n                \"name\": \"Pluma\"\n            },\n            {\n                \"id\": \"54380497\",\n                \"name\": \"Acolchoado de Ajuste\"\n            },\n            {\n                \"id\": \"18995584\",\n                \"name\": \"Totalmente removível e lavável.\"\n            },\n            {\n                \"id\": \"16369451\",\n                \"name\": \"Forro antimofo\"\n            },\n            {\n                \"id\": \"61931285\",\n                \"name\": \"Tecidos antialérgicos removíveis e laváveis de alta densidade\"\n            },\n            {\n                \"id\": \"17349433\",\n                \"name\": \"Totalmente lavável e removível.\"\n            },\n            {\n                \"id\": \"19180128\",\n                \"name\": \"Forro anti alérgico removível e lavável\"\n            },\n            {\n                \"id\": \"21141448\",\n                \"name\": \"Possui maior número de entradas de ar que oferecem grande circulação e conforto\"\n            },\n            {\n                \"id\": \"18995699\",\n                \"name\": \"Forro removível e extremamente confortável. cortado a laser e moldado mecanicamente;\"\n            },\n            {\n                \"id\": \"27527580\",\n                \"name\": \"Sistema de ventilação com entradas de ar frontais ( parte superior e  queixeira) e saídas de ar  parte traseira do capacete\"\n            },\n            {\n                \"id\": \"20273319\",\n                \"name\": \"Clima confort\"\n            },\n            {\n                \"id\": \"18327646\",\n                \"name\": \"Eps chacarrel nylon forração antialérgica\"\n            },\n            {\n                \"id\": \"17593786\",\n                \"name\": \"Forração interna removível e lavável\"\n            },\n            {\n                \"id\": \"18357844\",\n                \"name\": \"Cortada a laser,forração com tratamento hipoalergênico\"\n            },\n            {\n                \"id\": \"52231326\",\n                \"name\": \"Forração interna em tecido Dry-Comfort\"\n            },\n            {\n                \"id\": \"55179606\",\n                \"name\": \"Espumas de poliuretano de média densidade\"\n            },\n            {\n                \"id\": \"20242145\",\n                \"name\": \"Tecidos com conforto ceco\"\n            },\n            {\n                \"id\": \"15407621\",\n                \"name\": \"Nylon pluma\"\n            },\n            {\n                \"id\": \"17861859\",\n                \"name\": \"Poliestireno,revestimento interno removível e lavável em tecido antialérgico\"\n            },\n            {\n                \"id\": \"54181308\",\n                \"name\": \"Couro e cologico e veludo\"\n            },\n            {\n                \"id\": \"20362851\",\n                \"name\": \"Nylon isopor forro\"\n            },\n            {\n                \"id\": \"18927162\",\n                \"name\": \"Poliéster com tratamento antibacteriano e hipoalergênico.\"\n            },\n            {\n                \"id\": \"21141081\",\n                \"name\": \"Eps forro antialérgico antimofo\"\n            },\n            {\n                \"id\": \"44627346\",\n                \"name\": \"Totalmente removible y lavable\"\n            },\n            {\n                \"id\": \"64250195\",\n                \"name\": \"Plástico antialérgico, seguro contra impactos, sem mofo\"\n            },\n            {\n                \"id\": \"58867982\",\n                \"name\": \"Forração em camurça Jet Black 6mm\"\n            },\n            {\n                \"id\": \"55098514\",\n                \"name\": \"REVESTIMENTO INTERNO (FORRAÇÃO) EM TECIDO ANTIALÉRGICO\"\n            },\n            {\n                \"id\": \"23413727\",\n                \"name\": \"Cacharrel presente\"\n            },\n            {\n                \"id\": \"54089831\",\n                \"name\": \"Eps lycra antialérgico removível para higienização\"\n            },\n            {\n                \"id\": \"15331089\",\n                \"name\": \"Estofamento antibacteriano\"\n            },\n            {\n                \"id\": \"18247130\",\n                \"name\": \"Fibra de bambu\"\n            },\n            {\n                \"id\": \"54087647\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"14407562\",\n                \"name\": \"Forração\"\n            },\n            {\n                \"id\": \"20291891\",\n                \"name\": \"Produzido com tecido anti-alérgico\"\n            },\n            {\n                \"id\": \"13795706\",\n                \"name\": \"Eps canaletado de dupla densidade\"\n            },\n            {\n                \"id\": \"18283224\",\n                \"name\": \"Poliestireno,algodon\"\n            },\n            {\n                \"id\": \"21141627\",\n                \"name\": \"Forração cortada a laser respirável com tratamento hipoalérgico\"\n            },\n            {\n                \"id\": \"9809231\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"22937117\",\n                \"name\": \"Doble frontura\"\n            },\n            {\n                \"id\": \"16305576\",\n                \"name\": \"Tecido com pluma antialérgico com espuma\"\n            },\n            {\n                \"id\": \"20274115\",\n                \"name\": \"Lavável e com tratamento hipoalérgico\"\n            },\n            {\n                \"id\": \"19148512\",\n                \"name\": \"Lavável e respirável; fecho com engate micrométrico.\"\n            },\n            {\n                \"id\": \"54113795\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"19001020\",\n                \"name\": \"Antialérgico e lavável.\"\n            },\n            {\n                \"id\": \"54099734\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"13799122\",\n                \"name\": \"Interior fabricado com tecidos antialérgicos\"\n            },\n            {\n                \"id\": \"19148506\",\n                \"name\": \"Cinta jugular com sistema de fechamento engate micrométrico\"\n            },\n            {\n                \"id\": \"19161611\",\n                \"name\": \"H+rp\"\n            },\n            {\n                \"id\": \"17593523\",\n                \"name\": \"Microfibras\"\n            },\n            {\n                \"id\": \"21322681\",\n                \"name\": \"Marial anti-alérgico\"\n            },\n            {\n                \"id\": \"19976099\",\n                \"name\": \"Forro com tratamento hipoalergênico\"\n            },\n            {\n                \"id\": \"21140671\",\n                \"name\": \"Nylon / cacharrel\"\n            },\n            {\n                \"id\": \"18996338\",\n                \"name\": \"Capacete para moto\"\n            },\n            {\n                \"id\": \"21141076\",\n                \"name\": \"Forração em nylon\"\n            },\n            {\n                \"id\": \"52492846\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"18995064\",\n                \"name\": \"Viseira solar interna\"\n            },\n            {\n                \"id\": \"34885879\",\n                \"name\": \"Forro removible y lavable\"\n            },\n            {\n                \"id\": \"15407464\",\n                \"name\": \"Durabilidade e de qualidade excepcional\"\n            },\n            {\n                \"id\": \"56090250\",\n                \"name\": \"Micro fibra inteligente\"\n            },\n            {\n                \"id\": \"13592218\",\n                \"name\": \"Poliéster antialérgico\"\n            },\n            {\n                \"id\": \"36084100\",\n                \"name\": \"Lavável\"\n            },\n            {\n                \"id\": \"64172171\",\n                \"name\": \"Calota interna dupla densidade com canais para fluxo de ar\"\n            },\n            {\n                \"id\": \"16979779\",\n                \"name\": \"Nylon pluma duplado\"\n            },\n            {\n                \"id\": \"44627034\",\n                \"name\": \"Removível e lavável\"\n            },\n            {\n                \"id\": \"17666818\",\n                \"name\": \"Eps de multidensidade\"\n            },\n            {\n                \"id\": \"26086420\",\n                \"name\": \"Microfibra inteligente\"\n            },\n            {\n                \"id\": \"13807659\",\n                \"name\": \"Desmontável\"\n            },\n            {\n                \"id\": \"14215383\",\n                \"name\": \"Removível lávavel\"\n            },\n            {\n                \"id\": \"18993990\",\n                \"name\": \"Forro antialérgico antimofo\"\n            },\n            {\n                \"id\": \"19066670\",\n                \"name\": \"Forro removível / lavável / anti-alérgico\"\n            },\n            {\n                \"id\": \"20040023\",\n                \"name\": \"Forro forro removivel\"\n            },\n            {\n                \"id\": \"20353630\",\n                \"name\": \"Acolchoados nos ouvidos e bochechas\"\n            },\n            {\n                \"id\": \"54086332\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"18253589\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"15893194\",\n                \"name\": \"Hipolargênico\"\n            },\n            {\n                \"id\": \"61931287\",\n                \"name\": \"mas também concebido para melhorar a ventilação interna\"\n            },\n            {\n                \"id\": \"55179609\",\n                \"name\": \"Tecido macio com espuma interna\"\n            },\n            {\n                \"id\": \"13744864\",\n                \"name\": \"Forro acolchoado\"\n            },\n            {\n                \"id\": \"19090692\",\n                \"name\": \"Forro removível e hipoalergênico.\"\n            },\n            {\n                \"id\": \"22630990\",\n                \"name\": \"Forro confeccionado em nylon pluma duplado antialérgico\"\n            },\n            {\n                \"id\": \"19631924\",\n                \"name\": \"Eps canaletado de dupla densidade,espuma de múltiplas densidades,tecido removível e hipoalergênico\"\n            },\n            {\n                \"id\": \"52243125\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"18994443\",\n                \"name\": \"Eps isopor tecido antialérgico\"\n            },\n            {\n                \"id\": \"64249508\",\n                \"name\": \"Eps, acolchoado e elástico para maior absorção de impacto\"\n            },\n            {\n                \"id\": \"19066708\",\n                \"name\": \"Conforto\"\n            },\n            {\n                \"id\": \"21043178\",\n                \"name\": \"Nylon forro macio confortável qualidade todos os tamanhos cores colorido fosco brilhante para viagem trabalho passeio dia a dia\"\n            },\n            {\n                \"id\": \"21139843\",\n                \"name\": \"Antimofo\"\n            },\n            {\n                \"id\": \"26188562\",\n                \"name\": \"Alúminio\"\n            },\n            {\n                \"id\": \"55179605\",\n                \"name\": \"EPS (Espuma Interna de Proteção)\"\n            },\n            {\n                \"id\": \"13774250\",\n                \"name\": \"Revestimento interno removível e lavável em tecido antialérgico\"\n            },\n            {\n                \"id\": \"34885888\",\n                \"name\": \"Neck rool con dispositivo reflectante\"\n            },\n            {\n                \"id\": \"14326446\",\n                \"name\": \"Forração interna fabricado com múltiplos tecidos deixando o capacete mais confortável. e além de ser removível e lavável;\"\n            },\n            {\n                \"id\": \"17665585\",\n                \"name\": \"Nylon e eva\"\n            },\n            {\n                \"id\": \"17484735\",\n                \"name\": \"Cacharréu anti alérgico\"\n            },\n            {\n                \"id\": \"54089635\",\n                \"name\": \"Eps lycra antialérgico removível para higienização\"\n            },\n            {\n                \"id\": \"18026415\",\n                \"name\": \"Antialérgico,removivel\"\n            },\n            {\n                \"id\": \"20241451\",\n                \"name\": \"Forro remoível\"\n            },\n            {\n                \"id\": \"54756940\",\n                \"name\": \"tecidos internos antialérgicos\"\n            },\n            {\n                \"id\": \"13774547\",\n                \"name\": \"Forração termoformada antialérgica\"\n            },\n            {\n                \"id\": \"21140601\",\n                \"name\": \"Microfibra avançada antibacteriano\"\n            },\n            {\n                \"id\": \"24899569\",\n                \"name\": \"Abs+fibre\"\n            },\n            {\n                \"id\": \"14251046\",\n                \"name\": \"Eps / cacharrel\"\n            },\n            {\n                \"id\": \"58626122\",\n                \"name\": \"Policarbonato de Alta Pressão HPTT PC\"\n            },\n            {\n                \"id\": \"54175771\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"18060246\",\n                \"name\": \"Forração em tecido dry confort,que ficou mais confortável\"\n            },\n            {\n                \"id\": \"20291707\",\n                \"name\": \"Forração interna em tecido dry-comfort\"\n            },\n            {\n                \"id\": \"17545784\",\n                \"name\": \"Forraçao removivel\"\n            },\n            {\n                \"id\": \"56402040\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"50472550\",\n                \"name\": \"Pintura anti UV\"\n            },\n            {\n                \"id\": \"17602638\",\n                \"name\": \"Forros internos em tecido hipoalergênico\"\n            },\n            {\n                \"id\": \"13774570\",\n                \"name\": \"Bavete removível\"\n            },\n            {\n                \"id\": \"13839478\",\n                \"name\": \"Interior fabricado em poliestireno expandido de alta densidade (eps).\"\n            },\n            {\n                \"id\": \"18060217\",\n                \"name\": \"Custom\"\n            },\n            {\n                \"id\": \"16179047\",\n                \"name\": \"Revestimento interno (forração) removível e lavável em tecido antialérgico.\"\n            },\n            {\n                \"id\": \"74760887\",\n                \"name\": \"TNT orgânico\"\n            },\n            {\n                \"id\": \"19112663\",\n                \"name\": \"Forro em cacharrel\"\n            },\n            {\n                \"id\": \"54095501\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"16943891\",\n                \"name\": \"Integral silencioso resistente bonito original\"\n            },\n            {\n                \"id\": \"18247091\",\n                \"name\": \"Anti-alergico,removivel para lavar\"\n            },\n            {\n                \"id\": \"29298802\",\n                \"name\": \"Naylex\"\n            },\n            {\n                \"id\": \"14366163\",\n                \"name\": \"Tecido microfibra\"\n            },\n            {\n                \"id\": \"21043392\",\n                \"name\": \"Removível para higienização e hipoalergênico\"\n            },\n            {\n                \"id\": \"17666052\",\n                \"name\": \"Forro antibacteriano e antialérgico em mfi\"\n            },\n            {\n                \"id\": \"13613965\",\n                \"name\": \"Preenchimento em eps\"\n            },\n            {\n                \"id\": \"18996350\",\n                \"name\": \"Capacete cafe racer\"\n            },\n            {\n                \"id\": \"21099226\",\n                \"name\": \"Confortável revestimento interno de esponja e tecido.\"\n            },\n            {\n                \"id\": \"19583025\",\n                \"name\": \"Removível e lavável;  • sistema de ventilação:  entradas de ar frontal e extratores traseiros;  • cinta jugular com sistema de engate micrométrico.\"\n            },\n            {\n                \"id\": \"67631113\",\n                \"name\": \"Cacharreu\"\n            },\n            {\n                \"id\": \"15245105\",\n                \"name\": \"Revestimento interno (forração) removível e lavável em tecido antialérgico\"\n            },\n            {\n                \"id\": \"18996183\",\n                \"name\": \"Revestimento removível e hipoalergênico\"\n            },\n            {\n                \"id\": \"52242080\",\n                \"name\": \"O revestimento interno permite o uso de óculos de grau ou de sol\"\n            },\n            {\n                \"id\": \"66062248\",\n                \"name\": \"Anti Impacto\"\n            },\n            {\n                \"id\": \"54095632\",\n                \"name\": \"Resina termoplástica\"\n            },\n            {\n                \"id\": \"15928058\",\n                \"name\": \"Interior removível e lavável\"\n            },\n            {\n                \"id\": \"20175764\",\n                \"name\": \"TECIDO\"\n            },\n            {\n                \"id\": \"74760888\",\n                \"name\": \"Fibra de carbono\"\n            },\n            {\n                \"id\": \"23263513\",\n                \"name\": \"Tecido nylon\"\n            },\n            {\n                \"id\": \"14875688\",\n                \"name\": \"Antialérgico e removível\"\n            },\n            {\n                \"id\": \"21140949\",\n                \"name\": \"Forro removível e lavável com tecido premium anti-alérgico e confortável. alta densidade de espuma para deixar justo em sua cabeça.\"\n            },\n            {\n                \"id\": \"54094328\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"26900862\",\n                \"name\": \"• forração com inserções refletivas\"\n            },\n            {\n                \"id\": \"22937100\",\n                \"name\": \"O forro interno x-static® é lavável\"\n            },\n            {\n                \"id\": \"23154325\",\n                \"name\": \"Velour\"\n            },\n            {\n                \"id\": \"16552259\",\n                \"name\": \"Impact resistant system\"\n            },\n            {\n                \"id\": \"18996192\",\n                \"name\": \"Tecido pluma - antialérgica com espuma\"\n            },\n            {\n                \"id\": \"18060274\",\n                \"name\": \"Eps nylon antialérgico\"\n            },\n            {\n                \"id\": \"18994160\",\n                \"name\": \"Sistema de forração ergonofit  termoformada com tecido antialérgico\"\n            },\n            {\n                \"id\": \"25854217\",\n                \"name\": \"Tecido\"\n            },\n            {\n                \"id\": \"13774302\",\n                \"name\": \"Forro confeccionado com espuma de múltiplas densidades\"\n            },\n            {\n                \"id\": \"54087900\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"19148473\",\n                \"name\": \"Forração confortável em tecido dry confort tecnológico\"\n            },\n            {\n                \"id\": \"52306079\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"55067947\",\n                \"name\": \"absorção de suor e forro interno acolchoado lavável\"\n            },\n            {\n                \"id\": \"19172887\",\n                \"name\": \"Fibra de bamboo\"\n            },\n            {\n                \"id\": \"20273843\",\n                \"name\": \"Interior preparado para receber intercomunicador\"\n            },\n            {\n                \"id\": \"19130652\",\n                \"name\": \"Acrilonitrilo butadieno (abs)\"\n            },\n            {\n                \"id\": \"20272086\",\n                \"name\": \"Óculos interno\"\n            },\n            {\n                \"id\": \"16943895\",\n                \"name\": \"Forração antialérgica antimofo\"\n            },\n            {\n                \"id\": \"17349432\",\n                \"name\": \"Forração confortável em tecido dry comfort tecnológico e hipoalérgico\"\n            },\n            {\n                \"id\": \"24460617\",\n                \"name\": \"EPS canaletado de dupla densidade\"\n            },\n            {\n                \"id\": \"22163358\",\n                \"name\": \"Cacharrel antialérgico resistente\"\n            },\n            {\n                \"id\": \"20291542\",\n                \"name\": \"Forração easyfit\"\n            },\n            {\n                \"id\": \"62125696\",\n                \"name\": \"Forro interno em Cacharrel removível e lavável\"\n            },\n            {\n                \"id\": \"65208422\",\n                \"name\": \"Nylon Naylon\"\n            },\n            {\n                \"id\": \"44596000\",\n                \"name\": \"Tecido hipoalergênico removível\"\n            },\n            {\n                \"id\": \"74714992\",\n                \"name\": \"KwikWick III\"\n            },\n            {\n                \"id\": \"18327777\",\n                \"name\": \"Viseira em policarbonato de 2 mm com proteção antirrisco\"\n            },\n            {\n                \"id\": \"16466499\",\n                \"name\": \"Polímeros hipoalergênicos\"\n            },\n            {\n                \"id\": \"54084535\",\n                \"name\": \"Poliéster\"\n            },\n            {\n                \"id\": \"15180604\",\n                \"name\": \"Eps nylon cacharrel forro antialergico removivel para limpeza\"\n            },\n            {\n                \"id\": \"15407572\",\n                \"name\": \"Micro fibra anti-bactéria\"\n            },\n            {\n                \"id\": \"18995534\",\n                \"name\": \"Totalmente substituível\"\n            },\n            {\n                \"id\": \"55067412\",\n                \"name\": \"Forração hipoalergênica\"\n            },\n            {\n                \"id\": \"61529471\",\n                \"name\": \"Fecho Micrométrico Vis Escura Fume\"\n            },\n            {\n                \"id\": \"22720026\",\n                \"name\": \"2 entradas de ar superior. 1 entrada de ar frontal. exaustão traseira\"\n            },\n            {\n                \"id\": \"74715879\",\n                \"name\": \"Forro protetor espessado\"\n            },\n            {\n                \"id\": \"17349004\",\n                \"name\": \"Eps espuma de memória super resistente antialérgico antimofo\"\n            },\n            {\n                \"id\": \"20273499\",\n                \"name\": \"Eps forro removível elastano lycra\"\n            },\n            {\n                \"id\": \"54678972\",\n                \"name\": \"Revestimento interno com material Premium acolchoado e macio.\"\n            },\n            {\n                \"id\": \"21140934\",\n                \"name\": \"Dry confort\"\n            },\n            {\n                \"id\": \"40429013\",\n                \"name\": \"Polímeros\"\n            },\n            {\n                \"id\": \"62581363\",\n                \"name\": \"EPS de múltiplas densidades\"\n            },\n            {\n                \"id\": \"54103156\",\n                \"name\": \"Polímeros\"\n            },\n            {\n                \"id\": \"20240527\",\n                \"name\": \"Forração removível e lavável. altamente respirável.hipoalérgico\"\n            },\n            {\n                \"id\": \"19773621\",\n                \"name\": \"Eps e forro com tecido premium antialérgico e confortável.\"\n            },\n            {\n                \"id\": \"14366175\",\n                \"name\": \"Microfibra inteligente texx\"\n            },\n            {\n                \"id\": \"13646572\",\n                \"name\": \"Forro antialérgico\"\n            },\n            {\n                \"id\": \"55179608\",\n                \"name\": \"Tecido hipoalergênico e antibacteriano\"\n            },\n            {\n                \"id\": \"64254944\",\n                \"name\": \"Ventilação com entradas de ar na parte superior e queixeira\"\n            },\n            {\n                \"id\": \"20072327\",\n                \"name\": \"Forração interna em couro e suede de alto padrão\"\n            },\n            {\n                \"id\": \"17349627\",\n                \"name\": \"Com calhas que permitem o fluxo de ar;\"\n            },\n            {\n                \"id\": \"16259246\",\n                \"name\": \"Plástico\"\n            },\n            {\n                \"id\": \"21139582\",\n                \"name\": \"Antialergica\"\n            },\n            {\n                \"id\": \"54678629\",\n                \"name\": \"Transpirante\"\n            },\n            {\n                \"id\": \"54701111\",\n                \"name\": \"Interior removível e lavável\"\n            },\n            {\n                \"id\": \"19002041\",\n                \"name\": \"Espuma antifungica\"\n            },\n            {\n                \"id\": \"21141456\",\n                \"name\": \"Forração antialérgica em cacharrel\"\n            },\n            {\n                \"id\": \"20317985\",\n                \"name\": \"Forro respirável extra hipoalergênico\"\n            },\n            {\n                \"id\": \"21141280\",\n                \"name\": \"Eps cacharrel antialérgico\"\n            },\n            {\n                \"id\": \"13752766\",\n                \"name\": \"Antialérgico\"\n            },\n            {\n                \"id\": \"54097974\",\n                \"name\": \"Resina termoplástica\"\n            },\n            {\n                \"id\": \"74714333\",\n                \"name\": \"micro fibra inteligente mfi\"\n            },\n            {\n                \"id\": \"18997972\",\n                \"name\": \"Anti-bactericída\"\n            },\n            {\n                \"id\": \"18996136\",\n                \"name\": \"Novo forro antialérgico\"\n            },\n            {\n                \"id\": \"18996349\",\n                \"name\": \"Capacete etceter\"\n            },\n            {\n                \"id\": \"19467263\",\n                \"name\": \"Eps aberto original\"\n            },\n            {\n                \"id\": \"21139636\",\n                \"name\": \"Cacharrel termoformada antialérgica\"\n            },\n            {\n                \"id\": \"54100327\",\n                \"name\": \"Resina termoplástica\"\n            },\n            {\n                \"id\": \"13681082\",\n                \"name\": \"Tecido antialérgico\"\n            },\n            {\n                \"id\": \"14326423\",\n                \"name\": \"Forro lavável\"\n            },\n            {\n                \"id\": \"15407602\",\n                \"name\": \"Cacharrel / viseira fumê\"\n            },\n            {\n                \"id\": \"18927163\",\n                \"name\": \"Eps de camada dupla\"\n            },\n            {\n                \"id\": \"20167151\",\n                \"name\": \"Náilon/Cacharrel\"\n            },\n            {\n                \"id\": \"17349400\",\n                \"name\": \"Tecidos antialérgicos;\"\n            },\n            {\n                \"id\": \"18995708\",\n                \"name\": \"Eps antialergico antimofo elastano barato\"\n            },\n            {\n                \"id\": \"13288977\",\n                \"name\": \"EPS canalizado de dupla densidade\"\n            },\n            {\n                \"id\": \"21029599\",\n                \"name\": \"Esponja\"\n            },\n            {\n                \"id\": \"19180100\",\n                \"name\": \"Policarbonato eps anti mofo anti alérgico\"\n            },\n            {\n                \"id\": \"19001168\",\n                \"name\": \"Supercool\"\n            },\n            {\n                \"id\": \"19976098\",\n                \"name\": \"Cortada a laser\"\n            },\n            {\n                \"id\": \"20274626\",\n                \"name\": \"Passeio\"\n            },\n            {\n                \"id\": \"74711145\",\n                \"name\": \"eps acolchoado e elástico\"\n            },\n            {\n                \"id\": \"17602762\",\n                \"name\": \"Antialérgico e antibacteriano;\"\n            },\n            {\n                \"id\": \"17611617\",\n                \"name\": \"Tecnológico e hipoalérgico\"\n            },\n            {\n                \"id\": \"12407955\",\n                \"name\": \"Tecido tecnológico\"\n            },\n            {\n                \"id\": \"19002185\",\n                \"name\": \"Micrométrico\"\n            },\n            {\n                \"id\": \"13862461\",\n                \"name\": \"Interior fabricado em poliestireno expandido (eps) com acolchoamento multidensidade.\"\n            },\n            {\n                \"id\": \"17348992\",\n                \"name\": \"Pluma - antialérgica com espuma\"\n            },\n            {\n                \"id\": \"17105748\",\n                \"name\": \"Lavável\"\n            },\n            {\n                \"id\": \"22788007\",\n                \"name\": \"Equipado con mips™ (sistema multidireccional de protección contra los impactos)\"\n            },\n            {\n                \"id\": \"21139878\",\n                \"name\": \"Eps cacharrel feminino masculino unissex\"\n            },\n            {\n                \"id\": \"19137879\",\n                \"name\": \"Inserçõe\"\n            },\n            {\n                \"id\": \"17349406\",\n                \"name\": \"Tecido espumado\"\n            },\n            {\n                \"id\": \"20272085\",\n                \"name\": \"Kpa (kinetic polymer alloy)\"\n            },\n            {\n                \"id\": \"18998223\",\n                \"name\": \"Velocity flow ventilation\"\n            },\n            {\n                \"id\": \"54089675\",\n                \"name\": \"Eps lycra antialérgico removível para higienização\"\n            },\n            {\n                \"id\": \"17602667\",\n                \"name\": \"Sistema de forração ergonofit – termoformada com tecido antialérgico. removível e lavável (encaixe ergonômico)\"\n            },\n            {\n                \"id\": \"13774573\",\n                \"name\": \"Respirável\"\n            },\n            {\n                \"id\": \"18999557\",\n                \"name\": \"Espuma com espessura de 5 mm\"\n            },\n            {\n                \"id\": \"17513946\",\n                \"name\": \"O forro interno possui alta densidade\"\n            },\n            {\n                \"id\": \"26509295\",\n                \"name\": \"Relleno hipoalergénico\"\n            },\n            {\n                \"id\": \"17105746\",\n                \"name\": \"Biodry\"\n            },\n            {\n                \"id\": \"19161572\",\n                \"name\": \"Forração confortável\"\n            },\n            {\n                \"id\": \"54679264\",\n                \"name\": \"Forro Respeitável Hipoalérgico\"\n            },\n            {\n                \"id\": \"55067413\",\n                \"name\": \"lavável e super confortável\"\n            },\n            {\n                \"id\": \"22948342\",\n                \"name\": \"Revestimento interno removível e lavável em tecido antialérgico\"\n            },\n            {\n                \"id\": \"68443670\",\n                \"name\": \"Conforto seco\"\n            },\n            {\n                \"id\": \"18995113\",\n                \"name\": \"Forro premium removível e lavável\"\n            },\n            {\n                \"id\": \"13872541\",\n                \"name\": \"Forro camurça dark\"\n            },\n            {\n                \"id\": \"18060216\",\n                \"name\": \"Capacetelucca\"\n            },\n            {\n                \"id\": \"62036765\",\n                \"name\": \"Compósito\"\n            },\n            {\n                \"id\": \"13378687\",\n                \"name\": \"Interior anti alérgico eps\"\n            },\n            {\n                \"id\": \"18357799\",\n                \"name\": \"Isopor interno com aletas para absorção e dissipação de choque;\"\n            },\n            {\n                \"id\": \"19137881\",\n                \"name\": \"Sistema de ventilação com entradas de ar frontais (na parte superior e na queixeira) e saídas de ar na parte traseira do capacete\"\n            },\n            {\n                \"id\": \"16870492\",\n                \"name\": \"Eps aberto original nf\"\n            },\n            {\n                \"id\": \"61974863\",\n                \"name\": \"Forro em lycra antialérgica\"\n            },\n            {\n                \"id\": \"13455265\",\n                \"name\": \"Nylex\"\n            },\n            {\n                \"id\": \"17513930\",\n                \"name\": \"Eps poliestireno c/ forro antialérgico\"\n            },\n            {\n                \"id\": \"21099212\",\n                \"name\": \"Forro interno removível e lavável / hipoalergênico\"\n            },\n            {\n                \"id\": \"54091905\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"54383068\",\n                \"name\": \"Acolchoado Ajustável\"\n            },\n            {\n                \"id\": \"20274428\",\n                \"name\": \"Forro antibacteriano removível e lavável\"\n            },\n            {\n                \"id\": \"53616549\",\n                \"name\": \"Reducción de lesiones cerebrales con forro elástico Pro-Fit.\"\n            },\n            {\n                \"id\": \"13582487\",\n                \"name\": \"Forração removível antialérgica com espuma\"\n            },\n            {\n                \"id\": \"12407950\",\n                \"name\": \"Espuma 5 mm\"\n            },\n            {\n                \"id\": \"20040196\",\n                \"name\": \"Termoplástico injetado abs e policarbonato\"\n            },\n            {\n                \"id\": \"20405161\",\n                \"name\": \"Resina termoplasmatica\"\n            },\n            {\n                \"id\": \"18997470\",\n                \"name\": \"Lavável e feito de material tecnológico anti-alérgico\"\n            },\n            {\n                \"id\": \"19479742\",\n                \"name\": \"Viseira bolha\"\n            },\n            {\n                \"id\": \"54705207\",\n                \"name\": \"Revestimento interno com material Premium acolchoado e macio.\"\n            },\n            {\n                \"id\": \"18327651\",\n                \"name\": \"Forração supercool\"\n            },\n            {\n                \"id\": \"17349332\",\n                \"name\": \"Forro removível lavavel\"\n            },\n            {\n                \"id\": \"18997228\",\n                \"name\": \"Pls\"\n            },\n            {\n                \"id\": \"16606137\",\n                \"name\": \"Espuma epo\"\n            },\n            {\n                \"id\": \"21043345\",\n                \"name\": \"Forração com inserções refletivas\"\n            },\n            {\n                \"id\": \"65459268\",\n                \"name\": \"Nova forração em Lycra Forro antialérgico\"\n            },\n            {\n                \"id\": \"18327776\",\n                \"name\": \"Pintura automotiva ppg\"\n            },\n            {\n                \"id\": \"12979741\",\n                \"name\": \"Camurça\"\n            },\n            {\n                \"id\": \"20024385\",\n                \"name\": \"Tecido natural de bamboo\"\n            },\n            {\n                \"id\": \"14251065\",\n                \"name\": \"Coolmax\"\n            },\n            {\n                \"id\": \"20919628\",\n                \"name\": \"Eps canaletado de dupla densidade\"\n            },\n            {\n                \"id\": \"20272615\",\n                \"name\": \"Acolchoados hipoalérgicos\"\n            },\n            {\n                \"id\": \"67373142\",\n                \"name\": \"com tecido antialérgico e cavidade para uso de óculos de grau (EASY FIT\"\n            },\n            {\n                \"id\": \"20441673\",\n                \"name\": \"Forro de camurça\"\n            },\n            {\n                \"id\": \"17593529\",\n                \"name\": \"Eps e tecido anti-alérgico\"\n            },\n            {\n                \"id\": \"15139882\",\n                \"name\": \"Removivel e lavável\"\n            },\n            {\n                \"id\": \"61357450\",\n                \"name\": \"Forro Cacharrel e EPS de Alta Qualidade\"\n            },\n            {\n                \"id\": \"20162755\",\n                \"name\": \"Revestimento interno em tecido antialérgico\"\n            },\n            {\n                \"id\": \"19161608\",\n                \"name\": \"Protetiva\"\n            },\n            {\n                \"id\": \"17593536\",\n                \"name\": \"Mips\"\n            },\n            {\n                \"id\": \"15408129\",\n                \"name\": \"Forro antialérgico com espuma\"\n            },\n            {\n                \"id\": \"54085592\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"21703788\",\n                \"name\": \"Multicool\"\n            },\n            {\n                \"id\": \"12846795\",\n                \"name\": \"Espuma 10 mm\"\n            },\n            {\n                \"id\": \"16581290\",\n                \"name\": \"Poliestireno expandido\"\n            },\n            {\n                \"id\": \"19037992\",\n                \"name\": \"Eps lycra forro removivel narigueira\"\n            },\n            {\n                \"id\": \"54380499\",\n                \"name\": \"Sistema de Ajuste\"\n            },\n            {\n                \"id\": \"18995786\",\n                \"name\": \"• forro removível e hipoalergênico • cinta jugular com engate rápido micrométrico • narigueira antiembaçante • bavete (item indispensável na redução do vento interno)\"\n            },\n            {\n                \"id\": \"17593647\",\n                \"name\": \"Forrado,hipoalergênico\"\n            },\n            {\n                \"id\": \"18995926\",\n                \"name\": \"Forro com espuma\"\n            },\n            {\n                \"id\": \"15893183\",\n                \"name\": \"Antimicrobiano\"\n            },\n            {\n                \"id\": \"21043376\",\n                \"name\": \"Inserçõe\"\n            },\n            {\n                \"id\": \"20272617\",\n                \"name\": \"A forração é cortada a laser\"\n            },\n            {\n                \"id\": \"20274185\",\n                \"name\": \"Fecho micrométrico\"\n            },\n            {\n                \"id\": \"12326660\",\n                \"name\": \"Casco em resina termoplástica ABS\"\n            },\n            {\n                \"id\": \"35592288\",\n                \"name\": \"Microperforado doble densidad \\\"\"\n            },\n            {\n                \"id\": \"19403001\",\n                \"name\": \"Estrutura interna canaletada em eps com dupla densidade\"\n            },\n            {\n                \"id\": \"17666111\",\n                \"name\": \"Forro feito com nylon pluma,acoplado a espuma d22\"\n            },\n            {\n                \"id\": \"19467301\",\n                \"name\": \"Semelhante a fox axxis ebf asw fechado esportivo integral\"\n            },\n            {\n                \"id\": \"18327739\",\n                \"name\": \"Forro/Isopor\"\n            },\n            {\n                \"id\": \"64174699\",\n                \"name\": \"Revestimento em EPS com fecho micrométrico\"\n            },\n            {\n                \"id\": \"12408073\",\n                \"name\": \"Equipado com MIPS™ (Sistema multidirecional de proteção contra impactos)\"\n            },\n            {\n                \"id\": \"17602720\",\n                \"name\": \"Pano\"\n            },\n            {\n                \"id\": \"18994296\",\n                \"name\": \"Forro em fibra natural de bambu\"\n            },\n            {\n                \"id\": \"14407567\",\n                \"name\": \"Forração clima confort\"\n            },\n            {\n                \"id\": \"17067688\",\n                \"name\": \"Forração termoformada\"\n            },\n            {\n                \"id\": \"20353629\",\n                \"name\": \"Forração extremamente confortável e conveniente\"\n            },\n            {\n                \"id\": \"21043352\",\n                \"name\": \"Engate duplo d\"\n            },\n            {\n                \"id\": \"53944833\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"18997225\",\n                \"name\": \"Materiais têxteis de alta qualidade\"\n            },\n            {\n                \"id\": \"17349235\",\n                \"name\": \"Revestimento interno em tecido antialérgico removível e lavável\"\n            },\n            {\n                \"id\": \"14777697\",\n                \"name\": \"Multiplos tecidos\"\n            },\n            {\n                \"id\": \"18253713\",\n                \"name\": \"Algodon,poliestireno\"\n            },\n            {\n                \"id\": \"26508272\",\n                \"name\": \"Tecido\"\n            },\n            {\n                \"id\": \"19243761\",\n                \"name\": \"Espuma dupla densidade\"\n            },\n            {\n                \"id\": \"17784535\",\n                \"name\": \"Nylon cacharrel eps\"\n            },\n            {\n                \"id\": \"28613958\",\n                \"name\": \"High Density Foam Padding\"\n            },\n            {\n                \"id\": \"13438164\",\n                \"name\": \"Espuma\"\n            },\n            {\n                \"id\": \"13378424\",\n                \"name\": \"Forro\"\n            },\n            {\n                \"id\": \"74707319\",\n                \"name\": \"Forração interna macia removível e lavável\"\n            },\n            {\n                \"id\": \"40429017\",\n                \"name\": \"Termoplástico\"\n            },\n            {\n                \"id\": \"17602568\",\n                \"name\": \"Cacharrel nylon eps\"\n            },\n            {\n                \"id\": \"14215347\",\n                \"name\": \"Forro\"\n            },\n            {\n                \"id\": \"7391491\",\n                \"name\": \"Náilon\"\n            },\n            {\n                \"id\": \"14801547\",\n                \"name\": \"Anti-alérgico\"\n            },\n            {\n                \"id\": \"46929189\",\n                \"name\": \"Camada de amortecimento EPS\"\n            },\n            {\n                \"id\": \"20353313\",\n                \"name\": \"Cordura\"\n            },\n            {\n                \"id\": \"13390586\",\n                \"name\": \"Micro fibra inteligente\"\n            },\n            {\n                \"id\": \"54090453\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"21141470\",\n                \"name\": \"Eps anti-alérgico.\"\n            },\n            {\n                \"id\": \"54102571\",\n                \"name\": \"O revestimento interno permite o uso de óculos de grau ou de sol\"\n            },\n            {\n                \"id\": \"16068688\",\n                \"name\": \"Forro interno removível e lavável / hipoalergênico\"\n            },\n            {\n                \"id\": \"13791558\",\n                \"name\": \"Algodão\"\n            },\n            {\n                \"id\": \"13799121\",\n                \"name\": \"Interior removível e lavável\"\n            },\n            {\n                \"id\": \"17602812\",\n                \"name\": \"Ventilação interna\"\n            },\n            {\n                \"id\": \"13378414\",\n                \"name\": \"Forração anti alérgica removível e lavável super luxo que se adapta ao formato do rosto motociclista\"\n            },\n            {\n                \"id\": \"17602499\",\n                \"name\": \"De\"\n            },\n            {\n                \"id\": \"20024276\",\n                \"name\": \"2023\"\n            },\n            {\n                \"id\": \"21043387\",\n                \"name\": \"Forração removível e lavável. altamente respirável.hipoalérgico\"\n            },\n            {\n                \"id\": \"17611616\",\n                \"name\": \"Forro confortável em tecido Dry Comfort\"\n            },\n            {\n                \"id\": \"73687759\",\n                \"name\": \"O forro interno é respirável\"\n            },\n            {\n                \"id\": \"20272616\",\n                \"name\": \"Removíveis e laváveis. além disso\"\n            },\n            {\n                \"id\": \"17514032\",\n                \"name\": \"Forração interna removível e lavável; tecido antialérgico e antibacteriano; tecido macio que não agride o rosto;\"\n            },\n            {\n                \"id\": \"13490526\",\n                \"name\": \"Forro removível e lavável com tecido premium anti-alérgico e confortável. alta densidade de espuma para deixar justo em sua cabeça e confortável.\"\n            },\n            {\n                \"id\": \"55533838\",\n                \"name\": \"Seguro Resistente Peso Leve Desconto Barato\"\n            },\n            {\n                \"id\": \"47504457\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"18958282\",\n                \"name\": \"Alconchonado\"\n            },\n            {\n                \"id\": \"15180578\",\n                \"name\": \"Forros e pads ventilados\"\n            },\n            {\n                \"id\": \"17349554\",\n                \"name\": \"Náilon pluma\"\n            },\n            {\n                \"id\": \"18994356\",\n                \"name\": \"Nylon em pluma duplo e mesh respirável\"\n            },\n            {\n                \"id\": \"13494548\",\n                \"name\": \"Cacharrel dublado com elastano\"\n            },\n            {\n                \"id\": \"19231516\",\n                \"name\": \"Forração em tecido dry confort\"\n            },\n            {\n                \"id\": \"40429011\",\n                \"name\": \"Polymeros\"\n            },\n            {\n                \"id\": \"15408240\",\n                \"name\": \"Forro com tecido premium anti-alérgico e confortável. alta densidade de espuma para deixar justo em sua cabeça.\"\n            },\n            {\n                \"id\": \"17602430\",\n                \"name\": \"Forro em micro fibra\"\n            },\n            {\n                \"id\": \"17349626\",\n                \"name\": \"Totalmente removível e lavável\"\n            },\n            {\n                \"id\": \"17560586\",\n                \"name\": \"Forração em tecido tecnológico,hipoalérgico\"\n            },\n            {\n                \"id\": \"55489090\",\n                \"name\": \"bike\"\n            },\n            {\n                \"id\": \"54087810\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"19110001\",\n                \"name\": \"Cinta jugular com sistema de engate micrométrico\"\n            },\n            {\n                \"id\": \"7477919\",\n                \"name\": \"Poliéster\"\n            },\n            {\n                \"id\": \"44595911\",\n                \"name\": \"Eps canalizado de densidade dupla\"\n            },\n            {\n                \"id\": \"19947848\",\n                \"name\": \"Eps canaletado\"\n            },\n            {\n                \"id\": \"54087525\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"13425203\",\n                \"name\": \"Tec\"\n            },\n            {\n                \"id\": \"13795708\",\n                \"name\": \"Forro hipoalergênico e removível\"\n            },\n            {\n                \"id\": \"19773367\",\n                \"name\": \"Antialérgico e antitranspirante. esse forro é também lavável e removível\"\n            },\n            {\n                \"id\": \"16517427\",\n                \"name\": \"Poliespuma\"\n            },\n            {\n                \"id\": \"19161610\",\n                \"name\": \"Densidade\"\n            },\n            {\n                \"id\": \"20353310\",\n                \"name\": \"Forro removpível\"\n            },\n            {\n                \"id\": \"20162718\",\n                \"name\": \"lavável e antialérgica\"\n            },\n            {\n                \"id\": \"17666459\",\n                \"name\": \"Eps forração antialergica\"\n            },\n            {\n                \"id\": \"19000541\",\n                \"name\": \"Ambos para diminuir o ruído. além disso\"\n            },\n            {\n                \"id\": \"19406810\",\n                \"name\": \"Multifibras\"\n            },\n            {\n                \"id\": \"18996342\",\n                \"name\": \"Capacete retro\"\n            },\n            {\n                \"id\": \"21029629\",\n                \"name\": \"Tecido e esponja\"\n            },\n            {\n                \"id\": \"20024204\",\n                \"name\": \"Material antialérgico\"\n            },\n            {\n                \"id\": \"17666116\",\n                \"name\": \"Eps antialergico original cinta jugular revestida em nylon fecho micrométrico\"\n            },\n            {\n                \"id\": \"17602518\",\n                \"name\": \"Forro removível lavavel,mips\"\n            },\n            {\n                \"id\": \"19363311\",\n                \"name\": \"Espeuma\"\n            },\n            {\n                \"id\": \"15407817\",\n                \"name\": \"Cacharrel / feminino\"\n            },\n            {\n                \"id\": \"18994225\",\n                \"name\": \"Berço em isopor\"\n            },\n            {\n                \"id\": \"18247095\",\n                \"name\": \"Forração confortável em tecido dry confort tecnológico e hipoalérgico. totalmente removível e lavável\"\n            },\n            {\n                \"id\": \"17666743\",\n                \"name\": \"Tecido tratado,espumas hipoalergênicas\"\n            },\n            {\n                \"id\": \"16068697\",\n                \"name\": \"Almofadas ventiladas\"\n            },\n            {\n                \"id\": \"19130608\",\n                \"name\": \"Tecido dry-comfort\"\n            },\n            {\n                \"id\": \"62084957\",\n                \"name\": \"Tecidos com Tratamento Antibacteriano\"\n            },\n            {\n                \"id\": \"19078097\",\n                \"name\": \"Cortado a laser e moldado mecanicamente; • viseira em policarbonato de 2 mm com amplo campo de visão\"\n            },\n            {\n                \"id\": \"15887419\",\n                \"name\": \"Eirt\"\n            },\n            {\n                \"id\": \"21128775\",\n                \"name\": \"Tejido\"\n            },\n            {\n                \"id\": \"15407567\",\n                \"name\": \"Tecido poliproleno\"\n            },\n            {\n                \"id\": \"18996339\",\n                \"name\": \"Capacete moto\"\n            },\n            {\n                \"id\": \"21043347\",\n                \"name\": \"Narigueira removível\"\n            },\n            {\n                \"id\": \"18999558\",\n                \"name\": \"Densidade de 28 mm\"\n            },\n            {\n                \"id\": \"17349641\",\n                \"name\": \"Resina\"\n            },\n            {\n                \"id\": \"54100907\",\n                \"name\": \"Couro\"\n            },\n            {\n                \"id\": \"20291554\",\n                \"name\": \"Forro removível - forração com espuma de densidade d28\"\n            },\n            {\n                \"id\": \"20353529\",\n                \"name\": \"Laváveis e antialérgicos\"\n            },\n            {\n                \"id\": \"20353631\",\n                \"name\": \"Correias de fixação integradas ao capacete. essas correias- removíveis e laváveis.\"\n            },\n            {\n                \"id\": \"13403835\",\n                \"name\": \"Eps multidensidade\"\n            },\n            {\n                \"id\": \"19744798\",\n                \"name\": \"Eps,poliéster\"\n            },\n            {\n                \"id\": \"64249520\",\n                \"name\": \"Cacharrel, casco resistente, acolchoado e elástico\"\n            },\n            {\n                \"id\": \"15407460\",\n                \"name\": \"Cacharrel dia dos pais presente\"\n            },\n            {\n                \"id\": \"58647348\",\n                \"name\": \"espuma de alta densidade\"\n            },\n            {\n                \"id\": \"55179610\",\n                \"name\": \"Tecido respirável\"\n            },\n            {\n                \"id\": \"17602271\",\n                \"name\": \"Eps seguro de boa qualidade\"\n            },\n            {\n                \"id\": \"17593801\",\n                \"name\": \"Forrado\"\n            },\n            {\n                \"id\": \"64254877\",\n                \"name\": \"Ventilação com entradas e saídas de ar no capacete\"\n            },\n            {\n                \"id\": \"19947955\",\n                \"name\": \"Forração extremamente confortável e conveniente. além dos acolchoados nos ouvidos e bochechas\"\n            },\n            {\n                \"id\": \"23413706\",\n                \"name\": \"Eps original unissex lançamento promoção oferta\"\n            },\n            {\n                \"id\": \"18327779\",\n                \"name\": \"Sistema de troca rápida da viseira\"\n            },\n            {\n                \"id\": \"58131387\",\n                \"name\": \"EPS com multidensidade\"\n            },\n            {\n                \"id\": \"15408243\",\n                \"name\": \"Hpc\"\n            },\n            {\n                \"id\": \"21029577\",\n                \"name\": \"Textil respirável hipoalergênico\"\n            },\n            {\n                \"id\": \"11156534\",\n                \"name\": \"Náilon pluma dobrado antialérgico\"\n            },\n            {\n                \"id\": \"19363302\",\n                \"name\": \"Resina termoplástica de alta pressão; dois tamanhos de casco e eps multidensidade; viseira em policarbonato preparada para pinlock e resistente à risco; forro respirável\"\n            },\n            {\n                \"id\": \"21141891\",\n                \"name\": \"Forro acolchoado\"\n            },\n            {\n                \"id\": \"55179611\",\n                \"name\": \"acabamento em couro sintético ou nylon\"\n            },\n            {\n                \"id\": \"20157807\",\n                \"name\": \"Tecido Espumado\"\n            },\n            {\n                \"id\": \"16001937\",\n                \"name\": \"Forro interior desmontável e lavável. Hipoalergênico\"\n            },\n            {\n                \"id\": \"14407635\",\n                \"name\": \"Removível\"\n            },\n            {\n                \"id\": \"20359842\",\n                \"name\": \"Lavável e respirável/Óculos interno/Fecho com engate micrométrico\"\n            },\n            {\n                \"id\": \"19583012\",\n                \"name\": \"Eps lycra antialérgico removível para higienização\"\n            },\n            {\n                \"id\": \"64171271\",\n                \"name\": \"Calota interna de dupla densidade com canais de ar\"\n            },\n            {\n                \"id\": \"19000543\",\n                \"name\": \"Apresenta estofamento para impedir que o vento entre pela parte de baixo do capacete\"\n            },\n            {\n                \"id\": \"13465621\",\n                \"name\": \"Tecidos dry-comfort\"\n            },\n            {\n                \"id\": \"13718584\",\n                \"name\": \"Microfibras anti-bactéricida\"\n            },\n            {\n                \"id\": \"20353641\",\n                \"name\": \"Com nova tecnologia aegis microbe shield®\"\n            },\n            {\n                \"id\": \"54390259\",\n                \"name\": \"Sistema de Ventilación Interno}\"\n            },\n            {\n                \"id\": \"22790380\",\n                \"name\": \"Revestimento interno em tecido antialérgico\"\n            },\n            {\n                \"id\": \"18327778\",\n                \"name\": \"Antiembaçante e uv\"\n            },\n            {\n                \"id\": \"18247191\",\n                \"name\": \"Nylon,antialérgico\"\n            },\n            {\n                \"id\": \"55172908\",\n                \"name\": \"Double-D\"\n            },\n            {\n                \"id\": \"56522294\",\n                \"name\": \"Tecidos hipoalergênicos\"\n            },\n            {\n                \"id\": \"15142077\",\n                \"name\": \"Eps (poliestireno expandido)\"\n            },\n            {\n                \"id\": \"20359841\",\n                \"name\": \"Forração cortada a laser com tratamento hipoalérgico removível\"\n            },\n            {\n                \"id\": \"20180750\",\n                \"name\": \"outros\"\n            },\n            {\n                \"id\": \"65946313\",\n                \"name\": \"EPS Termoformatado Motoqueiro\"\n            },\n            {\n                \"id\": \"54380498\",\n                \"name\": \"Sistema de Ventilação Interno\"\n            },\n            {\n                \"id\": \"21519702\",\n                \"name\": \"Interior antialérgico\"\n            },\n            {\n                \"id\": \"22329458\",\n                \"name\": \"Eps multidensidade canalizado\"\n            },\n            {\n                \"id\": \"19396035\",\n                \"name\": \"Eps canalizado de multidensidade\"\n            },\n            {\n                \"id\": \"56402036\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"13090332\",\n                \"name\": \"Cacharrel dublado com elastano\"\n            },\n            {\n                \"id\": \"21029587\",\n                \"name\": \"Poliestireno forrado em tecido com espuma\"\n            },\n            {\n                \"id\": \"54087620\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"22095124\",\n                \"name\": \"Tipo axxis draken ls2 helt agv r8 pro tork texx norisk\"\n            },\n            {\n                \"id\": \"19536120\",\n                \"name\": \"Bavete que evita entrada de ar e melhora a acústica\"\n            },\n            {\n                \"id\": \"65148583\",\n                \"name\": \"Tecido Antialérgico com Acabamento em Couro\"\n            },\n            {\n                \"id\": \"21703690\",\n                \"name\": \"Interior\"\n            },\n            {\n                \"id\": \"18060218\",\n                \"name\": \"Lucca\"\n            },\n            {\n                \"id\": \"17602497\",\n                \"name\": \"Capacete\"\n            },\n            {\n                \"id\": \"62035521\",\n                \"name\": \"Extraíble\"\n            },\n            {\n                \"id\": \"17602501\",\n                \"name\": \"Oferta\"\n            },\n            {\n                \"id\": \"22937101\",\n                \"name\": \"Respirável e tem um tecido anti-odor que absorve a umidade\"\n            },\n            {\n                \"id\": \"18994222\",\n                \"name\": \"Eps anti-alérgico.\"\n            },\n            {\n                \"id\": \"17602473\",\n                \"name\": \"Forro removivel,policarbonato\"\n            },\n            {\n                \"id\": \"50199600\",\n                \"name\": \"Antimofo\"\n            },\n            {\n                \"id\": \"17602826\",\n                \"name\": \"Viseira cristal\"\n            },\n            {\n                \"id\": \"54705831\",\n                \"name\": \"POLIAMIDA\"\n            },\n            {\n                \"id\": \"19078156\",\n                \"name\": \"Cinta jugular com sistema de fechamento engate micrométrico.\"\n            },\n            {\n                \"id\": \"74715877\",\n                \"name\": \"EPS de alta densidade\"\n            },\n            {\n                \"id\": \"19773386\",\n                \"name\": \"Tecido dry confort tecnológico e hipoalérgico\"\n            },\n            {\n                \"id\": \"66062249\",\n                \"name\": \"Memoria\"\n            },\n            {\n                \"id\": \"13807662\",\n                \"name\": \"Poliestireno expandido de alta densidade\"\n            },\n            {\n                \"id\": \"23042953\",\n                \"name\": \"Eps de alta intensidade\"\n            },\n            {\n                \"id\": \"20353595\",\n                \"name\": \"Fibra natural de bamboo coolmax\"\n            },\n            {\n                \"id\": \"13683584\",\n                \"name\": \"Cacharrel\"\n            },\n            {\n                \"id\": \"17611670\",\n                \"name\": \"• forração cortada a laser com tratamento hipoalérgico\"\n            },\n            {\n                \"id\": \"17484775\",\n                \"name\": \"Hipoalérgico e confortável.\"\n            },\n            {\n                \"id\": \"15162589\",\n                \"name\": \"A forração é removível e lavável.\"\n            },\n            {\n                \"id\": \"13774485\",\n                \"name\": \"Foro\"\n            },\n            {\n                \"id\": \"36506472\",\n                \"name\": \"aveludado\"\n            },\n            {\n                \"id\": \"19130658\",\n                \"name\": \"Eps forro antialérgico antimofo\"\n            },\n            {\n                \"id\": \"17349622\",\n                \"name\": \"Eps cacharrel antialérgico\"\n            },\n            {\n                \"id\": \"21140959\",\n                \"name\": \"Desenvolvido por micro perfurados de micro densidades e combinado com o sistema de ventilação avança\"\n            },\n            {\n                \"id\": \"20870739\",\n                \"name\": \"Tecido removível e hipoalergênico\"\n            },\n            {\n                \"id\": \"19137878\",\n                \"name\": \"Easy fit para óculos\"\n            },\n            {\n                \"id\": \"18423358\",\n                \"name\": \"Eps antialergico antimofo elastano cacharrel removivel\"\n            },\n            {\n                \"id\": \"35981658\",\n                \"name\": \"Removível\"\n            },\n            {\n                \"id\": \"54087223\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"70250208\",\n                \"name\": \"Conta com espaço para sistema de intercomunicador.\"\n            },\n            {\n                \"id\": \"17665745\",\n                \"name\": \"Forro removível e lavável,produzido com tecido anti-alérgico\"\n            },\n            {\n                \"id\": \"54096627\",\n                \"name\": \"Náilon\"\n            },\n            {\n                \"id\": \"17349392\",\n                \"name\": \"Eps poliestireno c/ forro anti mofo\"\n            },\n            {\n                \"id\": \"18999444\",\n                \"name\": \"Tecido bicolor com pluma\"\n            },\n            {\n                \"id\": \"18995736\",\n                \"name\": \"Antialérgico lavavel removivel\"\n            },\n            {\n                \"id\": \"21141588\",\n                \"name\": \"Semelhante a fox axxis ebf asw fechado esportivo integral\"\n            },\n            {\n                \"id\": \"58487094\",\n                \"name\": \"algodão poliéster\"\n            },\n            {\n                \"id\": \"21141763\",\n                \"name\": \"Revestimento interno (forração) removível e lavável em tecido antialérgico\"\n            },\n            {\n                \"id\": \"16992536\",\n                \"name\": \"Forração em tecido tecnológico. hipoalérgico. removível e lavável\"\n            },\n            {\n                \"id\": \"19078098\",\n                \"name\": \"Proteção antirrisco\"\n            },\n            {\n                \"id\": \"17602539\",\n                \"name\": \"Forro removível,lavável e de material tecnológico anti-alérgico\"\n            },\n            {\n                \"id\": \"30475229\",\n                \"name\": \"Espuma de alto impacto\"\n            },\n            {\n                \"id\": \"54095520\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"21322661\",\n                \"name\": \"Tornando toda a higienização do capacete mais prática.\"\n            },\n            {\n                \"id\": \"15817049\",\n                \"name\": \"Forração antialérgica\"\n            },\n            {\n                \"id\": \"54702331\",\n                \"name\": \"Injetado\"\n            },\n            {\n                \"id\": \"18996346\",\n                \"name\": \"Capacete coquinho\"\n            },\n            {\n                \"id\": \"20881223\",\n                \"name\": \"Almofadas ventiladas\"\n            },\n            {\n                \"id\": \"22095148\",\n                \"name\": \"Couro e suede de alto padrãoo\"\n            },\n            {\n                \"id\": \"28613957\",\n                \"name\": \"Fibre\"\n            },\n            {\n                \"id\": \"7567418\",\n                \"name\": \"Poliuretano\"\n            },\n            {\n                \"id\": \"55067948\",\n                \"name\": \"ultra-pelúcia removível\"\n            },\n            {\n                \"id\": \"15171945\",\n                \"name\": \"Microfibra antibactericida\"\n            },\n            {\n                \"id\": \"19054802\",\n                \"name\": \"Antialérgico\"\n            },\n            {\n                \"id\": \"20291917\",\n                \"name\": \"Forro composto em dri-lex\"\n            },\n            {\n                \"id\": \"54094004\",\n                \"name\": \"Forro removível\"\n            },\n            {\n                \"id\": \"22937104\",\n                \"name\": \"Nuevo forro de confort elástico pro-fit que se adapta a tu cabeza\"\n            },\n            {\n                \"id\": \"22163413\",\n                \"name\": \"Altamente respirável\"\n            },\n            {\n                \"id\": \"20271592\",\n                \"name\": \"Eps nylon confortável serve para todos vários tamanhos cabeças cabeça\"\n            },\n            {\n                \"id\": \"30989049\",\n                \"name\": \"Cacharrel de qualidade macio conforto motociclistas motociclista motoqueiro motoqueira motoboy entregador garupa presente para voce piloto\"\n            },\n            {\n                \"id\": \"19078250\",\n                \"name\": \"Fibra natural de bamboo\"\n            },\n            {\n                \"id\": \"54092526\",\n                \"name\": \"Forro removivel lavável e de material tecnológico antialérgico Cinta jugular de engate rápido  Viseira com encaixe para PINLOCK\"\n            },\n            {\n                \"id\": \"64170731\",\n                \"name\": \"Removable and washable lining with premium anti-allergic fabric.\"\n            },\n            {\n                \"id\": \"16229052\",\n                \"name\": \"Abs + espuma\"\n            },\n            {\n                \"id\": \"18994163\",\n                \"name\": \"Espuma lavavel\"\n            },\n            {\n                \"id\": \"54350277\",\n                \"name\": \"Espuma\"\n            },\n            {\n                \"id\": \"19161573\",\n                \"name\": \"Tecido dry confort tecnológico\"\n            },\n            {\n                \"id\": \"21043276\",\n                \"name\": \"Espuma de densidade d28\"\n            },\n            {\n                \"id\": \"18995452\",\n                \"name\": \"Tecido,poliestireno\"\n            },\n            {\n                \"id\": \"20272772\",\n                \"name\": \"Acolchoamento interior clima comfort\"\n            },\n            {\n                \"id\": \"54091935\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"18996124\",\n                \"name\": \"Forro dry confort tecnológico e hipoalérgico\"\n            },\n            {\n                \"id\": \"15407525\",\n                \"name\": \"Nylon / presente\"\n            },\n            {\n                \"id\": \"42477424\",\n                \"name\": \"Interior preparado para fones de intercomunicador\"\n            },\n            {\n                \"id\": \"53939708\",\n                \"name\": \"Nylon\"\n            },\n            {\n                \"id\": \"17593491\",\n                \"name\": \"Aveludado\"\n            },\n            {\n                \"id\": \"13744857\",\n                \"name\": \"Isopor\"\n            },\n            {\n                \"id\": \"24460269\",\n                \"name\": \"Tecido removível e hipoalergênico\"\n            },\n            {\n                \"id\": \"21140600\",\n                \"name\": \"Anti-odor\"\n            },\n            {\n                \"id\": \"16259275\",\n                \"name\": \"Náilon pluma dublado anti-alérgico\"\n            },\n            {\n                \"id\": \"19275086\",\n                \"name\": \"Eps  +  advanced thermoplastic shell technology\"\n            },\n            {\n                \"id\": \"15309455\",\n                \"name\": \"Tecido antialérgico\"\n            },\n            {\n                \"id\": \"20620088\",\n                \"name\": \"Revestimento de espuma e tecido\"\n            },\n            {\n                \"id\": \"28495212\",\n                \"name\": \"Dry-Tech\"\n            },\n            {\n                \"id\": \"22516250\",\n                \"name\": \"Res\"\n            },\n            {\n                \"id\": \"13378882\",\n                \"name\": \"Nylon\"\n            },\n            {\n                \"id\": \"19773389\",\n                \"name\": \"Poli\"\n            },\n            {\n                \"id\": \"23553699\",\n                \"name\": \"Poliéster Hipoalérgico Respirable\"\n            },\n            {\n                \"id\": \"19892611\",\n                \"name\": \"Interno em eps\"\n            },\n            {\n                \"id\": \"21007644\",\n                \"name\": \"Carbono\"\n            },\n            {\n                \"id\": \"17602254\",\n                \"name\": \"Eps canaletado de dupla densidade,espuma de múltiplas densidade\"\n            },\n            {\n                \"id\": \"19001699\",\n                \"name\": \"Eps canaletado de múltiplas densidades\"\n            },\n            {\n                \"id\": \"19078172\",\n                \"name\": \"Collmax\"\n            },\n            {\n                \"id\": \"18496875\",\n                \"name\": \"Desmontável,lavável\"\n            },\n            {\n                \"id\": \"73687760\",\n                \"name\": \"Forro antibacteriano e removível para lavagem\"\n            },\n            {\n                \"id\": \"18996221\",\n                \"name\": \"Forração confortável em tecido dry confort tecnológico e hipoalérgico\"\n            },\n            {\n                \"id\": \"20210559\",\n                \"name\": \"Cacharrel antialérgico\"\n            },\n            {\n                \"id\": \"44627135\",\n                \"name\": \"Forração com acabamento em couro ecológico aveludado\"\n            },\n            {\n                \"id\": \"15407633\",\n                \"name\": \"Forro removível e lavável com tecido premium anti-alérgico e confortável. alta densidade de espuma para deixar justo em sua cabeça.\"\n            },\n            {\n                \"id\": \"54091626\",\n                \"name\": \"Forro removível\"\n            },\n            {\n                \"id\": \"74760891\",\n                \"name\": \"Fibra híbrida de carbono-vidro\"\n            },\n            {\n                \"id\": \"18997501\",\n                \"name\": \"Nylon / presente / moto\"\n            },\n            {\n                \"id\": \"13774597\",\n                \"name\": \"Removível e lavável;\"\n            },\n            {\n                \"id\": \"54089793\",\n                \"name\": \"Eps lycra antialérgico removível para higienização\"\n            },\n            {\n                \"id\": \"20040024\",\n                \"name\": \"Tipo fechado\"\n            },\n            {\n                \"id\": \"19301773\",\n                \"name\": \"Forro interno de alta densidade\"\n            },\n            {\n                \"id\": \"17666763\",\n                \"name\": \"Nylex biocerâmico\"\n            },\n            {\n                \"id\": \"20274184\",\n                \"name\": \"Sistema de troca rápida de viseira\"\n            },\n            {\n                \"id\": \"22094995\",\n                \"name\": \"Hipoalérgico e respirável\"\n            },\n            {\n                \"id\": \"22484834\",\n                \"name\": \"Têxtil\"\n            },\n            {\n                \"id\": \"13791519\",\n                \"name\": \"A.t.p.a. ™ carcaça avançada de liga termo-polivinílica\"\n            },\n            {\n                \"id\": \"18997190\",\n                \"name\": \"Espuma anti-alérgica\"\n            },\n            {\n                \"id\": \"20072328\",\n                \"name\": \"Lavável e com tratamento anti-bacteriano;\"\n            },\n            {\n                \"id\": \"34885885\",\n                \"name\": \"Respirable\"\n            },\n            {\n                \"id\": \"18995798\",\n                \"name\": \"Eps de dupla densidade\"\n            },\n            {\n                \"id\": \"22791871\",\n                \"name\": \"Espuma 5 mm\"\n            },\n            {\n                \"id\": \"18997342\",\n                \"name\": \"Nylon forro antialergico\"\n            },\n            {\n                \"id\": \"13806986\",\n                \"name\": \"Poliamida\"\n            },\n            {\n                \"id\": \"18832650\",\n                \"name\": \"Removível e lavável\"\n            },\n            {\n                \"id\": \"20272060\",\n                \"name\": \"Eps de multidensidade canalizado\"\n            },\n            {\n                \"id\": \"52576003\",\n                \"name\": \"PP\"\n            },\n            {\n                \"id\": \"14251029\",\n                \"name\": \"Forro antimicrobiano\"\n            },\n            {\n                \"id\": \"21140575\",\n                \"name\": \"Eps lançamento esportivo\"\n            },\n            {\n                \"id\": \"19997778\",\n                \"name\": \"Cacharrel antialérgico macio alças de emergência saída de ar combina com qualquer kit\"\n            },\n            {\n                \"id\": \"20378866\",\n                \"name\": \"Forro removível e lavável com tratamento anti fungos e anti odor\"\n            },\n            {\n                \"id\": \"64254880\",\n                \"name\": \"Ventilação com entradas de ar frontais e saídas na parte traseira\"\n            },\n            {\n                \"id\": \"19892619\",\n                \"name\": \"Forro de fibra de bambu\"\n            },\n            {\n                \"id\": \"17861798\",\n                \"name\": \"Sistema de forração ergonofit,tecido antialérgico removível e lavável\"\n            },\n            {\n                \"id\": \"20273468\",\n                \"name\": \"- forro em tecidos dry-lex com tratamento higiênico\"\n            },\n            {\n                \"id\": \"17086774\",\n                \"name\": \"Eps - forro antiletárgico\"\n            },\n            {\n                \"id\": \"64249509\",\n                \"name\": \"Material antialérgico, alças de emergência e saída de ar\"\n            },\n            {\n                \"id\": \"17602658\",\n                \"name\": \"Forração interna removível e lavável em fleece\"\n            },\n            {\n                \"id\": \"18327775\",\n                \"name\": \"Casco aerodinâmico em resina termoplástica abs\"\n            },\n            {\n                \"id\": \"21043374\",\n                \"name\": \"Com tratamento biodry\"\n            },\n            {\n                \"id\": \"17066196\",\n                \"name\": \"Revestimento Eps\"\n            },\n            {\n                \"id\": \"20241453\",\n                \"name\": \"Forração com tecido dry – comfort com tratamento antialérgico e respirável\"\n            },\n            {\n                \"id\": \"20487632\",\n                \"name\": \"Hipoalergênico\"\n            },\n            {\n                \"id\": \"44015247\",\n                \"name\": \"tecido avançado antisséptico e respirável\"\n            },\n            {\n                \"id\": \"2282473\",\n                \"name\": \"Resina termoplástica\"\n            },\n            {\n                \"id\": \"18996343\",\n                \"name\": \"Capacete old school\"\n            },\n            {\n                \"id\": \"17666667\",\n                \"name\": \"Tecido antialérgico e antibacteriano,forração interna removível e lavável em eece\"\n            },\n            {\n                \"id\": \"20274166\",\n                \"name\": \"Forro em tecidos dry-lex com tratamento higiênico\"\n            },\n            {\n                \"id\": \"20273478\",\n                \"name\": \"Isopor interno para absorção e dissipação de choque;\"\n            },\n            {\n                \"id\": \"18994088\",\n                \"name\": \"Ps canaletado de dupla densidade\"\n            },\n            {\n                \"id\": \"17611613\",\n                \"name\": \"Nylon poliestireno revestimento interno\"\n            },\n            {\n                \"id\": \"17602380\",\n                \"name\": \"Forro eps\"\n            },\n            {\n                \"id\": \"20433575\",\n                \"name\": \"Forro em cacharrel dublado 10 mm; revestimento confeccionado em eps\"\n            },\n            {\n                \"id\": \"34192815\",\n                \"name\": \"Poliamida\"\n            },\n            {\n                \"id\": \"74717706\",\n                \"name\": \"tecido macio\"\n            },\n            {\n                \"id\": \"18995042\",\n                \"name\": \"Forração lavável of\"\n            },\n            {\n                \"id\": \"22382915\",\n                \"name\": \"Tecidos de alta qualidade\"\n            },\n            {\n                \"id\": \"14875672\",\n                \"name\": \"Espumas\"\n            },\n            {\n                \"id\": \"54702479\",\n                \"name\": \"Forração EXTRA CONFORTÁVEL\"\n            },\n            {\n                \"id\": \"19643619\",\n                \"name\": \"Tecido antialergênnico\"\n            },\n            {\n                \"id\": \"15887437\",\n                \"name\": \"Estofamento\"\n            },\n            {\n                \"id\": \"61529420\",\n                \"name\": \"Acabamento interno em couro\"\n            },\n            {\n                \"id\": \"13847422\",\n                \"name\": \"Eps termoformatado\"\n            },\n            {\n                \"id\": \"21043320\",\n                \"name\": \"Bavete removível\"\n            },\n            {\n                \"id\": \"61762022\",\n                \"name\": \"e-bike\"\n            },\n            {\n                \"id\": \"34885880\",\n                \"name\": \"Forro cortado con láser\"\n            },\n            {\n                \"id\": \"21141371\",\n                \"name\": \"Eps forro antialérgico casco resistente\"\n            },\n            {\n                \"id\": \"54106447\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"62035522\",\n                \"name\": \"Interior antibacteriano lavável\"\n            },\n            {\n                \"id\": \"58642730\",\n                \"name\": \"HPTT\"\n            },\n            {\n                \"id\": \"15408149\",\n                \"name\": \"Tecido bicolor com pluma – antialérgico com espuma\"\n            },\n            {\n                \"id\": \"18327711\",\n                \"name\": \"Totalmente removível\"\n            },\n            {\n                \"id\": \"54705210\",\n                \"name\": \"Revestimento antibacteriano\"\n            },\n            {\n                \"id\": \"17602657\",\n                \"name\": \"Fleece\"\n            },\n            {\n                \"id\": \"17602529\",\n                \"name\": \"Cacharrel,narigueira\"\n            },\n            {\n                \"id\": \"20040021\",\n                \"name\": \"Recurso design aerodinamico\"\n            },\n            {\n                \"id\": \"54089491\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"20241704\",\n                \"name\": \"Elastano / anti alérgico\"\n            },\n            {\n                \"id\": \"18996217\",\n                \"name\": \"Forração de poliuretano de diversas densidades\"\n            },\n            {\n                \"id\": \"23745025\",\n                \"name\": \"Nylon\"\n            },\n            {\n                \"id\": \"19130721\",\n                \"name\": \"Multi tecidos antialérgico\"\n            },\n            {\n                \"id\": \"17666814\",\n                \"name\": \"Abs,eps\"\n            },\n            {\n                \"id\": \"18368922\",\n                \"name\": \"Interior desmontable y lavable,interior fabricado con tejidos anti alergénicos\"\n            },\n            {\n                \"id\": \"21199005\",\n                \"name\": \"Microfibra inteligente texx\"\n            },\n            {\n                \"id\": \"13774567\",\n                \"name\": \"Forração cortada a laser\"\n            },\n            {\n                \"id\": \"44595914\",\n                \"name\": \"tecido hipoalergênico removível\"\n            },\n            {\n                \"id\": \"18996341\",\n                \"name\": \"Capacete vintage\"\n            },\n            {\n                \"id\": \"14251040\",\n                \"name\": \"Microfibra avançada\"\n            },\n            {\n                \"id\": \"18247093\",\n                \"name\": \"Resina termopl´\"\n            },\n            {\n                \"id\": \"18999686\",\n                \"name\": \"Pluma com espuma\"\n            },\n            {\n                \"id\": \"19066680\",\n                \"name\": \"Sistema de forração ergonofit\"\n            },\n            {\n                \"id\": \"68074281\",\n                \"name\": \"Tecido com tratamento antibacteriano\"\n            },\n            {\n                \"id\": \"64255901\",\n                \"name\": \"Cheek pads de poliuretano com diferentes densidades\"\n            },\n            {\n                \"id\": \"16217110\",\n                \"name\": \"Forro em tecidos dry-lex\"\n            },\n            {\n                \"id\": \"18357792\",\n                \"name\": \"Tratamento higiênico\"\n            },\n            {\n                \"id\": \"21140917\",\n                \"name\": \"Isopor interno com aletas para absorção e dissipação de choque;\"\n            },\n            {\n                \"id\": \"20139387\",\n                \"name\": \"Forro respirável com tratamento hipoalérgico\"\n            },\n            {\n                \"id\": \"18615248\",\n                \"name\": \"Airoh deslizando rede\"\n            },\n            {\n                \"id\": \"15106739\",\n                \"name\": \"Forro removível antialérgico e bavete\"\n            },\n            {\n                \"id\": \"17611565\",\n                \"name\": \"Hi fi\"\n            },\n            {\n                \"id\": \"17666651\",\n                \"name\": \"Antialérgico,eps\"\n            },\n            {\n                \"id\": \"18327712\",\n                \"name\": \"Com tratamento hipoalérgico\"\n            },\n            {\n                \"id\": \"19643627\",\n                \"name\": \"Revestimento em tecido antialérgico\"\n            },\n            {\n                \"id\": \"13774566\",\n                \"name\": \"Forro removível e lavável\"\n            },\n            {\n                \"id\": \"20319463\",\n                \"name\": \"Lexan\"\n            },\n            {\n                \"id\": \"25481496\",\n                \"name\": \"Forraçao removivel\"\n            },\n            {\n                \"id\": \"13613962\",\n                \"name\": \"Plástico abs\"\n            },\n            {\n                \"id\": \"66062250\",\n                \"name\": \"Pequeno\"\n            },\n            {\n                \"id\": \"54091327\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"20162717\",\n                \"name\": \"forração é removível\"\n            },\n            {\n                \"id\": \"64973585\",\n                \"name\": \"EPS (camada de absorção de impacto)\"\n            },\n            {\n                \"id\": \"20353642\",\n                \"name\": \"Com tratamento higiênic\"\n            }\n        ],\n        \"tooltip\": \"São os materiais que compõem o interior do produto.\",\n        \"example\": \"Poliestireno; Resina termoplástica; Borracha; Náilon\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"OUTER_MATERIALS\",\n        \"name\": \"Materiais do exterior\",\n        \"tags\": {\n            \"multivalued\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"values\": [\n            {\n                \"id\": \"13718585\",\n                \"name\": \"Policarbonato avançado\"\n            },\n            {\n                \"id\": \"20308794\",\n                \"name\": \"Novo casco aerodinâmico em resina termoplástica;\"\n            },\n            {\n                \"id\": \"54085896\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"13791520\",\n                \"name\": \"A.t.p.a. ™ carcaça avançada de liga termo-polivinílica\"\n            },\n            {\n                \"id\": \"30989046\",\n                \"name\": \"Abs casco resistente reforçado entradas de ar reguláveis regulaveis que regulam mais vendido top do mercado\"\n            },\n            {\n                \"id\": \"41651084\",\n                \"name\": \"Abs Leve Resistente\"\n            },\n            {\n                \"id\": \"19540843\",\n                \"name\": \"O orion tem casco injetado em resina termoplástica abs por alta pressão\"\n            },\n            {\n                \"id\": \"18996362\",\n                \"name\": \"Capacete etceter\"\n            },\n            {\n                \"id\": \"52241821\",\n                \"name\": \"Resina termoplástica (abs)\"\n            },\n            {\n                \"id\": \"17484676\",\n                \"name\": \"Desenho aguia customizado abs\"\n            },\n            {\n                \"id\": \"20474896\",\n                \"name\": \"Coraza de abs\"\n            },\n            {\n                \"id\": \"54100268\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"54340897\",\n                \"name\": \"Plástico abs\"\n            },\n            {\n                \"id\": \"13799939\",\n                \"name\": \"Injetado em polímero abs de alto impacto virgem\"\n            },\n            {\n                \"id\": \"22095097\",\n                \"name\": \"Hpfc (high performance fibre composite)\"\n            },\n            {\n                \"id\": \"19137886\",\n                \"name\": \"Viseira com tratamento anti-riscos e proteção uv\"\n            },\n            {\n                \"id\": \"20040198\",\n                \"name\": \"Termoplástico injetado abs e policarbonato\"\n            },\n            {\n                \"id\": \"18997502\",\n                \"name\": \"Abs / menino / menina\"\n            },\n            {\n                \"id\": \"23484727\",\n                \"name\": \"Abs evo narigueira vis fume abs evo narigueira vis fume confortável\"\n            },\n            {\n                \"id\": \"19001665\",\n                \"name\": \"Metal\"\n            },\n            {\n                \"id\": \"20030453\",\n                \"name\": \"Polímero plástico - stc\"\n            },\n            {\n                \"id\": \"17611673\",\n                \"name\": \"Casco em hptt (high pressure thermoplastic technology)\"\n            },\n            {\n                \"id\": \"19000850\",\n                \"name\": \"Abs alta qualidade\"\n            },\n            {\n                \"id\": \"20291781\",\n                \"name\": \"Abs dub viseira bolha flip transparente cristal\"\n            },\n            {\n                \"id\": \"13632046\",\n                \"name\": \"Fibra para capacetes de motos\"\n            },\n            {\n                \"id\": \"12326668\",\n                \"name\": \"opticamente correta e plana\"\n            },\n            {\n                \"id\": \"64250194\",\n                \"name\": \"ABS termoplástico injetado e EPS para maior segurança e conforto\"\n            },\n            {\n                \"id\": \"17484784\",\n                \"name\": \"Resistente a impactos\"\n            },\n            {\n                \"id\": \"12357128\",\n                \"name\": \"casco de ABS / PC\"\n            },\n            {\n                \"id\": \"21401716\",\n                \"name\": \"Abs super resistente de alto impacto seguro.\"\n            },\n            {\n                \"id\": \"20353507\",\n                \"name\": \"Inspirado no pista gp r\"\n            },\n            {\n                \"id\": \"18994625\",\n                \"name\": \"Pintura fosca\"\n            },\n            {\n                \"id\": \"18327780\",\n                \"name\": \"Estrutura interna canaletada em eps com dupla densidade\"\n            },\n            {\n                \"id\": \"20359846\",\n                \"name\": \"De alta resistência e com eficiência para dispe\"\n            },\n            {\n                \"id\": \"13379208\",\n                \"name\": \"Eirt\"\n            },\n            {\n                \"id\": \"20466168\",\n                \"name\": \"Casco em resina termoplástica abs de alta pressão hptt\"\n            },\n            {\n                \"id\": \"54084004\",\n                \"name\": \"Fibra de vidro\"\n            },\n            {\n                \"id\": \"54098718\",\n                \"name\": \"Resina termoplástica abs\"\n            },\n            {\n                \"id\": \"20271740\",\n                \"name\": \"Resina termoplástica hir-th\"\n            },\n            {\n                \"id\": \"18996174\",\n                \"name\": \"Abs de alta qualidade fecho micrométrico fechado\"\n            },\n            {\n                \"id\": \"18995165\",\n                \"name\": \"Casco construído em resina termoplástica abs de alto impacto;\"\n            },\n            {\n                \"id\": \"54090635\",\n                \"name\": \"Termoplástico\"\n            },\n            {\n                \"id\": \"20272089\",\n                \"name\": \"Saída de ar lateral\"\n            },\n            {\n                \"id\": \"14875669\",\n                \"name\": \"Hpfc (high performance fiber composite)\"\n            },\n            {\n                \"id\": \"19078099\",\n                \"name\": \"• casco aerodinâmico em resina termoplástica abs; • pintura e verniz automotivos ppg;\"\n            },\n            {\n                \"id\": \"17602506\",\n                \"name\": \"Preto\"\n            },\n            {\n                \"id\": \"14448605\",\n                \"name\": \"Casco em resina termoplástica abs de alta pressão hptt\"\n            },\n            {\n                \"id\": \"72190467\",\n                \"name\": \"knex\"\n            },\n            {\n                \"id\": \"52242597\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"20359843\",\n                \"name\": \"Capacete em kpa/Bicomposto/É um elemento patenteado pela LS2\"\n            },\n            {\n                \"id\": \"22968206\",\n                \"name\": \"Forração cortada a laser\"\n            },\n            {\n                \"id\": \"20481139\",\n                \"name\": \"Resina termoplástica de alta resistência hir th\"\n            },\n            {\n                \"id\": \"21998732\",\n                \"name\": \"Forração com inserções refletivas\"\n            },\n            {\n                \"id\": \"19479783\",\n                \"name\": \"Hipoalérgico e confortável\"\n            },\n            {\n                \"id\": \"52231325\",\n                \"name\": \"Poliester e isopor\"\n            },\n            {\n                \"id\": \"18996357\",\n                \"name\": \"Capacete old school\"\n            },\n            {\n                \"id\": \"16217112\",\n                \"name\": \"Hir - th ( resina termoplástica de alta resistência)\"\n            },\n            {\n                \"id\": \"20241593\",\n                \"name\": \"Casco em hir - th ( resina termoplástica de alta resistência)\"\n            },\n            {\n                \"id\": \"14777698\",\n                \"name\": \"Resina termoplástica\"\n            },\n            {\n                \"id\": \"22383022\",\n                \"name\": \"Casco em resina termoplástica abs de alta pressão\"\n            },\n            {\n                \"id\": \"19669950\",\n                \"name\": \"Tecido antialérgico\"\n            },\n            {\n                \"id\": \"19161577\",\n                \"name\": \"HPTT (Tecnologia de termoplástico de alta pressão)\"\n            },\n            {\n                \"id\": \"18951767\",\n                \"name\": \"Poliacrilato\"\n            },\n            {\n                \"id\": \"15645138\",\n                \"name\": \"Tri-composto\"\n            },\n            {\n                \"id\": \"19892685\",\n                \"name\": \"Termoplástica adt\"\n            },\n            {\n                \"id\": \"56395511\",\n                \"name\": \"resistencia a cambios químicos y estabilidad a alta temperatura)\"\n            },\n            {\n                \"id\": \"54096383\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"20466222\",\n                \"name\": \"Material projetado e certificado pelo inmetro brasileiro. composto de plástico termoformado\"\n            },\n            {\n                \"id\": \"20481927\",\n                \"name\": \"Abs narigueira visieira fume\"\n            },\n            {\n                \"id\": \"20291345\",\n                \"name\": \"Policarbonato/abs\"\n            },\n            {\n                \"id\": \"17349404\",\n                \"name\": \"Não se aplica\"\n            },\n            {\n                \"id\": \"55067950\",\n                \"name\": \"Casco construído em ABS\"\n            },\n            {\n                \"id\": \"20466197\",\n                \"name\": \"Viseira de 3 mm\"\n            },\n            {\n                \"id\": \"18615251\",\n                \"name\": \"Hrt (alta resistência termoplástica)\"\n            },\n            {\n                \"id\": \"54705387\",\n                \"name\": \"Carbono Composto\"\n            },\n            {\n                \"id\": \"61932385\",\n                \"name\": \"Casco fabricado em ABS natural de alto impacto\"\n            },\n            {\n                \"id\": \"26900859\",\n                \"name\": \"De alta resistência e maior eficiência para dis\"\n            },\n            {\n                \"id\": \"18327713\",\n                \"name\": \"Casco em resina termoplástica de alta pressão\"\n            },\n            {\n                \"id\": \"18997599\",\n                \"name\": \"Fabricado em abs virgem\"\n            },\n            {\n                \"id\": \"44844049\",\n                \"name\": \"po\"\n            },\n            {\n                \"id\": \"20241444\",\n                \"name\": \"Composição em fibras\"\n            },\n            {\n                \"id\": \"20466191\",\n                \"name\": \"Entrada de ar superior\"\n            },\n            {\n                \"id\": \"1098807\",\n                \"name\": \"Fibra de vidro\"\n            },\n            {\n                \"id\": \"53928391\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"54084016\",\n                \"name\": \"Fibra de vidro\"\n            },\n            {\n                \"id\": \"23413717\",\n                \"name\": \"Abs transparente brilhante brilho fosco mate\"\n            },\n            {\n                \"id\": \"17593635\",\n                \"name\": \"Casco injetado em abs de alta resistência;\"\n            },\n            {\n                \"id\": \"17602580\",\n                \"name\": \"Adesivo refletivo\"\n            },\n            {\n                \"id\": \"55489094\",\n                \"name\": \"scooter\"\n            },\n            {\n                \"id\": \"74714991\",\n                \"name\": \"resina polida\"\n            },\n            {\n                \"id\": \"21982248\",\n                \"name\": \"Abs (material de alta rigidez\"\n            },\n            {\n                \"id\": \"62012513\",\n                \"name\": \"Carcaça em Policarbonato ABS\"\n            },\n            {\n                \"id\": \"18996219\",\n                \"name\": \"Multicomposto\"\n            },\n            {\n                \"id\": \"64254134\",\n                \"name\": \"Material de alta qualidade: resina termoplástica ABS de alta resistência\"\n            },\n            {\n                \"id\": \"21043348\",\n                \"name\": \"1 tamanho de casco\"\n            },\n            {\n                \"id\": \"58487096\",\n                \"name\": \"algodão pérola\"\n            },\n            {\n                \"id\": \"21043121\",\n                \"name\": \"Design esportivo\"\n            },\n            {\n                \"id\": \"54094948\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"66828676\",\n                \"name\": \"Casco Abs Leve Resistente\"\n            },\n            {\n                \"id\": \"14407549\",\n                \"name\": \"Abs e couro sintético\"\n            },\n            {\n                \"id\": \"54089346\",\n                \"name\": \"Abs engate argolas ventilação pala ajustável\"\n            },\n            {\n                \"id\": \"18996361\",\n                \"name\": \"Capacete coquinho\"\n            },\n            {\n                \"id\": \"58118002\",\n                \"name\": \"Capacete aberto retro com viseira\"\n            },\n            {\n                \"id\": \"15802759\",\n                \"name\": \"Seu casco injetado em abs é resistente aos mais fortes impactos.\"\n            },\n            {\n                \"id\": \"55062615\",\n                \"name\": \"Abs Injetado de Alta Pressão\"\n            },\n            {\n                \"id\": \"18399761\",\n                \"name\": \"Abs injetado duro leve masculino\"\n            },\n            {\n                \"id\": \"18060220\",\n                \"name\": \"Custom\"\n            },\n            {\n                \"id\": \"20466157\",\n                \"name\": \"Abs de alta qualidade fecho micrométrico fechado\"\n            },\n            {\n                \"id\": \"20308578\",\n                \"name\": \"E praticidade\"\n            },\n            {\n                \"id\": \"54087505\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"54092304\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"20378978\",\n                \"name\": \"Hpfc-tricomposto\"\n            },\n            {\n                \"id\": \"17665843\",\n                \"name\": \"Casco em hptt (high pressure thermoplastic technology),preparação para pinlock\"\n            },\n            {\n                \"id\": \"13774589\",\n                \"name\": \"Proteção uv\"\n            },\n            {\n                \"id\": \"54756942\",\n                \"name\": \"Tecnologia de Polímero de Alta Resistência (HIRP):\"\n            },\n            {\n                \"id\": \"23941967\",\n                \"name\": \"Sintético\"\n            },\n            {\n                \"id\": \"54089481\",\n                \"name\": \"Abs engate argolas ventilação pala ajustável\"\n            },\n            {\n                \"id\": \"20030463\",\n                \"name\": \"Casco externo termoplástico resinado\"\n            },\n            {\n                \"id\": \"19002408\",\n                \"name\": \"Abs casco resistente\"\n            },\n            {\n                \"id\": \"18997722\",\n                \"name\": \"Totalmente removível\"\n            },\n            {\n                \"id\": \"21141630\",\n                \"name\": \"Formato aerodinâmico long oval\"\n            },\n            {\n                \"id\": \"19396042\",\n                \"name\": \"Viseira 2.2mm\"\n            },\n            {\n                \"id\": \"20466865\",\n                \"name\": \"Material projetado e certificado pelo inmetro brasileiro. composto de plástico termoformado – abs (sigla em inglês ) específico e super  resistentes para capacetes – a mais moderna tecnologia para sua segurança e proteção. super resistente. cert. inmetro.\"\n            },\n            {\n                \"id\": \"54705208\",\n                \"name\": \"Estrutura de casco em Fibra de Vidro\"\n            },\n            {\n                \"id\": \"62035523\",\n                \"name\": \"Policarbonato leve\"\n            },\n            {\n                \"id\": \"20480767\",\n                \"name\": \"Abs solid varias cores\"\n            },\n            {\n                \"id\": \"17602504\",\n                \"name\": \"Br101\"\n            },\n            {\n                \"id\": \"54099340\",\n                \"name\": \"Abs\"\n            },\n            {\n                \"id\": \"19875389\",\n                \"name\": \"Policarbonato lexan®tm\"\n            },\n            {\n                \"id\": \"64068626\",\n                \"name\": \"composto por fibra de vidro\"\n            },\n            {\n                \"id\": \"53616728\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"18995381\",\n                \"name\": \"Poliuretano\"\n            },\n            {\n                \"id\": \"14215385\",\n                \"name\": \"Policarbonato extra leve\"\n            },\n            {\n                \"id\": \"21140794\",\n                \"name\": \"5 eps de multidensidades\"\n            },\n            {\n                \"id\": \"14215394\",\n                \"name\": \"Casco: eps\"\n            },\n            {\n                \"id\": \"51422417\",\n                \"name\": \"pc\"\n            },\n            {\n                \"id\": \"22937102\",\n                \"name\": \"Tecnologia de redução de lesões cerebrais\"\n            },\n            {\n                \"id\": \"20040027\",\n                \"name\": \"Tipo de visor duplo\"\n            },\n            {\n                \"id\": \"7345108\",\n                \"name\": \"Polipropileno\"\n            },\n            {\n                \"id\": \"18995066\",\n                \"name\": \"1 tamanho de casco\"\n            },\n            {\n                \"id\": \"19826331\",\n                \"name\": \"Abs plástico resistente\"\n            },\n            {\n                \"id\": \"18060124\",\n                \"name\": \"Resistente a risco; com entradas e saídas de ar\"\n            },\n            {\n                \"id\": \"21140834\",\n                \"name\": \"Lavável e com tratamento hipoalérgico\"\n            },\n            {\n                \"id\": \"17602507\",\n                \"name\": \"Promoção\"\n            },\n            {\n                \"id\": \"13791689\",\n                \"name\": \"[Cascos para motos]\"\n            },\n            {\n                \"id\": \"13862465\",\n                \"name\": \"Dois tamanhos de coraza\"\n            },\n            {\n                \"id\": \"18253714\",\n                \"name\": \"Abs alto impacto,thermoplastico inyectado\"\n            },\n            {\n                \"id\": \"7345105\",\n                \"name\": \"Resina\"\n            },\n            {\n                \"id\": \"20214116\",\n                \"name\": \"Carcaza termoplástica de alta presión\"\n            },\n            {\n                \"id\": \"16259271\",\n                \"name\": \"Casco aerodinâmico em resina termoplástica adt\"\n            },\n            {\n                \"id\": \"14215365\",\n                \"name\": \"Abs solid varias cores\"\n            },\n            {\n                \"id\": \"20245532\",\n                \"name\": \"Estireno\"\n            },\n            {\n                \"id\": \"19583004\",\n                \"name\": \"Abs extremamente resistente\"\n            },\n            {\n                \"id\": \"14288376\",\n                \"name\": \"Casco em kpa - bicomposto\"\n            },\n            {\n                \"id\": \"19054806\",\n                \"name\": \"13% nylon\"\n            },\n            {\n                \"id\": \"20241708\",\n                \"name\": \"High pressure thermoplastic technology\"\n            },\n            {\n                \"id\": \"58682297\",\n                \"name\": \"Capacete de Moto ABS 709B\"\n            },\n            {\n                \"id\": \"17666744\",\n                \"name\": \"Policarbonato,termoplásticos\"\n            },\n            {\n                \"id\": \"21128776\",\n                \"name\": \"Politec\"\n            },\n            {\n                \"id\": \"19986696\",\n                \"name\": \"Adt-advanced\"\n            },\n            {\n                \"id\": \"19751060\",\n                \"name\": \"• tecnologia h + rp: • o material hirp (polímero resistente a alto impacto) é formulado por um polímero injetado em blocos muito precisos para fornecer melhores propriedades\"\n            },\n            {\n                \"id\": \"19467265\",\n                \"name\": \"Abs narigueira visieira fume\"\n            },\n            {\n                \"id\": \"21099229\",\n                \"name\": \"Dureza\"\n            },\n            {\n                \"id\": \"14875667\",\n                \"name\": \"Hidrocarbonato\"\n            },\n            {\n                \"id\": \"22476474\",\n                \"name\": \"Casco aerodinâmico feito de resina termoplástica injetada\"\n            },\n            {\n                \"id\": \"64973590\",\n                \"name\": \"Viseira em policarbonato\"\n            },\n            {\n                \"id\": \"1098806\",\n                \"name\": \"Fibra de carbono\"\n            },\n            {\n                \"id\": \"20319367\",\n                \"name\": \"Pala flexível\"\n            },\n            {\n                \"id\": \"20291555\",\n                \"name\": \"Casco em abs resistente\"\n            },\n            {\n                \"id\": \"17262369\",\n                \"name\": \"Abs 100% virgem\"\n            },\n            {\n                \"id\": \"54084184\",\n                \"name\": \"Fibra de vidro\"\n            },\n            {\n                \"id\": \"20308570\",\n                \"name\": \"Casco com dois tamanhos externos garantindo um tamanho compacto\"\n            },\n            {\n                \"id\": \"20353426\",\n                \"name\": \"Casco em hpfc (high performance fibre composite)\"\n            },\n            {\n                \"id\": \"17666950\",\n                \"name\": \"Resina termoplástica adt\"\n            },\n            {\n                \"id\": \"17593865\",\n                \"name\": \"Forração interna com possibilidade de ajuste de tamanho\"\n            },\n            {\n                \"id\": \"19066938\",\n                \"name\": \"Removível lavavel\"\n            },\n            {\n                \"id\": \"20273846\",\n                \"name\": \"Óculos interno com proteção uv\"\n            },\n            {\n                \"id\": \"18958284\",\n                \"name\": \"Pvc-plastico\"\n            },\n            {\n                \"id\": \"18399390\",\n                \"name\": \"Bi composto em policarbonato\"\n            },\n            {\n                \"id\": \"20466731\",\n                \"name\": \"Abs virgem resistente\"\n            },\n            {\n                \"id\": \"54089286\",\n                \"name\": \"Abs engate argolas ventilação pala ajustável\"\n            },\n            {\n                \"id\": \"13799123\",\n                \"name\": \"Casco em policarbonato moldado de alto impacto\"\n            },\n            {\n                \"id\": \"54705832\",\n                \"name\": \"TERMOCOMPOSITE\"\n            },\n            {\n                \"id\": \"22719672\",\n                \"name\": \"Casco em policarbonato\"\n            },\n            {\n                \"id\": \"20378952\",\n                \"name\": \"Capacete em hir-th\"\n            },\n            {\n                \"id\": \"16068689\",\n                \"name\": \"Termoplástico HRT\"\n            },\n            {\n                \"id\": \"21322664\",\n                \"name\": \"Apenas 1.250g +- 50g.\"\n            },\n            {\n                \"id\": \"20030464\",\n                \"name\": \"Eps de dupla densidade\"\n            },\n            {\n                \"id\": \"21043350\",\n                \"name\": \"Casco ventilado com entradas de ar superior e frontal e saída de ar traseira\"\n            },\n            {\n                \"id\": \"18327782\",\n                \"name\": \"Cinta jugular com engate rápido micrométrico\"\n            },\n            {\n                \"id\": \"54095481\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"55063413\",\n                \"name\": \"uma mistura de ABS injetado\"\n            },\n            {\n                \"id\": \"54088130\",\n                \"name\": \"Resina termoplástica abs\"\n            },\n            {\n                \"id\": \"19536121\",\n                \"name\": \"Duas medidas de casco que proporcionam menor peso e mais conforto\"\n            },\n            {\n                \"id\": \"13378557\",\n                \"name\": \"Polímero plástico “stc”\"\n            },\n            {\n                \"id\": \"21043393\",\n                \"name\": \"Estrutura interna canaletada com dupla densidade e de alta absorção de impacto\"\n            },\n            {\n                \"id\": \"18060125\",\n                \"name\": \"A ventilação\"\n            },\n            {\n                \"id\": \"20274171\",\n                \"name\": \"Inspirado no pista gp r.\"\n            },\n            {\n                \"id\": \"22887687\",\n                \"name\": \"Tecnologia varias cores profissional aerofólio estrutura velocidade moldável presente ideal colorido bom grantia econômico compacto corredor\"\n            },\n            {\n                \"id\": \"15407747\",\n                \"name\": \"Viseira cristal em policarbonato\"\n            },\n            {\n                \"id\": \"52491724\",\n                \"name\": \"Casco em resina termoplástica abs\"\n            },\n            {\n                \"id\": \"56402031\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"16001938\",\n                \"name\": \"Full carbon 3k / hpc (high performance composite\"\n            },\n            {\n                \"id\": \"45889812\",\n                \"name\": \"A peruca\"\n            },\n            {\n                \"id\": \"55491341\",\n                \"name\": \"Material do Casco: ABS\"\n            },\n            {\n                \"id\": \"13774581\",\n                \"name\": \"Resistente a risco\"\n            },\n            {\n                \"id\": \"13774582\",\n                \"name\": \"4 tamanhos de cascos\"\n            },\n            {\n                \"id\": \"54095522\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"34193836\",\n                \"name\": \"Casco desenvolvido em HIR-TH shell (High Resistance Thermoplastic Resin)\"\n            },\n            {\n                \"id\": \"13379211\",\n                \"name\": \"Hpfc\"\n            },\n            {\n                \"id\": \"15408132\",\n                \"name\": \"Casco em abs de alto impacto\"\n            },\n            {\n                \"id\": \"54101766\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"20272090\",\n                \"name\": \"Saída de ar traseira\"\n            },\n            {\n                \"id\": \"20139448\",\n                \"name\": \"Capacete em hir-th – resina termoplástica de alta resistência;\"\n            },\n            {\n                \"id\": \"15765399\",\n                \"name\": \"Fibra-vidro\"\n            },\n            {\n                \"id\": \"66009359\",\n                \"name\": \"Policarbonato Cristal\"\n            },\n            {\n                \"id\": \"42185266\",\n                \"name\": \"Matriz Integrada Premium (P.I.M Plus)\"\n            },\n            {\n                \"id\": \"20466195\",\n                \"name\": \"Resistente a risco\"\n            },\n            {\n                \"id\": \"18995034\",\n                \"name\": \"Personalizado desenho desenhado\"\n            },\n            {\n                \"id\": \"19066937\",\n                \"name\": \"Forro hipoalergênico\"\n            },\n            {\n                \"id\": \"22703107\",\n                \"name\": \"Resina hptt\"\n            },\n            {\n                \"id\": \"20273909\",\n                \"name\": \"Abs virgem novo\"\n            },\n            {\n                \"id\": \"21139623\",\n                \"name\": \"Fibra de carbono e fibra de vidro\"\n            },\n            {\n                \"id\": \"14288392\",\n                \"name\": \"Policarbonato Lexan\"\n            },\n            {\n                \"id\": \"15180610\",\n                \"name\": \"Híbrido carbono e vidro carbono\"\n            },\n            {\n                \"id\": \"54088238\",\n                \"name\": \"Resina termoplástica abs\"\n            },\n            {\n                \"id\": \"54095512\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"20053639\",\n                \"name\": \"Acompanha bavete e narigueira removíveis; casco em resina termoplástica abs de alta pressão hptt; cinta jugular com sistema de fechamento engate micrométrico; sistema de troca rápida de viseira sem o auxílio de ferramentas; viseira flat de 2mm\"\n            },\n            {\n                \"id\": \"15408241\",\n                \"name\": \"Material projetado e certificado pelo inmetro composto de abs termoplástico específico para capacetes e super-resistente. alta qualidade na pintura e decorações -  verniz especial para manter a cor e os grafismos.\"\n            },\n            {\n                \"id\": \"18996356\",\n                \"name\": \"Capacete retro\"\n            },\n            {\n                \"id\": \"20353643\",\n                \"name\": \"• casco em hir-th (resina termoplástica de alta resistência);\"\n            },\n            {\n                \"id\": \"17666460\",\n                \"name\": \"Abs moderno\"\n            },\n            {\n                \"id\": \"13378483\",\n                \"name\": \"Injetado em abs\"\n            },\n            {\n                \"id\": \"18995793\",\n                \"name\": \"Multi elementos\"\n            },\n            {\n                \"id\": \"20453561\",\n                \"name\": \"Hptt\"\n            },\n            {\n                \"id\": \"20273847\",\n                \"name\": \"Com sistema de acionamento lateral\"\n            },\n            {\n                \"id\": \"20040026\",\n                \"name\": \"Posiçao da ventilaçao inferior & superior\"\n            },\n            {\n                \"id\": \"17067701\",\n                \"name\": \"Fibra termoplástica\"\n            },\n            {\n                \"id\": \"17602587\",\n                \"name\": \"Abs / esportivo / dragão\"\n            },\n            {\n                \"id\": \"21043366\",\n                \"name\": \"Avs\"\n            },\n            {\n                \"id\": \"20466196\",\n                \"name\": \"Spoiler traseiro\"\n            },\n            {\n                \"id\": \"55067416\",\n                \"name\": \"com alta capacidade de absorção de impactos\"\n            },\n            {\n                \"id\": \"20040025\",\n                \"name\": \"Certificados do inmetro\"\n            },\n            {\n                \"id\": \"49250403\",\n                \"name\": \"Produzido em abs\"\n            },\n            {\n                \"id\": \"13378688\",\n                \"name\": \"Abs alto impacto\"\n            },\n            {\n                \"id\": \"17666968\",\n                \"name\": \"Resina termoplástica,policarbonato\"\n            },\n            {\n                \"id\": \"73675332\",\n                \"name\": \"Casco fabricado em ADT (Advanced Thermoplastic): Resina termoplástica\"\n            },\n            {\n                \"id\": \"19861470\",\n                \"name\": \"Fechado\"\n            },\n            {\n                \"id\": \"13774461\",\n                \"name\": \"Abs injetado\"\n            },\n            {\n                \"id\": \"64249172\",\n                \"name\": \"Viseira escura fumê, cristal colorido, pintura resistente\"\n            },\n            {\n                \"id\": \"21703648\",\n                \"name\": \"Tecido híbrido de carbono e vidro de carbono\"\n            },\n            {\n                \"id\": \"73687763\",\n                \"name\": \"Construído em ABS de alta qualidade\"\n            },\n            {\n                \"id\": \"19137883\",\n                \"name\": \"Eps canalizado de multidensidade\"\n            },\n            {\n                \"id\": \"21519703\",\n                \"name\": \"Tecnopolímero\"\n            },\n            {\n                \"id\": \"13791548\",\n                \"name\": \"Policrabonato\"\n            },\n            {\n                \"id\": \"18026430\",\n                \"name\": \"Abs resistência barato\"\n            },\n            {\n                \"id\": \"18995045\",\n                \"name\": \"Sistema de troca rápida de viseira of\"\n            },\n            {\n                \"id\": \"22383009\",\n                \"name\": \"Fibras orgânicas\"\n            },\n            {\n                \"id\": \"54113988\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"52241840\",\n                \"name\": \"Fibra de vidro\"\n            },\n            {\n                \"id\": \"13438279\",\n                \"name\": \"KPA (Liga de polímero cinético)\"\n            },\n            {\n                \"id\": \"17593761\",\n                \"name\": \"Composição abs-p (bi composto)\"\n            },\n            {\n                \"id\": \"15249104\",\n                \"name\": \"Casca fabricada em resina termoplástica de alta resistência (hptt).\"\n            },\n            {\n                \"id\": \"70264072\",\n                \"name\": \"Acabamento com pintura resistente e verniz de alta durabilidade\"\n            },\n            {\n                \"id\": \"53924735\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"22938685\",\n                \"name\": \"Composto\"\n            },\n            {\n                \"id\": \"54084242\",\n                \"name\": \"Fibra de vidro\"\n            },\n            {\n                \"id\": \"19177122\",\n                \"name\": \"Acrilonitrila butadieno estireno\"\n            },\n            {\n                \"id\": \"22549533\",\n                \"name\": \"Casco em hptt - high pressure thermoplastic technology;\"\n            },\n            {\n                \"id\": \"18996352\",\n                \"name\": \"Capacete de moto\"\n            },\n            {\n                \"id\": \"13681090\",\n                \"name\": \"Casco em resina termoplástica abs;\"\n            },\n            {\n                \"id\": \"54702867\",\n                \"name\": \"POLICARBOTANO LEXAN\"\n            },\n            {\n                \"id\": \"19116200\",\n                \"name\": \"Capacete de motocicleta\"\n            },\n            {\n                \"id\": \"18996360\",\n                \"name\": \"Capacete old\"\n            },\n            {\n                \"id\": \"15928059\",\n                \"name\": \"Resina termoplástica de alta qualidade\"\n            },\n            {\n                \"id\": \"19402828\",\n                \"name\": \"Injeção de Policarbonato Lexan\"\n            },\n            {\n                \"id\": \"18997721\",\n                \"name\": \"Forração interna com tecido em poliéster\"\n            },\n            {\n                \"id\": \"20353428\",\n                \"name\": \"Tramas de fibra de carbono e kevlar (fibra sintética de aramida muito resistente e leve);\"\n            },\n            {\n                \"id\": \"19515458\",\n                \"name\": \"Casco em liga de abs\"\n            },\n            {\n                \"id\": \"13378566\",\n                \"name\": \"Casco em abs\"\n            },\n            {\n                \"id\": \"17602272\",\n                \"name\": \"Abs resistente personalizado\"\n            },\n            {\n                \"id\": \"17602261\",\n                \"name\": \"Abs fecho micrométrico\"\n            },\n            {\n                \"id\": \"19363304\",\n                \"name\": \"Interior preparado para receber intercomunicador; bavete removível; narigueira removível; cinta jugular com engate micrométrico; peso aproximado: 1300g +/-\"\n            },\n            {\n                \"id\": \"20620089\",\n                \"name\": \"Polipropileno abs\"\n            },\n            {\n                \"id\": \"19879144\",\n                \"name\": \"Adt\"\n            },\n            {\n                \"id\": \"16943892\",\n                \"name\": \"Eps forro antialérgico forro antibacteriano\"\n            },\n            {\n                \"id\": \"21099213\",\n                \"name\": \"Hrt termoplástico\"\n            },\n            {\n                \"id\": \"14215420\",\n                \"name\": \"Aço\"\n            },\n            {\n                \"id\": \"54097950\",\n                \"name\": \"Resina termoplástica abs\"\n            },\n            {\n                \"id\": \"16889153\",\n                \"name\": \"Abs virgem injetado para alto impacto\"\n            },\n            {\n                \"id\": \"72917894\",\n                \"name\": \"ABS de alta pressão\"\n            },\n            {\n                \"id\": \"21140868\",\n                \"name\": \"Resina termoplástica de alta resistência\"\n            },\n            {\n                \"id\": \"20274170\",\n                \"name\": \"Com design arrojado\"\n            },\n            {\n                \"id\": \"20291207\",\n                \"name\": \"Forração removível e lavável\"\n            },\n            {\n                \"id\": \"15407634\",\n                \"name\": \"Material projetado e certificado pelo inmetro composto de material super-resistente e alta qualidade. pintura de alta qualidade e verniz para manter a cor e os grafismos.\"\n            },\n            {\n                \"id\": \"13465667\",\n                \"name\": \"Casco em kpa - bicomposto\"\n            },\n            {\n                \"id\": \"17349006\",\n                \"name\": \"Abs injetado de alta resistência\"\n            },\n            {\n                \"id\": \"28416504\",\n                \"name\": \"DOT\"\n            },\n            {\n                \"id\": \"21140980\",\n                \"name\": \"Abs natural de alto impacto\"\n            },\n            {\n                \"id\": \"13089871\",\n                \"name\": \"Resina termoplástica de alta resistência (hir-th)\"\n            },\n            {\n                \"id\": \"55489092\",\n                \"name\": \"bike\"\n            },\n            {\n                \"id\": \"2282472\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"18996354\",\n                \"name\": \"Capacete moto\"\n            },\n            {\n                \"id\": \"20359801\",\n                \"name\": \"Material tricomposto (fibra de vidro\"\n            },\n            {\n                \"id\": \"21332075\",\n                \"name\": \"Termoplástico hrt (high resistance termoplastic)\"\n            },\n            {\n                \"id\": \"18994363\",\n                \"name\": \"Fibra de carbono e fibra de vidro;\"\n            },\n            {\n                \"id\": \"20480915\",\n                \"name\": \"Eps preparado para fone de intercomunicador\"\n            },\n            {\n                \"id\": \"20139410\",\n                \"name\": \"Hptt (high pressure thermoplastic resin technology)\"\n            },\n            {\n                \"id\": \"17879685\",\n                \"name\": \"Tricomposto (kevlar\"\n            },\n            {\n                \"id\": \"17513931\",\n                \"name\": \"Abs 100% virgem de alto impacto e resistência\"\n            },\n            {\n                \"id\": \"21322663\",\n                \"name\": \"O razor tem casco compacto e muito leve\"\n            },\n            {\n                \"id\": \"28495209\",\n                \"name\": \"ATPA\"\n            },\n            {\n                \"id\": \"16369524\",\n                \"name\": \"Viseira bolha flip pala\"\n            },\n            {\n                \"id\": \"19189414\",\n                \"name\": \"Multi-fibras\"\n            },\n            {\n                \"id\": \"20465951\",\n                \"name\": \"Multifibras\"\n            },\n            {\n                \"id\": \"6675227\",\n                \"name\": \"Couro\"\n            },\n            {\n                \"id\": \"61529472\",\n                \"name\": \"Narigueira Vis. Transparente\"\n            },\n            {\n                \"id\": \"18994626\",\n                \"name\": \"Viseira cristal 2 mm\"\n            },\n            {\n                \"id\": \"16889179\",\n                \"name\": \"Abs resistência narigueira\"\n            },\n            {\n                \"id\": \"20452495\",\n                \"name\": \"Antialérgico\"\n            },\n            {\n                \"id\": \"19432791\",\n                \"name\": \"Fibra de vidro/carbono e kevlar\"\n            },\n            {\n                \"id\": \"54101849\",\n                \"name\": \"Polipropileno\"\n            },\n            {\n                \"id\": \"17665702\",\n                \"name\": \"Com entradas e saídas de ar\"\n            },\n            {\n                \"id\": \"18996896\",\n                \"name\": \"Renisa de abs\"\n            },\n            {\n                \"id\": \"54091656\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"19751061\",\n                \"name\": \"Como leveza e resistência ao impacto.\"\n            },\n            {\n                \"id\": \"20359844\",\n                \"name\": \"Que mistura o policarbonato\"\n            },\n            {\n                \"id\": \"19180129\",\n                \"name\": \"Forro\"\n            },\n            {\n                \"id\": \"21581269\",\n                \"name\": \"Abs super resistente de alto impacto.\"\n            },\n            {\n                \"id\": \"15408290\",\n                \"name\": \"Casco de ABS\"\n            },\n            {\n                \"id\": \"52241743\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"53923529\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"18996223\",\n                \"name\": \"Casco em resina termoplástica abs de alta pressão hptt.\"\n            },\n            {\n                \"id\": \"19540844\",\n                \"name\": \"Que garante maior leveza e resistência.\"\n            },\n            {\n                \"id\": \"68453869\",\n                \"name\": \"ENTRADA DE AR INFERIOR\"\n            },\n            {\n                \"id\": \"18997123\",\n                \"name\": \"Stc\"\n            },\n            {\n                \"id\": \"53923281\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"54094011\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"21922687\",\n                \"name\": \"Cinta jugular reforçada\"\n            },\n            {\n                \"id\": \"13378618\",\n                \"name\": \"Capacetes para motos Hir-th (resina termoplástica de alta resistência)\"\n            },\n            {\n                \"id\": \"16893083\",\n                \"name\": \"Pele sintética\"\n            },\n            {\n                \"id\": \"19054805\",\n                \"name\": \"65% abs\"\n            },\n            {\n                \"id\": \"24799289\",\n                \"name\": \"Liga de polímero cinético\"\n            },\n            {\n                \"id\": \"19054807\",\n                \"name\": \"18%eps e 4% aço inoxidável\"\n            },\n            {\n                \"id\": \"43368858\",\n                \"name\": \"Polimero de alta resistência HIRP\"\n            },\n            {\n                \"id\": \"21139577\",\n                \"name\": \"Abs resistente\"\n            },\n            {\n                \"id\": \"54098449\",\n                \"name\": \"Resina termoplástica abs\"\n            },\n            {\n                \"id\": \"21922425\",\n                \"name\": \"Multifibra\"\n            },\n            {\n                \"id\": \"13774598\",\n                \"name\": \"Capacete em resina termoplástica ABS\"\n            },\n            {\n                \"id\": \"21750875\",\n                \"name\": \"Vidro\"\n            },\n            {\n                \"id\": \"55335117\",\n                \"name\": \"Policarbonato Loxan\"\n            },\n            {\n                \"id\": \"22099579\",\n                \"name\": \"Respirável\"\n            },\n            {\n                \"id\": \"66062251\",\n                \"name\": \"100%\"\n            },\n            {\n                \"id\": \"66062258\",\n                \"name\": \"Refletores\"\n            },\n            {\n                \"id\": \"20466469\",\n                \"name\": \"Casco com tecnologia mips contra impacto\"\n            },\n            {\n                \"id\": \"20466881\",\n                \"name\": \"Desenho nectuns\"\n            },\n            {\n                \"id\": \"14913278\",\n                \"name\": \"5 eps de multidensidades\"\n            },\n            {\n                \"id\": \"15407746\",\n                \"name\": \"Casco abs virgem natural\"\n            },\n            {\n                \"id\": \"36261906\",\n                \"name\": \"Poliéster\"\n            },\n            {\n                \"id\": \"39097879\",\n                \"name\": \"Polyadv\"\n            },\n            {\n                \"id\": \"18253603\",\n                \"name\": \"Abs, termoplástico\"\n            },\n            {\n                \"id\": \"13812343\",\n                \"name\": \"Tri composto\"\n            },\n            {\n                \"id\": \"18995068\",\n                \"name\": \"Casco ventilado com entradas de ar superior e frontal e saída de ar traseira\"\n            },\n            {\n                \"id\": \"54089832\",\n                \"name\": \"Abs engate argolas ventilação pala ajustável\"\n            },\n            {\n                \"id\": \"18327783\",\n                \"name\": \"Narigueira antiembaçante\"\n            },\n            {\n                \"id\": \"13791560\",\n                \"name\": \"Termoplástico injetado\"\n            },\n            {\n                \"id\": \"68097446\",\n                \"name\": \"Removível e lavável\"\n            },\n            {\n                \"id\": \"52242061\",\n                \"name\": \"Termoplástico\"\n            },\n            {\n                \"id\": \"20876788\",\n                \"name\": \"Abs\"\n            },\n            {\n                \"id\": \"15645129\",\n                \"name\": \"Tecnologia termoplástica de alta absorção (abs)\"\n            },\n            {\n                \"id\": \"20353427\",\n                \"name\": \"Combinação de materiais que formam tricomposto - da ls2 são de fibra de vidro\"\n            },\n            {\n                \"id\": \"18993571\",\n                \"name\": \"Ventilação aerofólio visor cristal\"\n            },\n            {\n                \"id\": \"19583026\",\n                \"name\": \"Resistente a risco;  • viseira solar interna;\"\n            },\n            {\n                \"id\": \"17593683\",\n                \"name\": \"Abs,eps\"\n            },\n            {\n                \"id\": \"13774579\",\n                \"name\": \"Viseira racing\"\n            },\n            {\n                \"id\": \"13378714\",\n                \"name\": \"Resina termoplástica injetada\"\n            },\n            {\n                \"id\": \"16197332\",\n                \"name\": \"CPC (compósito de alto desempenho)\"\n            },\n            {\n                \"id\": \"21139553\",\n                \"name\": \"Abs / menino / menina\"\n            },\n            {\n                \"id\": \"2282471\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"54089676\",\n                \"name\": \"Abs engate argolas ventilação pala ajustável\"\n            },\n            {\n                \"id\": \"54096518\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"45163687\",\n                \"name\": \"Polietileno Polipropileno\"\n            },\n            {\n                \"id\": \"12979739\",\n                \"name\": \"resina termoplástica ABS\"\n            },\n            {\n                \"id\": \"17514030\",\n                \"name\": \"Polietileno\"\n            },\n            {\n                \"id\": \"19281347\",\n                \"name\": \"Abs / fechado\"\n            },\n            {\n                \"id\": \"20482446\",\n                \"name\": \"Casco totalmente ventilado com entradas de ar superior e frontal e saída de ar traseira\"\n            },\n            {\n                \"id\": \"19098971\",\n                \"name\": \"Resina termo plástica abs-hp\"\n            },\n            {\n                \"id\": \"54096458\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"17484817\",\n                \"name\": \"Abs - policarbonato\"\n            },\n            {\n                \"id\": \"20040028\",\n                \"name\": \"Uso surgerido esportivo\"\n            },\n            {\n                \"id\": \"21141043\",\n                \"name\": \"Abs viseira anti risco visão panorâmica\"\n            },\n            {\n                \"id\": \"20353616\",\n                \"name\": \"Carbono/fibra vidro\"\n            },\n            {\n                \"id\": \"7448509\",\n                \"name\": \"Termoplástico\"\n            },\n            {\n                \"id\": \"54679029\",\n                \"name\": \"Casco injetado em termoplástico de alta absor\"\n            },\n            {\n                \"id\": \"19583013\",\n                \"name\": \"Abs engate argolas ventilação pala ajustável\"\n            },\n            {\n                \"id\": \"21139622\",\n                \"name\": \"Aramida\"\n            },\n            {\n                \"id\": \"73324812\",\n                \"name\": \"Abs Resistente Leve\"\n            },\n            {\n                \"id\": \"20466193\",\n                \"name\": \"Preparação para pinlock e tear-off\"\n            },\n            {\n                \"id\": \"16369447\",\n                \"name\": \"Hir-th\"\n            },\n            {\n                \"id\": \"16889174\",\n                \"name\": \"Abs natural de alto impacto\"\n            },\n            {\n                \"id\": \"20308577\",\n                \"name\": \"Que garante maior leveza para o dia a dia\"\n            },\n            {\n                \"id\": \"16943900\",\n                \"name\": \"Abs alta resistência narigueira\"\n            },\n            {\n                \"id\": \"20139564\",\n                \"name\": \"Casco em hir – th (resina termoplástica de alta resistencia).\"\n            },\n            {\n                \"id\": \"19467354\",\n                \"name\": \"Abs plástico resistente a impactos\"\n            },\n            {\n                \"id\": \"53930391\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"19180124\",\n                \"name\": \"Abs abs alto impacto adesivo refletivo personalizado seguro resistente\"\n            },\n            {\n                \"id\": \"25900185\",\n                \"name\": \"HIRP\"\n            },\n            {\n                \"id\": \"55066175\",\n                \"name\": \"conhecida também como ABS\"\n            },\n            {\n                \"id\": \"21322656\",\n                \"name\": \"Ebs\"\n            },\n            {\n                \"id\": \"16369513\",\n                \"name\": \"Com nota fiscal nf selo inmetro envio rapido\"\n            },\n            {\n                \"id\": \"19137885\",\n                \"name\": \"Fabricado em ABS\"\n            },\n            {\n                \"id\": \"16259262\",\n                \"name\": \"Couro sintético\"\n            },\n            {\n                \"id\": \"58685287\",\n                \"name\": \"Poliestireno ABS\"\n            },\n            {\n                \"id\": \"19037994\",\n                \"name\": \"Abs viseira colorida personalizado\"\n            },\n            {\n                \"id\": \"40429016\",\n                \"name\": \"Polímeros\"\n            },\n            {\n                \"id\": \"21139627\",\n                \"name\": \"Abs de alto impacto aprovado pelo inmetro\"\n            },\n            {\n                \"id\": \"19180112\",\n                \"name\": \"Heap polymer (high energy absorption polymer)\"\n            },\n            {\n                \"id\": \"19231536\",\n                \"name\": \"Abs termoplastico natural\"\n            },\n            {\n                \"id\": \"21141016\",\n                \"name\": \"Abs / esportivo / dragão\"\n            },\n            {\n                \"id\": \"19054798\",\n                \"name\": \"Preparação para pinlock e tear-off\"\n            },\n            {\n                \"id\": \"15407418\",\n                \"name\": \"Abs varias cores\"\n            },\n            {\n                \"id\": \"19130659\",\n                \"name\": \"Abs engate rápido visor cristal pala\"\n            },\n            {\n                \"id\": \"19000576\",\n                \"name\": \"Casco fabricado em abs\"\n            },\n            {\n                \"id\": \"20466844\",\n                \"name\": \"Decal\"\n            },\n            {\n                \"id\": \"66062254\",\n                \"name\": \"Puro\"\n            },\n            {\n                \"id\": \"16202316\",\n                \"name\": \"Tecnologia de turbina 360°\"\n            },\n            {\n                \"id\": \"17349251\",\n                \"name\": \"Abs / esportivo / presente\"\n            },\n            {\n                \"id\": \"18996355\",\n                \"name\": \"Capacete vintage\"\n            },\n            {\n                \"id\": \"20273500\",\n                \"name\": \"Abs plástico resistente viseira escura\"\n            },\n            {\n                \"id\": \"44627344\",\n                \"name\": \"Casco en resina termoplástica abs de alta presión hptt\"\n            },\n            {\n                \"id\": \"54678973\",\n                \"name\": \"Estrutura de casco em Fibra de Vidro\"\n            },\n            {\n                \"id\": \"61931290\",\n                \"name\": \"Casco em HIRP\"\n            },\n            {\n                \"id\": \"14215409\",\n                \"name\": \"Casco injetado em termoplástico de alta absorção (abs)\"\n            },\n            {\n                \"id\": \"17665703\",\n                \"name\": \"A ventilação é um dos pontos fortes do capacete. o orion ainda recebe tecido respirável e acabamentos em corino\"\n            },\n            {\n                \"id\": \"17665704\",\n                \"name\": \"Dando um ar mais sofisticado ao produto.\"\n            },\n            {\n                \"id\": \"16068698\",\n                \"name\": \"Hrt (termoplástico de alta resistência)\"\n            },\n            {\n                \"id\": \"17349547\",\n                \"name\": \"Abs piloto motociclista\"\n            },\n            {\n                \"id\": \"20272668\",\n                \"name\": \"Troca rápida de viseira\"\n            },\n            {\n                \"id\": \"20024243\",\n                \"name\": \"Com aerofólio dinâmico e sistema de circulação com entradas de ar.\"\n            },\n            {\n                \"id\": \"64253991\",\n                \"name\": \"Material de alta qualidade em resina termoplástica ABS\"\n            },\n            {\n                \"id\": \"14888648\",\n                \"name\": \"Kpa - bicomposto\"\n            },\n            {\n                \"id\": \"16943963\",\n                \"name\": \"Abs casco personalizado alto impacto\"\n            },\n            {\n                \"id\": \"54089381\",\n                \"name\": \"Abs engate argolas ventilação pala ajustável\"\n            },\n            {\n                \"id\": \"17860145\",\n                \"name\": \"Termoplástico de alta resistência\"\n            },\n            {\n                \"id\": \"14288368\",\n                \"name\": \"Multifibras\"\n            },\n            {\n                \"id\": \"16604691\",\n                \"name\": \"[None]\"\n            },\n            {\n                \"id\": \"47605485\",\n                \"name\": \"CALOTA HIRP\"\n            },\n            {\n                \"id\": \"17666812\",\n                \"name\": \"Abs virgem resistente\"\n            },\n            {\n                \"id\": \"14955317\",\n                \"name\": \"Abs / esportivo\"\n            },\n            {\n                \"id\": \"54140229\",\n                \"name\": \"Casco em resina termoplástica abs de alta pressão hptt\"\n            },\n            {\n                \"id\": \"18998262\",\n                \"name\": \"Abs virgem\"\n            },\n            {\n                \"id\": \"18349471\",\n                \"name\": \"Hptt certificada ece 22.05\"\n            },\n            {\n                \"id\": \"54096245\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"65991849\",\n                \"name\": \"Casco Injetado Em ABS Alta Resistência\"\n            },\n            {\n                \"id\": \"20271593\",\n                \"name\": \"Abs casco resistente menino menina meninos meninas homem mulher pronta entrega cabe em todos os baús bauletos fan 125 160 bros 160 bros 150 crf 230 250 vis fume cristal transparente escura com proteção solar passeio nota fiscal nf nfe\"\n            },\n            {\n                \"id\": \"14215535\",\n                \"name\": \"Polímero stc\"\n            },\n            {\n                \"id\": \"54103845\",\n                \"name\": \"Construção de casca de poliacrílico tecnologicamente avançada.\"\n            },\n            {\n                \"id\": \"18995643\",\n                \"name\": \"Composto de alto desempenho hpc (high performance composite)\"\n            },\n            {\n                \"id\": \"18060219\",\n                \"name\": \"Capacetelucca\"\n            },\n            {\n                \"id\": \"20144380\",\n                \"name\": \"Resina Termoplástica de Alta Resistência (HIR-TH)\"\n            },\n            {\n                \"id\": \"18253696\",\n                \"name\": \"Liga termoplástica avançada a.t.p.a™\"\n            },\n            {\n                \"id\": \"54092527\",\n                \"name\": \"Tri composto\"\n            },\n            {\n                \"id\": \"70268068\",\n                \"name\": \"Possui sistema easy fit\"\n            },\n            {\n                \"id\": \"17666439\",\n                \"name\": \"2282471\"\n            },\n            {\n                \"id\": \"19116202\",\n                \"name\": \"Casco para moticiclista\"\n            },\n            {\n                \"id\": \"64254464\",\n                \"name\": \"Material de alta qualidade em resina termoplástica ABS certificada\"\n            },\n            {\n                \"id\": \"54096630\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"19172810\",\n                \"name\": \"Termoplástico de alta absorção (abs)\"\n            },\n            {\n                \"id\": \"15180605\",\n                \"name\": \"Abs casco resistente alto impacto plástico injetado\"\n            },\n            {\n                \"id\": \"50445041\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"23193482\",\n                \"name\": \"Abs alto impacto virgem\"\n            },\n            {\n                \"id\": \"17679401\",\n                \"name\": \"Casco tri-matrix: composto em fibra de aramida,fibra de carbono e fibra de vidro;\"\n            },\n            {\n                \"id\": \"21141077\",\n                \"name\": \"Exterior em abs\"\n            },\n            {\n                \"id\": \"17665888\",\n                \"name\": \"Atendem em bom nível aos mo\"\n            },\n            {\n                \"id\": \"19924082\",\n                \"name\": \"Eps em dupla densidade\"\n            },\n            {\n                \"id\": \"18850387\",\n                \"name\": \"Eps, policarbonato\"\n            },\n            {\n                \"id\": \"20273975\",\n                \"name\": \"Cbs\"\n            },\n            {\n                \"id\": \"19941360\",\n                \"name\": \"Abs engate rápido viseira visor cristal transparente pala\"\n            },\n            {\n                \"id\": \"54705211\",\n                \"name\": \"Carcaça composta de Fibra de vidro\"\n            },\n            {\n                \"id\": \"55919232\",\n                \"name\": \"ABS Micrométrico\"\n            },\n            {\n                \"id\": \"17593875\",\n                \"name\": \"Abs injetado de alto impacto esportivo resistente e seguro\"\n            },\n            {\n                \"id\": \"54094525\",\n                \"name\": \"Fibra de vidro\"\n            },\n            {\n                \"id\": \"19971139\",\n                \"name\": \"Casco em abs - resina termoplástica de alta pressão;  viseira flat em policarbonato de 2mm resistente à risco;  sistema de troca rápida de viseira através de botões laterais;\"\n            },\n            {\n                \"id\": \"20501635\",\n                \"name\": \"Poliestireno expandido.\"\n            },\n            {\n                \"id\": \"17602659\",\n                \"name\": \"Calota interna com dupla densidade e canais internos para melhor fluxo de ar\"\n            },\n            {\n                \"id\": \"18247246\",\n                \"name\": \"Bi-composto\"\n            },\n            {\n                \"id\": \"70264074\",\n                \"name\": \"Entradas e saídas de ar para ventilação eficiente\"\n            },\n            {\n                \"id\": \"13791530\",\n                \"name\": \"Abs virgen\"\n            },\n            {\n                \"id\": \"20308576\",\n                \"name\": \"Feito em abs de alta pressão\"\n            },\n            {\n                \"id\": \"18327784\",\n                \"name\": \"Bavete\"\n            },\n            {\n                \"id\": \"2307558\",\n                \"name\": \"Tricomposite\"\n            },\n            {\n                \"id\": \"65212586\",\n                \"name\": \"Abs Leve Resistente Casal Namorado\"\n            },\n            {\n                \"id\": \"64253968\",\n                \"name\": \"Material de alta qualidade com resina termoplástica de alta resistência\"\n            },\n            {\n                \"id\": \"54088374\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"17666531\",\n                \"name\": \"Abs com revestimento de proteção em eps\"\n            },\n            {\n                \"id\": \"13403823\",\n                \"name\": \"Material de alta qualidade com abs - resina termoplástica de alta resistência e certificada pelo inm\"\n            },\n            {\n                \"id\": \"13725355\",\n                \"name\": \"moldado por injecção\"\n            },\n            {\n                \"id\": \"22282010\",\n                \"name\": \"• calota compuesta en tres tamaños\"\n            },\n            {\n                \"id\": \"21140787\",\n                \"name\": \"Viseira de 2\"\n            },\n            {\n                \"id\": \"16943991\",\n                \"name\": \"Abs injetado duro leve\"\n            },\n            {\n                \"id\": \"18995787\",\n                \"name\": \"• casco aerodinâmico em resina termoplástica abs • pintura e verniz automotivos ppg • estrutura interna canaletada em eps com dupla densidade • sistema de ventilação de fácil acionamento e pintado na cor do casco • viseira em policarbonato de 2 mm\"\n            },\n            {\n                \"id\": \"68453870\",\n                \"name\": \"SAÍDAS DE AR SOB O SPOILER\"\n            },\n            {\n                \"id\": \"54091627\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"46666296\",\n                \"name\": \"Polietileno\"\n            },\n            {\n                \"id\": \"15636731\",\n                \"name\": \"Abs injetado e aletas\"\n            },\n            {\n                \"id\": \"55439806\",\n                \"name\": \"Confortável revestimento interno de espuma e tecido.\"\n            },\n            {\n                \"id\": \"52242134\",\n                \"name\": \"resina termoplástica ABS\"\n            },\n            {\n                \"id\": \"15180574\",\n                \"name\": \"Laminado em composto de carbono\"\n            },\n            {\n                \"id\": \"7924662\",\n                \"name\": \"Alumínio\"\n            },\n            {\n                \"id\": \"19038001\",\n                \"name\": \"Abs viseira anti risco visão panorâmica\"\n            },\n            {\n                \"id\": \"20272669\",\n                \"name\": \"Viseira preparada para tear-off\"\n            },\n            {\n                \"id\": \"18996358\",\n                \"name\": \"Capacete aberto\"\n            },\n            {\n                \"id\": \"66062256\",\n                \"name\": \"Esportivo\"\n            },\n            {\n                \"id\": \"15407736\",\n                \"name\": \"Casco tri composto de abs\"\n            },\n            {\n                \"id\": \"17593767\",\n                \"name\": \"Policarbonato e abs\"\n            },\n            {\n                \"id\": \"55150476\",\n                \"name\": \"HIRP\"\n            },\n            {\n                \"id\": \"16305551\",\n                \"name\": \"Abs virgem natural\"\n            },\n            {\n                \"id\": \"54084728\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"18996226\",\n                \"name\": \"Casco totalmente ventilado com entradas de ar superior e frontal e saída de ar traseira.\"\n            },\n            {\n                \"id\": \"21043342\",\n                \"name\": \"Sistema de troca rápida de viseira sem o auxílio de ferramentas\"\n            },\n            {\n                \"id\": \"17593790\",\n                \"name\": \"Forma limpa e com linhas agressivas\"\n            },\n            {\n                \"id\": \"52241651\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"16259286\",\n                \"name\": \"Aberto com viseira\"\n            },\n            {\n                \"id\": \"21837332\",\n                \"name\": \"Polímeros termoplásticos\"\n            },\n            {\n                \"id\": \"18996353\",\n                \"name\": \"Capacete para moto\"\n            },\n            {\n                \"id\": \"12326665\",\n                \"name\": \"2 milímetros\"\n            },\n            {\n                \"id\": \"19001853\",\n                \"name\": \"Resina termoplástica de alta pressão (abs)\"\n            },\n            {\n                \"id\": \"58626126\",\n                \"name\": \"PC HPTT Policarbonato de Alta Pressão\"\n            },\n            {\n                \"id\": \"20481073\",\n                \"name\": \"Produzido no material eirt - energy impact resistent thermoplastic (termoplástico resistente a energia de impactos)\"\n            },\n            {\n                \"id\": \"20030422\",\n                \"name\": \"Visor ventilação aerofólio engate rápido\"\n            },\n            {\n                \"id\": \"21141449\",\n                \"name\": \"Com casco anatômico e design esportivo\"\n            },\n            {\n                \"id\": \"17666054\",\n                \"name\": \"Casco confeccionado em abs de alto impacto e revestimento eps expandido\"\n            },\n            {\n                \"id\": \"18994562\",\n                \"name\": \"Resina termoplástica injetada.\"\n            },\n            {\n                \"id\": \"19090693\",\n                \"name\": \"Casco bicomposto em abs e policarbonato\"\n            },\n            {\n                \"id\": \"13582488\",\n                \"name\": \"Abs de alta resistência\"\n            },\n            {\n                \"id\": \"17513954\",\n                \"name\": \"Abs 100% virgem resistente\"\n            },\n            {\n                \"id\": \"13613963\",\n                \"name\": \"Plástico ABS\"\n            },\n            {\n                \"id\": \"52241851\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"20466078\",\n                \"name\": \"Abs engate micrométrico viseira bolha bubble flip up pala\"\n            },\n            {\n                \"id\": \"18997521\",\n                \"name\": \"Casco hrt - moldado e injetado em termoplástico de alta resistência\"\n            },\n            {\n                \"id\": \"18994758\",\n                \"name\": \"Casco bi composto de abs\"\n            },\n            {\n                \"id\": \"17665694\",\n                \"name\": \"Casco injetado em termoplástico de alta absorção (abs).verniz protetor com pintura mais resistente.\"\n            },\n            {\n                \"id\": \"13288982\",\n                \"name\": \"Resina termoplástica abs\"\n            },\n            {\n                \"id\": \"68097444\",\n                \"name\": \"Forração em tecido tecnológico\"\n            },\n            {\n                \"id\": \"18995799\",\n                \"name\": \"Termoplástico resinado\"\n            },\n            {\n                \"id\": \"19085179\",\n                \"name\": \"Abs injetado de alta pressão hptt\"\n            },\n            {\n                \"id\": \"19148507\",\n                \"name\": \"Casco totalmente ventilado com entradas de ar superior e frontal e saída de ar traseira\"\n            },\n            {\n                \"id\": \"18327781\",\n                \"name\": \"Forro removível e hipoalergênico\"\n            },\n            {\n                \"id\": \"54115922\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"20482342\",\n                \"name\": \"Abs casco resistente alto impacto plástico injetado\"\n            },\n            {\n                \"id\": \"9220741\",\n                \"name\": \"EPS\"\n            },\n            {\n                \"id\": \"37448659\",\n                \"name\": \"AB\"\n            },\n            {\n                \"id\": \"22937121\",\n                \"name\": \"Laca tricapa\"\n            },\n            {\n                \"id\": \"70264073\",\n                \"name\": \"Casco aerodinâmico para melhor estabilidade em altas velocidades\"\n            },\n            {\n                \"id\": \"18995067\",\n                \"name\": \"Sistema de troca rápida de viseira\"\n            },\n            {\n                \"id\": \"17860152\",\n                \"name\": \"Termosplast para capacetes de motocicletas\"\n            },\n            {\n                \"id\": \"65579668\",\n                \"name\": \"Narigueira abs/Visor escuro fumê/Cristal transparente\"\n            },\n            {\n                \"id\": \"16472495\",\n                \"name\": \"Abs-p\"\n            },\n            {\n                \"id\": \"53923151\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"54088765\",\n                \"name\": \"Adt\"\n            },\n            {\n                \"id\": \"6675228\",\n                \"name\": \"Tecido\"\n            },\n            {\n                \"id\": \"17570872\",\n                \"name\": \"Polímeros especiais\"\n            },\n            {\n                \"id\": \"19130695\",\n                \"name\": \"Casco em abs ao eps interno\"\n            },\n            {\n                \"id\": \"19193352\",\n                \"name\": \"Abs engate rápido viseira visor cristal transparente aerodinâmico\"\n            },\n            {\n                \"id\": \"54094942\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"42819659\",\n                \"name\": \"A\"\n            },\n            {\n                \"id\": \"16943956\",\n                \"name\": \"Casco injetado em termoplástico de alta absorção (heap)\"\n            },\n            {\n                \"id\": \"54096703\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"18996364\",\n                \"name\": \"Capacete cafe racer\"\n            },\n            {\n                \"id\": \"13725354\",\n                \"name\": \"ABS e policarbonato\"\n            },\n            {\n                \"id\": \"16030742\",\n                \"name\": \"Casco desenvolvido em hir-th (high resistance thermoplastic resin);\"\n            },\n            {\n                \"id\": \"18994065\",\n                \"name\": \"Verniz\"\n            },\n            {\n                \"id\": \"18550277\",\n                \"name\": \"Termoplástico avançado\"\n            },\n            {\n                \"id\": \"20465895\",\n                \"name\": \"Visor cristal adesivo refletivo\"\n            },\n            {\n                \"id\": \"19137884\",\n                \"name\": \"Eps preparado para fone de intercomunicador\"\n            },\n            {\n                \"id\": \"17666117\",\n                \"name\": \"Abs solid elite promoção\"\n            },\n            {\n                \"id\": \"22318719\",\n                \"name\": \"Injetado\"\n            },\n            {\n                \"id\": \"62076990\",\n                \"name\": \"Gráfismo em transfer com verniz de alto brilho\"\n            },\n            {\n                \"id\": \"19367455\",\n                \"name\": \"Ventilação frontal e superior aerofólio visor cristal\"\n            },\n            {\n                \"id\": \"17568143\",\n                \"name\": \"Poliestireno\"\n            },\n            {\n                \"id\": \"18994362\",\n                \"name\": \"Casco tri-matrix: composto em fibra de aramida\"\n            },\n            {\n                \"id\": \"19180101\",\n                \"name\": \"Abs virgem resistente pintura profissional\"\n            },\n            {\n                \"id\": \"17349623\",\n                \"name\": \"Abs engate micrométrico viseira bolha bubble flip up pala\"\n            },\n            {\n                \"id\": \"54086119\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"56383791\",\n                \"name\": \"Visor Cristal Ventilação\"\n            },\n            {\n                \"id\": \"13774584\",\n                \"name\": \"Eps multidensidade\"\n            },\n            {\n                \"id\": \"19001549\",\n                \"name\": \"Casco injetado em abs\"\n            },\n            {\n                \"id\": \"17611675\",\n                \"name\": \"Conforme as normas mundiais de segurança\"\n            },\n            {\n                \"id\": \"19048563\",\n                \"name\": \"Casco hpfc (high performance fiber composite)\"\n            },\n            {\n                \"id\": \"54756192\",\n                \"name\": \"solido\"\n            },\n            {\n                \"id\": \"19275087\",\n                \"name\": \"Eps  +  tecnología de carcasa termoplástica avanzada\"\n            },\n            {\n                \"id\": \"21043120\",\n                \"name\": \"Calota interna com dupla densidade e canais internos para melhor fluxo de ar\"\n            },\n            {\n                \"id\": \"15407483\",\n                \"name\": \"Plástico sólido\"\n            },\n            {\n                \"id\": \"19515475\",\n                \"name\": \"Preparação para pinlock\"\n            },\n            {\n                \"id\": \"18999137\",\n                \"name\": \"Formato aerodinâmico\"\n            },\n            {\n                \"id\": \"64973589\",\n                \"name\": \"Fecho de engate rápido com ajustes de precisão\"\n            },\n            {\n                \"id\": \"39136438\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"19986697\",\n                \"name\": \"Um mix de resinas termoplásticas com alta resistência\"\n            },\n            {\n                \"id\": \"18438091\",\n                \"name\": \"A.t.p.s\"\n            },\n            {\n                \"id\": \"13613967\",\n                \"name\": \"Fibra\"\n            },\n            {\n                \"id\": \"17593640\",\n                \"name\": \"Produzido em abs que garante resistência e leveza ao capacete\"\n            },\n            {\n                \"id\": \"53928640\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"13862464\",\n                \"name\": \"Coraza fabricada em liga de polímero cinético (kpa)\"\n            },\n            {\n                \"id\": \"14366170\",\n                \"name\": \"Tricomposto\"\n            },\n            {\n                \"id\": \"22549534\",\n                \"name\": \"Viseira resistente a risco e com proteção uv;\"\n            },\n            {\n                \"id\": \"18997522\",\n                \"name\": \"Oferece leveza e maior proteção contra impactos e quedas\"\n            },\n            {\n                \"id\": \"22383010\",\n                \"name\": \"Fibras especiais\"\n            },\n            {\n                \"id\": \"35596565\",\n                \"name\": \"ABS premium\"\n            },\n            {\n                \"id\": \"15887438\",\n                \"name\": \"Calote\"\n            },\n            {\n                \"id\": \"17602796\",\n                \"name\": \"Antialérgico\"\n            },\n            {\n                \"id\": \"15407603\",\n                \"name\": \"Abs / flores\"\n            },\n            {\n                \"id\": \"23413712\",\n                \"name\": \"Abs resistente reforçado\"\n            },\n            {\n                \"id\": \"13862468\",\n                \"name\": \"Policarbonato ultra leve com melhor absorção de energia\"\n            },\n            {\n                \"id\": \"13379205\",\n                \"name\": \"Hptt\"\n            },\n            {\n                \"id\": \"22163359\",\n                \"name\": \"Abs exclusivo lançamento\"\n            },\n            {\n                \"id\": \"17602352\",\n                \"name\": \"Abs injetado estrada lama\"\n            },\n            {\n                \"id\": \"15142079\",\n                \"name\": \"ABS (acrilonitrilo butadieno estireno)\"\n            },\n            {\n                \"id\": \"56402034\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"18996224\",\n                \"name\": \"Viseira resistente a risco.\"\n            },\n            {\n                \"id\": \"14288319\",\n                \"name\": \"Abs - seguro resistente\"\n            },\n            {\n                \"id\": \"14288400\",\n                \"name\": \"Abs premium\"\n            },\n            {\n                \"id\": \"18997859\",\n                \"name\": \"Tecnologia h + rp: o material hirp (polímero resistente a alto impacto) é formulado por um polímero\"\n            },\n            {\n                \"id\": \"70250210\",\n                \"name\": \"Aerofólio embutido diretamente no casco do capacete.\"\n            },\n            {\n                \"id\": \"13438203\",\n                \"name\": \"Resina termoplástica abs - hp (high pressure abs technology)\"\n            },\n            {\n                \"id\": \"74816962\",\n                \"name\": \"plástica de alto impacto\"\n            },\n            {\n                \"id\": \"17484788\",\n                \"name\": \"Abs personalizado aerofolio\"\n            },\n            {\n                \"id\": \"20240757\",\n                \"name\": \"Kpa policarbonato\"\n            },\n            {\n                \"id\": \"55489095\",\n                \"name\": \"moto eletrica\"\n            },\n            {\n                \"id\": \"66062255\",\n                \"name\": \"Resistente\"\n            },\n            {\n                \"id\": \"18060123\",\n                \"name\": \"• casco em resina termoplástica abs;  • viseira de 2mm com proteção uv\"\n            },\n            {\n                \"id\": \"21322662\",\n                \"name\": \"Através do processo de injeção por alta pressão\"\n            },\n            {\n                \"id\": \"19066619\",\n                \"name\": \"Casco injetado em polímero stc\"\n            },\n            {\n                \"id\": \"17602503\",\n                \"name\": \"Aberto\"\n            },\n            {\n                \"id\": \"17611580\",\n                \"name\": \"Abs,policarbonato\"\n            },\n            {\n                \"id\": \"18996025\",\n                \"name\": \"Produzido no material eirt - energy impact resistent thermoplastic (termoplástico resistente a energia de impactos)\"\n            },\n            {\n                \"id\": \"55067415\",\n                \"name\": \"Casco em KPA\"\n            },\n            {\n                \"id\": \"15408297\",\n                \"name\": \"Fibracarbono\"\n            },\n            {\n                \"id\": \"21141372\",\n                \"name\": \"Abs injetado de alto impacto\"\n            },\n            {\n                \"id\": \"13725361\",\n                \"name\": \"Combinação de fibra de carbono com resinas frp\"\n            },\n            {\n                \"id\": \"19467303\",\n                \"name\": \"Abs jett fast factory edition 3 adulto\"\n            },\n            {\n                \"id\": \"52243422\",\n                \"name\": \"Capacete de moto\"\n            },\n            {\n                \"id\": \"54089794\",\n                \"name\": \"Abs engate argolas ventilação pala ajustável\"\n            },\n            {\n                \"id\": \"74714990\",\n                \"name\": \"fibras de vidro\"\n            },\n            {\n                \"id\": \"19110003\",\n                \"name\": \"Sistema de troca rápida de viseira of\"\n            },\n            {\n                \"id\": \"16634327\",\n                \"name\": \"Poliestireno expandido\"\n            },\n            {\n                \"id\": \"19997779\",\n                \"name\": \"Abs viseira escura fume cristal colorida pintura que não descasca\"\n            },\n            {\n                \"id\": \"20372073\",\n                \"name\": \"Casco fabricado em abs injetado\"\n            },\n            {\n                \"id\": \"55068000\",\n                \"name\": \"Casco Injetado Em ABS Extremamente Resistente\"\n            },\n            {\n                \"id\": \"63679241\",\n                \"name\": \"Capacete ventilado com entradas e saída de ar\"\n            },\n            {\n                \"id\": \"21140769\",\n                \"name\": \"Abs avançado\"\n            },\n            {\n                \"id\": \"19231517\",\n                \"name\": \"Abs de alta pressão hptt\"\n            },\n            {\n                \"id\": \"54088274\",\n                \"name\": \"Resina termoplástica abs\"\n            },\n            {\n                \"id\": \"25854212\",\n                \"name\": \"Abs natural\"\n            },\n            {\n                \"id\": \"19892527\",\n                \"name\": \"Abs de qualidade\"\n            },\n            {\n                \"id\": \"52243126\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"55533839\",\n                \"name\": \"Abs Modelo Original\"\n            },\n            {\n                \"id\": \"16926266\",\n                \"name\": \"Fibra vidro\"\n            },\n            {\n                \"id\": \"19879134\",\n                \"name\": \"Casco injetado em abs de alto impacto\"\n            },\n            {\n                \"id\": \"20480914\",\n                \"name\": \"Eps canalizado de multidensidade\"\n            },\n            {\n                \"id\": \"20480823\",\n                \"name\": \"Abs engate micrométrico viseira bolha bubble flip up pala\"\n            },\n            {\n                \"id\": \"55473308\",\n                \"name\": \"Abs Resistente Leve Esportivo\"\n            },\n            {\n                \"id\": \"14913298\",\n                \"name\": \"Termoplástico ABS\"\n            },\n            {\n                \"id\": \"26900858\",\n                \"name\": \"Termoplásticos especificamente desenvolvidos pela marca e partículas Kevlar. Garante que o capacete seja leve\"\n            },\n            {\n                \"id\": \"66062259\",\n                \"name\": \"Cinta\"\n            },\n            {\n                \"id\": \"54095525\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"18996365\",\n                \"name\": \"Capacete chopper\"\n            },\n            {\n                \"id\": \"22984097\",\n                \"name\": \"• carcasa de compuesto de polímero inyectado en tres tamaños\"\n            },\n            {\n                \"id\": \"19622222\",\n                \"name\": \"Heap\"\n            },\n            {\n                \"id\": \"19000675\",\n                \"name\": \"Visor cristal botão abertura automática\"\n            },\n            {\n                \"id\": \"18995709\",\n                \"name\": \"Abs termoplástico casco duro leve\"\n            },\n            {\n                \"id\": \"62035524\",\n                \"name\": \"Construção de habitação em ABS\"\n            },\n            {\n                \"id\": \"17513938\",\n                \"name\": \"Eps forração antialérgico\"\n            },\n            {\n                \"id\": \"18997398\",\n                \"name\": \"Abs brilhante fosco\"\n            },\n            {\n                \"id\": \"13378415\",\n                \"name\": \"Abs de alto impacto aprovado pelo inmetro\"\n            },\n            {\n                \"id\": \"20291736\",\n                \"name\": \"Micrométrico\"\n            },\n            {\n                \"id\": \"16259281\",\n                \"name\": \"Termoplástico injetado abs\"\n            },\n            {\n                \"id\": \"17602639\",\n                \"name\": \"Casco em policarbonato,eps em dupla densidade\"\n            },\n            {\n                \"id\": \"12326666\",\n                \"name\": \"em policarbonato\"\n            },\n            {\n                \"id\": \"18327647\",\n                \"name\": \"Abs natural injetado\"\n            },\n            {\n                \"id\": \"20178433\",\n                \"name\": \"Casco injetado ABS\"\n            },\n            {\n                \"id\": \"13839479\",\n                \"name\": \"Casco fabricado em termoplástico de alto impacto (abs).\"\n            },\n            {\n                \"id\": \"54869247\",\n                \"name\": \"Injetado ABS de alto impacto\"\n            },\n            {\n                \"id\": \"15331091\",\n                \"name\": \"Fabricado em ABS (termoplástico de alta resistência)\"\n            },\n            {\n                \"id\": \"13807663\",\n                \"name\": \"Termoplástico de alto impacto\"\n            },\n            {\n                \"id\": \"19983287\",\n                \"name\": \"Fibredevidrio\"\n            },\n            {\n                \"id\": \"19001861\",\n                \"name\": \"Abs temos calça camiseta camisa colete joelheira motocross\"\n            },\n            {\n                \"id\": \"19137882\",\n                \"name\": \"Com tecnologia ids (impact dispersion system)\"\n            },\n            {\n                \"id\": \"18994392\",\n                \"name\": \"Hrt shell\"\n            },\n            {\n                \"id\": \"74716015\",\n                \"name\": \"materiais de primeira qualidade\"\n            },\n            {\n                \"id\": \"21140918\",\n                \"name\": \"Casco construído em resina termoplástica abs de alto impacto;\"\n            },\n            {\n                \"id\": \"16472586\",\n                \"name\": \"* casco em resina termoplástica abs de alta pressão hptt;* viseira flat de 2mm (menor distorção óptica) em policarbonato resistente a risco;  * casco totalmente ventilado com entradas de ar superior e frontal e com saída de ar traseira;\"\n            },\n            {\n                \"id\": \"13646577\",\n                \"name\": \"Casco aerodinâmico em resina termoplástica abs\"\n            },\n            {\n                \"id\": \"6675229\",\n                \"name\": \"Plástico\"\n            },\n            {\n                \"id\": \"14018488\",\n                \"name\": \"Casco pintado\"\n            },\n            {\n                \"id\": \"54212526\",\n                \"name\": \"Termoplástico\"\n            },\n            {\n                \"id\": \"19643620\",\n                \"name\": \"Eps dupla densidade\"\n            },\n            {\n                \"id\": \"21140951\",\n                \"name\": \"Material de alta qualidade com abs - resina termoplástica de alta resistência e certificada pelo inm\"\n            },\n            {\n                \"id\": \"17611614\",\n                \"name\": \"Abs de alta qualidade fecho micrométrico\"\n            },\n            {\n                \"id\": \"20482359\",\n                \"name\": \"Polímero stc\"\n            },\n            {\n                \"id\": \"17636159\",\n                \"name\": \"Calota fabricada en un compuesto de tres fibras (hpfc).\"\n            },\n            {\n                \"id\": \"61931291\",\n                \"name\": \"uma combinação de polímeros que oferece alto nível de proteção\"\n            },\n            {\n                \"id\": \"21043356\",\n                \"name\": \"Eps multidensidade\"\n            },\n            {\n                \"id\": \"16030779\",\n                \"name\": \"Removível e lavável em tecido antialérgico.\"\n            },\n            {\n                \"id\": \"44627342\",\n                \"name\": \"Casco totalmente ventilado con entradas de aire superiores y frontales y salida de aire trasera\"\n            },\n            {\n                \"id\": \"18996225\",\n                \"name\": \"Cinta jugular com sistema de fechamento engate micrométrico.\"\n            },\n            {\n                \"id\": \"22095125\",\n                \"name\": \"Abs resistente proteção forro anti alergico adulto\"\n            },\n            {\n                \"id\": \"21043260\",\n                \"name\": \"Abs resistente reforçado robocop bonito\"\n            },\n            {\n                \"id\": \"54701665\",\n                \"name\": \"Termo plástico injetado\"\n            },\n            {\n                \"id\": \"19479750\",\n                \"name\": \"Abs moto motos liso\"\n            },\n            {\n                \"id\": \"19000255\",\n                \"name\": \"Full carbon 3k\"\n            },\n            {\n                \"id\": \"20319368\",\n                \"name\": \"Formato aerodinâmico long oval\"\n            },\n            {\n                \"id\": \"19507323\",\n                \"name\": \"Casco em abs com tecnologia ids (impact dispersion system)\"\n            },\n            {\n                \"id\": \"54094005\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"55500054\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"20139382\",\n                \"name\": \"Hir-th - resina termoplástica de alta resistência\"\n            },\n            {\n                \"id\": \"17593626\",\n                \"name\": \"Abs moto motos\"\n            },\n            {\n                \"id\": \"66352427\",\n                \"name\": \"ABS Adesivo Customizado\"\n            },\n            {\n                \"id\": \"17666684\",\n                \"name\": \"Abs nota fiscal promoção melhor preço\"\n            },\n            {\n                \"id\": \"54095621\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"19479782\",\n                \"name\": \"Forro removível\"\n            },\n            {\n                \"id\": \"21140835\",\n                \"name\": \"Totalmente removível\"\n            },\n            {\n                \"id\": \"21199011\",\n                \"name\": \"Fibras\"\n            },\n            {\n                \"id\": \"15893184\",\n                \"name\": \"Poliestireno expandido (eps)\"\n            },\n            {\n                \"id\": \"19130676\",\n                \"name\": \"Camadas entrelaçadas feitas à mão de fibra de vidro com fibras orgânicas e resina\"\n            },\n            {\n                \"id\": \"20341701\",\n                \"name\": \"Hipoalérgico\"\n            },\n            {\n                \"id\": \"61762027\",\n                \"name\": \"coquinho\"\n            },\n            {\n                \"id\": \"13774580\",\n                \"name\": \"Entrada de ar frontal\"\n            },\n            {\n                \"id\": \"54795777\",\n                \"name\": \"policarbonato moldado de alto impacto\"\n            },\n            {\n                \"id\": \"54096178\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"20139388\",\n                \"name\": \"Casco em kpa (kinetic polymer alloy)\"\n            },\n            {\n                \"id\": \"18738140\",\n                \"name\": \"Aim+\"\n            },\n            {\n                \"id\": \"17349646\",\n                \"name\": \"Abs injetado de alto impacto\"\n            },\n            {\n                \"id\": \"26513216\",\n                \"name\": \"Polímero\"\n            },\n            {\n                \"id\": \"16626341\",\n                \"name\": \"Abs resistente\"\n            },\n            {\n                \"id\": \"22770701\",\n                \"name\": \"Camadas entrelaçadas de fibra de vidro com fibras orgânicas e resina\"\n            },\n            {\n                \"id\": \"21922921\",\n                \"name\": \"Casco em hpfc (high performance fiber composite)\"\n            },\n            {\n                \"id\": \"17666577\",\n                \"name\": \"Abs resistente desenho personalizado\"\n            },\n            {\n                \"id\": \"13656245\",\n                \"name\": \"Material projetado e certificado pelo INMETRO brasileiro. Composto de plástico termoformado – ABS (sigla em inglês) espe\"\n            },\n            {\n                \"id\": \"8897772\",\n                \"name\": \"Espuma\"\n            },\n            {\n                \"id\": \"19130682\",\n                \"name\": \"Material: casco em abs;\"\n            },\n            {\n                \"id\": \"12326664\",\n                \"name\": \"viseira de 2\"\n            },\n            {\n                \"id\": \"54084889\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"19110099\",\n                \"name\": \"Abs 100% natural seguro\"\n            },\n            {\n                \"id\": \"13688427\",\n                \"name\": \"ABS de alto impacto\"\n            },\n            {\n                \"id\": \"67995393\",\n                \"name\": \"Casco ventilado com entradas de ar superior e frontal e saída traseira.\"\n            },\n            {\n                \"id\": \"17666767\",\n                \"name\": \"Plástico injetado\"\n            },\n            {\n                \"id\": \"66062260\",\n                \"name\": \"Jugular\"\n            },\n            {\n                \"id\": \"18998427\",\n                \"name\": \"Stc (polímero plástico)\"\n            },\n            {\n                \"id\": \"19479784\",\n                \"name\": \"Lavável\"\n            },\n            {\n                \"id\": \"17666040\",\n                \"name\": \"Abs resina termoplástica\"\n            },\n            {\n                \"id\": \"20273058\",\n                \"name\": \"Abs engate rápido sistema de ventilação entradas de ar moderno viseira cristal estabilizador\"\n            },\n            {\n                \"id\": \"19130609\",\n                \"name\": \"Hptt - resina termoplástica de alta resistência\"\n            },\n            {\n                \"id\": \"22629108\",\n                \"name\": \"Hirp (polímero resistente a impactos)\"\n            },\n            {\n                \"id\": \"54090774\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"55569779\",\n                \"name\": \"Termoplástico de alta resistência (ABS)\"\n            },\n            {\n                \"id\": \"7026053\",\n                \"name\": \"Carbono\"\n            },\n            {\n                \"id\": \"66062252\",\n                \"name\": \"Virgem\"\n            },\n            {\n                \"id\": \"66011005\",\n                \"name\": \"POLICARBONATO COM FIBRAS\"\n            },\n            {\n                \"id\": \"19148508\",\n                \"name\": \"Sistema de troca rápida de viseira sem o auxílio de ferramentas\"\n            },\n            {\n                \"id\": \"18994618\",\n                \"name\": \"Tri-matrix\"\n            },\n            {\n                \"id\": \"20308569\",\n                \"name\": \"Casco construido em resina termoplástica hir-th\"\n            },\n            {\n                \"id\": \"13438222\",\n                \"name\": \"Termoplástica abs\"\n            },\n            {\n                \"id\": \"18999437\",\n                \"name\": \"Abs / feminino / masculino\"\n            },\n            {\n                \"id\": \"13378625\",\n                \"name\": \"Tecnologia h + rp\"\n            },\n            {\n                \"id\": \"20465946\",\n                \"name\": \"Produzido em abs que garante resistência e leveza ao capacete\"\n            },\n            {\n                \"id\": \"14448596\",\n                \"name\": \"Policarbonato premium\"\n            },\n            {\n                \"id\": \"65691386\",\n                \"name\": \"Abs de alta qualidade\"\n            },\n            {\n                \"id\": \"58948259\",\n                \"name\": \"Abs Modelo Original Brasil Barato Lançamento\"\n            },\n            {\n                \"id\": \"54095502\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"54702483\",\n                \"name\": \"Fabricado em ABS de alta qualidade\"\n            },\n            {\n                \"id\": \"20341628\",\n                \"name\": \"Capacete de moto capacete para moto capacete moto capacete vintage  capacete retro capacete old school capacete aberto  passeio\"\n            },\n            {\n                \"id\": \"12326667\",\n                \"name\": \"resistente a riscos e com proteção UV\"\n            },\n            {\n                \"id\": \"52457135\",\n                \"name\": \"Material PP\"\n            },\n            {\n                \"id\": \"21139850\",\n                \"name\": \"Abs injetado de alto impacto esportivo resistente e seguro\"\n            },\n            {\n                \"id\": \"20241454\",\n                \"name\": \"Casco desenvolvido em hir-th shell (high resistance thermoplastic resin)\"\n            },\n            {\n                \"id\": \"13378634\",\n                \"name\": \"Abs - hp\"\n            },\n            {\n                \"id\": \"17484753\",\n                \"name\": \"Resina termoplástica de alta resistência hir th\"\n            },\n            {\n                \"id\": \"20024277\",\n                \"name\": \"Injetado em abs de alto impacto\"\n            },\n            {\n                \"id\": \"17570884\",\n                \"name\": \"Casco construído em resina termoplástica de alta resistência\"\n            },\n            {\n                \"id\": \"54090187\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"54089589\",\n                \"name\": \"Casco em resina termoplástica abs de alta pressão hptt\"\n            },\n            {\n                \"id\": \"13403837\",\n                \"name\": \"Kpa\"\n            },\n            {\n                \"id\": \"54087537\",\n                \"name\": \"Termoplástico\"\n            },\n            {\n                \"id\": \"19000235\",\n                \"name\": \"Aps\"\n            },\n            {\n                \"id\": \"18391090\",\n                \"name\": \"Poliacrilico\"\n            },\n            {\n                \"id\": \"22770756\",\n                \"name\": \"Polimero plástico \\\"\"\n            },\n            {\n                \"id\": \"18995114\",\n                \"name\": \"Hptt (resina termoplástica abs de alta pressão)\"\n            },\n            {\n                \"id\": \"23193451\",\n                \"name\": \"Extremamente resistente\"\n            },\n            {\n                \"id\": \"19130681\",\n                \"name\": \"Casco externo: injetado\"\n            },\n            {\n                \"id\": \"17879666\",\n                \"name\": \"Hrt\"\n            },\n            {\n                \"id\": \"54095626\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"20139369\",\n                \"name\": \"Hpfc (high pressure fiber composite)\"\n            },\n            {\n                \"id\": \"55083037\",\n                \"name\": \"ABS INJETADO RESISTENTE\"\n            },\n            {\n                \"id\": \"21140870\",\n                \"name\": \"Inspirado no pista gp r.\"\n            },\n            {\n                \"id\": \"16606123\",\n                \"name\": \"Narigueira vis. fume escura\"\n            },\n            {\n                \"id\": \"20241850\",\n                \"name\": \"Abs resistente reforçado robocop bonito\"\n            },\n            {\n                \"id\": \"53926789\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"15249105\",\n                \"name\": \"Em dois tamanhos para melhor ajuste.\"\n            },\n            {\n                \"id\": \"21332077\",\n                \"name\": \"Casco injetado em abs natural\"\n            },\n            {\n                \"id\": \"64973591\",\n                \"name\": \"Entradas e saídas de ar\"\n            },\n            {\n                \"id\": \"18996125\",\n                \"name\": \"Esina termoplástica abs de alta pressão hptt\"\n            },\n            {\n                \"id\": \"20359800\",\n                \"name\": \"Carbono e kevlar)\"\n            },\n            {\n                \"id\": \"15407930\",\n                \"name\": \"Viseira antirrisco\"\n            },\n            {\n                \"id\": \"16992553\",\n                \"name\": \"Resina termoplástica de alta resistência\"\n            },\n            {\n                \"id\": \"18995065\",\n                \"name\": \"Engate micrométrico\"\n            },\n            {\n                \"id\": \"54106713\",\n                \"name\": \"Abs\"\n            },\n            {\n                \"id\": \"54095977\",\n                \"name\": \"Resina termoplástica abs\"\n            },\n            {\n                \"id\": \"17484776\",\n                \"name\": \"Hir-th (resina termoplástica de alta resistência) abs\"\n            },\n            {\n                \"id\": \"27479779\",\n                \"name\": \"Hps\"\n            },\n            {\n                \"id\": \"20291543\",\n                \"name\": \"Hptt (resina termoplástica de alta pressão)\"\n            },\n            {\n                \"id\": \"16305601\",\n                \"name\": \"Abs personalizado solid\"\n            },\n            {\n                \"id\": \"20319326\",\n                \"name\": \"Ventilação visor fumê solar\"\n            },\n            {\n                \"id\": \"44627343\",\n                \"name\": \"Sistema de cambio rápido de visera sin la ayuda de herramientas\"\n            },\n            {\n                \"id\": \"18060177\",\n                \"name\": \"Abs virgem de alto impacto\"\n            },\n            {\n                \"id\": \"48981756\",\n                \"name\": \"Ventilação frontal e superior aerofólio visor cristal\"\n            },\n            {\n                \"id\": \"18993992\",\n                \"name\": \"Visor solar ventilação\"\n            },\n            {\n                \"id\": \"14407563\",\n                \"name\": \"Lexan\"\n            },\n            {\n                \"id\": \"15407982\",\n                \"name\": \"Bi composto\"\n            },\n            {\n                \"id\": \"13862467\",\n                \"name\": \"Flexibilidade e resistência\"\n            },\n            {\n                \"id\": \"17349393\",\n                \"name\": \"Abs virgem de alta resistência\"\n            },\n            {\n                \"id\": \"17602660\",\n                \"name\": \"Duas medidas de casco\"\n            },\n            {\n                \"id\": \"16870493\",\n                \"name\": \"Abs moto resistência narigueira\"\n            },\n            {\n                \"id\": \"17602505\",\n                \"name\": \"Capacete\"\n            },\n            {\n                \"id\": \"64254598\",\n                \"name\": \"Material de alta qualidade, resina termoplástica de alta resistência\"\n            },\n            {\n                \"id\": \"14789708\",\n                \"name\": \"Resina termoplástica (abs)\"\n            },\n            {\n                \"id\": \"54101743\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"21982250\",\n                \"name\": \"Resistência a mudanças químicas e estabilidade em alta temperatura).\"\n            },\n            {\n                \"id\": \"66062257\",\n                \"name\": \"Refletivo\"\n            },\n            {\n                \"id\": \"18651671\",\n                \"name\": \"Http\"\n            },\n            {\n                \"id\": \"16233622\",\n                \"name\": \"Heap polymer\"\n            },\n            {\n                \"id\": \"19249026\",\n                \"name\": \"Casco em resina termoplástica de alta pressão (abs)\"\n            },\n            {\n                \"id\": \"20466259\",\n                \"name\": \"-casco em resina termoplástica abs\"\n            },\n            {\n                \"id\": \"54091731\",\n                \"name\": \"ABS\"\n            }\n        ],\n        \"tooltip\": \"São os materiais que compõem o exterior do produto.\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"AGE_GROUP\",\n        \"name\": \"Idade\",\n        \"tags\": {},\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 1,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"1065183\",\n                \"name\": \"Crianças\"\n            },\n            {\n                \"id\": \"6725189\",\n                \"name\": \"Adultos\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"SAFETY_REGULATIONS\",\n        \"name\": \"Normas de segurança\",\n        \"tags\": {\n            \"multivalued\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"values\": [\n            {\n                \"id\": \"66062090\",\n                \"name\": \"Motos\"\n            },\n            {\n                \"id\": \"17611628\",\n                \"name\": \"Selo inmetro e selo dot\"\n            },\n            {\n                \"id\": \"54092333\",\n                \"name\": \"Nbr.7471\"\n            },\n            {\n                \"id\": \"17611690\",\n                \"name\": \"Norma regulamentadora 6 (nr-6)\"\n            },\n            {\n                \"id\": \"19467304\",\n                \"name\": \"Selo inmetro selo dot\"\n            },\n            {\n                \"id\": \"66062093\",\n                \"name\": \"Dia a Dia\"\n            },\n            {\n                \"id\": \"74189893\",\n                \"name\": \"Certficado pelo Inmetro\"\n            },\n            {\n                \"id\": \"45626537\",\n                \"name\": \"Seguro\"\n            },\n            {\n                \"id\": \"54094569\",\n                \"name\": \"Inmetro\"\n            },\n            {\n                \"id\": \"66062091\",\n                \"name\": \"Esportivo\"\n            },\n            {\n                \"id\": \"32341673\",\n                \"name\": \"ECE R.22.06\"\n            },\n            {\n                \"id\": \"74708134\",\n                \"name\": \"Portaria 456\"\n            },\n            {\n                \"id\": \"28033208\",\n                \"name\": \"Immetro\"\n            },\n            {\n                \"id\": \"52231327\",\n                \"name\": \"ECE 22 05\"\n            },\n            {\n                \"id\": \"17861840\",\n                \"name\": \"008859-2019\"\n            },\n            {\n                \"id\": \"21141915\",\n                \"name\": \"Mixs\"\n            },\n            {\n                \"id\": \"28634528\",\n                \"name\": \"ECE/ONU 22.05\"\n            },\n            {\n                \"id\": \"38242801\",\n                \"name\": \"NBR 7471\"\n            },\n            {\n                \"id\": \"65213009\",\n                \"name\": \"Não identificado\"\n            },\n            {\n                \"id\": \"64171286\",\n                \"name\": \"Certificado conforme a portaria 456 e nbr 7471 inmetro\"\n            },\n            {\n                \"id\": \"54702581\",\n                \"name\": \"DOT / ECE\"\n            },\n            {\n                \"id\": \"74708135\",\n                \"name\": \"NBR 747\"\n            },\n            {\n                \"id\": \"55115093\",\n                \"name\": \"CHAS\"\n            },\n            {\n                \"id\": \"73967203\",\n                \"name\": \"Produto original e certificado pelo INMETRO\"\n            },\n            {\n                \"id\": \"22630962\",\n                \"name\": \"Cinta jugular com sistema de engate rápido\"\n            },\n            {\n                \"id\": \"36771847\",\n                \"name\": \"NBR 8221:2003\"\n            },\n            {\n                \"id\": \"22088207\",\n                \"name\": \"NTC4533\"\n            },\n            {\n                \"id\": \"28484215\",\n                \"name\": \"IRAM - AITA 3621/2002 - INTI (CHAS)\"\n            },\n            {\n                \"id\": \"53926873\",\n                \"name\": \"Nbr7471\"\n            },\n            {\n                \"id\": \"21178636\",\n                \"name\": \"Ece22.06\"\n            },\n            {\n                \"id\": \"58867983\",\n                \"name\": \"Produto Certificado pelo INMETRO\"\n            },\n            {\n                \"id\": \"53923812\",\n                \"name\": \"Nbr7471\"\n            },\n            {\n                \"id\": \"47605486\",\n                \"name\": \"ECE22.06 - DOT\"\n            },\n            {\n                \"id\": \"44015249\",\n                \"name\": \"3CV Chilena\"\n            },\n            {\n                \"id\": \"38262871\",\n                \"name\": \"NBR 7472\"\n            },\n            {\n                \"id\": \"74226066\",\n                \"name\": \"Selo de aprovação NBR7471\"\n            },\n            {\n                \"id\": \"22777300\",\n                \"name\": \"Mixs Etceter\"\n            },\n            {\n                \"id\": \"22252177\",\n                \"name\": \"Dot (department of transportation)\"\n            },\n            {\n                \"id\": \"28419873\",\n                \"name\": \"ECE2206\"\n            },\n            {\n                \"id\": \"58636974\",\n                \"name\": \"MTT231\"\n            },\n            {\n                \"id\": \"52292489\",\n                \"name\": \"ECE 22 06 para motos\"\n            },\n            {\n                \"id\": \"17666685\",\n                \"name\": \"Gladiator storm speedmax oferta\"\n            },\n            {\n                \"id\": \"19099805\",\n                \"name\": \"Supera los requisitos de las normas ece 22.05 y dot\"\n            },\n            {\n                \"id\": \"66828677\",\n                \"name\": \"Selo Dot\"\n            },\n            {\n                \"id\": \"20501639\",\n                \"name\": \"Certificação DOT\"\n            },\n            {\n                \"id\": \"22971634\",\n                \"name\": \"012386\"\n            },\n            {\n                \"id\": \"54098628\",\n                \"name\": \"Nbr 7471\"\n            },\n            {\n                \"id\": \"65147551\",\n                \"name\": \"321321/231\"\n            },\n            {\n                \"id\": \"54679428\",\n                \"name\": \"12\"\n            },\n            {\n                \"id\": \"59627168\",\n                \"name\": \"PJ\"\n            },\n            {\n                \"id\": \"18253617\",\n                \"name\": \"Dot,americana\"\n            },\n            {\n                \"id\": \"74703341\",\n                \"name\": \"Tecnotiendarr\"\n            },\n            {\n                \"id\": \"66062264\",\n                \"name\": \"Lei\"\n            },\n            {\n                \"id\": \"55172850\",\n                \"name\": \"E2206\"\n            },\n            {\n                \"id\": \"18996904\",\n                \"name\": \"Certificado do inmetro\"\n            },\n            {\n                \"id\": \"22888327\",\n                \"name\": \"Despacho em 24 horas\"\n            },\n            {\n                \"id\": \"71326296\",\n                \"name\": \"23131321/123\"\n            },\n            {\n                \"id\": \"26507952\",\n                \"name\": \"ECER2206\"\n            },\n            {\n                \"id\": \"71325105\",\n                \"name\": \"23132132/1231\"\n            },\n            {\n                \"id\": \"65459269\",\n                \"name\": \"32132132/123\"\n            },\n            {\n                \"id\": \"55062396\",\n                \"name\": \"22 06\"\n            },\n            {\n                \"id\": \"16128088\",\n                \"name\": \"Nbr.7471\"\n            },\n            {\n                \"id\": \"32341674\",\n                \"name\": \"DOT FMVSS 218\"\n            },\n            {\n                \"id\": \"21007636\",\n                \"name\": \"Portaria 456 inmetro e nbr 7471 - conforme portaria 333 inmetro.\"\n            },\n            {\n                \"id\": \"55648767\",\n                \"name\": \"Nbr 7471\"\n            },\n            {\n                \"id\": \"8842967\",\n                \"name\": \"CCC\"\n            },\n            {\n                \"id\": \"74722808\",\n                \"name\": \"Adesivos refletivos obrigatórios\"\n            },\n            {\n                \"id\": \"21689418\",\n                \"name\": \"7471\"\n            },\n            {\n                \"id\": \"70263453\",\n                \"name\": \"Produto original certificado pelo INMETRO\"\n            },\n            {\n                \"id\": \"20855095\",\n                \"name\": \"Inmetro\"\n            },\n            {\n                \"id\": \"18996293\",\n                \"name\": \"Moutainbike\"\n            },\n            {\n                \"id\": \"18995035\",\n                \"name\": \"Seguro segurança proteção\"\n            },\n            {\n                \"id\": \"25481489\",\n                \"name\": \"Imetro\"\n            },\n            {\n                \"id\": \"48635157\",\n                \"name\": \"INMETRO 5222-2025\"\n            },\n            {\n                \"id\": \"28016493\",\n                \"name\": \"Immetro\"\n            },\n            {\n                \"id\": \"19980004\",\n                \"name\": \"Certificado pelo inmetro e selo dot dos estados unidos\"\n            },\n            {\n                \"id\": \"54869248\",\n                \"name\": \"Adesivo Refletivo\"\n            },\n            {\n                \"id\": \"61297332\",\n                \"name\": \"Selo Aprovação NBR7471 (INMETRO)\"\n            },\n            {\n                \"id\": \"17349180\",\n                \"name\": \"456 inmetro e nbr 7471\"\n            },\n            {\n                \"id\": \"58510820\",\n                \"name\": \"PONTO ECE 22.06\"\n            },\n            {\n                \"id\": \"65991850\",\n                \"name\": \"Aprovado Pelo INMETRO E DOT\"\n            },\n            {\n                \"id\": \"21322685\",\n                \"name\": \"Use o cinto\"\n            },\n            {\n                \"id\": \"73375179\",\n                \"name\": \"INMTERO\"\n            },\n            {\n                \"id\": \"21332095\",\n                \"name\": \"Nbr14\"\n            },\n            {\n                \"id\": \"54701158\",\n                \"name\": \"22.06 e DOT\"\n            },\n            {\n                \"id\": \"53926962\",\n                \"name\": \"Nbr7471\"\n            },\n            {\n                \"id\": \"62010624\",\n                \"name\": \"INMETRO 006660/2023\"\n            },\n            {\n                \"id\": \"54867373\",\n                \"name\": \"INMETRO 012317/2023\"\n            },\n            {\n                \"id\": \"39612309\",\n                \"name\": \"NBR 7471\"\n            },\n            {\n                \"id\": \"64185283\",\n                \"name\": \"ECE 22.06, PJ\"\n            },\n            {\n                \"id\": \"18996989\",\n                \"name\": \"Imetro\"\n            },\n            {\n                \"id\": \"62084961\",\n                \"name\": \"Aprovação NBR7471 (INMETRO)\"\n            },\n            {\n                \"id\": \"17593792\",\n                \"name\": \"Engate rápido e cinta jugular reforçada\"\n            },\n            {\n                \"id\": \"21141199\",\n                \"name\": \"Ece 22.05\"\n            },\n            {\n                \"id\": \"55110189\",\n                \"name\": \"Engate micrométrico.\"\n            },\n            {\n                \"id\": \"17591619\",\n                \"name\": \"Ntc\"\n            },\n            {\n                \"id\": \"56282137\",\n                \"name\": \"certificado\"\n            },\n            {\n                \"id\": \"19052180\",\n                \"name\": \"Certificado DOT\"\n            },\n            {\n                \"id\": \"22984099\",\n                \"name\": \"Nova certificação de alto desempenho ece 22.06\"\n            },\n            {\n                \"id\": \"54702224\",\n                \"name\": \"Inmetro 001553-2018\"\n            },\n            {\n                \"id\": \"74717149\",\n                \"name\": \"ECE R 22-05\"\n            },\n            {\n                \"id\": \"17514033\",\n                \"name\": \"Contem adesivos refletivos de normas de seguranca\"\n            },\n            {\n                \"id\": \"18060160\",\n                \"name\": \"Nbr\"\n            },\n            {\n                \"id\": \"43844980\",\n                \"name\": \"Utilizar o capacete sempre com a trava fechada\"\n            },\n            {\n                \"id\": \"64172192\",\n                \"name\": \"Capacete certificado conforme portaria 456 e NBR 7471.\"\n            },\n            {\n                \"id\": \"59176444\",\n                \"name\": \"INTI\"\n            },\n            {\n                \"id\": \"17023682\",\n                \"name\": \"Nbr7471\"\n            },\n            {\n                \"id\": \"55067798\",\n                \"name\": \"Homologação CHAS\"\n            },\n            {\n                \"id\": \"55149464\",\n                \"name\": \"NBR 8221:2019\"\n            },\n            {\n                \"id\": \"19054852\",\n                \"name\": \"Certificado conforme portaria 456 inmetro e nbr 7471 - conforme portaria 333 inmetro.\"\n            },\n            {\n                \"id\": \"17611581\",\n                \"name\": \"Motocross\"\n            },\n            {\n                \"id\": \"61976302\",\n                \"name\": \"Inmetro NBR7471\"\n            },\n            {\n                \"id\": \"19906719\",\n                \"name\": \"Ec\"\n            },\n            {\n                \"id\": \"19120517\",\n                \"name\": \"Certificaçãoeuropéia\"\n            },\n            {\n                \"id\": \"35573908\",\n                \"name\": \"RES1080\"\n            },\n            {\n                \"id\": \"23193452\",\n                \"name\": \"Possui selo de aprovação do inmetro e dot\"\n            },\n            {\n                \"id\": \"43242824\",\n                \"name\": \"ECE 22 05\"\n            },\n            {\n                \"id\": \"58636973\",\n                \"name\": \"DOT ECER2205\"\n            },\n            {\n                \"id\": \"19396045\",\n                \"name\": \"Mixs etceter\"\n            },\n            {\n                \"id\": \"70278703\",\n                \"name\": \"Capacete certificado pelo INMETRO\"\n            },\n            {\n                \"id\": \"22984993\",\n                \"name\": \"Un/ece\"\n            },\n            {\n                \"id\": \"55067800\",\n                \"name\": \"IRAM-AITA 3621-2011\"\n            },\n            {\n                \"id\": \"28489615\",\n                \"name\": \"ECER22-06\"\n            },\n            {\n                \"id\": \"61696566\",\n                \"name\": \"ECE 22 06\"\n            },\n            {\n                \"id\": \"54866552\",\n                \"name\": \"INMETRO 005290/2024\"\n            },\n            {\n                \"id\": \"19063851\",\n                \"name\": \"Ece r-2205\"\n            },\n            {\n                \"id\": \"21029605\",\n                \"name\": \"Dotfmvs118\"\n            },\n            {\n                \"id\": \"58680532\",\n                \"name\": \"NBR-7476\"\n            },\n            {\n                \"id\": \"61268835\",\n                \"name\": \"9 DE DEZEMBRO DE 2006 - P/J\"\n            },\n            {\n                \"id\": \"26737469\",\n                \"name\": \"Contram\"\n            },\n            {\n                \"id\": \"65579671\",\n                \"name\": \"Aprovado INMETRO\"\n            },\n            {\n                \"id\": \"16884675\",\n                \"name\": \"0\"\n            },\n            {\n                \"id\": \"52242493\",\n                \"name\": \"Nbr 7471\"\n            },\n            {\n                \"id\": \"25481498\",\n                \"name\": \"50\"\n            },\n            {\n                \"id\": \"17602867\",\n                \"name\": \"Ece 22 05,dot\"\n            },\n            {\n                \"id\": \"54101616\",\n                \"name\": \"Nbr 7471\"\n            },\n            {\n                \"id\": \"56078969\",\n                \"name\": \"NBR7471 Selo Inmetro Segurança\"\n            },\n            {\n                \"id\": \"18997399\",\n                \"name\": \"Certificado inmetrp - selo dot\"\n            },\n            {\n                \"id\": \"44029085\",\n                \"name\": \"ECER\"\n            },\n            {\n                \"id\": \"20304043\",\n                \"name\": \"Ecer 22-05\"\n            },\n            {\n                \"id\": \"17484777\",\n                \"name\": \"Capacete certificado conforme a portaria n.º456 do inmetro e nbr 7471.\"\n            },\n            {\n                \"id\": \"17602768\",\n                \"name\": \"Certificado inmetro nbr7471\"\n            },\n            {\n                \"id\": \"22825339\",\n                \"name\": \"Carcaça de liga termopolí avançada a.t.p.a\"\n            },\n            {\n                \"id\": \"28170232\",\n                \"name\": \"ECE 22 06 para motos\"\n            },\n            {\n                \"id\": \"60872646\",\n                \"name\": \"Certificado ECE 22.05\"\n            },\n            {\n                \"id\": \"25481499\",\n                \"name\": \"5\"\n            },\n            {\n                \"id\": \"66011274\",\n                \"name\": \"Certificação INMETRO 010101\"\n            },\n            {\n                \"id\": \"66062267\",\n                \"name\": \"Selo\"\n            },\n            {\n                \"id\": \"20435939\",\n                \"name\": \"Nbr 7471\"\n            },\n            {\n                \"id\": \"22719602\",\n                \"name\": \"Selo inmetro / dot\"\n            },\n            {\n                \"id\": \"27134664\",\n                \"name\": \"ECE 22.06\"\n            },\n            {\n                \"id\": \"38406378\",\n                \"name\": \"NBR 7471 DOT Inmetro\"\n            },\n            {\n                \"id\": \"17611583\",\n                \"name\": \"Velocross\"\n            },\n            {\n                \"id\": \"21140852\",\n                \"name\": \"Off-road\"\n            },\n            {\n                \"id\": \"17602729\",\n                \"name\": \"Selo inmetro nbr7471\"\n            },\n            {\n                \"id\": \"19986698\",\n                \"name\": \"Portaria 456 inmetro e nbr 7471\"\n            },\n            {\n                \"id\": \"74706391\",\n                \"name\": \"ECER22-05\"\n            },\n            {\n                \"id\": \"18994013\",\n                \"name\": \"Cinta da jugular fechada\"\n            },\n            {\n                \"id\": \"16581291\",\n                \"name\": \"Certificação dot-fmnss 218\"\n            },\n            {\n                \"id\": \"28016495\",\n                \"name\": \"Ece\"\n            },\n            {\n                \"id\": \"63991237\",\n                \"name\": \"Capacete certificado segundo a portaria n.º 456 do Inmetro e NBR 7471\"\n            },\n            {\n                \"id\": \"26509529\",\n                \"name\": \"Ece.22.06\"\n            },\n            {\n                \"id\": \"18998935\",\n                \"name\": \"Capacet\"\n            },\n            {\n                \"id\": \"19892520\",\n                \"name\": \"Proteçao\"\n            },\n            {\n                \"id\": \"26737470\",\n                \"name\": \"Contram\"\n            },\n            {\n                \"id\": \"66062086\",\n                \"name\": \"Mulher\"\n            },\n            {\n                \"id\": \"21043124\",\n                \"name\": \"Adesivos refletivos\"\n            },\n            {\n                \"id\": \"22703078\",\n                \"name\": \"Ece 22.05\"\n            },\n            {\n                \"id\": \"57210637\",\n                \"name\": \"fmvs218dot\"\n            },\n            {\n                \"id\": \"17593793\",\n                \"name\": \"Narigueira destacável por encaixe\"\n            },\n            {\n                \"id\": \"18996292\",\n                \"name\": \"Bike\"\n            },\n            {\n                \"id\": \"19000097\",\n                \"name\": \"Inemtro\"\n            },\n            {\n                \"id\": \"22937103\",\n                \"name\": \"Dot+ novo ece 22.06\"\n            },\n            {\n                \"id\": \"22088206\",\n                \"name\": \"DOT AMERICANA\"\n            },\n            {\n                \"id\": \"66352182\",\n                \"name\": \"FECHO\"\n            },\n            {\n                \"id\": \"66062089\",\n                \"name\": \"Moto\"\n            },\n            {\n                \"id\": \"54705833\",\n                \"name\": \"ECE.2005\"\n            },\n            {\n                \"id\": \"46929177\",\n                \"name\": \"ECE.2206\"\n            },\n            {\n                \"id\": \"54702191\",\n                \"name\": \"ECE 22.05.\"\n            },\n            {\n                \"id\": \"72939929\",\n                \"name\": \"Produto original seguindo as normas do INMETRO\"\n            },\n            {\n                \"id\": \"65148585\",\n                \"name\": \"NBR7471 (INMETRO)\"\n            },\n            {\n                \"id\": \"21139988\",\n                \"name\": \"Bigtrail\"\n            },\n            {\n                \"id\": \"55172847\",\n                \"name\": \"ECE 22.06\"\n            },\n            {\n                \"id\": \"16552285\",\n                \"name\": \"000000\"\n            },\n            {\n                \"id\": \"21140850\",\n                \"name\": \"Enduro\"\n            },\n            {\n                \"id\": \"70264075\",\n                \"name\": \"Capacete certificado pelo INMETRO e\"\n            },\n            {\n                \"id\": \"17593530\",\n                \"name\": \"Certificado inmetro (selo) nbr7471\"\n            },\n            {\n                \"id\": \"19227120\",\n                \"name\": \"1399\"\n            },\n            {\n                \"id\": \"20100487\",\n                \"name\": \"NBR 7471\"\n            },\n            {\n                \"id\": \"50451618\",\n                \"name\": \"22.06 ECE\"\n            },\n            {\n                \"id\": \"62125708\",\n                \"name\": \"Adesivo de Segurança Selo do Inmetro\"\n            },\n            {\n                \"id\": \"21837201\",\n                \"name\": \"Certificação inmetro\"\n            },\n            {\n                \"id\": \"53926199\",\n                \"name\": \"Nbr7471\"\n            },\n            {\n                \"id\": \"25853790\",\n                \"name\": \"Certificación: IRAM – AITA 3621/2002 – INTI (CHAS)\"\n            },\n            {\n                \"id\": \"21140853\",\n                \"name\": \"Trilha\"\n            },\n            {\n                \"id\": \"50471888\",\n                \"name\": \"certificação 3C\"\n            },\n            {\n                \"id\": \"19002255\",\n                \"name\": \"Immetro\"\n            },\n            {\n                \"id\": \"22984098\",\n                \"name\": \"Supera todas as normas de segurança\"\n            },\n            {\n                \"id\": \"54088469\",\n                \"name\": \"DOT\"\n            },\n            {\n                \"id\": \"55335118\",\n                \"name\": \"22-06\"\n            },\n            {\n                \"id\": \"25512527\",\n                \"name\": \"Nbr 7471\"\n            },\n            {\n                \"id\": \"54679130\",\n                \"name\": \"0043832017\"\n            },\n            {\n                \"id\": \"19402808\",\n                \"name\": \"1\"\n            },\n            {\n                \"id\": \"65150097\",\n                \"name\": \"NRB7471\"\n            },\n            {\n                \"id\": \"66062265\",\n                \"name\": \"Nacional\"\n            },\n            {\n                \"id\": \"55534544\",\n                \"name\": \"NINGUNA\"\n            },\n            {\n                \"id\": \"74806955\",\n                \"name\": \"Portaria 333\"\n            },\n            {\n                \"id\": \"28495213\",\n                \"name\": \"ECE 22-06\"\n            },\n            {\n                \"id\": \"61357451\",\n                \"name\": \"31321/153\"\n            },\n            {\n                \"id\": \"55098518\",\n                \"name\": \"TRAVA DE VISEIRA\"\n            },\n            {\n                \"id\": \"43915952\",\n                \"name\": \"Plásticos de Engenharia\"\n            },\n            {\n                \"id\": \"38432928\",\n                \"name\": \"Un / ece 22-06\"\n            },\n            {\n                \"id\": \"50813866\",\n                \"name\": \"capacete de motocicleta\"\n            },\n            {\n                \"id\": \"52491720\",\n                \"name\": \"Produto original com selo do INMETRO\"\n            },\n            {\n                \"id\": \"66062087\",\n                \"name\": \"Homem\"\n            },\n            {\n                \"id\": \"19189407\",\n                \"name\": \"Portaria 456 inmetro e nbr 7471 - conforme portaria 333 inmetro\"\n            },\n            {\n                \"id\": \"60213318\",\n                \"name\": \"Certificado CE\"\n            },\n            {\n                \"id\": \"55105398\",\n                \"name\": \"• Fecho com engate micrométrico.\"\n            },\n            {\n                \"id\": \"61932386\",\n                \"name\": \"Adhesivo reflectante INMETRO\"\n            },\n            {\n                \"id\": \"16552247\",\n                \"name\": \"Certificado pelo Inmetro\"\n            },\n            {\n                \"id\": \"54094715\",\n                \"name\": \"Portaria 456 inmetro e nbr 7471 - conforme portaria 333 inmetro\"\n            },\n            {\n                \"id\": \"41658698\",\n                \"name\": \"Selo Inmetro Selo Dot Adesivo Refletivo\"\n            },\n            {\n                \"id\": \"56522296\",\n                \"name\": \"DOT e ECE 22.05\"\n            },\n            {\n                \"id\": \"74717148\",\n                \"name\": \"ECE R 22 05\"\n            },\n            {\n                \"id\": \"32275291\",\n                \"name\": \"E11\"\n            },\n            {\n                \"id\": \"21099220\",\n                \"name\": \"Ecer22.06\"\n            },\n            {\n                \"id\": \"74097063\",\n                \"name\": \"Cetificado pelo Inmetro\"\n            },\n            {\n                \"id\": \"73687764\",\n                \"name\": \"Classificado com 4 estrelas Sharp\"\n            },\n            {\n                \"id\": \"66062266\",\n                \"name\": \"PR\"\n            },\n            {\n                \"id\": \"54678588\",\n                \"name\": \"DOT Inmetro\"\n            },\n            {\n                \"id\": \"21141590\",\n                \"name\": \"Selo inmetro selo dot\"\n            },\n            {\n                \"id\": \"17602575\",\n                \"name\": \"Sim\"\n            },\n            {\n                \"id\": \"54101634\",\n                \"name\": \"Nbr 7471\"\n            },\n            {\n                \"id\": \"19235602\",\n                \"name\": \"Mixs\"\n            },\n            {\n                \"id\": \"67795542\",\n                \"name\": \"Portaria n.º 456 do INMETRO e NBR 7471\"\n            },\n            {\n                \"id\": \"19038120\",\n                \"name\": \"7898660559357\"\n            },\n            {\n                \"id\": \"19148518\",\n                \"name\": \"Inmentro\"\n            },\n            {\n                \"id\": \"53926000\",\n                \"name\": \"Nbr7471\"\n            },\n            {\n                \"id\": \"19000379\",\n                \"name\": \"Capacete\"\n            },\n            {\n                \"id\": \"21767889\",\n                \"name\": \"Ece 22.05 (comissão econômica para a Europa)\"\n            },\n            {\n                \"id\": \"17602489\",\n                \"name\": \"Selo Inmetro\"\n            },\n            {\n                \"id\": \"54701113\",\n                \"name\": \"APROVADO PELO LATU\"\n            },\n            {\n                \"id\": \"22653135\",\n                \"name\": \"Ece 22.05 p / j\"\n            },\n            {\n                \"id\": \"44015333\",\n                \"name\": \"ECE 22.06 e DOT\"\n            },\n            {\n                \"id\": \"57207100\",\n                \"name\": \"sharp4\"\n            },\n            {\n                \"id\": \"54087303\",\n                \"name\": \"ECE 22 05\"\n            },\n            {\n                \"id\": \"66062092\",\n                \"name\": \"Rua\"\n            },\n            {\n                \"id\": \"55064985\",\n                \"name\": \"IRAM IATA 3621\"\n            },\n            {\n                \"id\": \"21139990\",\n                \"name\": \"Norisk\"\n            },\n            {\n                \"id\": \"74092430\",\n                \"name\": \"Produto original certficado pelo INMETRO\"\n            },\n            {\n                \"id\": \"27528002\",\n                \"name\": \"ECE R22.05\"\n            },\n            {\n                \"id\": \"17516367\",\n                \"name\": \"Portaria 456 do Inmetro e NBR 7471 - conforme a Portaria 333 do Inmetro\"\n            },\n            {\n                \"id\": \"74777462\",\n                \"name\": \"Aprovado\"\n            },\n            {\n                \"id\": \"17593596\",\n                \"name\": \"Portaria 456 inmetro e nbr 7471 conforme portaria 333 inmetro.\"\n            },\n            {\n                \"id\": \"22631009\",\n                \"name\": \"Testado aprovado pelo inmetro\"\n            },\n            {\n                \"id\": \"22062674\",\n                \"name\": \"Nbr.7471\"\n            },\n            {\n                \"id\": \"28016496\",\n                \"name\": \"Ocp 0055\"\n            },\n            {\n                \"id\": \"17602661\",\n                \"name\": \"Viseiras de 2mm com tratamento externo antirrisco\"\n            },\n            {\n                \"id\": \"22094965\",\n                \"name\": \"Inmetro contran\"\n            },\n            {\n                \"id\": \"17602640\",\n                \"name\": \"Sistema double d-ring® (dd)\"\n            },\n            {\n                \"id\": \"46849171\",\n                \"name\": \"IRAM\"\n            },\n            {\n                \"id\": \"54679224\",\n                \"name\": \"NBR7071\"\n            },\n            {\n                \"id\": \"18247247\",\n                \"name\": \"7471\"\n            },\n            {\n                \"id\": \"54101722\",\n                \"name\": \"Nbr 7471\"\n            },\n            {\n                \"id\": \"17424114\",\n                \"name\": \"Cumpre e excede as certificações de segurança ece 22-05 e dot\"\n            },\n            {\n                \"id\": \"25853791\",\n                \"name\": \"ECE22.05\"\n            },\n            {\n                \"id\": \"19879019\",\n                \"name\": \"Eco\"\n            },\n            {\n                \"id\": \"54678604\",\n                \"name\": \"Capacetes para motos\"\n            },\n            {\n                \"id\": \"53925600\",\n                \"name\": \"Nbr7471\"\n            },\n            {\n                \"id\": \"18438079\",\n                \"name\": \"Se sugiere no escuchar música en volumen alto\"\n            },\n            {\n                \"id\": \"54702633\",\n                \"name\": \"DOT ECE 2206\"\n            },\n            {\n                \"id\": \"19539308\",\n                \"name\": \"[Ecer2205]\"\n            },\n            {\n                \"id\": \"20501778\",\n                \"name\": \"CE ECE 22.05\"\n            },\n            {\n                \"id\": \"65151020\",\n                \"name\": \"231321/1231\"\n            },\n            {\n                \"id\": \"21139989\",\n                \"name\": \"Confortavel\"\n            },\n            {\n                \"id\": \"17272942\",\n                \"name\": \"Viseira solar\"\n            },\n            {\n                \"id\": \"56415075\",\n                \"name\": \"125\"\n            },\n            {\n                \"id\": \"66062263\",\n                \"name\": \"Detran\"\n            },\n            {\n                \"id\": \"54703082\",\n                \"name\": \"ECE-2206\"\n            },\n            {\n                \"id\": \"15882375\",\n                \"name\": \"DOT\"\n            },\n            {\n                \"id\": \"39028534\",\n                \"name\": \"ECE 22 05 Inmetro CONTRAN\"\n            },\n            {\n                \"id\": \"22063828\",\n                \"name\": \"Atende às normas de segurança\"\n            },\n            {\n                \"id\": \"17067680\",\n                \"name\": \"Original\"\n            },\n            {\n                \"id\": \"18768454\",\n                \"name\": \"[Cascos para motos]\"\n            },\n            {\n                \"id\": \"18994012\",\n                \"name\": \"Viseira abaixada\"\n            },\n            {\n                \"id\": \"22784311\",\n                \"name\": \"E\"\n            },\n            {\n                \"id\": \"18253719\",\n                \"name\": \"Dot,ntc\"\n            },\n            {\n                \"id\": \"55105962\",\n                \"name\": \"Engate micrométrico\"\n            },\n            {\n                \"id\": \"28489622\",\n                \"name\": \"NOM\"\n            },\n            {\n                \"id\": \"25512522\",\n                \"name\": \"Nbr7471\"\n            },\n            {\n                \"id\": \"28613341\",\n                \"name\": \"IRAM-AITA 3621\"\n            },\n            {\n                \"id\": \"64172185\",\n                \"name\": \"Capacete certificado pelo Inmetro segundo portaria 456 e NBR 7471.\"\n            },\n            {\n                \"id\": \"20308647\",\n                \"name\": \"E\"\n            },\n            {\n                \"id\": \"54096206\",\n                \"name\": \"DOT\"\n            },\n            {\n                \"id\": \"15882374\",\n                \"name\": \"ECE 22 05\"\n            },\n            {\n                \"id\": \"66062088\",\n                \"name\": \"Feminino\"\n            },\n            {\n                \"id\": \"22603892\",\n                \"name\": \"Certificación: IRAM - AITA 3621/2002 - INTI (CHAS)\"\n            },\n            {\n                \"id\": \"21852310\",\n                \"name\": \"453\"\n            },\n            {\n                \"id\": \"66062094\",\n                \"name\": \"Moto boy\"\n            },\n            {\n                \"id\": \"54083778\",\n                \"name\": \"Atende todas asa normas de segurança\"\n            },\n            {\n                \"id\": \"43915954\",\n                \"name\": \"Capacete Integral\"\n            },\n            {\n                \"id\": \"17611574\",\n                \"name\": \"Certificado conforme portaria 456 inmetro e nbr 7471 conforme portaria 333 inmetro.\"\n            },\n            {\n                \"id\": \"66062095\",\n                \"name\": \"Entrega\"\n            },\n            {\n                \"id\": \"54088295\",\n                \"name\": \"DOT\"\n            },\n            {\n                \"id\": \"42967064\",\n                \"name\": \"DOT Ece.22.07\"\n            },\n            {\n                \"id\": \"36086357\",\n                \"name\": \"Atende todas asa normas de segurança\"\n            },\n            {\n                \"id\": \"54092120\",\n                \"name\": \"Capacete certificado conforme a portaria n.º456 do inmetro e nbr 7471.\"\n            },\n            {\n                \"id\": \"54101997\",\n                \"name\": \"ECE 22 06 para motos\"\n            },\n            {\n                \"id\": \"20341636\",\n                \"name\": \"Engate duplo d\"\n            },\n            {\n                \"id\": \"17602256\",\n                \"name\": \"Utilizar sempe com a trava fechaa\"\n            },\n            {\n                \"id\": \"17593534\",\n                \"name\": \"Possuiu adesivos refletivos conforme as normas de seguranca\"\n            },\n            {\n                \"id\": \"18996010\",\n                \"name\": \"645-2012\"\n            },\n            {\n                \"id\": \"48488268\",\n                \"name\": \"3C\"\n            },\n            {\n                \"id\": \"66062262\",\n                \"name\": \"Brasil\"\n            },\n            {\n                \"id\": \"63078595\",\n                \"name\": \"Inmetro: 004026/2016\"\n            },\n            {\n                \"id\": \"17570882\",\n                \"name\": \"Contran,inmetro\"\n            },\n            {\n                \"id\": \"16426061\",\n                \"name\": \"Padrão\"\n            },\n            {\n                \"id\": \"21043126\",\n                \"name\": \"Viseiras de 2mm com tratamento externo antirrisco\"\n            },\n            {\n                \"id\": \"17666255\",\n                \"name\": \"Aprovado pelo imetro\"\n            },\n            {\n                \"id\": \"39023088\",\n                \"name\": \"Inmetro e DOT\"\n            },\n            {\n                \"id\": \"66352181\",\n                \"name\": \"TRAVA\"\n            },\n            {\n                \"id\": \"17605195\",\n                \"name\": \"Ece\"\n            },\n            {\n                \"id\": \"20030085\",\n                \"name\": \"Não aplica\"\n            },\n            {\n                \"id\": \"66354632\",\n                \"name\": \"0011563-2018\"\n            },\n            {\n                \"id\": \"64171833\",\n                \"name\": \"Capacete certificado INMETRO 456 e NBR 7471\"\n            },\n            {\n                \"id\": \"17514026\",\n                \"name\": \"10\"\n            },\n            {\n                \"id\": \"73240502\",\n                \"name\": \"IN-METRO\"\n            },\n            {\n                \"id\": \"13092082\",\n                \"name\": \"ISO 9001\"\n            },\n            {\n                \"id\": \"19732028\",\n                \"name\": \"ProTork\"\n            },\n            {\n                \"id\": \"54101660\",\n                \"name\": \"ECE 22 06 para motos\"\n            },\n            {\n                \"id\": \"21703390\",\n                \"name\": \"Dot fmvss 218/ece 22.05\"\n            },\n            {\n                \"id\": \"17602581\",\n                \"name\": \"Nr-6\"\n            },\n            {\n                \"id\": \"23042866\",\n                \"name\": \"Abnt\"\n            },\n            {\n                \"id\": \"54679380\",\n                \"name\": \"22.06\"\n            },\n            {\n                \"id\": \"62076992\",\n                \"name\": \"321321/123\"\n            },\n            {\n                \"id\": \"21043125\",\n                \"name\": \"Engate rápido e cinta jugular reforçada\"\n            },\n            {\n                \"id\": \"19637216\",\n                \"name\": \"Ece22-06,ecer22-06\"\n            },\n            {\n                \"id\": \"21139895\",\n                \"name\": \"Possui selo inmetro\"\n            },\n            {\n                \"id\": \"16498810\",\n                \"name\": \"Contran\"\n            },\n            {\n                \"id\": \"45163688\",\n                \"name\": \"Motocicleta\"\n            },\n            {\n                \"id\": \"21140697\",\n                \"name\": \"456 inmetro e nbr 7471\"\n            },\n            {\n                \"id\": \"34536255\",\n                \"name\": \"Inmetro\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"GTIN\",\n        \"name\": \"Código universal de produto\",\n        \"tags\": {\n            \"multivalued\": true,\n            \"variation_attribute\": true,\n            \"used_hidden\": true,\n            \"validate\": true,\n            \"conditional_required\": true\n        },\n        \"hierarchy\": \"PRODUCT_IDENTIFIER\",\n        \"relevance\": 1,\n        \"type\": \"product_identifier\",\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"tooltip\": \"Como posso encontrar o código?\\n\\nÉ a sequência numérica que identifica um produto de nível global e tem entre 8 e 14 dígitos. Procure-o na embalagem ou etiqueta, próximo ao código de barras. Adicione um código por variação de produto. Caso não o encontre, você pode solicitá-lo ao fabricante ou usar um buscador de códigos na internet.\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\",\n        \"hint\": \"Pode ser um EAN, UPC ou outro GTIN\"\n    },\n    {\n        \"id\": \"INMETRO_CERTIFICATION_REGISTRATION_NUMBER\",\n        \"name\": \"Número de registro/certificação INMETRO\",\n        \"tags\": {},\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"tooltip\": \"Informe a numeração de máximo 21 dígitos, com ponto, hífen ou barra (/), se houver. É o registro no Instituto Nacional de Metrologia, Qualidade e Tecnologia (INMETRO).\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"EMPTY_GTIN_REASON\",\n        \"name\": \"Motivo de GTIN vazio\",\n        \"tags\": {\n            \"hidden\": true,\n            \"variation_attribute\": true,\n            \"conditional_required\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 1,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"17055158\",\n                \"name\": \"O produto é uma peça artesanal\"\n            },\n            {\n                \"id\": \"17055159\",\n                \"name\": \"O produto é um kit ou pack\"\n            },\n            {\n                \"id\": \"17055160\",\n                \"name\": \"O produto não tem código cadastrado\"\n            },\n            {\n                \"id\": \"17055161\",\n                \"name\": \"Outro motivo\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"VISOR_TYPE\",\n        \"name\": \"Tipo de viseira\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"2282476\",\n                \"name\": \"Duplo\"\n            },\n            {\n                \"id\": \"2282475\",\n                \"name\": \"Simples\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"VISOR_MATERIALS\",\n        \"name\": \"Materiais da viseira\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"values\": [\n            {\n                \"id\": \"23559424\",\n                \"name\": \"CRISTAL - U\"\n            },\n            {\n                \"id\": \"64172869\",\n                \"name\": \"Viseira flat de 2mm em policarbonato com proteção anti-risco\"\n            },\n            {\n                \"id\": \"17484686\",\n                \"name\": \"Fácil intercâmbio e sistema de troca rápida.\"\n            },\n            {\n                \"id\": \"54756194\",\n                \"name\": \"flexivel\"\n            },\n            {\n                \"id\": \"54087534\",\n                \"name\": \"Cristal\"\n            },\n            {\n                \"id\": \"61950010\",\n                \"name\": \"resistente a impactos\"\n            },\n            {\n                \"id\": \"9150218\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"13378416\",\n                \"name\": \"Policarbonato anti risco com proteção uv\"\n            },\n            {\n                \"id\": \"21689454\",\n                \"name\": \"Transparente\"\n            },\n            {\n                \"id\": \"61950009\",\n                \"name\": \"Policarbonato injetado\"\n            },\n            {\n                \"id\": \"54083662\",\n                \"name\": \"Cristal\"\n            },\n            {\n                \"id\": \"61950011\",\n                \"name\": \"com tratamento anti-riscos. Equipado com Pinlock EVO de série.\"\n            },\n            {\n                \"id\": \"52491722\",\n                \"name\": \"resistente a risco\"\n            },\n            {\n                \"id\": \"59593209\",\n                \"name\": \"ANTIRISCO\"\n            },\n            {\n                \"id\": \"70264076\",\n                \"name\": \"Feita em policarbonato com proteção UV e resistente a riscos.\"\n            },\n            {\n                \"id\": \"20242701\",\n                \"name\": \"Policabornato\"\n            },\n            {\n                \"id\": \"70250211\",\n                \"name\": \"Viseira com proteção contra raios UV e resistente a riscos.\"\n            },\n            {\n                \"id\": \"58435777\",\n                \"name\": \"plásticos\"\n            },\n            {\n                \"id\": \"45163690\",\n                \"name\": \"Mica\"\n            },\n            {\n                \"id\": \"17484684\",\n                \"name\": \"Dupla curvatura\"\n            },\n            {\n                \"id\": \"53609455\",\n                \"name\": \"Cristal\"\n            },\n            {\n                \"id\": \"56395513\",\n                \"name\": \"ABS\"\n            },\n            {\n                \"id\": \"18995860\",\n                \"name\": \"Forração interna\"\n            },\n            {\n                \"id\": \"46846236\",\n                \"name\": \"Termoplástico de alta resistência\"\n            },\n            {\n                \"id\": \"37802800\",\n                \"name\": \"Policarbonato lexan\"\n            },\n            {\n                \"id\": \"9540484\",\n                \"name\": \"Cristal\"\n            },\n            {\n                \"id\": \"52491721\",\n                \"name\": \"Viseira de 2mm com proteção UV\"\n            },\n            {\n                \"id\": \"17484682\",\n                \"name\": \"Viseira cristal\"\n            },\n            {\n                \"id\": \"74716113\",\n                \"name\": \"Película antirrisco\"\n            },\n            {\n                \"id\": \"28495211\",\n                \"name\": \"Termo-Plástica\"\n            },\n            {\n                \"id\": \"25553499\",\n                \"name\": \"fume\"\n            },\n            {\n                \"id\": \"59608749\",\n                \"name\": \"Anti-risco\"\n            },\n            {\n                \"id\": \"74815351\",\n                \"name\": \"fibra de vidro\"\n            },\n            {\n                \"id\": \"20291630\",\n                \"name\": \"Kpa policarbonato\"\n            },\n            {\n                \"id\": \"17349259\",\n                \"name\": \"Termoplástico injetado abs\"\n            },\n            {\n                \"id\": \"17484685\",\n                \"name\": \"2mm de espessura\"\n            },\n            {\n                \"id\": \"24904881\",\n                \"name\": \"NÃO POSSUI\"\n            },\n            {\n                \"id\": \"74714964\",\n                \"name\": \"PC\"\n            },\n            {\n                \"id\": \"54139969\",\n                \"name\": \"Policarbonato\"\n            },\n            {\n                \"id\": \"17593545\",\n                \"name\": \"Aberto\"\n            },\n            {\n                \"id\": \"74712262\",\n                \"name\": \"Proteção UV\"\n            },\n            {\n                \"id\": \"13664963\",\n                \"name\": \"Policarbonato anti risco com proteção uv\"\n            },\n            {\n                \"id\": \"74745434\",\n                \"name\": \"Policarbonato de alto impacto\"\n            },\n            {\n                \"id\": \"17593546\",\n                \"name\": \"Fechado\"\n            },\n            {\n                \"id\": \"18994891\",\n                \"name\": \"Policarbonato,aberto,fechado\"\n            },\n            {\n                \"id\": \"62581364\",\n                \"name\": \"Policarbonato injetado de 2 mm\"\n            },\n            {\n                \"id\": \"17484683\",\n                \"name\": \"Com tratamento anti risco\"\n            },\n            {\n                \"id\": \"44687941\",\n                \"name\": \"Viseira flat de 2mm (menor distorção óptica) em policarbonato resistente a riscos.\"\n            },\n            {\n                \"id\": \"44305277\",\n                \"name\": \"HIRP\"\n            },\n            {\n                \"id\": \"48864630\",\n                \"name\": \"oculos viseira dupla fume\"\n            },\n            {\n                \"id\": \"20241709\",\n                \"name\": \"Viseira não inclusa\"\n            },\n            {\n                \"id\": \"74712261\",\n                \"name\": \"Resistente a arañazos\"\n            },\n            {\n                \"id\": \"65148586\",\n                \"name\": \"Viseira Cristal Policarbonato\"\n            },\n            {\n                \"id\": \"42845134\",\n                \"name\": \"Plástico\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"VISOR_THICKNESS\",\n        \"name\": \"Espessura da viseira\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"number_unit\",\n        \"value_max_length\": 255,\n        \"allowed_units\": [\n            {\n                \"id\": \"\\\"\",\n                \"name\": \"\\\"\"\n            },\n            {\n                \"id\": \"cm\",\n                \"name\": \"cm\"\n            },\n            {\n                \"id\": \"mm\",\n                \"name\": \"mm\"\n            }\n        ],\n        \"default_unit\": \"cm\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"VENTILATION_POSITIONS\",\n        \"name\": \"Posições da ventilação\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"values\": [\n            {\n                \"id\": \"16068708\",\n                \"name\": \"Capacetes para motos\"\n            },\n            {\n                \"id\": \"18550239\",\n                \"name\": \"Frontal superior e traseira superior\"\n            },\n            {\n                \"id\": \"19384770\",\n                \"name\": \"2 estradas de ar superior 1 frontal\"\n            },\n            {\n                \"id\": \"74707316\",\n                \"name\": \"Duas entradas de ar superiores\"\n            },\n            {\n                \"id\": \"22516251\",\n                \"name\": \"Entrada de ar na parte da frente do capacete\"\n            },\n            {\n                \"id\": \"74714951\",\n                \"name\": \"saída de ar traseira\"\n            },\n            {\n                \"id\": \"14288401\",\n                \"name\": \"Superior; inferior\"\n            },\n            {\n                \"id\": \"36119715\",\n                \"name\": \"in\"\n            },\n            {\n                \"id\": \"74717703\",\n                \"name\": \"auxiliares\"\n            },\n            {\n                \"id\": \"23826218\",\n                \"name\": \"Trasera\"\n            },\n            {\n                \"id\": \"42845133\",\n                \"name\": \"Duplo D\"\n            },\n            {\n                \"id\": \"74771998\",\n                \"name\": \"Queixo\"\n            },\n            {\n                \"id\": \"74808678\",\n                \"name\": \"Parte de cima\"\n            },\n            {\n                \"id\": \"20162719\",\n                \"name\": \"2 entradas de ar superior\"\n            },\n            {\n                \"id\": \"15431098\",\n                \"name\": \"Não se aplica\"\n            },\n            {\n                \"id\": \"74722806\",\n                \"name\": \"queixeira ventilada\"\n            },\n            {\n                \"id\": \"23553694\",\n                \"name\": \"Superior Frontal\"\n            },\n            {\n                \"id\": \"74708131\",\n                \"name\": \"frentes superior e inferior\"\n            },\n            {\n                \"id\": \"74722807\",\n                \"name\": \"saídas de ar na traseira\"\n            },\n            {\n                \"id\": \"19231525\",\n                \"name\": \"Entrada de ar superior e frontal\"\n            },\n            {\n                \"id\": \"17593631\",\n                \"name\": \"Posterior,superior\"\n            },\n            {\n                \"id\": \"18995373\",\n                \"name\": \"Inferior,posterior,superior\"\n            },\n            {\n                \"id\": \"24692435\",\n                \"name\": \"traseiro\"\n            },\n            {\n                \"id\": \"17666571\",\n                \"name\": \"Inferior e traseira\"\n            },\n            {\n                \"id\": \"74720879\",\n                \"name\": \"7 Entradas de ar\"\n            },\n            {\n                \"id\": \"19536127\",\n                \"name\": \"Uma entrada de ar superior\"\n            },\n            {\n                \"id\": \"74700893\",\n                \"name\": \"Side Exhaust Vent\"\n            },\n            {\n                \"id\": \"74714950\",\n                \"name\": \"Entradas de ar superior\"\n            },\n            {\n                \"id\": \"74700892\",\n                \"name\": \"Front Vent\"\n            },\n            {\n                \"id\": \"17666270\",\n                \"name\": \"2 entradas de ar superior. 1 frontal e exaustão traseira\"\n            },\n            {\n                \"id\": \"37255146\",\n                \"name\": \"superior e lateral\"\n            },\n            {\n                \"id\": \"25888471\",\n                \"name\": \"Design do casco otimizado para excelente sistema de ventilação e fluxo de ar avançado\"\n            },\n            {\n                \"id\": \"17484681\",\n                \"name\": \"Saída de ar traseira aerofólio.\"\n            },\n            {\n                \"id\": \"74715876\",\n                \"name\": \"ventilação superior\"\n            },\n            {\n                \"id\": \"20341620\",\n                \"name\": \"Inferor e superior\"\n            },\n            {\n                \"id\": \"74719751\",\n                \"name\": \"Dianteiras\"\n            },\n            {\n                \"id\": \"15645130\",\n                \"name\": \"1 entrada de ar frontal\"\n            },\n            {\n                \"id\": \"74708132\",\n                \"name\": \"Saídas subsequentes\"\n            },\n            {\n                \"id\": \"20435940\",\n                \"name\": \"Entradas de ar superior e frontal. exaustão traseira\"\n            },\n            {\n                \"id\": \"74714330\",\n                \"name\": \"altura do queixo\"\n            },\n            {\n                \"id\": \"25749771\",\n                \"name\": \"Entrada de ar superior e frontal e saída de ar traseira.\"\n            },\n            {\n                \"id\": \"74714962\",\n                \"name\": \"superiores\"\n            },\n            {\n                \"id\": \"13494550\",\n                \"name\": \"Frontal\"\n            },\n            {\n                \"id\": \"74707317\",\n                \"name\": \"Canais internos para melhor fluxo de ar\"\n            },\n            {\n                \"id\": \"20240753\",\n                \"name\": \"2 entradas de ar superiores. 1 entrada de ar frontal. Escape traseiro\"\n            },\n            {\n                \"id\": \"74700891\",\n                \"name\": \"Rear Exhaust Vent\"\n            },\n            {\n                \"id\": \"19536123\",\n                \"name\": \"Canais internos para melhor\"\n            },\n            {\n                \"id\": \"69710283\",\n                \"name\": \"superior.\"\n            },\n            {\n                \"id\": \"17602280\",\n                \"name\": \"Inferior,posterior\"\n            },\n            {\n                \"id\": \"18438065\",\n                \"name\": \"Frontais e superiores\"\n            },\n            {\n                \"id\": \"12866397\",\n                \"name\": \"Não possui\"\n            },\n            {\n                \"id\": \"19536125\",\n                \"name\": \"Spoiler traseiro para melhor direcionamento e escape do ar\"\n            },\n            {\n                \"id\": \"39028530\",\n                \"name\": \"Superior Inferior\"\n            },\n            {\n                \"id\": \"22383023\",\n                \"name\": \"2 entradas de ar superior\"\n            },\n            {\n                \"id\": \"74717704\",\n                \"name\": \"traseiras laterais\"\n            },\n            {\n                \"id\": \"22383257\",\n                \"name\": \"Orion\"\n            },\n            {\n                \"id\": \"54087759\",\n                \"name\": \"Superior\"\n            },\n            {\n                \"id\": \"59608750\",\n                \"name\": \"Natural\"\n            },\n            {\n                \"id\": \"66018527\",\n                \"name\": \"Traseiras\"\n            },\n            {\n                \"id\": \"21703395\",\n                \"name\": \"Exaustão\"\n            },\n            {\n                \"id\": \"74700890\",\n                \"name\": \"Top Vent\"\n            },\n            {\n                \"id\": \"21767890\",\n                \"name\": \"Trasero\"\n            },\n            {\n                \"id\": \"13288983\",\n                \"name\": \"Entrada de ar frontal/ saídas de ar traseiras\"\n            },\n            {\n                \"id\": \"25655163\",\n                \"name\": \"2 entradas de ar frontal, exaustão traseira\"\n            },\n            {\n                \"id\": \"19536122\",\n                \"name\": \"Bavete que evita entrada de ar e melhora a acústica\"\n            },\n            {\n                \"id\": \"20854969\",\n                \"name\": \"traseira\"\n            },\n            {\n                \"id\": \"21471491\",\n                \"name\": \"Entrada de ar superior e exaustão traseira\"\n            },\n            {\n                \"id\": \"22804815\",\n                \"name\": \"Traseiria\"\n            },\n            {\n                \"id\": \"74715875\",\n                \"name\": \"Porta de escape traseira\"\n            },\n            {\n                \"id\": \"18423524\",\n                \"name\": \"Lateral,superior\"\n            },\n            {\n                \"id\": \"17105750\",\n                \"name\": \"Entrada de ar frontal\"\n            },\n            {\n                \"id\": \"29585241\",\n                \"name\": \"Frontal e superior\"\n            },\n            {\n                \"id\": \"54087976\",\n                \"name\": \"Superior\"\n            },\n            {\n                \"id\": \"19515446\",\n                \"name\": \"1 frontal e exaustão traseira\"\n            },\n            {\n                \"id\": \"64172868\",\n                \"name\": \"2 entradas de ar e 2 de exaustão\"\n            },\n            {\n                \"id\": \"22094996\",\n                \"name\": \"Inferior e frontal\"\n            },\n            {\n                \"id\": \"22720019\",\n                \"name\": \"Entrada de ar frontal e superior\"\n            },\n            {\n                \"id\": \"17602774\",\n                \"name\": \"Inferior,exaustão traseira\"\n            },\n            {\n                \"id\": \"19536126\",\n                \"name\": \"Uma entrada de ar frontal\"\n            },\n            {\n                \"id\": \"2282479\",\n                \"name\": \"Superior\"\n            },\n            {\n                \"id\": \"74722805\",\n                \"name\": \"entradas de ar frontal\"\n            },\n            {\n                \"id\": \"18996170\",\n                \"name\": \"Exaustão traseira\"\n            },\n            {\n                \"id\": \"24900746\",\n                \"name\": \"Inferior, atrás\"\n            },\n            {\n                \"id\": \"26408644\",\n                \"name\": \"Omnidireccional\"\n            },\n            {\n                \"id\": \"18247096\",\n                \"name\": \"2 entradas de ar superiores. 1 frontal e exaustão traseira\"\n            },\n            {\n                \"id\": \"15431091\",\n                \"name\": \"Frontal e superior\"\n            },\n            {\n                \"id\": \"35587312\",\n                \"name\": \"inferior\"\n            },\n            {\n                \"id\": \"74740540\",\n                \"name\": \"inferior e superior com saída de ar traseira\"\n            },\n            {\n                \"id\": \"18995108\",\n                \"name\": \"Entrada de ar\"\n            },\n            {\n                \"id\": \"15407395\",\n                \"name\": \"Entradas de ar superior e frontal. exaustão traseira\"\n            },\n            {\n                \"id\": \"14326429\",\n                \"name\": \"Superior e inferior\"\n            },\n            {\n                \"id\": \"74714332\",\n                \"name\": \"duas aéreas\"\n            },\n            {\n                \"id\": \"14789711\",\n                \"name\": \"Inferior/superior\"\n            },\n            {\n                \"id\": \"7672996\",\n                \"name\": \"Lateral\"\n            },\n            {\n                \"id\": \"20353416\",\n                \"name\": \"Entrada de ar superior e inferior\"\n            },\n            {\n                \"id\": \"19536124\",\n                \"name\": \"Duas saídas de ar traseiras\"\n            },\n            {\n                \"id\": \"20242089\",\n                \"name\": \"Entrada de ar superior entrada de ar frontal spoiler traseiro\"\n            },\n            {\n                \"id\": \"46540766\",\n                \"name\": \"Superior\"\n            },\n            {\n                \"id\": \"39426257\",\n                \"name\": \"superor\"\n            },\n            {\n                \"id\": \"74720880\",\n                \"name\": \"2 saídas de ar\"\n            },\n            {\n                \"id\": \"22098509\",\n                \"name\": \"2 entradas de ar superior. 1 frontal. exaustão traseira\"\n            },\n            {\n                \"id\": \"18060119\",\n                \"name\": \"2 entradas de ar superior 1 entrada de ar frontal - saída de ar traseira\"\n            },\n            {\n                \"id\": \"7672999\",\n                \"name\": \"Posterior\"\n            },\n            {\n                \"id\": \"55648768\",\n                \"name\": \"Posterior\"\n            },\n            {\n                \"id\": \"18995151\",\n                \"name\": \"Frontal e lateral\"\n            },\n            {\n                \"id\": \"21998900\",\n                \"name\": \"Inferior com exaustão traseira saídas de ar\"\n            },\n            {\n                \"id\": \"74748204\",\n                \"name\": \"Frontais\"\n            },\n            {\n                \"id\": \"74775300\",\n                \"name\": \"Entrada de ar do queixo\"\n            },\n            {\n                \"id\": \"18995700\",\n                \"name\": \"Superior. frontal e exaustão traseira\"\n            },\n            {\n                \"id\": \"14326447\",\n                \"name\": \"2 entradas de ar frontais e exaustão traseira\"\n            },\n            {\n                \"id\": \"2282478\",\n                \"name\": \"Inferior\"\n            },\n            {\n                \"id\": \"25749514\",\n                \"name\": \"Entrada de ar superior e frontal e saída de ar traseira\"\n            },\n            {\n                \"id\": \"30994683\",\n                \"name\": \"Posterior/Superior\"\n            },\n            {\n                \"id\": \"74711483\",\n                \"name\": \"4 saídas de ar\"\n            },\n            {\n                \"id\": \"20870788\",\n                \"name\": \"Traseira\"\n            },\n            {\n                \"id\": \"18523907\",\n                \"name\": \"Frontais e traseiras\"\n            },\n            {\n                \"id\": \"15893535\",\n                \"name\": \"Frontal\"\n            },\n            {\n                \"id\": \"17105749\",\n                \"name\": \"Entrada de ar superior\"\n            },\n            {\n                \"id\": \"16369431\",\n                \"name\": \"Inferior e superior\"\n            },\n            {\n                \"id\": \"54702196\",\n                \"name\": \"1 entrada de ar Fr\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"CLOSURE_TYPE\",\n        \"name\": \"Tipo de fechamento\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"values\": [\n            {\n                \"id\": \"74708245\",\n                \"name\": \"Prático para abrir e fechar\"\n            },\n            {\n                \"id\": \"17602441\",\n                \"name\": \"Fecho de engate rápido\"\n            },\n            {\n                \"id\": \"20872576\",\n                \"name\": \"Engate rápido\"\n            },\n            {\n                \"id\": \"74756681\",\n                \"name\": \"Engate duplo\"\n            },\n            {\n                \"id\": \"17349255\",\n                \"name\": \"Simple\"\n            },\n            {\n                \"id\": \"20266489\",\n                \"name\": \"Micrométrico Metálico\"\n            },\n            {\n                \"id\": \"74708133\",\n                \"name\": \"micrômetro ajustável\"\n            },\n            {\n                \"id\": \"115042\",\n                \"name\": \"Magnético\"\n            },\n            {\n                \"id\": \"20308792\",\n                \"name\": \"Cinta jugular com sistema de engate micrométrico\"\n            },\n            {\n                \"id\": \"74740541\",\n                \"name\": \"Fecho de engate rápido com ajustes de precisão\"\n            },\n            {\n                \"id\": \"20242504\",\n                \"name\": \"Cinta Jugular micrometrica\"\n            },\n            {\n                \"id\": \"74715880\",\n                \"name\": \"Fivela segura e firme de várias seções\"\n            },\n            {\n                \"id\": \"46846232\",\n                \"name\": \"CAPACETE FECHADO\"\n            },\n            {\n                \"id\": \"74723364\",\n                \"name\": \"Double D-ring\"\n            },\n            {\n                \"id\": \"74722818\",\n                \"name\": \"Tranca micrométrica\"\n            },\n            {\n                \"id\": \"24160607\",\n                \"name\": \"Doble\"\n            },\n            {\n                \"id\": \"54084152\",\n                \"name\": \"Duplo D\"\n            },\n            {\n                \"id\": \"74718364\",\n                \"name\": \"Micrométrico de liberação rápida\"\n            },\n            {\n                \"id\": \"47674653\",\n                \"name\": \"Doble D\"\n            },\n            {\n                \"id\": \"74745461\",\n                \"name\": \"Curto\"\n            },\n            {\n                \"id\": \"18580203\",\n                \"name\": \"fechado\"\n            },\n            {\n                \"id\": \"74816963\",\n                \"name\": \"fecho exclusivo br101 certificado com 2 estágios de trava\"\n            },\n            {\n                \"id\": \"25302459\",\n                \"name\": \"Rapidfire\"\n            },\n            {\n                \"id\": \"28634530\",\n                \"name\": \"Anel duplo\"\n            },\n            {\n                \"id\": \"4079778\",\n                \"name\": \"Manual\"\n            },\n            {\n                \"id\": \"20309011\",\n                \"name\": \"Micrométrico Whay Max Protein\"\n            },\n            {\n                \"id\": \"59609537\",\n                \"name\": \"Cinta jugular com engate rápido\"\n            },\n            {\n                \"id\": \"25553500\",\n                \"name\": \"lateral\"\n            },\n            {\n                \"id\": \"18357878\",\n                \"name\": \"Engate micrométrico\"\n            },\n            {\n                \"id\": \"74707320\",\n                \"name\": \"Engate rápido e cinta jugular reforçada\"\n            },\n            {\n                \"id\": \"22097972\",\n                \"name\": \"Aço Micrométrico\"\n            },\n            {\n                \"id\": \"58685286\",\n                \"name\": \"Microtérmico\"\n            },\n            {\n                \"id\": \"54102911\",\n                \"name\": \"Micrométrico\"\n            },\n            {\n                \"id\": \"74722763\",\n                \"name\": \"Double-D\"\n            },\n            {\n                \"id\": \"74717739\",\n                \"name\": \"seguro e ajustável\"\n            },\n            {\n                \"id\": \"2282481\",\n                \"name\": \"Micrométrico\"\n            },\n            {\n                \"id\": \"74720881\",\n                \"name\": \"argola dupla\"\n            },\n            {\n                \"id\": \"54087535\",\n                \"name\": \"Duplo D\"\n            },\n            {\n                \"id\": \"74703343\",\n                \"name\": \"Seguro e ajustável do tipo clique\"\n            },\n            {\n                \"id\": \"74714334\",\n                \"name\": \"Cinta jugular de engate rápido\"\n            },\n            {\n                \"id\": \"3632426\",\n                \"name\": \"Automático\"\n            },\n            {\n                \"id\": \"18423542\",\n                \"name\": \"Sistema de fecho em Duplo D, o mais seguro do mundo para alta perfomance\"\n            },\n            {\n                \"id\": \"20242086\",\n                \"name\": \"Engate duplo D Cinta jugular reforçada\"\n            },\n            {\n                \"id\": \"17484677\",\n                \"name\": \"FECHO DE ENGATE RÁPIDO MICROMÉTRICO COM AJUSTES DE PRECISÃO.\"\n            },\n            {\n                \"id\": \"74745435\",\n                \"name\": \"Fecho de engate micrométrico\"\n            },\n            {\n                \"id\": \"74717017\",\n                \"name\": \"fecho micrométrico\"\n            },\n            {\n                \"id\": \"24285051\",\n                \"name\": \"Aberto\"\n            },\n            {\n                \"id\": \"74811571\",\n                \"name\": \"Micrométrico engate rápido\"\n            },\n            {\n                \"id\": \"74717147\",\n                \"name\": \"Micrométrico metálico\"\n            },\n            {\n                \"id\": \"16552267\",\n                \"name\": \"Cinta Jugular\"\n            },\n            {\n                \"id\": \"2282480\",\n                \"name\": \"Duplo D\"\n            },\n            {\n                \"id\": \"34746191\",\n                \"name\": \"Multi- ajustável de engate rápido\"\n            },\n            {\n                \"id\": \"16369484\",\n                \"name\": \"Escamoteável\"\n            },\n            {\n                \"id\": \"17484789\",\n                \"name\": \"Micrométrico, Engate Rápido\"\n            },\n            {\n                \"id\": \"36995722\",\n                \"name\": \"Mag Lock\"\n            }\n        ],\n        \"tooltip\": \"É o mecanismo usado para segurar ou fechar o capacete.\",\n        \"example\": \"Micrométrico\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"WITH_UV_PROTECTION_VISOR\",\n        \"name\": \"Com viseira de proteção UV\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"WITH_SCRATCH_RESISTANT_VISOR\",\n        \"name\": \"Com viseira resistente a riscos\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"WITH_PINLOCK_READY_VISOR\",\n        \"name\": \"Com viseira preparada para Pinlock\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"WITH_BREATHABLE_LINING\",\n        \"name\": \"Com forro respirável\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"IS_DETACHABLE\",\n        \"name\": \"É desmontável\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"MPN\",\n        \"name\": \"MPN\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"variation_attribute\": true\n        },\n        \"hierarchy\": \"PRODUCT_IDENTIFIER\",\n        \"relevance\": 2,\n        \"type\": \"product_identifier\",\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"IS_HYPOALLERGENIC_PRODUCT\",\n        \"name\": \"É um produto hipoalergênico\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"VALUE_ADDED_TAX\",\n        \"name\": \"Imposto sobre o valor acrescentado\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"tooltip\": \"O imposto sobre valor agregado é aplicado sobre o preço de venda das compras de bens ou serviços.\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"IMPORT_DUTY\",\n        \"name\": \"Imposto de importação\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 1,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"49553239\",\n                \"name\": \"0 %\"\n            },\n            {\n                \"id\": \"49553240\",\n                \"name\": \"1 %\"\n            },\n            {\n                \"id\": \"49553241\",\n                \"name\": \"2.5 %\"\n            },\n            {\n                \"id\": \"49553242\",\n                \"name\": \"4 %\"\n            },\n            {\n                \"id\": \"49553243\",\n                \"name\": \"5 %\"\n            },\n            {\n                \"id\": \"49553244\",\n                \"name\": \"8 %\"\n            },\n            {\n                \"id\": \"49553245\",\n                \"name\": \"9.5 %\"\n            },\n            {\n                \"id\": \"49553246\",\n                \"name\": \"10 %\"\n            },\n            {\n                \"id\": \"49553247\",\n                \"name\": \"14 %\"\n            },\n            {\n                \"id\": \"49553248\",\n                \"name\": \"15 %\"\n            },\n            {\n                \"id\": \"49553249\",\n                \"name\": \"18 %\"\n            },\n            {\n                \"id\": \"49553250\",\n                \"name\": \"19 %\"\n            },\n            {\n                \"id\": \"49553251\",\n                \"name\": \"20 %\"\n            },\n            {\n                \"id\": \"49553252\",\n                \"name\": \"23 %\"\n            },\n            {\n                \"id\": \"49553253\",\n                \"name\": \"25 %\"\n            },\n            {\n                \"id\": \"49553254\",\n                \"name\": \"26 %\"\n            },\n            {\n                \"id\": \"49553255\",\n                \"name\": \"70 %\"\n            }\n        ],\n        \"tooltip\": \"O imposto interno é aplicado apenas a produtos específicos considerados supérfluos ou de luxo, como bebidas alcohólicas, fornos de micro-ondas, entre outros.\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"SELLER_SKU\",\n        \"name\": \"SKU\",\n        \"tags\": {\n            \"hidden\": true,\n            \"variation_attribute\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"SELLER_PACKAGE_DATA_SOURCE\",\n        \"name\": \"Origem do dado do pacote de envio\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 1,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"SELLER_PACKAGE_WIDTH\",\n        \"name\": \"Largura da embalagem do vendor\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 1,\n        \"value_type\": \"number_unit\",\n        \"value_max_length\": 255,\n        \"allowed_units\": [\n            {\n                \"id\": \"cm\",\n                \"name\": \"cm\"\n            }\n        ],\n        \"default_unit\": \"cm\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"SELLER_PACKAGE_LENGTH\",\n        \"name\": \"Comprimento da embalagem do vendor\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 1,\n        \"value_type\": \"number_unit\",\n        \"value_max_length\": 255,\n        \"allowed_units\": [\n            {\n                \"id\": \"cm\",\n                \"name\": \"cm\"\n            }\n        ],\n        \"default_unit\": \"cm\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"SELLER_PACKAGE_HEIGHT\",\n        \"name\": \"Altura da embalagem do vendor\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 1,\n        \"value_type\": \"number_unit\",\n        \"value_max_length\": 255,\n        \"allowed_units\": [\n            {\n                \"id\": \"cm\",\n                \"name\": \"cm\"\n            }\n        ],\n        \"default_unit\": \"cm\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"SELLER_PACKAGE_WEIGHT\",\n        \"name\": \"Peso da embalagem do vendor\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 1,\n        \"value_type\": \"number_unit\",\n        \"value_max_length\": 255,\n        \"allowed_units\": [\n            {\n                \"id\": \"g\",\n                \"name\": \"g\"\n            }\n        ],\n        \"default_unit\": \"g\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"HAZMAT_TRANSPORTABILITY\",\n        \"name\": \"Transportabilidade Hazmat\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"13414677\",\n                \"name\": \"Livre\"\n            },\n            {\n                \"id\": \"13414678\",\n                \"name\": \"Limitado\"\n            },\n            {\n                \"id\": \"13414679\",\n                \"name\": \"Excedido\"\n            },\n            {\n                \"id\": \"13414680\",\n                \"name\": \"Indeterminado\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"IS_KIT\",\n        \"name\": \"É kit\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"DESCRIPTIVE_TAGS\",\n        \"name\": \"Tags descritivos\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"PRODUCT_CHEMICAL_FEATURES\",\n        \"name\": \"Características químicas do produto\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"7651070\",\n                \"name\": \"Inflamável\"\n            },\n            {\n                \"id\": \"7651071\",\n                \"name\": \"Aerosol\"\n            },\n            {\n                \"id\": \"7651072\",\n                \"name\": \"Oxidante\"\n            },\n            {\n                \"id\": \"7651073\",\n                \"name\": \"Corrosivo\"\n            },\n            {\n                \"id\": \"7651074\",\n                \"name\": \"Explosivo\"\n            },\n            {\n                \"id\": \"7651075\",\n                \"name\": \"Tóxico ou infeccioso\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"FOODS_AND_DRINKS\",\n        \"name\": \"Alimentos e bebidas\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"7575926\",\n                \"name\": \"Para humanos\"\n            },\n            {\n                \"id\": \"7575927\",\n                \"name\": \"Para animais\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"MEDICINES\",\n        \"name\": \"Medicamentos\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"7575930\",\n                \"name\": \"Para humanos com receita médica\"\n            },\n            {\n                \"id\": \"7575931\",\n                \"name\": \"Para humanos sem receita médica\"\n            },\n            {\n                \"id\": \"7575932\",\n                \"name\": \"Para animais com receita médica\"\n            },\n            {\n                \"id\": \"7575933\",\n                \"name\": \"Para animais sem receita médica\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"BATTERIES_FEATURES\",\n        \"name\": \"Características das baterias\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"7575934\",\n                \"name\": \"Lítio stand-alone (separadas ou isolado)\"\n            },\n            {\n                \"id\": \"7575935\",\n                \"name\": \"De lítio instaladas\"\n            },\n            {\n                \"id\": \"7575936\",\n                \"name\": \"Para carros (ácido-chumbo)\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"SHIPMENT_PACKING\",\n        \"name\": \"Embalagem do envío\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"7435891\",\n                \"name\": \"Flyer\"\n            },\n            {\n                \"id\": \"7435892\",\n                \"name\": \"Caixa\"\n            },\n            {\n                \"id\": \"7575937\",\n                \"name\": \"Envelope\"\n            },\n            {\n                \"id\": \"7575939\",\n                \"name\": \"Auto-expedível\"\n            },\n            {\n                \"id\": \"27037932\",\n                \"name\": \"BEX\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"ADDITIONAL_INFO_REQUIRED\",\n        \"name\": \"Informação adicional requerida\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"7435893\",\n                \"name\": \"Possui código IMEI\"\n            },\n            {\n                \"id\": \"7435894\",\n                \"name\": \"Possui número de série\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"EXCLUDED_PLATFORMS\",\n        \"name\": \"Plataformas excluídas\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"9936777\",\n                \"name\": \"Android\"\n            },\n            {\n                \"id\": \"9936778\",\n                \"name\": \"iOS\"\n            },\n            {\n                \"id\": \"9936779\",\n                \"name\": \"Desktop\"\n            },\n            {\n                \"id\": \"9936780\",\n                \"name\": \"Mobile\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"IS_SUITABLE_FOR_SHIPMENT\",\n        \"name\": \"É adequado para envío\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"PRODUCT_DATA_SOURCE\",\n        \"name\": \"Fonte do produto\",\n        \"tags\": {\n            \"hidden\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"tooltip\": \"Indique o país de origem do produto.\",\n        \"example\": \"Brasil\",\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"LIMITED_MARKETPLACE_VISIBILITY_REASONS\",\n        \"name\": \"Razões de visibilidade limitada no Marketplace\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"values\": [\n            {\n                \"id\": \"24219544\",\n                \"name\": \"Pharma\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"HAS_COMPATIBILITIES\",\n        \"name\": \"Tem compatibilidades\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"CATALOG_TITLE\",\n        \"name\": \"Título de catálogo\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"SEARCH_ENHANCEMENT_FIELDS\",\n        \"name\": \"Campos de aprimoramento de pesquisa\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"PRODUCT_FEATURES\",\n        \"name\": \"Características do produto\",\n        \"tags\": {\n            \"hidden\": true,\n            \"multivalued\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"list\",\n        \"values\": [\n            {\n                \"id\": \"7435885\",\n                \"name\": \"Contém líquido\"\n            },\n            {\n                \"id\": \"7435883\",\n                \"name\": \"Frágil\"\n            },\n            {\n                \"id\": \"7435888\",\n                \"name\": \"Com validade\"\n            },\n            {\n                \"id\": \"8847339\",\n                \"name\": \"Sem validade\"\n            },\n            {\n                \"id\": \"7575917\",\n                \"name\": \"Desinfetante e saneante\"\n            },\n            {\n                \"id\": \"7575924\",\n                \"name\": \"MAPA\"\n            },\n            {\n                \"id\": \"7575923\",\n                \"name\": \"Saúde e correlatos\"\n            },\n            {\n                \"id\": \"8721108\",\n                \"name\": \"Volumoso\"\n            },\n            {\n                \"id\": \"10490116\",\n                \"name\": \"Não voável\"\n            },\n            {\n                \"id\": \"12928414\",\n                \"name\": \"Não rotacionável\"\n            },\n            {\n                \"id\": \"41722098\",\n                \"name\": \"Dobrável\"\n            },\n            {\n                \"id\": \"52092586\",\n                \"name\": \"Magnético\"\n            },\n            {\n                \"id\": \"52233302\",\n                \"name\": \"Pode rolar\"\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"IS_NEW_OFFER\",\n        \"name\": \"É nova oferta\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"SYI_PYMES_ID\",\n        \"name\": \"syi pymes id\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"ITEM\",\n        \"relevance\": 2,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"IS_FLAMMABLE\",\n        \"name\": \"É inflamável\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"WITH_POSITIVE_IMPACT\",\n        \"name\": \"Com impacto positivo\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"boolean\",\n        \"values\": [\n            {\n                \"id\": \"242084\",\n                \"name\": \"Não\",\n                \"metadata\": {\n                    \"value\": false\n                }\n            },\n            {\n                \"id\": \"242085\",\n                \"name\": \"Sim\",\n                \"metadata\": {\n                    \"value\": true\n                }\n            }\n        ],\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"PACKAGE_DATA_SOURCE\",\n        \"name\": \"Origem do dado do pacote de fábrica\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"FAMILY\",\n        \"relevance\": 2,\n        \"value_type\": \"string\",\n        \"value_max_length\": 255,\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"PURCHASE_MAX_QUANTITY\",\n        \"name\": \"Quantidade máxima de compra\",\n        \"tags\": {\n            \"hidden\": true,\n            \"read_only\": true\n        },\n        \"hierarchy\": \"SALE_TERMS\",\n        \"relevance\": 2,\n        \"value_type\": \"number\",\n        \"value_max_length\": 18,\n        \"attribute_group_id\": \"OTHERS\",\n        \"attribute_group_name\": \"Outros\"\n    },\n    {\n        \"id\": \"custom_attribute_variation\",\n        \"name\": \"CUSTOM_ATTRIBUTE_VARIATION.Name\",\n        \"tags\": {\n            \"allow_variations\": true\n        },\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    },\n    {\n        \"id\": \"product_name_standard_attribute\",\n        \"name\": \"STANDARD_ATTRIBUTE.Product_name\",\n        \"tags\": {\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true\n        },\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    },\n    {\n        \"id\": \"product_description_standard_attribute\",\n        \"name\": \"STANDARD_ATTRIBUTE.Product_description\",\n        \"tags\": {\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true\n        },\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    },\n    {\n        \"id\": \"product_youtube_link_standard_attribute\",\n        \"name\": \"STANDARD_ATTRIBUTE.Product_youtube_link\",\n        \"tags\": {\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true\n        },\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    },\n    {\n        \"id\": \"product_category_id\",\n        \"name\": \"STANDARD_ATTRIBUTE.Product_category\",\n        \"tags\": {\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true\n        },\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    },\n    {\n        \"id\": \"manufacturing_time\",\n        \"name\": \"STANDARD_ATTRIBUTE.Manufacturing_time\",\n        \"tags\": {\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true\n        },\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    },\n    {\n        \"id\": \"warranty_type\",\n        \"name\": \"STANDARD_ATTRIBUTE.warranty_type\",\n        \"tags\": {\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true\n        },\n        \"value_type\": \"string\",\n        \"use_translator\": true,\n        \"values\": [\n            {\n                \"id\": \"2230279\",\n                \"name\": \"Garantía de fábrica\"\n            },\n            {\n                \"id\": \"2230280\",\n                \"name\": \"Garantía del vendedor\"\n            }\n        ]\n    },\n    {\n        \"id\": \"warranty_time\",\n        \"name\": \"STANDARD_ATTRIBUTE.warranty_time\",\n        \"tags\": {\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true\n        },\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    },\n    {\n        \"id\": \"EXCLUSIVE_CHANNEL\",\n        \"name\": \"STANDARD_ATTRIBUTE.exclusive_channel\",\n        \"tags\": {\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true\n        },\n        \"values\": [\n            {\n                \"id\": \"Mercado Shops\",\n                \"name\": \"Mercado Shops\"\n            },\n            {\n                \"id\": \"Mercado Libre\",\n                \"name\": \"Mercado Libre\"\n            }\n        ],\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    },\n    {\n        \"id\": \"family_name\",\n        \"name\": \"STANDARD_ATTRIBUTE.Mercadolibre_configuration.familyName\",\n        \"tags\": {\n            \"required\": true,\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true,\n            \"upAttribute\": true\n        },\n        \"value_max_length\": 60,\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    },\n    {\n        \"id\": \"kit_family_name\",\n        \"name\": \"STANDARD_ATTRIBUTE.Mercadolibre_configuration.kit_family_name\",\n        \"tags\": {\n            \"isKit\": true,\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true,\n            \"upAttribute\": true\n        },\n        \"value_max_length\": 60,\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    },\n    {\n        \"id\": \"kit_listing_type_id\",\n        \"name\": \"STANDARD_ATTRIBUTE.Mercadolibre_configuration.listing_type_id\",\n        \"tags\": {\n            \"isKit\": true,\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true,\n            \"upAttribute\": true\n        },\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    },\n    {\n        \"id\": \"kit_description\",\n        \"name\": \"STANDARD_ATTRIBUTE.Mercadolibre_configuration.kit_description\",\n        \"tags\": {\n            \"isKit\": true,\n            \"product_standard_attribute\": true,\n            \"root_attribute\": true,\n            \"upAttribute\": true\n        },\n        \"value_type\": \"string\",\n        \"use_translator\": true\n    }\n]"}],"_postman_id":"a01b86fb-5716-4dbc-a93e-3a9975323fbd"},{"name":"Get Marketplaces attributes mappings","id":"0b51df85-3d30-483d-93d5-785f88f2a1e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.multivende.com/api/marketplace-connections/:marketplace_connection_id/attribute-mappings","urlObject":{"protocol":"https","path":["api","marketplace-connections",":marketplace_connection_id","attribute-mappings"],"host":["app","multivende","com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"82f32f8f-b32c-4cc6-b76a-a47d9d218204","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.multivende.com/api/marketplace-connections/:marketplace_connection_id/attribute-mappings","protocol":"https","host":["app","multivende","com"],"path":["api","marketplace-connections",":marketplace_connection_id","attribute-mappings"],"variable":[{"key":"marketplace_connection_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.Season.Name\",\n            \"code\": \"product_attribute_season\",\n            \"description\": \"PRODUCT_ATTRIBUTES.Season.Description\",\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\",\n            \"MarketplaceConnectionAttributeMappings\": [],\n            \"MarketplaceConnectionAttributeMapping\": {\n                \"MarketplaceConnectionAttributeMappingTypeId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionAttributeMappingType\": {\n                    \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"name\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Name\",\n                    \"code\": \"marketplace_connection_attribute_mapping_types_product\",\n                    \"description\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Description\",\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-25T15:26:35.000Z\",\n                    \"updatedAt\": \"2018-01-25T15:26:35.000Z\"\n                }\n            }\n        },\n        {\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.Model.Name\",\n            \"code\": \"product_attribute_model\",\n            \"description\": \"PRODUCT_ATTRIBUTES.Model.Description\",\n            \"position\": 1,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\",\n            \"MarketplaceConnectionAttributeMappings\": [\n                {\n                    \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"name\": \"Modelo\",\n                    \"id\": \"MODEL\",\n                    \"unrelatedAttribute\": \"disabled\",\n                    \"metadataAttribute\": \"disabled\",\n                    \"remoteTypeField\": null,\n                    \"useAttributeToDefineProductVersionOption\": \"disabled\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2025-11-25T15:42:04.000Z\",\n                    \"updatedAt\": \"2025-12-17T19:18:11.000Z\",\n                    \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"MarketplaceConnectionId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"MarketplaceConnectionAttributeMappingTypeId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"ProductAttributeId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"ProductVersionAttributeId\": null,\n                    \"CustomAttributeId\": null,\n                    \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"MarketplaceConnectionChannelId\": null,\n                    \"MarketplaceConnectionAttributeMappingType\": {\n                        \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                        \"name\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Name\",\n                        \"code\": \"marketplace_connection_attribute_mapping_types_product\",\n                        \"description\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Description\",\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-01-25T15:26:35.000Z\",\n                        \"updatedAt\": \"2018-01-25T15:26:35.000Z\"\n                    }\n                }\n            ],\n            \"MarketplaceConnectionAttributeMapping\": {\n                \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"name\": \"Modelo\",\n                \"id\": \"MODEL\",\n                \"unrelatedAttribute\": \"disabled\",\n                \"metadataAttribute\": \"disabled\",\n                \"remoteTypeField\": null,\n                \"useAttributeToDefineProductVersionOption\": \"disabled\",\n                \"status\": \"created\",\n                \"createdAt\": \"2025-11-25T15:42:04.000Z\",\n                \"updatedAt\": \"2025-12-17T19:18:11.000Z\",\n                \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionAttributeMappingTypeId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"ProductAttributeId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"ProductVersionAttributeId\": null,\n                \"CustomAttributeId\": null,\n                \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionChannelId\": null,\n                \"MarketplaceConnectionAttributeMappingType\": {\n                    \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"name\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Name\",\n                    \"code\": \"marketplace_connection_attribute_mapping_types_product\",\n                    \"description\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Description\",\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-25T15:26:35.000Z\",\n                    \"updatedAt\": \"2018-01-25T15:26:35.000Z\"\n                }\n            }\n        },\n        {\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.Description.Name\",\n            \"code\": \"product_attribute_description\",\n            \"description\": \"PRODUCT_ATTRIBUTES.Description.Description\",\n            \"position\": 2,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\",\n            \"MarketplaceConnectionAttributeMappings\": [],\n            \"MarketplaceConnectionAttributeMapping\": {\n                \"MarketplaceConnectionAttributeMappingTypeId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionAttributeMappingType\": {\n                    \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"name\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Name\",\n                    \"code\": \"marketplace_connection_attribute_mapping_types_product\",\n                    \"description\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Description\",\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-25T15:26:35.000Z\",\n                    \"updatedAt\": \"2018-01-25T15:26:35.000Z\"\n                }\n            }\n        },\n        {\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.HTML_Description.Name\",\n            \"code\": \"product_attribute_html_description\",\n            \"description\": \"PRODUCT_ATTRIBUTES.HTML_Description.Description\",\n            \"position\": 3,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\",\n            \"MarketplaceConnectionAttributeMappings\": [],\n            \"MarketplaceConnectionAttributeMapping\": {\n                \"MarketplaceConnectionAttributeMappingTypeId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionAttributeMappingType\": {\n                    \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"name\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Name\",\n                    \"code\": \"marketplace_connection_attribute_mapping_types_product\",\n                    \"description\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Description\",\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-25T15:26:35.000Z\",\n                    \"updatedAt\": \"2018-01-25T15:26:35.000Z\"\n                }\n            }\n        },\n        {\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.Short_description.Name\",\n            \"code\": \"product_attribute_short_description\",\n            \"description\": \"PRODUCT_ATTRIBUTES.Short_description.Description\",\n            \"position\": 4,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\",\n            \"MarketplaceConnectionAttributeMappings\": [],\n            \"MarketplaceConnectionAttributeMapping\": {\n                \"MarketplaceConnectionAttributeMappingTypeId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionAttributeMappingType\": {\n                    \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"name\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Name\",\n                    \"code\": \"marketplace_connection_attribute_mapping_types_product\",\n                    \"description\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Description\",\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-25T15:26:35.000Z\",\n                    \"updatedAt\": \"2018-01-25T15:26:35.000Z\"\n                }\n            }\n        },\n        {\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.HTML_short_description.Name\",\n            \"code\": \"product_attribute_html_short_description\",\n            \"description\": \"PRODUCT_ATTRIBUTES.HTML_short_description.Description\",\n            \"position\": 5,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\",\n            \"MarketplaceConnectionAttributeMappings\": [],\n            \"MarketplaceConnectionAttributeMapping\": {\n                \"MarketplaceConnectionAttributeMappingTypeId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionAttributeMappingType\": {\n                    \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"name\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Name\",\n                    \"code\": \"marketplace_connection_attribute_mapping_types_product\",\n                    \"description\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Description\",\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-25T15:26:35.000Z\",\n                    \"updatedAt\": \"2018-01-25T15:26:35.000Z\"\n                }\n            }\n        },\n        {\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"PRODUCT_ATTRIBUTES.Warranty.Name\",\n            \"code\": \"product_attribute_warranty\",\n            \"description\": \"PRODUCT_ATTRIBUTES.Warranty.Description\",\n            \"position\": 6,\n            \"tags\": \"NULL\",\n            \"status\": \"created\",\n            \"createdAt\": \"2018-01-25T11:00:47.000Z\",\n            \"updatedAt\": \"2018-01-25T11:00:47.000Z\",\n            \"MarketplaceConnectionAttributeMappings\": [],\n            \"MarketplaceConnectionAttributeMapping\": {\n                \"MarketplaceConnectionAttributeMappingTypeId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionAttributeMappingType\": {\n                    \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"name\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Name\",\n                    \"code\": \"marketplace_connection_attribute_mapping_types_product\",\n                    \"description\": \"MARKETPLACE_CONNECTION_ATTRIBUTE_MAPPING_TYPE.Types_product_attribute.Description\",\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2018-01-25T15:26:35.000Z\",\n                    \"updatedAt\": \"2018-01-25T15:26:35.000Z\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"0b51df85-3d30-483d-93d5-785f88f2a1e8"},{"name":"Get marketplace product categories","id":"87c8a9c2-0947-4771-a8af-d27c5a0623d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"method":"GET","header":[],"url":"https://app.multivende.com/api/marketplace-connections/:marketplace-connection-id/product-category-mappings","urlObject":{"protocol":"https","path":["api","marketplace-connections",":marketplace-connection-id","product-category-mappings"],"host":["app","multivende","com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace-connection-id"}]}},"response":[{"id":"052221f3-3896-4c93-856d-87413cc05aae","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.multivende.com/api/marketplace-connections/:marketplace-connection-id/product-category-mappings","protocol":"https","host":["app","multivende","com"],"path":["api","marketplace-connections",":marketplace-connection-id","product-category-mappings"],"variable":[{"key":"marketplace-connection-id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"branch\": \"Sillas Gamer\",\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Sillas Gamer\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-09-18T01:39:30.000Z\",\n            \"updatedAt\": \"2021-04-09T02:00:52.000Z\",\n            \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MarketplaceConnectionProductCategoryMapping\": {\n                \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"name\": \"Electrónica > Consolas|videojuegos > Consolas de videojuegos > Accesorios|repuestos para consolas\",\n                \"id\": \"3005\",\n                \"type\": \"category\",\n                \"status\": \"created\",\n                \"storeId\": null,\n                \"createdAt\": \"2021-09-14T13:41:47.000Z\",\n                \"updatedAt\": \"2026-02-09T14:08:59.000Z\",\n                \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionChannelId\": null,\n                \"ProductCategoryId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n            }\n        },\n        {\n            \"branch\": \"Simuladores - Cockpits\",\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Simuladores - Cockpits\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-09-18T01:39:30.000Z\",\n            \"updatedAt\": \"2021-04-09T02:02:50.000Z\",\n            \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MarketplaceConnectionProductCategoryMapping\": {\n                \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"name\": \"Electrónica > Consolas|videojuegos > Consolas de videojuegos > Accesorios|repuestos para consolas\",\n                \"id\": \"3005\",\n                \"type\": \"category\",\n                \"status\": \"created\",\n                \"storeId\": null,\n                \"createdAt\": \"2021-08-03T13:41:44.000Z\",\n                \"updatedAt\": \"2026-02-23T18:43:07.000Z\",\n                \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionChannelId\": null,\n                \"ProductCategoryId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n            }\n        },\n        {\n            \"branch\": \"Simuladores - Soportes TV y Shifter\",\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Simuladores - Soportes TV y Shifter\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-12-26T16:35:05.000Z\",\n            \"updatedAt\": \"2021-04-09T02:40:30.000Z\",\n            \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MarketplaceConnectionProductCategoryMapping\": {\n                \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"name\": \"Electrónica > Consolas|videojuegos > Consolas de videojuegos > Accesorios|repuestos para consolas\",\n                \"id\": \"3005\",\n                \"type\": \"category\",\n                \"status\": \"created\",\n                \"storeId\": null,\n                \"createdAt\": \"2021-08-03T13:41:44.000Z\",\n                \"updatedAt\": \"2026-02-23T18:43:07.000Z\",\n                \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionChannelId\": null,\n                \"ProductCategoryId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n            }\n        },\n        {\n            \"branch\": \"Simuladores - Soportes Volante\",\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Simuladores - Soportes Volante\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-04-09T02:06:11.000Z\",\n            \"updatedAt\": \"2021-04-09T02:06:11.000Z\",\n            \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MarketplaceConnectionProductCategoryMapping\": {\n                \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"name\": \"Electrónica > Consolas|videojuegos > Consolas de videojuegos > Accesorios|repuestos para consolas\",\n                \"id\": \"3005\",\n                \"type\": \"category\",\n                \"status\": \"created\",\n                \"storeId\": null,\n                \"createdAt\": \"2021-09-10T20:05:20.000Z\",\n                \"updatedAt\": \"2026-02-23T18:43:07.000Z\",\n                \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionChannelId\": null,\n                \"ProductCategoryId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n            }\n        },\n        {\n            \"branch\": \"Volantes - PS4\",\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Volantes - PS4\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-09-18T01:39:31.000Z\",\n            \"updatedAt\": \"2021-04-09T02:01:18.000Z\",\n            \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MarketplaceConnectionProductCategoryMapping\": {\n                \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"name\": \"Electrónica > Consolas|videojuegos > Consolas de videojuegos > Accesorios|repuestos para consolas\",\n                \"id\": \"3005\",\n                \"type\": \"category\",\n                \"status\": \"created\",\n                \"storeId\": null,\n                \"createdAt\": null,\n                \"updatedAt\": \"2026-03-17T12:55:42.000Z\",\n                \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionChannelId\": null,\n                \"ProductCategoryId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n            }\n        },\n        {\n            \"branch\": \"Volantes - XBOX\",\n            \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Volantes - XBOX\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2020-09-24T12:35:11.000Z\",\n            \"updatedAt\": \"2021-04-09T02:01:28.000Z\",\n            \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MarketplaceConnectionProductCategoryMapping\": {\n                \"_id\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"name\": \"Electrónica > Consolas|videojuegos > Consolas de videojuegos > Accesorios|repuestos para consolas\",\n                \"id\": \"3005\",\n                \"type\": \"category\",\n                \"status\": \"created\",\n                \"storeId\": null,\n                \"createdAt\": null,\n                \"updatedAt\": \"2026-03-17T12:55:42.000Z\",\n                \"CreatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MarketplaceConnectionChannelId\": null,\n                \"ProductCategoryId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxx\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 6\n    }\n}"}],"_postman_id":"87c8a9c2-0947-4771-a8af-d27c5a0623d8"}],"id":"d85dfdcb-eb64-4541-b055-93d59b6332ea","_postman_id":"d85dfdcb-eb64-4541-b055-93d59b6332ea","description":""},{"name":"Delivery orders","item":[{"name":"Labels and Manifest","item":[{"name":"Load document by file","id":"a6fc2d66-87cd-4868-9aa3-768a9d7b37c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file_label","type":"file","value":null},{"key":"file_manifest","type":"file","value":null}]},"url":"app.multivende.com/api/delivery-order-load-label-and-manifest/file/:delivery_order_id","description":"<p>This point allows to create a electronic billing document.</p>\n<p>The <code>delivery_order_id</code> can be taken from the <a href=\"https://dev.multivende.com/#e992a461-c17e-4f7c-af4e-f33d5d1ffde9\">Get checkout</a> information endpoint.</p>\n","urlObject":{"path":["api","delivery-order-load-label-and-manifest","file",":delivery_order_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[],"_postman_id":"a6fc2d66-87cd-4868-9aa3-768a9d7b37c5"},{"name":"Load document by base64","id":"f891e2ab-54a4-4143-9a4e-bdf6fc48fd43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"base64_label","value":"","type":"text"},{"key":"base64_manifest","value":"","type":"text"}]},"url":"app.multivende.com/api/delivery-order-load-label-and-manifest/base64/:delivery_order_id","description":"<p>This point allows to create a electronic billing document.</p>\n<p>The <code>delivery_order_id</code> can be taken from the <a href=\"https://dev.multivende.com/#e992a461-c17e-4f7c-af4e-f33d5d1ffde9\">Get checkout</a> information endpoint.</p>\n","urlObject":{"path":["api","delivery-order-load-label-and-manifest","base64",":delivery_order_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[],"_postman_id":"f891e2ab-54a4-4143-9a4e-bdf6fc48fd43"},{"name":"Load document by url","id":"ba41a37a-c878-4ad1-8b9f-e4cf122dd2a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"url_label","value":"","type":"text"},{"key":"url_manifest","value":"","type":"text"}]},"url":"app.multivende.com/api/delivery-order-load-label-and-manifest/url/:delivery_order_id","description":"<p>This point allows to create a electronic billing document.</p>\n<p>The <code>delivery_order_id</code> can be taken from the <a href=\"https://dev.multivende.com/#e992a461-c17e-4f7c-af4e-f33d5d1ffde9\">Get checkout</a> information endpoint.</p>\n","urlObject":{"path":["api","delivery-order-load-label-and-manifest","url",":delivery_order_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[],"_postman_id":"ba41a37a-c878-4ad1-8b9f-e4cf122dd2a3"}],"id":"f067c95a-9ce0-4b31-86bc-aaecc4b58a75","_postman_id":"f067c95a-9ce0-4b31-86bc-aaecc4b58a75","description":""},{"name":"Amazon Easy Ship","item":[{"name":"Post create scheduled packages (Only available for Amazon)","id":"85c1414c-3655-4594-93ff-a0d0337d7a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"deliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"amazonOrderIdsAndPackageTimeSlots\": [\n        {\n            \"slotId\": \"xxxxxxxxxxxxxxxxx\",\n            \"startTime\": \"2024-08-02T13:00:00-06:00\",\n            \"endTime\": \"2024-08-02T18:00:00-06:00\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/amazon-easy-ship/marketplace-connections/:marketplace_connection_id/create-scheduled-packages","description":"<p><strong>Only available for Amazon.</strong></p>\n<p>This endpoint allows you to create the package schedule</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/28944911555981-Configuraciones-de-Amazon-Easy-Ship-via-API\">Help Center.</a></p>\n","urlObject":{"path":["api","amazon-easy-ship","marketplace-connections",":marketplace_connection_id","create-scheduled-packages"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"95feba5d-43bc-45e8-a894-564d87c66eaa","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\n    \"deliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"amazonOrderIdsAndPackageTimeSlots\": [\n        {\n            \"slotId\": \"xxxxxxxxxxxxxxxxxxxxxxx\",\n            \"startTime\": \"2024-08-02T13:00:00-06:00\",\n            \"endTime\": \"2024-08-02T18:00:00-06:00\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/amazon-easy-ship/marketplace-connections/:marketplace_connection_id/create-scheduled-packages","host":["app.multivende.com"],"path":["api","amazon-easy-ship","marketplace-connections",":marketplace_connection_id","create-scheduled-packages"],"variable":[{"key":"marketplace_connection_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"slotId\": \"xxxxxxxxxxxxxxxxxxxxxxx\",\n        \"startTime\": \"2024-08-02T13:00:00-06:00\",\n        \"endTime\": \"2024-08-02T18:00:00-06:00\",\n        \"scheduledPackage\": {\n            \"packageDimensions\": {\n                \"unit\": \"CM\",\n                \"length\": 12,\n                \"width\": 12,\n                \"height\": 22\n            },\n            \"packageWeight\": {\n                \"unit\": \"grams\",\n                \"value\": 23\n            },\n            \"trackingDetails\": {\n                \"trackingId\": \"xxxxxxxxxxxxx\"\n            },\n            \"scheduledPackageId\": {\n                \"amazonOrderId\": \"xxx-xxxxxx-xxxxxxx\",\n                \"packageId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n            },\n            \"packageStatus\": \"ReadyForPickup\",\n            \"packageTimeSlot\": {\n                \"startTime\": \"2024-08-02T13:00:00-06:00\",\n                \"endTime\": \"2024-08-02T18:00:00-06:00\"\n            }\n        }\n    }\n]"}],"_postman_id":"85c1414c-3655-4594-93ff-a0d0337d7a2b"},{"name":"Post available time slots (Only available for Amazon)","id":"dc991e69-12b8-4947-a3f0-9aaaa1126f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n  \"packageDimensionsAndWeight\": {\n    \"packageDimensions\": {\n      \"length\": 12,\n      \"width\": 12,\n      \"height\": 22,\n      \"unit\": \"Cm\"\n    },\n    \"packageWeight\": {\n      \"value\": 23,\n      \"unit\": \"G\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/amazon-easy-ship/marketplace-connections/:marketplace_connection_id/get-available-time-slots/:delivery_order_id","description":"<p><strong>Only available for Amazon.</strong></p>\n<p>This endpoint allows you to check the programming times available for the package.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/28944911555981-Configuraciones-de-Amazon-Easy-Ship-via-API\">Help Center.</a></p>\n","urlObject":{"path":["api","amazon-easy-ship","marketplace-connections",":marketplace_connection_id","get-available-time-slots",":delivery_order_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"},{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[{"id":"093cb220-4f51-48c7-9dfc-088a2519224a","name":"Post available time slots","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n  \"packageDimensionsAndWeight\": {\n    \"packageDimensions\": {\n      \"length\": 12,\n      \"width\": 12,\n      \"height\": 22,\n      \"unit\": \"Cm\"\n    },\n    \"packageWeight\": {\n      \"value\": 23,\n      \"unit\": \"G\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/amazon-easy-ship/marketplace-connections/:marketplace_connection_id/get-available-time-slots/:delivery_order_id","host":["app.multivende.com"],"path":["api","amazon-easy-ship","marketplace-connections",":marketplace_connection_id","get-available-time-slots",":delivery_order_id"],"variable":[{"key":"marketplace_connection_id","value":""},{"key":"delivery_order_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"packageDimensionsAndWeight\": {\n        \"packageDimensions\": {\n            \"length\": 12,\n            \"width\": 12,\n            \"height\": 22,\n            \"unit\": \"Cm\"\n        },\n        \"packageWeight\": {\n            \"value\": 23,\n            \"unit\": \"G\"\n        }\n    },\n    \"listHandoverSlots\": [\n        {\n            \"handoverMethod\": \"PICKUP\",\n            \"slotId\": \"xxxxxxxxxxxxxxxxxxxx\",\n            \"startTime\": \"2024-08-02T13:00:00-06:00\",\n            \"endTime\": \"2024-08-02T18:00:00-06:00\"\n        },\n        {\n            \"handoverMethod\": \"PICKUP\",\n            \"slotId\": \"\"xxxxxxxxxxxxxxxxxxxx\",\n            \"startTime\": \"2024-08-05T13:00:00-06:00\",\n            \"endTime\": \"2024-08-05T18:00:00-06:00\"\n        }\n    ]\n}"}],"_postman_id":"dc991e69-12b8-4947-a3f0-9aaaa1126f12"},{"name":"Get dimensions of item packages (Only available for Amazon)","id":"23f9c654-2b7a-4f9c-9099-cee9557758f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/amazon-easy-ship-v2/marketplace-connections/:marketplace_connection_id/get-dimensions-of-item-packages/:delivery_order_id","description":"<p><strong>Only available for Amazon.</strong></p>\n<p>This endpoint allows you to query the package dimensions</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/28944911555981-Configuraciones-de-Amazon-Easy-Ship-via-API\">Help Center.</a></p>\n","urlObject":{"path":["api","amazon-easy-ship-v2","marketplace-connections",":marketplace_connection_id","get-dimensions-of-item-packages",":delivery_order_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"},{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[{"id":"fa511d2c-302e-4903-aa5a-b62eb05de0b3","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/amazon-easy-ship-v2/marketplace-connections//get-dimensions-of-item-packages/a{{delivery-order-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"packageDimensionsAndWeight\": {\n            \"asin\": \"XXXXXXXXXX\",\n            \"packageDimensions\": {\n                \"length\": 0,\n                \"width\": 0,\n                \"height\": 0,\n                \"unit\": \"Cm\"\n            },\n            \"packageWeight\": {\n                \"value\": 0,\n                \"unit\": \"G\"\n            }\n        }\n    }\n]"}],"_postman_id":"23f9c654-2b7a-4f9c-9099-cee9557758f8"}],"id":"7b0ddb6d-b5e9-4778-9712-5a0c9c26f4eb","_postman_id":"7b0ddb6d-b5e9-4778-9712-5a0c9c26f4eb","description":""},{"name":"Multiboxing","item":[{"name":"Get boxes","id":"e105846d-ae20-46bf-ba97-15f19e2de39e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/delivery-orders/:delivery_order_id/boxes","description":"<p>This endpoint offers the option to review the checkboxes you already have registered, or view the default checkboxes that we will apply when you do not edit the configuration.</p>\n<ul>\n<li>If a box corresponds to the default configuration, you will see the field:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"default\": true\n\n</code></pre>\n<p>For more information visit our <a href=\"https://help.multivende.com/hc/es-419/articles/41885598743181-Implementaci%C3%B3n-de-multiboxing-con-la-API-de-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","delivery-orders",":delivery_order_id","boxes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[{"id":"aeba6528-781e-45b9-a823-7e21a322729a","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id/boxes","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id","boxes"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Dec 2025 16:11:13 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"route=1765555873.605.167.276181|dbbe5c05cd46f635c4afad4d174bff18; Expires=Sun, 14-Dec-25 16:11:12 GMT; Max-Age=172800; Path=/api/delivery-orders/(.*); HttpOnly"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"x-im-request-limit","value":"25"},{"key":"ETag","value":"W/\"98-Hf5FfQMhWBRvvuBFR8ya0P5Ak4U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9ace7f0aaa1b1d3b-BCN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"boxes\": [\n        {\n            \"products\": [\n                {\n                    \"sku\": \"xxxxx123\",\n                    \"amount\": 1\n                }\n            ],\n            \"dimensions\": {\n                \"boxWeight\": 0.5,\n                \"boxLength\": 32,\n                \"boxWidth\": 10,\n                \"boxHeight\": 12\n            }\n        }\n    ],\n    \"default\": true\n}"}],"_postman_id":"e105846d-ae20-46bf-ba97-15f19e2de39e"},{"name":"Post boxes","id":"f37b5dee-aa8c-444d-bd02-f3e949f06d12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"boxes\": [\n        {\n            \"products\": [\n                {\n                    \"sku\": \"xxxx123\",\n                    \"amount\": 1\n                }\n            ],\n            \"dimensions\": {\n                \"boxWeight\": 18.5,\n                \"boxLength\": 45.3,\n                \"boxWidth\": 78,\n                \"boxHeight\": 85.5\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/delivery-orders/:delivery_order_id/boxes","description":"<p>This endpoint receives an array where you must specify:</p>\n<ul>\n<li><p>The dimensions of each box (height, width, length, weight).</p>\n</li>\n<li><p>The products assigned to each box.</p>\n</li>\n</ul>\n<p>With this information, Multivende will be able to generate the corresponding shipping labels individually.</p>\n<p>For more information visit our <a href=\"https://help.multivende.com/hc/es-419/articles/41885598743181-Implementaci%C3%B3n-de-multiboxing-con-la-API-de-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","delivery-orders",":delivery_order_id","boxes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[{"id":"2409d79b-9ba2-4506-b767-ada4d5022527","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"boxes\": [\n        {\n            \"products\": [\n                {\n                    \"sku\": \"xxxx123\",\n                    \"amount\": 1\n                }\n            ],\n            \"dimensions\": {\n                \"boxWeight\": 18.5,\n                \"boxLength\": 45.3,\n                \"boxWidth\": 78,\n                \"boxHeight\": 85.5\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id/boxes","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id","boxes"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"deliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"message\": \"Package dimensions and items saved successfully\"\n}"}],"_postman_id":"f37b5dee-aa8c-444d-bd02-f3e949f06d12"}],"id":"8e1ab5a0-957d-48c5-b0f8-3d1ac04fbb91","_postman_id":"8e1ab5a0-957d-48c5-b0f8-3d1ac04fbb91","description":""},{"name":"Get delivery order","event":[{"listen":"test","script":{"id":"14547916-55d6-4761-9e2d-f5f462d81fd8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"81055223-2456-46db-836e-3787ca5212a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/delivery-orders/:delivery_order_id?_include_delivery_order_status_logs=true","description":"<p>This endpoint returns the details of a dispatch. To obtain the delivery order id you can check the deliveryOrder in the checkout with the <a href=\"https://dev.multivende.com/#b6f56344-9144-4585-86c1-bb07c5c84a47\">get checkout</a> or enable the delivery orders webhook.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>Fields detail:</p>\n<ul>\n<li><p>shippingMode: logistic type.</p>\n</li>\n<li><p>courierName: name of the courier informed by the sales channel.</p>\n</li>\n<li><p>\"DeliveryOrderStatusLogs\": Details the sale status change trace.</p>\n</li>\n<li><p>\"DeliveryOrderDocuments\": Delivery order documents (labels, others).</p>\n</li>\n</ul>\n<p>Dates:</p>\n<ul>\n<li><p>\"estimatedDeliveryDateFrom\": Minimum arrival date.</p>\n</li>\n<li><p>\"estimatedDeliveryDateTo\": Maximum arrival date.</p>\n</li>\n<li><p>\"estimatedDeliveryClosingDate\": Date the sale is marked as delivered or canceled.</p>\n</li>\n<li><p>\"promisedDeliveryDate\": delivery promise date.</p>\n</li>\n<li><p>\"handlingDateLimit\": maximum date of delivery of the package to the courier.</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13751514498957-Estados-de-una-Orden-Seg%C3%BAn-el-Tipo-de-Entrega\">Help Center</a>.</p>\n","urlObject":{"path":["api","delivery-orders",":delivery_order_id"],"host":["app.multivende.com"],"query":[{"key":"_include_delivery_order_status_logs","value":"true"}],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[{"id":"7c596152-1df7-416b-bf27-e7bce1948d52","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"heroku-session-affinity=AECDaANoA24IAfDoJGX///8HYgALrI1iAAePemEGbAAAAANtAAAABXdlYi42bQAAAAV3ZWIuM20AAAAFd2ViLjFqY6fijKd9P0aCVr0dpzwe1TE/rfI_; Version=1; Expires=Thu, 11-Jul-2019 13:24:29 GMT; Max-Age=86400; Domain=www.multivende.com; Path=/"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"30bc-skFIXdUxHktcqndLd1WBMio75+k\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 10 Jul 2019 13:24:29 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"code\": \"6654172139132\",\n    \"cost\": 0,\n    \"isDeliveryPaid\": \"paid\",\n    \"tags\": null,\n    \"estimatedDeliveryDateFrom\": \"2023-03-15T14:17:23.000Z\",\n    \"estimatedDeliveryDateTo\": \"2023-03-18T14:17:23.000Z\",\n    \"effectiveDeliveryClosingDate\": \"2023-03-15T14:53:38.000Z\",\n    \"promisedDeliveryDate\": null,\n    \"handlingDateLimit\": \"2023-03-16T05:49:19.000Z\",\n    \"comment\": \"\",\n    \"deliveryClosingComment\": \"Despachado \",\n    \"status\": \"created\",\n    \"inventoryStatus\": \"_fulfilled_inventory\",\n    \"shippingLabelStatus\": \"ready\",\n    \"shippingLabelPrintStatus\": \"printed\",\n    \"deliveryStatus\": \"shipped\",\n    \"deliveryAddress\": \"dirección\",\n    \"trackingNumber\": null,\n    \"trackingUrl\": \"\",\n    \"courierName\": \"DafitiCarrier\",\n    \"shippingMode\": \"Cross docking\",\n    \"createdAt\": \"2023-03-14T20:50:05.000Z\",\n    \"updatedAt\": \"2023-03-15T14:53:44.000Z\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"AssignedToId\": null,\n    \"OwnerId\": null,\n    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"ShippingAddressId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"DeliveryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"CourierId\": null,\n    \"DeliveryOrderStatusId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n    \"MerchantCourierId\": null,\n    \"Warehouse\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"name\": \"Bodega Online\",\n      \"code\": null,\n      \"address\": null,\n      \"description\": null,\n      \"type\": \"warehouse\",\n      \"phoneAreaCode\": null,\n      \"phoneNumber\": null,\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"openHours\": null,\n      \"tags\": null,\n      \"position\": 0,\n      \"status\": \"created\",\n      \"createdAt\": \"2022-03-07T21:30:28.000Z\",\n      \"updatedAt\": \"2022-03-07T21:30:28.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"LocationId\": null,\n      \"TimezoneId\": null,\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"SalesGroupId\": null\n    },\n    \"MerchantCourier\": {\n      \"_id\": null,\n      \"name\": null,\n      \"description\": null,\n      \"code\": null,\n      \"tags\": null,\n      \"status\": null,\n      \"createdAt\": null,\n      \"updatedAt\": null,\n      \"CreatedById\": null,\n      \"UpdatedById\": null,\n      \"MerchantId\": null,\n      \"DeveloperAppId\": null,\n      \"MerchantAppId\": null\n    },\n    \"Courier\": {\n      \"_id\": null,\n      \"name\": null,\n      \"description\": null,\n      \"code\": null,\n      \"tags\": null,\n      \"status\": null,\n      \"createdAt\": null,\n      \"updatedAt\": null\n    },\n    \"DeliveryOrderStatus\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"name\": \"DELIVERY_ORDER_STATUSES.Shipped.Name\",\n      \"description\": \"DELIVERY_ORDER_STATUSES.Shipped.Description\",\n      \"code\": \"_delivery_order_status_shipped_\",\n      \"position\": 4,\n      \"tags\": null,\n      \"status\": \"created\",\n      \"createdAt\": null,\n      \"updatedAt\": null\n    },\n    \"DeliveryOrderStatusLink\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"request\": \"[{\\\"uri\\\":\\\"https://sellercenter-api.dafiti.cl/\\\",\\\"method\\\":\\\"GET\\\",\\\"qs\\\":{\\\"Action\\\":\\\"GetOrder\\\",\\\"Format\\\":\\\"JSON\\\",\\\"OrderId\\\":\\\"xxxxxxxxxx\\\",\\\"Version\\\":\\\"1.0\\\",\\\"UserID\\\":\\\"xxxxxxxxxx\\\",\\\"Timestamp\\\":\\\"2023-03-15T14:53:43+00:00\\\",\\\"Signature\\\":\\\"xxxxxxxxxx\\\"},\\\"json\\\":true},{\\\"uri\\\":\\\"https://sellercenter-api.dafiti.cl/\\\",\\\"method\\\":\\\"GET\\\",\\\"qs\\\":{\\\"Action\\\":\\\"GetOrderItems\\\",\\\"Format\\\":\\\"JSON\\\",\\\"OrderId\\\":\\\"xxxxxxxxxx\\\",\\\"Version\\\":\\\"1.0\\\",\\\"UserID\\\":\\\"xxxxxxxxxx\\\",\\\"Timestamp\\\":\\\"2023-03-15T14:53:43+00:00\\\",\\\"Signature\\\":\\\"xxxxxxxxxx\\\"},\\\"json\\\":true},{\\\"uri\\\":\\\"https://sellercenter-api.dafiti.cl/\\\",\\\"method\\\":\\\"GET\\\",\\\"qs\\\":{\\\"Action\\\":\\\"GetShipmentProviders\\\",\\\"Format\\\":\\\"JSON\\\",\\\"Version\\\":\\\"1.0\\\",\\\"UserID\\\":\\\"xxxxxxxxxx\\\",\\\"Timestamp\\\":\\\"2023-03-15T14:53:43+00:00\\\",\\\"Signature\\\":\\\"xxxxxxxxxx\\\"},\\\"json\\\":true}]\",\n      \"requestPayload\": \"\\\"[null,null,null]\\\"\",\n      \"externalContent\": \"{\\\"request\\\":{\\\"uri\\\":\\\"https://sellercenter-api.dafiti.cl/\\\",\\\"method\\\":\\\"POST\\\",\\\"qs\\\":{\\\"Action\\\":\\\"SetStatusToShipped\\\",\\\"Format\\\":\\\"JSON\\\",\\\"OrderItemId\\\":\\\"xxxxxxxxxx\\\",\\\"TrackingNumber\\\":\\\"\\\",\\\"DeliveryType\\\":\\\"pickup\\\",\\\"ShippingProvider\\\":\\\"\\\",\\\"Version\\\":\\\"1.0\\\",\\\"UserID\\\":\\\"xxxxxxxxxx\\\",\\\"Timestamp\\\":\\\"2023-03-15T14:53:43+00:00\\\",\\\"Signature\\\":\\\"xxxxxxxxxx\\\"},\\\"json\\\":true},\\\"error\\\":\\\"{\\\\\\\"Head\\\\\\\":{\\\\\\\"RequestAction\\\\\\\":\\\\\\\"SetStatusToShipped\\\\\\\",\\\\\\\"ErrorType\\\\\\\":\\\\\\\"Sender\\\\\\\",\\\\\\\"ErrorCode\\\\\\\":\\\\\\\"118\\\\\\\",\\\\\\\"ErrorMessage\\\\\\\":\\\\\\\"E118: Crossdocking order items are not allowed to be set to shipped status\\\\\\\"},\\\\\\\"Body\\\\\\\":\\\\\\\"\\\\\\\"}\\\"}\",\n      \"synchronizationStatus\": \"failed_fatal\",\n      \"status\": \"created\",\n      \"createdAt\": \"2023-03-15T14:17:39.000Z\",\n      \"updatedAt\": \"2023-03-15T14:53:44.000Z\",\n      \"CreatedById\": null,\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n    },\n    \"DeliveryOrderStatusLogs\": [\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"name\": null,\n        \"code\": null,\n        \"comment\": null,\n        \"status\": \"created\",\n        \"date\": \"2023-03-14T08:50:05.000Z\",\n        \"createdAt\": \"2023-03-14T20:50:05.000Z\",\n        \"updatedAt\": \"2023-03-14T20:50:05.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderStatusId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderStatus\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"DELIVERY_ORDER_STATUSES.Pending.Name\",\n          \"description\": \"DELIVERY_ORDER_STATUSES.Pending.Description\",\n          \"code\": \"_delivery_order_status_pending_\",\n          \"position\": 0,\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": null,\n          \"updatedAt\": null\n        },\n        \"DeliveryOrderChangeStatusLink\": {\n          \"_id\": null,\n          \"request\": null,\n          \"requestPayload\": null,\n          \"externalContent\": null,\n          \"synchronizationStatus\": null,\n          \"status\": null,\n          \"createdAt\": null,\n          \"updatedAt\": null,\n          \"CreatedById\": null,\n          \"UpdatedById\": null,\n          \"DeliveryOrderStatusLogId\": null,\n          \"DeliveryOrderId\": null,\n          \"MarketplaceConnectionId\": null,\n          \"MerchantId\": null\n        },\n        \"UpdatedBy\": {\n          \"_id\": null,\n          \"name\": null,\n          \"email\": null\n        }\n      },\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"name\": null,\n        \"code\": null,\n        \"comment\": \"Preparado en xxxxxxxxxx\",\n        \"status\": \"created\",\n        \"date\": \"2023-03-15T14:17:23.000Z\",\n        \"createdAt\": \"2023-03-15T14:17:23.000Z\",\n        \"updatedAt\": \"2023-03-15T14:17:23.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderStatusId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderStatus\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"DELIVERY_ORDER_STATUSES.Ready_to_ship.Name\",\n          \"description\": \"DELIVERY_ORDER_STATUSES.Ready_to_ship.Description\",\n          \"code\": \"_delivery_order_status_ready_to_ship_\",\n          \"position\": 2,\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": null,\n          \"updatedAt\": null\n        },\n        \"DeliveryOrderChangeStatusLink\": {\n          \"_id\": null,\n          \"request\": null,\n          \"requestPayload\": null,\n          \"externalContent\": null,\n          \"synchronizationStatus\": null,\n          \"status\": null,\n          \"createdAt\": null,\n          \"updatedAt\": null,\n          \"CreatedById\": null,\n          \"UpdatedById\": null,\n          \"DeliveryOrderStatusLogId\": null,\n          \"DeliveryOrderId\": null,\n          \"MarketplaceConnectionId\": null,\n          \"MerchantId\": null\n        },\n        \"UpdatedBy\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"Fabian\",\n          \"email\": \"xxxxxxxxxx\"\n        }\n      },\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"name\": null,\n        \"code\": null,\n        \"comment\": \"Preparado en xxxxxxxxxx\",\n        \"status\": \"created\",\n        \"date\": \"2023-03-15T14:17:23.000Z\",\n        \"createdAt\": \"2023-03-15T14:17:23.000Z\",\n        \"updatedAt\": \"2023-03-15T14:17:23.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderStatusId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderStatus\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"DELIVERY_ORDER_STATUSES.Ready_to_ship.Name\",\n          \"description\": \"DELIVERY_ORDER_STATUSES.Ready_to_ship.Description\",\n          \"code\": \"_delivery_order_status_ready_to_ship_\",\n          \"position\": 2,\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": null,\n          \"updatedAt\": null\n        },\n        \"DeliveryOrderChangeStatusLink\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"request\": \"[{\\\"uri\\\":\\\"https://sellercenter-api.dafiti.cl/\\\",\\\"method\\\":\\\"GET\\\",\\\"qs\\\":{\\\"Action\\\":\\\"GetOrder\\\",\\\"Format\\\":\\\"JSON\\\",\\\"OrderId\\\":\\\"xxxxxxxxxx\\\",\\\"Version\\\":\\\"1.0\\\",\\\"UserID\\\":\\\"xxxxxxxxxx\\\",\\\"Timestamp\\\":\\\"2023-03-15T14:17:39+00:00\\\",\\\"Signature\\\":\\\"xxxxxxxxxx\\\"},\\\"json\\\":true},{\\\"uri\\\":\\\"https://sellercenter-api.dafiti.cl/\\\",\\\"method\\\":\\\"GET\\\",\\\"qs\\\":{\\\"Action\\\":\\\"GetOrderItems\\\",\\\"Format\\\":\\\"JSON\\\",\\\"OrderId\\\":\\\"xxxxxxxxxx\\\",\\\"Version\\\":\\\"1.0\\\",\\\"UserID\\\":\\\"xxxxxxxxxx\\\",\\\"Timestamp\\\":\\\"2023-03-15T14:17:39+00:00\\\",\\\"Signature\\\":\\\"xxxxxxxxxx\\\"},\\\"json\\\":true},{\\\"uri\\\":\\\"https://sellercenter-api.dafiti.cl/\\\",\\\"method\\\":\\\"GET\\\",\\\"qs\\\":{\\\"Action\\\":\\\"GetShipmentProviders\\\",\\\"Format\\\":\\\"JSON\\\",\\\"Version\\\":\\\"1.0\\\",\\\"UserID\\\":\\\"xxxxxxxxxx\\\",\\\"Timestamp\\\":\\\"2023-03-15T14:17:39+00:00\\\",\\\"Signature\\\":\\\"xxxxxxxxxx\\\"},\\\"json\\\":true}]\",\n          \"requestPayload\": \"\\\"[null,null,null]\\\"\",\n          \"externalContent\": \"[{\\\"Head\\\":{\\\"RequestId\\\":\\\"\\\",\\\"RequestAction\\\":\\\"GetOrder\\\",\\\"ResponseType\\\":\\\"Order\\\",\\\"Timestamp\\\":\\\"2023-03-15T11:17:39-0300\\\"},\\\"Body\\\":{\\\"Orders\\\":{\\\"Order\\\":{\\\"OrderId\\\":\\\"xxxxxxxxxx\\\",\\\"CustomerFirstName\\\":\\\"xxxxxxxxxx\\\",\\\"CustomerLastName\\\":\\\"xxxxxxxxxx\\\",\\\"OrderNumber\\\":\\\"xxxxxxxxxx\\\",\\\"PaymentMethod\\\":\\\"MercadopagoApiPayment\\\",\\\"Currency\\\":\\\"CLP\\\",\\\"Remarks\\\":\\\"\\\",\\\"DeliveryInfo\\\":\\\" \\\",\\\"Price\\\":\\\"xxxxxxxxxx.00\\\",\\\"GiftOption\\\":\\\"0\\\",\\\"GiftMessage\\\":\\\"\\\",\\\"VoucherCode\\\":\\\"\\\",\\\"CreatedAt\\\":\\\"2023-03-14 17:49:19\\\",\\\"UpdatedAt\\\":\\\"2023-03-15 10:47:08\\\",\\\"AddressUpdatedAt\\\":\\\"2023-03-14 20:49:19\\\",\\\"AddressBilling\\\":{\\\"FirstName\\\":\\\"xxxxxxxxxx\\\",\\\"LastName\\\":\\\"xxxxxxxxxx\\\",\\\"Phone\\\":\\\"\\\",\\\"Phone2\\\":\\\"\\\",\\\"Address1\\\":\\\"xxxxxxxxxx\\\",\\\"Address2\\\":\\\"Dpto/Casa/Of: <br/>\\\",\\\"Address3\\\":\\\"\\\",\\\"Address4\\\":\\\"\\\",\\\"Address5\\\":\\\"\\\",\\\"CustomerEmail\\\":\\\"\\\",\\\"City\\\":\\\"Taltal\\\",\\\"Ward\\\":\\\"\\\",\\\"Region\\\":\\\"\\\",\\\"PostCode\\\":\\\"13xxxxxxxxxx0\\\",\\\"Country\\\":\\\"II - Antofagasta, Chile\\\"},\\\"AddressShipping\\\":{\\\"FirstName\\\":\\\"xxxxxxxxxx\\\",\\\"LastName\\\":\\\"xxxxxxxxxx\\\",\\\"Phone\\\":\\\"\\\",\\\"Phone2\\\":\\\"\\\",\\\"Address1\\\":\\\"xxxxxxxxxx\\\",\\\"Address2\\\":\\\"Dpto/Casa/Of: <br/>\\\",\\\"Address3\\\":\\\"\\\",\\\"Address4\\\":\\\"\\\",\\\"Address5\\\":\\\"\\\",\\\"CustomerEmail\\\":\\\"\\\",\\\"City\\\":\\\"Taltal\\\",\\\"Ward\\\":\\\"\\\",\\\"Region\\\":\\\"\\\",\\\"PostCode\\\":\\\"13xxxxxxxxxx0\\\",\\\"Country\\\":\\\"II - Antofagasta, Chile\\\"},\\\"NationalRegistrationNumber\\\":\\\"xxxxxxxxxx-0\\\",\\\"ItemsCount\\\":\\\"1\\\",\\\"PromisedShippingTime\\\":\\\"\\\",\\\"ExtraAttributes\\\":\\\"\\\",\\\"InvoiceRequired\\\":\\\"false\\\",\\\"ExchangeForOrderId\\\":\\\"\\\",\\\"ExchangeByOrderId\\\":\\\"\\\",\\\"Statuses\\\":[{\\\"Status\\\":\\\"pending\\\"}],\\\"OrderItems\\\":[{\\\"OrderItemId\\\":\\\"xxxxxxxxxx\\\",\\\"ShopId\\\":\\\"xxxxxxxxxx\\\",\\\"OrderId\\\":\\\"xxxxxxxxxx\\\",\\\"Name\\\":\\\"xxxxxxxxxx\\\",\\\"Sku\\\":\\\"xxxxxxxxxx-xxxxxxxxxx-M\\\",\\\"Variation\\\":\\\"M\\\",\\\"ShopSku\\\":\\\"xxxxxxxxxx-xxxxxxxxxx\\\",\\\"ShippingType\\\":\\\"Cross docking\\\",\\\"ItemPrice\\\":\\\"xxxxxxxxxx.00\\\",\\\"PaidPrice\\\":\\\"xxxxxxxxxx.00\\\",\\\"Currency\\\":\\\"CLP\\\",\\\"WalletCredits\\\":\\\"0.00\\\",\\\"TaxAmount\\\":\\\"xxxxxxxxxx.12\\\",\\\"CodCollectableAmount\\\":\\\"\\\",\\\"ShippingAmount\\\":\\\"0.00\\\",\\\"ShippingServiceCost\\\":\\\"\\\",\\\"VoucherAmount\\\":\\\"0.00\\\",\\\"VoucherCode\\\":\\\"\\\",\\\"Status\\\":\\\"pending\\\",\\\"IsProcessable\\\":\\\"1\\\",\\\"ShipmentProvider\\\":\\\"\\\",\\\"IsDigital\\\":\\\"0\\\",\\\"DigitalDeliveryInfo\\\":\\\"\\\",\\\"TrackingCode\\\":\\\"\\\",\\\"TrackingCodePre\\\":\\\"\\\",\\\"Reason\\\":\\\"\\\",\\\"ReasonDetail\\\":\\\"\\\",\\\"PurchaseOrderId\\\":\\\"\\\",\\\"PurchaseOrderNumber\\\":\\\"\\\",\\\"PackageId\\\":\\\"\\\",\\\"PackageSrcId\\\":\\\"\\\",\\\"PromisedShippingTime\\\":\\\"\\\",\\\"ExtraAttributes\\\":\\\"\\\",\\\"ShippingProviderType\\\":\\\"\\\",\\\"CreatedAt\\\":\\\"2023-03-14 17:49:19\\\",\\\"UpdatedAt\\\":\\\"2023-03-14 17:50:32\\\",\\\"Vouchers\\\":\\\"\\\",\\\"ShippingVoucher\\\":\\\"0.00\\\",\\\"WarehouseName\\\":\\\"\\\",\\\"StoreCredits\\\":\\\"0.00\\\",\\\"ExchangeForOrderId\\\":\\\"\\\",\\\"ExchangeByOrderId\\\":\\\"\\\",\\\"IsHybrid\\\":\\\"0\\\",\\\"IsOutlet\\\":\\\"0\\\",\\\"ReturnStatus\\\":\\\"\\\"}]}}}},{\\\"Head\\\":{\\\"RequestId\\\":\\\"\\\",\\\"RequestAction\\\":\\\"GetOrderItems\\\",\\\"ResponseType\\\":\\\"OrderItems\\\",\\\"Timestamp\\\":\\\"2023-03-15T11:17:39-0300\\\"},\\\"Body\\\":{\\\"OrderItems\\\":{\\\"OrderItem\\\":[{\\\"OrderItemId\\\":\\\"xxxxxxxxxx\\\",\\\"ShopId\\\":\\\"xxxxxxxxxx\\\",\\\"OrderId\\\":\\\"xxxxxxxxxx\\\",\\\"Name\\\":\\\"xxxxxxxxxx\\\",\\\"Sku\\\":\\\"xxxxxxxxxx-xxxxxxxxxx-M\\\",\\\"Variation\\\":\\\"M\\\",\\\"ShopSku\\\":\\\"xxxxxxxxxx-xxxxxxxxxx\\\",\\\"ShippingType\\\":\\\"Cross docking\\\",\\\"ItemPrice\\\":\\\"xxxxxxxxxx.00\\\",\\\"PaidPrice\\\":\\\"xxxxxxxxxx.00\\\",\\\"Currency\\\":\\\"CLP\\\",\\\"WalletCredits\\\":\\\"0.00\\\",\\\"TaxAmount\\\":\\\"xxxxxxxxxx.12\\\",\\\"CodCollectableAmount\\\":\\\"\\\",\\\"ShippingAmount\\\":\\\"0.00\\\",\\\"ShippingServiceCost\\\":\\\"\\\",\\\"VoucherAmount\\\":\\\"0.00\\\",\\\"VoucherCode\\\":\\\"\\\",\\\"Status\\\":\\\"pending\\\",\\\"IsProcessable\\\":\\\"1\\\",\\\"ShipmentProvider\\\":\\\"\\\",\\\"IsDigital\\\":\\\"0\\\",\\\"DigitalDeliveryInfo\\\":\\\"\\\",\\\"TrackingCode\\\":\\\"\\\",\\\"TrackingCodePre\\\":\\\"\\\",\\\"Reason\\\":\\\"\\\",\\\"ReasonDetail\\\":\\\"\\\",\\\"PurchaseOrderId\\\":\\\"\\\",\\\"PurchaseOrderNumber\\\":\\\"\\\",\\\"PackageId\\\":\\\"\\\",\\\"PackageSrcId\\\":\\\"\\\",\\\"PromisedShippingTime\\\":\\\"\\\",\\\"ExtraAttributes\\\":\\\"\\\",\\\"ShippingProviderType\\\":\\\"\\\",\\\"CreatedAt\\\":\\\"2023-03-14 17:49:19\\\",\\\"UpdatedAt\\\":\\\"2023-03-14 17:50:32\\\",\\\"Vouchers\\\":\\\"\\\",\\\"ShippingVoucher\\\":\\\"0.00\\\",\\\"WarehouseName\\\":\\\"\\\",\\\"StoreCredits\\\":\\\"0.00\\\",\\\"ExchangeForOrderId\\\":\\\"\\\",\\\"ExchangeByOrderId\\\":\\\"\\\",\\\"IsHybrid\\\":\\\"0\\\",\\\"IsOutlet\\\":\\\"0\\\",\\\"ReturnStatus\\\":\\\"\\\"}]}}},{\\\"Head\\\":{\\\"RequestId\\\":\\\"\\\",\\\"RequestAction\\\":\\\"GetShipmentProviders\\\",\\\"ResponseType\\\":\\\"ShipmentProviders\\\",\\\"Timestamp\\\":\\\"2023-03-15T11:17:39-0300\\\"},\\\"Body\\\":{\\\"ShipmentProviders\\\":{\\\"ShipmentProvider\\\":{\\\"Name\\\":\\\"Flota Propia Dafiti\\\",\\\"Default\\\":\\\"1\\\",\\\"ApiIntegration\\\":\\\"0\\\",\\\"Cod\\\":\\\"0\\\",\\\"TrackingCodeValidationRegex\\\":\\\"\\\",\\\"TrackingCodeExample\\\":\\\"\\\",\\\"TrackingUrl\\\":\\\"\\\",\\\"TrackingCodeSetOnStep\\\":\\\"set_on_rts\\\",\\\"EnabledDeliveryOptions\\\":\\\"\\\"}}}}]\",\n          \"synchronizationStatus\": \"changed\",\n          \"status\": \"created\",\n          \"createdAt\": \"2023-03-15T14:17:39.000Z\",\n          \"updatedAt\": \"2023-03-15T14:17:44.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"DeliveryOrderStatusLogId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n        },\n        \"UpdatedBy\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"Fabian\",\n          \"email\": \"xxxxxxxxxx\"\n        }\n      },\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"name\": null,\n        \"code\": null,\n        \"comment\": \"Despachado \",\n        \"status\": \"created\",\n        \"date\": \"2023-03-15T14:53:38.000Z\",\n        \"createdAt\": \"2023-03-15T14:53:38.000Z\",\n        \"updatedAt\": \"2023-03-15T14:53:38.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderStatusId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderStatus\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"DELIVERY_ORDER_STATUSES.Shipped.Name\",\n          \"description\": \"DELIVERY_ORDER_STATUSES.Shipped.Description\",\n          \"code\": \"_delivery_order_status_shipped_\",\n          \"position\": 4,\n          \"tags\": null,\n          \"status\": \"created\",\n          \"createdAt\": null,\n          \"updatedAt\": null\n        },\n        \"DeliveryOrderChangeStatusLink\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"request\": \"[{\\\"uri\\\":\\\"https://sellercenter-api.dafiti.cl/\\\",\\\"method\\\":\\\"GET\\\",\\\"qs\\\":{\\\"Action\\\":\\\"GetOrder\\\",\\\"Format\\\":\\\"JSON\\\",\\\"OrderId\\\":\\\"xxxxxxxxxx\\\",\\\"Version\\\":\\\"1.0\\\",\\\"UserID\\\":\\\"xxxxxxxxxx\\\",\\\"Timestamp\\\":\\\"2023-03-15T14:53:43+00:00\\\",\\\"Signature\\\":\\\"xxxxxxxxxx\\\"},\\\"json\\\":true},{\\\"uri\\\":\\\"https://sellercenter-api.dafiti.cl/\\\",\\\"method\\\":\\\"GET\\\",\\\"qs\\\":{\\\"Action\\\":\\\"GetOrderItems\\\",\\\"Format\\\":\\\"JSON\\\",\\\"OrderId\\\":\\\"xxxxxxxxxx\\\",\\\"Version\\\":\\\"1.0\\\",\\\"UserID\\\":\\\"xxxxxxxxxx\\\",\\\"Timestamp\\\":\\\"2023-03-15T14:53:43+00:00\\\",\\\"Signature\\\":\\\"xxxxxxxxxx\\\"},\\\"json\\\":true},{\\\"uri\\\":\\\"https://sellercenter-api.dafiti.cl/\\\",\\\"method\\\":\\\"GET\\\",\\\"qs\\\":{\\\"Action\\\":\\\"GetShipmentProviders\\\",\\\"Format\\\":\\\"JSON\\\",\\\"Version\\\":\\\"1.0\\\",\\\"UserID\\\":\\\"xxxxxxxxxx\\\",\\\"Timestamp\\\":\\\"2023-03-15T14:53:43+00:00\\\",\\\"Signature\\\":\\\"xxxxxxxxxx\\\"},\\\"json\\\":true}]\",\n          \"requestPayload\": \"\\\"[null,null,null]\\\"\",\n          \"externalContent\": \"{\\\"request\\\":{\\\"uri\\\":\\\"https://sellercenter-api.dafiti.cl/\\\",\\\"method\\\":\\\"POST\\\",\\\"qs\\\":{\\\"Action\\\":\\\"SetStatusToShipped\\\",\\\"Format\\\":\\\"JSON\\\",\\\"OrderItemId\\\":\\\"xxxxxxxxxx\\\",\\\"TrackingNumber\\\":\\\"\\\",\\\"DeliveryType\\\":\\\"pickup\\\",\\\"ShippingProvider\\\":\\\"\\\",\\\"Version\\\":\\\"1.0\\\",\\\"UserID\\\":\\\"xxxxxxxxxx\\\",\\\"Timestamp\\\":\\\"2023-03-15T14:53:43+00:00\\\",\\\"Signature\\\":\\\"xxxxxxxxxx\\\"},\\\"json\\\":true},\\\"error\\\":\\\"{\\\\\\\"Head\\\\\\\":{\\\\\\\"RequestAction\\\\\\\":\\\\\\\"SetStatusToShipped\\\\\\\",\\\\\\\"ErrorType\\\\\\\":\\\\\\\"Sender\\\\\\\",\\\\\\\"ErrorCode\\\\\\\":\\\\\\\"118\\\\\\\",\\\\\\\"ErrorMessage\\\\\\\":\\\\\\\"E118: Crossdocking order items are not allowed to be set to shipped status\\\\\\\"},\\\\\\\"Body\\\\\\\":\\\\\\\"\\\\\\\"}\\\"}\",\n          \"synchronizationStatus\": \"failed_fatal\",\n          \"status\": \"created\",\n          \"createdAt\": \"2023-03-15T14:53:43.000Z\",\n          \"updatedAt\": \"2023-03-15T14:53:44.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"DeliveryOrderStatusLogId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n        },\n        \"UpdatedBy\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"Fabian\",\n          \"email\": \"xxxxxxxxxx\"\n        }\n      }\n    ],\n    \"DeliveryOrderLinks\": [\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"content\": null,\n        \"externalId\": \"xxxxxxxxxx\",\n        \"externalOrderNumber\": \"disabled\",\n        \"externalContent\": \"{}\",\n        \"externalTrackingId\": null,\n        \"externalTrackingContent\": null,\n        \"status\": \"created\",\n        \"synchronizationStatus\": \"not-synchronized\",\n        \"externalCreatedAt\": null,\n        \"externalUpdatedAt\": null,\n        \"createdAt\": \"2023-03-14T20:50:05.000Z\",\n        \"updatedAt\": \"2023-03-15T14:18:52.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"CourierConnectionId\": null,\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"CourierConnection\": {\n          \"_id\": null,\n          \"name\": null,\n          \"provider\": null\n        }\n      }\n    ],\n    \"ShippingAddress\": {\n      \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"name\": null,\n      \"address_1\": \"xxxxxxxxxx\",\n      \"address_2\": \"Dpto/Casa/Of: \",\n      \"description\": null,\n      \"indications\": null,\n      \"receiverName\": \"xxxxxxxxxx xxxxxxxxxx\",\n      \"zipCode\": \"13xxxxxxxxxx0\",\n      \"city\": \"Taltal\",\n      \"state\": \"0\",\n      \"country\": \"II - Antofagasta, Chile\",\n      \"street\": null,\n      \"number\": null,\n      \"neighborhood\": null,\n      \"position\": 0,\n      \"status\": \"created\",\n      \"importance\": \"not-principal\",\n      \"createdAt\": \"2023-03-14T20:50:05.000Z\",\n      \"updatedAt\": \"2023-03-15T14:25:04.000Z\",\n      \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n      \"ShippingAddressReceivers\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"documentType\": null,\n        \"taxId\": null,\n        \"name\": \"xxxxxxxxxx\",\n        \"lastName\": \"xxxxxxxxxx\",\n        \"contactName\": \"xxxxxxxxxx xxxxxxxxxx\",\n        \"code\": null,\n        \"email\": null,\n        \"phoneNumber\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2023-03-14T20:50:05.000Z\",\n        \"updatedAt\": \"2023-03-14T20:50:05.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"ShippingAddressId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n      }\n    },\n    \"DeliveryOrderDocuments\": [\n      {\n        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-delivery-order-tickets/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"provider\": \"s3\",\n        \"title\": null,\n        \"description\": null,\n        \"code\": null,\n        \"type\": null,\n        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-delivery-order-tickets\",\n        \"storagePath\": null,\n        \"fileKey\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx.pdf\",\n        \"originalServerPath\": \"\",\n        \"originalFileName\": \"\",\n        \"fileName\": null,\n        \"fileType\": \"application/pdf\",\n        \"fileSize\": 18086,\n        \"status\": \"created\",\n        \"createdAt\": \"2023-03-15T14:18:50.000Z\",\n        \"updatedAt\": \"2023-03-15T14:18:50.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"CourierConnectionId\": null,\n        \"DeliveryOrderDocumentTypeId\": null,\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderDocumentType\": {\n          \"_id\": null,\n          \"name\": null,\n          \"code\": null,\n          \"description\": null,\n          \"position\": null,\n          \"tags\": null,\n          \"status\": null,\n          \"createdAt\": null,\n          \"updatedAt\": null\n        }\n      }\n    ],\n    \"DeliveryOrderInCheckouts\": [\n      {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"status\": \"created\",\n        \"inventoryStatus\": \"_fulfilled_inventory\",\n        \"createdAt\": \"2023-03-14T20:50:05.000Z\",\n        \"updatedAt\": \"2023-03-14T20:50:05.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderInCheckoutItems\": [\n          {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"code\": \"2080167741082\",\n            \"unfulfilledAmount\": 0,\n            \"stockAmount\": 1,\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"status\": \"created\",\n            \"createdAt\": \"2023-03-14T20:50:05.000Z\",\n            \"updatedAt\": \"2023-03-14T20:50:05.000Z\",\n            \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"FulfilledWarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"FulfilledWarehouse\": {\n              \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"name\": \"Bodega Online\",\n              \"code\": null,\n              \"address\": null,\n              \"description\": null,\n              \"type\": \"warehouse\",\n              \"phoneAreaCode\": null,\n              \"phoneNumber\": null,\n              \"latitude\": 0,\n              \"longitude\": 0,\n              \"openHours\": null,\n              \"tags\": null,\n              \"position\": 0,\n              \"status\": \"created\",\n              \"createdAt\": \"2022-03-07T21:30:28.000Z\",\n              \"updatedAt\": \"2022-03-07T21:30:28.000Z\",\n              \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"LocationId\": null,\n              \"TimezoneId\": null,\n              \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"SalesGroupId\": null\n            },\n            \"ProductVersion\": {\n              \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"code\": \"xxxxxxxxxx-xxxxxxxxxx-M\",\n              \"internalCode\": \"194328665499\",\n              \"providerCode\": null,\n              \"position\": 3,\n              \"width\": 13,\n              \"length\": 11,\n              \"height\": 12,\n              \"weight\": 0.5,\n              \"status\": \"created\",\n              \"createdAt\": \"2022-06-10T21:02:37.000Z\",\n              \"updatedAt\": \"2023-03-13T22:39:15.000Z\",\n              \"CodeTypeId\": null,\n              \"InternalCodeTypeId\": null,\n              \"ColorId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"SizeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"InventoryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"Color\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"name\": \"-\",\n                \"code\": null,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2022-04-18T20:23:04.000Z\",\n                \"updatedAt\": \"2022-04-18T20:23:04.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n              },\n              \"Size\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"name\": \"M\",\n                \"code\": null,\n                \"position\": 0,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2022-05-20T22:06:59.000Z\",\n                \"updatedAt\": \"2022-05-20T22:06:59.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n              },\n              \"Product\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"name\": \"xxxxxxxxxx Hombre Gráfico Gris xxxxxxxxxx\",\n                \"alias\": \"xxxxxxxxxx Hombre Gráfico Gris xxxxxxxxxx xxxxxxxxxx-xxxxxxxxxx\",\n                \"model\": \"xxxxxxxxxx Hombre xxxxxxxxxx Gráfico  xxxxxxxxxx-xxxxxxxxxx\",\n                \"code\": \"xxxxxxxxxx-xxxxxxxxxx\",\n                \"internalCode\": \"\",\n                \"providerCode\": null,\n                \"description\": \"Tipo de Producto: xxxxxxxxxx\\nTipo de Manga: xxxxxxxxxx\\nMaterial Principal:xxxxxxxxxx\\nCuidado/Lavado: Lavar a máquina o a mano con agua fría\\nCalce: Reguar\\nColor: Gris\\nModelo: Ghapich Hoodie\",\n                \"htmlDescription\": \"\",\n                \"shortDescription\": \"xxxxxxxxxx Hombre Gráfico Gris xxxxxxxxxx\",\n                \"htmlShortDescription\": \"xxxxxxxxxx Hombre Gráfico Gris xxxxxxxxxx xxxxxxxxxx-xxxxxxxxxx\",\n                \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.warning_on_distribution_to_marketplace\",\n                \"status\": \"created\",\n                \"createdAt\": \"2022-06-10T21:02:37.000Z\",\n                \"updatedAt\": \"2023-03-14T19:36:53.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"ProductCategoryId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"BrandId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"BrandTaxonomyItemId\": null,\n                \"SeasonId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"WarrantyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"ShippingClassId\": null,\n                \"OfficialStoreId\": null,\n                \"ProductTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n              }\n            },\n            \"AvailableStock\": {\n              \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"status\": \"created\",\n              \"amount\": 29,\n              \"createdAt\": \"2022-07-28T13:28:20.000Z\",\n              \"updatedAt\": \"2023-03-14T20:50:05.000Z\",\n              \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"ProductStockStateId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n              \"ProductStockState\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"name\": \"PRODUCT_STOCK_STATES.Available_stock.Name\",\n                \"code\": \"_available_stock\",\n                \"description\": \"PRODUCT_STOCK_STATES.Available_stock.Description\",\n                \"position\": 0,\n                \"tags\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n              }\n            }\n          }\n        ],\n        \"Checkout\": {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"code\": \"9445565067494\",\n          \"origin\": \"dafiti\",\n          \"net\": 0,\n          \"tax\": 0,\n          \"gross\": xxxxxxxxxx,\n          \"tags\": null,\n          \"status\": \"created\",\n          \"verificationStatus\": \"verified\",\n          \"paymentStatus\": \"completed\",\n          \"deliveryStatus\": \"pending\",\n          \"comment\": null,\n          \"soldAt\": \"2023-03-14T20:49:19.000Z\",\n          \"isMultiwarehouse\": null,\n          \"courierName\": \"DafitiCarrier\",\n          \"shippingMode\": \"Cross docking\",\n          \"createdAt\": \"2023-03-14T20:50:05.000Z\",\n          \"updatedAt\": \"2023-03-15T14:53:44.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"OwnerId\": null,\n          \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"ProductPriceListId\": null,\n          \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"ClientId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"ShippingAddressId\": null,\n          \"BillingAddressId\": null,\n          \"DeliveryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"ScreeningStatusId\": null,\n          \"MarketplaceScreeningStatusId\": null,\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"Client\": {\n            \"fullName\": \"xxxxxxxxxx xxxxxxxxxx\",\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"name\": \"xxxxxxxxxx\",\n            \"lastName\": \"xxxxxxxxxx\",\n            \"activity\": null,\n            \"contactName\": null,\n            \"comune\": null,\n            \"city\": null,\n            \"taxId\": \"xxxxxxxxxx-0\",\n            \"documentType\": null,\n            \"birthday\": null,\n            \"code\": null,\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"comment\": null,\n            \"type\": \"person\",\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2023-03-14T20:50:05.000Z\",\n            \"updatedAt\": \"2023-03-14T20:50:05.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n          }\n        }\n      }\n    ]\n  }"},{"id":"441f1ed7-d048-4081-bde2-84c8ae88c528","name":"400 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"heroku-session-affinity=AECDaANoA24IAfDoJGX///8HYgALrI1iAAePemEGbAAAAANtAAAABXdlYi42bQAAAAV3ZWIuM20AAAAFd2ViLjFqY6fijKd9P0aCVr0dpzwe1TE/rfI_; Version=1; Expires=Thu, 11-Jul-2019 13:24:29 GMT; Max-Age=86400; Domain=www.multivende.com; Path=/"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"30bc-skFIXdUxHktcqndLd1WBMio75+k\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 10 Jul 2019 13:24:29 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81055223-2456-46db-836e-3787ca5212a9"},{"name":"Get delivery order in checkout items","event":[{"listen":"test","script":{"id":"14547916-55d6-4761-9e2d-f5f462d81fd8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"667f2320-0f59-4116-b183-68ee15d5a1fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/delivery-orders/:delivery_order_id/delivery-order-in-checkout-items/dimensions","description":"<p>This endpoint allows you to view the dimensions of the products included in your delivery.</p>\n<p>With this information, you can use any logic you prefer to determine how many boxes you need and which product will go in each one.</p>\n<p>For more information visit our <a href=\"https://help.multivende.com/hc/es-419/articles/41885598743181-Implementaci%C3%B3n-de-multiboxing-con-la-API-de-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","delivery-orders",":delivery_order_id","delivery-order-in-checkout-items","dimensions"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[{"id":"e98d8e9e-afa6-41ef-85a9-403360da1dee","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id/delivery-order-in-checkout-items/dimensions","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id","delivery-order-in-checkout-items","dimensions"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Dec 2025 16:23:39 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"route=1765556620.673.374.6630|dbbe5c05cd46f635c4afad4d174bff18; Expires=Sun, 14-Dec-25 16:23:39 GMT; Max-Age=172800; Path=/api/delivery-orders/(.*); HttpOnly"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"x-im-request-limit","value":"25"},{"key":"ETag","value":"W/\"33a-sd8vejNnuAAyBUHlS/2cxDH7x2Q\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9ace9147da874ffb-BCN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"code\": \"azfafasffff\",\n        \"unfulfilledAmount\": 0,\n        \"stockAmount\": 1,\n        \"inventoryStatus\": \"_fulfilled_inventory\",\n        \"status\": \"created\",\n        \"processStatus\": \"available\",\n        \"createdAt\": \"2025-12-01T13:55:59.000Z\",\n        \"updatedAt\": \"2025-12-01T13:55:59.000Z\",\n        \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"FulfilledWarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n        \"ProductVersion\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"code\": \"xxxx123\",\n            \"status\": \"created\",\n            \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n        },\n        \"boxWeight\": 0.5,\n        \"boxLength\": 32,\n        \"boxWidth\": 10,\n        \"boxHeight\": 12\n    }\n]"},{"id":"b053419a-5a93-4dac-baae-0b77e5bd1644","name":"400 error","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"heroku-session-affinity=AECDaANoA24IAfDoJGX///8HYgALrI1iAAePemEGbAAAAANtAAAABXdlYi42bQAAAAV3ZWIuM20AAAAFd2ViLjFqY6fijKd9P0aCVr0dpzwe1TE/rfI_; Version=1; Expires=Thu, 11-Jul-2019 13:24:29 GMT; Max-Age=86400; Domain=www.multivende.com; Path=/"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"30bc-skFIXdUxHktcqndLd1WBMio75+k\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 10 Jul 2019 13:24:29 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"667f2320-0f59-4116-b183-68ee15d5a1fd"},{"name":"Get delivery orders with available shipping labels","id":"32979c18-961e-40b1-89fb-278f02075634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/delivery-orders/documents/p/:page?_delivery_statuses=completed&_delivery_statuses=pending&_shipping_label_print_statuses=not_printed&_shipping_label_status=ready&include_only_delivery_order_with_traking_number=true&_marketplace_connection_id=&_updated_at_from={{updated_at_from}}&_updated_at_to={{updated_at_to}}","description":"<p>The endpoint lists the orders that have available shipping labels for the submitted marketplace.</p>\n<p>It should be consulted for the sales that are in completed or pending status</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#c9a3de4b-0c22-4402-af22-3a585f338d4f\">Get app information</a> endpoint.</p>\n<p>It is available only for Merrcadolibre, Linio, Dafiti, Ripley, Paris, Falabella (fcom), Amazon, Walmart CL, Coppel, Totalplay or Liverpool.</p>\n<p><strong>Dates are in UTC time zone and format YYYY-MM-DDThh:mm:ss</strong></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13751937233037--C%C3%B3mo-generar-y-consultar-etiquetas-de-los-Marketplace\">Help Center</a>.</p>\n","urlObject":{"path":["api","m",":merchant_id","delivery-orders","documents","p",":page"],"host":["app.multivende.com"],"query":[{"key":"_delivery_statuses","value":"completed"},{"key":"_delivery_statuses","value":"pending"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"_shipping_label_print_statuses","value":"not_printed"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"_shipping_label_status","value":"ready"},{"key":"include_only_delivery_order_with_traking_number","value":"true"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"_marketplace_connection_id","value":""},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"_updated_at_from","value":"{{updated_at_from}}"},{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"_updated_at_to","value":"{{updated_at_to}}"}],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"9bc38d1d-ce6c-4663-9e53-d21427b85616","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/delivery-orders/documents/p/:page?_delivery_statuses=completed&_delivery_statuses=pending&_shipping_label_print_statuses=not_printed&_shipping_label_status=ready&include_only_delivery_order_with_traking_number=true&_marketplace_connection_id=&_updated_at_from={{updated_at_from}}&_updated_at_to={{updated_at_to}}","host":["app.multivende.com"],"path":["api","m",":merchant_id","delivery-orders","documents","p",":page"],"query":[{"key":"_delivery_statuses","value":"completed","description":"completed"},{"key":"_delivery_statuses","value":"pending"},{"key":"_shipping_label_print_statuses","value":"not_printed"},{"key":"_shipping_label_status","value":"ready","description":"not_printed"},{"key":"include_only_delivery_order_with_traking_number","value":"true","description":"true"},{"key":"_marketplace_connection_id","value":"","description":"pending"},{"key":"_updated_at_from","value":"{{updated_at_from}}"},{"key":"_updated_at_to","value":"{{updated_at_to}}"}],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Set-Cookie","value":"heroku-session-affinity=AECDaANoA24IAfDoJGX///8HYgALrI1iAAePemEGbAAAAANtAAAABXdlYi42bQAAAAV3ZWIuM20AAAAFd2ViLjFqY6fijKd9P0aCVr0dpzwe1TE/rfI_; Version=1; Expires=Thu, 11-Jul-2019 13:24:29 GMT; Max-Age=86400; Domain=www.multivende.com; Path=/","description":"","type":"text"},{"key":"X-Dns-Prefetch-Control","value":"off","description":"","type":"text"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"","type":"text"},{"key":"X-Download-Options","value":"noopen","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"},{"key":"X-Xss-Protection","value":"1; mode=block","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"},{"key":"Etag","value":"W/\"30bc-skFIXdUxHktcqndLd1WBMio75+k\"","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding","description":"","type":"text"},{"key":"Date","value":"Wed, 10 Jul 2019 13:24:29 GMT","description":"","type":"text"},{"key":"Via","value":"1.1 vegur","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"code\": \"XXXXXXXXXXXXX\",\n            \"cost\": 0,\n            \"isDeliveryPaid\": \"paid\",\n            \"tags\": null,\n            \"estimatedDeliveryDateFrom\": \"2024-07-25T04:00:00.000Z\",\n            \"estimatedDeliveryDateTo\": null,\n            \"effectiveDeliveryClosingDate\": null,\n            \"promisedDeliveryDate\": \"2024-07-26T04:00:00.000Z\",\n            \"handlingDateLimit\": \"2024-07-25T04:00:00.000Z\",\n            \"comment\": null,\n            \"deliveryClosingComment\": null,\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"shippingLabelStatus\": \"ready\",\n            \"shippingLabelPrintStatus\": \"not_printed\",\n            \"deliveryStatus\": \"pending\",\n            \"deliveryAddress\": null,\n            \"trackingNumber\": \"XXXXXXXX\",\n            \"trackingUrl\": null,\n            \"courierName\": \"BLUEXPRESS\",\n            \"shippingMode\": \"scheduled\",\n            \"createdAt\": \"2024-07-24T21:53:42.000Z\",\n            \"updatedAt\": \"2024-07-24T22:53:27.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"AssignedToId\": null,\n            \"OwnerId\": null,\n            \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"ShippingAddressId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"CourierId\": null,\n            \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"MerchantCourierId\": null,\n            \"DeliveryOrderStatus\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"DELIVERY_ORDER_STATUSES.Pending.Name\",\n                \"description\": \"DELIVERY_ORDER_STATUSES.Pending.Description\",\n                \"code\": \"_delivery_order_status_pending_\",\n                \"position\": 0,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            },\n            \"DeliveryOrderDocuments\": [],\n            \"DeliveryOrderLinks\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"content\": null,\n                    \"externalId\": \"XXXXXX\",\n                    \"externalOrderNumber\": \"XXXXXX\",\n                    \"externalContent\": \"{[]}\",\n                    \"externalTrackingId\": null,\n                    \"externalTrackingContent\": \"[]\",\n                    \"status\": \"created\",\n                    \"synchronizationStatus\": \"not-synchronized\",\n                    \"externalCreatedAt\": \"2024-07-24T21:53:41.000Z\",\n                    \"externalUpdatedAt\": \"2024-07-25T01:53:42.000Z\",\n                    \"createdAt\": \"2024-07-24T21:53:44.000Z\",\n                    \"updatedAt\": \"2024-07-24T22:53:27.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CourierConnectionId\": null,\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                }\n            ],\n            \"DeliveryOrderStatusLogs\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"name\": null,\n                    \"code\": null,\n                    \"comment\": null,\n                    \"status\": \"created\",\n                    \"date\": \"2024-07-25T01:53:42.000Z\",\n                    \"createdAt\": \"2024-07-24T21:53:42.000Z\",\n                    \"updatedAt\": \"2024-07-24T21:53:42.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"DeliveryOrderStatus\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"name\": \"DELIVERY_ORDER_STATUSES.Pending.Name\",\n                        \"description\": \"DELIVERY_ORDER_STATUSES.Pending.Description\",\n                        \"code\": \"_delivery_order_status_pending_\",\n                        \"position\": 0,\n                        \"tags\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": null,\n                        \"updatedAt\": null\n                    }\n                }\n            ],\n            \"DeliveryOrderInCheckouts\": [\n                {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"status\": \"created\",\n                    \"inventoryStatus\": \"_fulfilled_inventory\",\n                    \"createdAt\": \"2024-07-24T21:53:44.000Z\",\n                    \"updatedAt\": \"2024-07-24T21:53:44.000Z\",\n                    \"CreatedById\": null,\n                    \"UpdatedById\": null,\n                    \"DeliveryOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"Checkout\": {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"code\": \"XXXXXXXXXX\",\n                        \"origin\": \"paris\",\n                        \"net\": 16990,\n                        \"tax\": 0,\n                        \"gross\": 16990,\n                        \"tags\": \"\",\n                        \"status\": \"created\",\n                        \"verificationStatus\": \"verified\",\n                        \"paymentStatus\": \"completed\",\n                        \"deliveryStatus\": \"pending\",\n                        \"comment\": \"\",\n                        \"soldAt\": \"2024-07-24T21:53:41.000Z\",\n                        \"isMultiwarehouse\": \"disabled\",\n                        \"courierName\": \"BLUEXPRESS\",\n                        \"shippingMode\": \"scheduled\",\n                        \"createdAt\": \"2024-07-24T21:53:42.000Z\",\n                        \"updatedAt\": \"2024-07-24T22:53:27.000Z\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"OwnerId\": null,\n                        \"WarehouseId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductPriceListId\": null,\n                        \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ClientId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ShippingAddressId\": null,\n                        \"BillingAddressId\": null,\n                        \"DeliveryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ScreeningStatusId\": null,\n                        \"MarketplaceScreeningStatusId\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"Client\": {\n                            \"fullName\": \"Multivende\",\n                            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                            \"name\": \"Multivende\",\n                            \"lastName\": \"SPA\",\n                            \"activity\": \"\",\n                            \"contactName\": null,\n                            \"comune\": \"\",\n                            \"city\": \"\",\n                            \"documentType\": \"RUT\",\n                            \"taxId\": \"XXXXXXXXX\",\n                            \"birthday\": null,\n                            \"code\": null,\n                            \"email\": \"multivende@multivende.com\",\n                            \"phoneNumber\": \"+569XXXXXXXX\",\n                            \"comment\": \"\",\n                            \"type\": \"person\",\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"sensitiveDataEncryptVersion\": null,\n                            \"sensitiveDataStatus\": \"visible\",\n                            \"createdAt\": \"2024-07-24T21:53:42.000Z\",\n                            \"updatedAt\": \"2024-07-24T21:53:42.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                        },\n                        \"CheckoutLinks\": [\n                            {\n                                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"externalId\": \"XXXXXX\",\n                                \"externalOrderNumber\": \"XXXXXX\",\n                                \"externalCustomerOrderNumber\": \"XXXXXX\",\n                                \"externalContent\": \"{[]}\",\n                                \"synchronizationStatus\": \"synchronized\",\n                                \"status\": \"created\",\n                                \"externalCreatedAt\": \"2024-07-24T21:53:41.000Z\",\n                                \"externalUpdatedAt\": \"2024-07-25T02:53:26.000Z\",\n                                \"createdAt\": \"2024-07-24T21:53:42.000Z\",\n                                \"updatedAt\": \"2024-07-24T22:53:27.000Z\",\n                                \"CreatedById\": null,\n                                \"UpdatedById\": null,\n                                \"MarketplaceConnectionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                            }\n                        ],\n                        \"CheckoutPayments\": [\n                            {\n                                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"code\": null,\n                                \"amount\": 16990,\n                                \"amountPaid\": 16990,\n                                \"change\": 0,\n                                \"paymentStatus\": \"completed\",\n                                \"authorizationCode\": null,\n                                \"detail\": null,\n                                \"status\": \"created\",\n                                \"verificationStatus\": \"verified\",\n                                \"cardNumber\": null,\n                                \"installments\": null,\n                                \"datePaid\": null,\n                                \"dateVerificated\": null,\n                                \"createdAt\": \"2024-07-24T21:53:42.000Z\",\n                                \"updatedAt\": \"2024-07-24T21:53:42.000Z\",\n                                \"CreatedById\": null,\n                                \"UpdatedById\": null,\n                                \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"PaymentMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"PaymentGatewayId\": null,\n                                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                            }\n                        ],\n                        \"CheckoutItems\": [\n                            {\n                                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"code\": \"XXXXXX\",\n                                \"net\": 0,\n                                \"tax\": 0,\n                                \"gross\": 16990,\n                                \"count\": 1,\n                                \"tags\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2024-07-24T21:53:42.000Z\",\n                                \"updatedAt\": \"2024-07-24T21:53:42.000Z\",\n                                \"CreatedById\": null,\n                                \"UpdatedById\": null,\n                                \"CheckoutId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"ProductVersion\": {\n                                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                    \"code\": \"XXXXXX\",\n                                    \"internalCode\": null,\n                                    \"providerCode\": null,\n                                    \"position\": 0,\n                                    \"width\": 0.5,\n                                    \"length\": 0.5,\n                                    \"height\": 0.5,\n                                    \"weight\": 0.5,\n                                    \"status\": \"created\",\n                                    \"createdAt\": \"2023-12-26T14:00:33.000Z\",\n                                    \"updatedAt\": \"2024-06-02T14:21:25.000Z\",\n                                    \"CodeTypeId\": null,\n                                    \"InternalCodeTypeId\": null,\n                                    \"ColorId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                    \"SizeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                    \"InventoryTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                    \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                    \"Product\": {\n                                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"name\": \"Pantalón Hombre Bolsillo Chino Camel Liso\",\n                                        \"alias\": \"Pantalón Hombre Bolsillo Chino Camel Liso\",\n                                        \"model\": \"Pantalón\",\n                                        \"code\": \"XXXXXXXXXXXX\",\n                                        \"internalCode\": null,\n                                        \"providerCode\": null,\n                                        \"description\": null,\n                                        \"htmlDescription\": null,\n                                        \"shortDescription\": null,\n                                        \"htmlShortDescription\": null,\n                                        \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.pending\",\n                                        \"status\": \"created\",\n                                        \"createdAt\": \"2023-12-26T14:00:33.000Z\",\n                                        \"updatedAt\": \"2024-07-23T11:28:22.000Z\",\n                                        \"CodeTypeId\": null,\n                                        \"InternalCodeTypeId\": null,\n                                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"ProductCategoryId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"BrandTaxonomyItemId\": null,\n                                        \"SeasonId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"WarrantyId\": null,\n                                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"ShippingClassId\": null,\n                                        \"OfficialStoreId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                                    },\n                                    \"Color\": {\n                                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"name\": \"CAMEL\",\n                                        \"code\": null,\n                                        \"tags\": null,\n                                        \"status\": \"created\",\n                                        \"createdAt\": \"2020-08-31T21:09:55.000Z\",\n                                        \"updatedAt\": \"2020-08-31T21:09:55.000Z\",\n                                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                                    },\n                                    \"Size\": {\n                                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"name\": \"40\",\n                                        \"code\": null,\n                                        \"position\": 0,\n                                        \"tags\": null,\n                                        \"status\": \"created\",\n                                        \"createdAt\": \"2020-08-31T21:09:04.000Z\",\n                                        \"updatedAt\": \"2020-08-31T21:09:04.000Z\",\n                                        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n                                    }\n                                }\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 3,\n        \"current_page\": 1,\n        \"next_page\": 2,\n        \"previous_page\": 0,\n        \"total_items\": 136\n    }\n}"}],"_postman_id":"32979c18-961e-40b1-89fb-278f02075634"},{"name":"Get delivery order statuses","event":[{"listen":"test","script":{"id":"14547916-55d6-4761-9e2d-f5f462d81fd8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"42e2d0d4-c38c-4a6c-9646-d2338a2943f0","request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/delivery-order-statuses","description":"<p>This endpoint will list the available delivery order statuses.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13751514498957-Estados-de-una-Orden-Seg%C3%BAn-el-Tipo-de-Entrega\">Help Center</a>.</p>\n","urlObject":{"path":["api","delivery-order-statuses"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"1131c947-ea13-4515-bb87-aa6423c7caf5","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/delivery-order-statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 17:02:57 GMT","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"7d7-VZTW49XHKGRb/iXf77F949Zg0FA\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"s%3ANk_kFseJIwmRguXeOHgvc2CyK3RMOojU.eGmTKK6MMWsR7xbKg5mmg6sQM06rcr9rbhB5T2XvQsA","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"510a864b-2385-11e7-8642-2c56dc130c0d\",\n            \"name\": \"DELIVERY_ORDER_STATUSES.Pending.Name\",\n            \"description\": \"DELIVERY_ORDER_STATUSES.Pending.Description\",\n            \"code\": \"_delivery_order_status_pending_\", // status when order is entered\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": null,\n            \"updatedAt\": null\n        },\n        {\n            \"_id\": \"12b5c639-2386-11e7-8642-2c56dc130c0d\",\n            \"name\": \"DELIVERY_ORDER_STATUSES.Handling.Name\",\n            \"description\": \"DELIVERY_ORDER_STATUSES.Handling.Description\",\n            \"code\": \"_delivery_order_status_handling_\", //The order is being prepared for shipment\n            \"position\": 1,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": null,\n            \"updatedAt\": null\n        },\n        {\n            \"_id\": \"184e4ab4-2386-11e7-8642-2c56dc130c0d\",\n            \"name\": \"DELIVERY_ORDER_STATUSES.Ready_to_ship.Name\",\n            \"description\": \"DELIVERY_ORDER_STATUSES.Ready_to_ship.Description\",\n            \"code\": \"_delivery_order_status_ready_to_ship_\", //The order is ready for shipment\n            \"position\": 2,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": null,\n            \"updatedAt\": null\n        },\n        {\n            \"_id\": \"585fe8f5-8331-11ea-af21-e4e74934d1f8\",\n            \"name\": \"DELIVERY_ORDER_STATUSES.Reschedule_.Name\", // The order has been rescheduled\n            \"description\": \"DELIVERY_ORDER_STATUSES.Reschedule_.Description\",\n            \"code\": \"_delivery_order_reschedule_\",\n            \"position\": 3,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": null,\n            \"updatedAt\": null\n        },\n        {\n            \"_id\": \"232d1d01-2386-11e7-8642-2c56dc130c0d\",\n            \"name\": \"DELIVERY_ORDER_STATUSES.Shipped.Name\",\n            \"description\": \"DELIVERY_ORDER_STATUSES.Shipped.Description\",\n            \"code\": \"_delivery_order_status_shipped_\", //The order has been shipped\n            \"position\": 3,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": null,\n            \"updatedAt\": null\n        },\n        {\n            \"_id\": \"2a12aee4-2386-11e7-8642-2c56dc130c0d\",\n            \"name\": \"DELIVERY_ORDER_STATUSES.Delivered.Name\",\n            \"description\": \"DELIVERY_ORDER_STATUSES.Delivered.Description\",\n            \"code\": \"_delivery_order_status_delivered_\", // The order has been delivered\n            \"position\": 4,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": null,\n            \"updatedAt\": null\n        },\n        {\n            \"_id\": \"304046fe-2386-11e7-8642-2c56dc130c0d\",\n            \"name\": \"DELIVERY_ORDER_STATUSES.Not_delivered.Name\",\n            \"description\": \"DELIVERY_ORDER_STATUSES.Not_delivered.Description\",\n            \"code\": \"_delivery_order_status_not_delivered_\", //The order has not been delivered\n            \"position\": 5,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": null,\n            \"updatedAt\": null\n        },\n        {\n            \"_id\": \"34a89c8f-2386-11e7-8642-2c56dc130c0d\",\n            \"name\": \"DELIVERY_ORDER_STATUSES.Cancelled.Name\",\n            \"description\": \"DELIVERY_ORDER_STATUSES.Cancelled.Description\",\n            \"code\": \"_delivery_order_status_cancelled_\", //The order has been canceled\n            \"position\": 6,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": null,\n            \"updatedAt\": null\n        },\n        {\n            \"_id\": \"dcf7afa8-5bb3-11e9-a7c3-0e05aed535e2\",\n            \"name\": \"DELIVERY_ORDER_STATUSES.Under_review.Name\",\n            \"description\": \"DELIVERY_ORDER_STATUSES.Under_review.Description\",\n            \"code\": \"_delivery_order_status_under_review_\", //The order is under review. Multivende has no events for this state\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2019-04-10T00:00:00.000Z\",\n            \"updatedAt\": \"2019-04-10T00:00:00.000Z\"\n        },\n        {\n            \"_id\": \"4da4a0e3-c5af-11ec-a8f9-02aee7588cb2\",\n            \"name\": \"DELIVERY_ORDER_STATUSES.Cancellation_request.Name\",\n            \"description\": \"DELIVERY_ORDER_STATUSES.Cancellation_request.Description\", //It does not apply to any channel at this time.\n            \"code\": \"_delivery_order_status_cancellation_request_\",\n            \"position\": 9,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": null,\n            \"updatedAt\": null\n        },\n          {\n            \"_id\": \"9fddd14d-8eda-46d8-867f-26ae43b3491f\",\n            \"name\": \"DELIVERY_ORDER_STATUSES.Partial_cancelled.Name\",\n            \"description\": \"DELIVERY_ORDER_STATUSES.Partial_cancelled.Description\", //The order was partially cancelled on MercadoLibre\n            \"code\": \"_delivery_order_status_partial_cancelled_\",\n            \"position\": 10,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2023-02-21T00:00:00.000Z\",\n            \"updatedAt\": \"2023-02-21T00:00:00.000Z\"\n        }\n        \n    ],\n    \"pagination\": {\n        \"limit\": 9\n    }\n}"}],"_postman_id":"42e2d0d4-c38c-4a6c-9646-d2338a2943f0"},{"name":"Update delivery order status","id":"6a8243cc-c2b8-4bca-a578-b9e664fe805f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\r\n    \"date\": \"2022-11-11\",\r\n    \"DeliveryOrderStatusId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\r\n    \"comment\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/delivery-orders/:delivery_order_id/change-delivery-status","description":"<p>This point allows to update the delivery order status.</p>\n<p>To check the Multivende status of an order, use the <a href=\"https://dev.multivende.com/#faca2dea-85a0-48be-bd93-dd8934051f6b\">Get delivery order statuses</a> endpoint.</p>\n<p><strong>Params:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DeliveryOrderId</td>\n<td>Char</td>\n<td>The delivery order id whose status will be updated</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>date</td>\n<td>Datetime</td>\n<td>date and time of the update</td>\n<td>No</td>\n</tr>\n<tr>\n<td>DeliveryOrderStatusId</td>\n<td>Char</td>\n<td>The id of the delivery status to be updated</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>Text</td>\n<td>A comment about the update</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional Note:</strong></p>\n<ul>\n<li><p>The statuses which code is: \"<em>delivery_order_status_delivered</em>\", \"<em>delivery_order_status_not_delivered</em>\" or \"<em>delivery_order_status_cancelled</em>\", must be final statuses, the status should not be changed once they have any of those three.</p>\n</li>\n<li><p>Some statuses may be reflected as failed on the Mutivende platform, please validate that the channel accepts the status before updating it.</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13751514498957-Estados-de-una-Orden-Seg%C3%BAn-el-Tipo-de-Entrega\">Help Center</a>.</p>\n","urlObject":{"path":["api","delivery-orders",":delivery_order_id","change-delivery-status"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[{"id":"1e9a5752-8939-453b-a51b-45fa086734b5","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" { \r\n\t\"DeliveryOrderId\": \"\",\r\n\t\"date\": \"{{delivery_order_change_date}}\",\r\n\t\"DeliveryOrderStatusId\":\"{{delivery_order_status_id}}\",\r\n\t\"comment\": \"{{comment}}\" \r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id/change-delivery-status","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id","change-delivery-status"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 18:47:30 GMT","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"c8e-kITBTMY5/xzDskRWvLG4Jhuh5Co\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"s%3ANk_kFseJIwmRguXeOHgvc2CyK3RMOojU.eGmTKK6MMWsR7xbKg5mmg6sQM06rcr9rbhB5T2XvQsA","key":"connect.sid"}],"responseTime":null,"body":"{\n    \"deliveryOrder\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"code\": \"1958984423669\",\n        \"cost\": 600,\n        \"tags\": null,\n        \"estimatedDeliveryDateFrom\": null,\n        \"estimatedDeliveryDateTo\": \"2018-07-21T08:00:00.000Z\",\n        \"effectiveDeliveryClosingDate\": null,\n        \"comment\": \"Selected Sla: Despacho a Domicilio,Delivery Company: Test company - Despacho Domicilio\",\n        \"deliveryClosingComment\": null,\n        \"status\": \"deleted\",\n        \"inventoryStatus\": \"_unfulfilled_inventory\",\n        \"shippingLabelStatus\": null,\n        \"shippingLabelPrintStatus\": \"not_printed\",\n        \"deliveryStatus\": \"pending\",\n        \"deliveryAddress\": null,\n        \"trackingNumber\": null,\n        \"createdAt\": \"2018-07-13T18:30:10.000Z\",\n        \"updatedAt\": \"2018-07-13T18:30:10.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"AssignedToId\": null,\n        \"OwnerId\": null,\n        \"CurrencyId\": null,\n        \"ShippingAddressId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"DeliveryTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"WarehouseId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CourierId\": null,\n        \"MerchantCourierId\": null,\n        \"DeliveryOrderInCheckouts\": [\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"status\": \"created\",\n                \"inventoryStatus\": \"_unfulfilled_inventory\",\n                \"createdAt\": \"2018-07-13T18:30:10.000Z\",\n                \"updatedAt\": \"2018-07-13T18:30:10.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                \"DeliveryOrderInCheckoutItems\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"code\": \"1134569657500\",\n                        \"unfulfilledAmount\": 1,\n                        \"inventoryStatus\": \"_unfulfilled_inventory\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2018-07-13T18:30:10.000Z\",\n                        \"updatedAt\": \"2018-07-13T18:30:10.000Z\",\n                        \"CheckoutItemId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"DeliveryOrderInCheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"CreatedById\": null,\n                        \"UpdatedById\": null,\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                        \"CheckoutItem\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"code\": null,\n                            \"net\": 12000000,\n                            \"tax\": 0,\n                            \"gross\": 12000000,\n                            \"count\": 1,\n                            \"tags\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2018-07-13T18:30:09.000Z\",\n                            \"updatedAt\": \"2018-07-13T18:30:09.000Z\",\n                            \"CreatedById\": null,\n                            \"UpdatedById\": null,\n                            \"CheckoutId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"ProductVersionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n                        }\n                    }\n                ]\n            }\n        ]\n    },\n    \"deliveryOrderStatusLog\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"status\": \"created\",\n        \"date\": \"2018-07-22T18:30:00.000Z\",\n        \"comment\": \"test comment\",\n        \"DeliveryOrderStatusId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"DeliveryOrderId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"updatedAt\": \"2018-07-23T18:47:30.000Z\",\n        \"createdAt\": \"2018-07-23T18:47:30.000Z\"\n    },\n    \"deliveryOrderStatusCode\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n        \"name\": \"DELIVERY_ORDER_STATUSES.Handling.Name\",\n        \"description\": \"DELIVERY_ORDER_STATUSES.Handling.Description\",\n        \"code\": \"_delivery_order_status_handling_\",\n        \"position\": 1,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n    },\n    \"deliveryOrderStatus\": \"pending\"\n}"},{"id":"5621e715-c101-4a63-8b61-5e9f11de7706","name":"400 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" { \r\n\t\"DeliveryOrderId\": \"\",\r\n\t\"date\": \"{{delivery_order_change_date}}\",\r\n\t\"DeliveryOrderStatusId\":\"{{delivery_order_status_id}}\",\r\n\t\"comment\": \"{{comment}}\" \r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id/change-delivery-status","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id","change-delivery-status"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 18:47:30 GMT","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"c8e-kITBTMY5/xzDskRWvLG4Jhuh5Co\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"s%3ANk_kFseJIwmRguXeOHgvc2CyK3RMOojU.eGmTKK6MMWsR7xbKg5mmg6sQM06rcr9rbhB5T2XvQsA","key":"connect.sid"}],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <title>Error</title>\n</head>\n\n<body>\n    <pre>Bad Request</pre>\n</body>\n\n</html>"},{"id":"ebc6157f-a70e-4789-af1e-30f63e7880d5","name":"500 error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" { \r\n\t\"DeliveryOrderId\": \"\",\r\n\t\"date\": \"{{delivery_order_change_date}}\",\r\n\t\"DeliveryOrderStatusId\":\"{{delivery_order_status_id}}\",\r\n\t\"comment\": \"{{comment}}\" \r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id/change-delivery-status","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id","change-delivery-status"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"keep-alive","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"The mime type of this content"},{"key":"Date","value":"Mon, 23 Jul 2018 18:47:30 GMT","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"c8e-kITBTMY5/xzDskRWvLG4Jhuh5Co\"","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Transfer-Encoding","value":"chunked","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-DNS-Prefetch-Control","value":"off","description":"Custom header"},{"key":"X-Download-Options","value":"noopen","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-XSS-Protection","value":"1; mode=block","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"localhost","path":"/","secure":false,"value":"s%3ANk_kFseJIwmRguXeOHgvc2CyK3RMOojU.eGmTKK6MMWsR7xbKg5mmg6sQM06rcr9rbhB5T2XvQsA","key":"connect.sid"}],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\">\n<title>Error</title>\n</head>\n<body>\n<pre>Internal Server Error</pre>\n</body>\n</html>"}],"_postman_id":"6a8243cc-c2b8-4bca-a578-b9e664fe805f"},{"name":"Update delivery order","id":"f60d8b7f-b50a-46d3-9c50-9d17b9f63e84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":" { \r\n\t\"trackingNumber\": \"123456\",\r\n\t\"trackingUrl\": \"https://ejmplo.com\",\r\n    \"estimatedDeliveryDateTo\": \"1/12/20202018:11:47\",\r\n    \"estimatedDeliveryDateFrom\": \"31/12/20202018:11:47\",\r\n    \"comment\" : \"\"\r\n\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/delivery-orders/:delivery_order_id","description":"<p>This point allows to update the delivery order fields.</p>\n<p>The channels that allow this update are:</p>\n<ul>\n<li><p>Mercadolibre (This applies to ME1, custom and not_specified shipments).</p>\n</li>\n<li><p>Vtex (Application for both \"Delivery\" and \"PickUp\" orders).</p>\n</li>\n<li><p>Dafiti(Application for the \"Dropshipping\" modality).</p>\n</li>\n<li><p>Amazon (Applies for Logistics type sales - Channel == 'MFN')</p>\n</li>\n<li><p>Liverpool.</p>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/28738033510925--C%C3%B3mo-actualizar-los-estados-de-un-despacho\">Help Center.</a></p>\n","urlObject":{"path":["api","delivery-orders",":delivery_order_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the delivery order in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"delivery_order_id"}]}},"response":[{"id":"c1ffbcaa-d81e-4cb3-981f-ec68a59d774c","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" { \r\n\t\"trackingNumber\": \"1234567\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/delivery-orders/:delivery_order_id","host":["app.multivende.com"],"path":["api","delivery-orders",":delivery_order_id"],"variable":[{"key":"delivery_order_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"51f-zSmzc+KMuBuYiWYnDeR7gASygMI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 16 Oct 2019 18:05:00 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-56d0-4f34-9213-e5466119b23f\",\n    \"code\": \"xxxx98184893\",\n    \"cost\": 40,\n    \"tags\": null,\n    \"estimatedDeliveryDateFrom\": null,\n    \"estimatedDeliveryDateTo\": null,\n    \"effectiveDeliveryClosingDate\": null,\n    \"comment\": null,\n    \"deliveryClosingComment\": null,\n    \"status\": \"created\",\n    \"inventoryStatus\": \"_fulfilled_inventory\",\n    \"shippingLabelStatus\": null,\n    \"shippingLabelPrintStatus\": \"not_printed\",\n    \"deliveryStatus\": \"pending\",\n    \"deliveryAddress\": \"Envío a convenir con el vendedor\",\n    \"trackingNumber\": \"1234567\",\n    \"createdAt\": \"2019-10-10T16:18:07.000Z\",\n    \"updatedAt\": \"2019-10-16T18:04:53.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"AssignedToId\": null,\n    \"OwnerId\": null,\n    \"CurrencyId\": null,\n    \"ShippingAddressId\": null,\n    \"DeliveryTypeId\": \"xxxxxxxx-6a0c-11e6-9651-70928b05753b\",\n    \"MerchantId\": \"xxxxxxxx-53a0-4082-9476-643633009049\",\n    \"WarehouseId\": \"xxxxxxxx-0c80-45ba-a769-f1bb1fd9b6ae\",\n    \"CourierId\": null,\n    \"DeliveryOrderStatusId\": null,\n    \"MerchantCourierId\": null,\n    \"DeliveryOrderInCheckouts\": [\n        {\n            \"_id\": \"xxxxxxxx-818b-4566-b0dd-b70159a82ba7\",\n            \"status\": \"created\",\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"createdAt\": \"2019-10-10T16:18:07.000Z\",\n            \"updatedAt\": \"2019-10-10T16:18:09.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"DeliveryOrderId\": \"xxxxxxxx-56d0-4f34-9213-e5466119b23f\",\n            \"CheckoutId\": \"xxxxxxxx-4763-4e5d-828a-30fb41eac2e1\",\n            \"MerchantId\": \"xxxxxxxx-53a0-4082-9476-643633009049\"\n        }\n    ]\n}"}],"_postman_id":"f60d8b7f-b50a-46d3-9c50-9d17b9f63e84"}],"id":"54e818cb-925c-4209-9a54-663638afa279","_postman_id":"54e818cb-925c-4209-9a54-663638afa279","description":""},{"name":"Delivery types","item":[{"name":"Get delivery types","event":[{"listen":"test","script":{"id":"14547916-55d6-4761-9e2d-f5f462d81fd8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"00218c7d-bb27-4515-baa2-fcf5212b843c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/delivery-types","description":"<p>This endpoint will list the available delivery types.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13751514498957-Estados-de-una-Orden-Seg%C3%BAn-el-Tipo-de-Entrega\">Help Center</a>.</p>\n","urlObject":{"path":["api","delivery-types"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"e4d7b30f-6639-43a8-baec-64dfccaea39f","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/delivery-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"696"},{"key":"Etag","value":"W/\"2b8-9BDGSj0hF6AOipwMopt1mr3DOcs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 11 Sep 2019 19:15:38 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5a803d66-6a0c-11e6-9651-70928b05753b\",\n        \"name\": \"DELIVERY_TYPES.Inmediate.Name\",\n        \"description\": \"DELIVERY_TYPES.Inmediate.Description\",\n        \"code\": \"_delivery_type_inmediate\"\n    },\n    {\n        \"_id\": \"9474c2a8-6a0c-11e6-9651-70928b05753b\",\n        \"name\": \"DELIVERY_TYPES.Delivery.Name\",\n        \"description\": \"DELIVERY_TYPES.Delivery.Description\",\n        \"code\": \"_delivery_type_delivery\"\n    },\n    {\n        \"_id\": \"9f8a2714-6a0c-11e6-9651-70928b05753b\",\n        \"name\": \"DELIVERY_TYPES.Store_pickup.Name\",\n        \"description\": \"DELIVERY_TYPES.Store_pickup.Description\",\n        \"code\": \"_delivery_type_store_pickup\"\n    },\n    {\n        \"_id\": \"08d0f28e-9f0d-11e7-8679-2c56dc130c0d\",\n        \"name\": \"DELIVERY_TYPES.Deferred.Name\",\n        \"description\": \"DELIVERY_TYPES.Deferred.Description\",\n        \"code\": \"_delivery_type_deferred\"\n    },\n    {\n        \"_id\": \"a13379d6-a9b9-11eb-a304-0609ba36ba5e\",\n        \"name\": \"DELIVERY_TYPES.Mix.Name\",\n        \"description\": \"DELIVERY_TYPES.Mix.Description\",\n        \"code\": \"_delivery_type_mix\"\n    }\n]"}],"_postman_id":"00218c7d-bb27-4515-baa2-fcf5212b843c"},{"name":"Get Shipping Mode","event":[{"listen":"test","script":{"id":"14547916-55d6-4761-9e2d-f5f462d81fd8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"04a30525-ec73-473f-9280-69aa04366ae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/marketplace-connection/:marketplace_connection_id/delivery-order-shipping-modes","description":"<p><strong>This endpoint returns the available delivery method(s) by providing the</strong> <strong><code>merchant_id</code></strong> <strong>and</strong> <strong><code>marketplace_connection_id</code>****.</strong></p>\n<blockquote>\n</blockquote>\n<p><strong>Note:</strong></p>\n<p>The <code>merchant_id</code> can be obtained from the <strong>Get App Information</strong> endpoint.  </p>\n<p>The <code>marketplace_connection_id</code> can be obtained from the <strong>Get Marketplace Connections</strong> endpoint.</p>\n","urlObject":{"path":["api","m",":merchant_id","marketplace-connection",":marketplace_connection_id","delivery-order-shipping-modes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"1bf5dcda-6d8a-4ff3-88dc-fef9f658f5ac","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/marketplace-connection/:marketplace_connection_id/delivery-order-shipping-modes","host":["app.multivende.com"],"path":["api","m",":merchant_id","marketplace-connection",":marketplace_connection_id","delivery-order-shipping-modes"],"variable":[{"key":"merchant_id","value":""},{"key":"marketplace_connection_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"696"},{"key":"Etag","value":"W/\"2b8-9BDGSj0hF6AOipwMopt1mr3DOcs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Wed, 11 Sep 2019 19:15:38 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"shippingModes\": [\n        \"xd_drop_off\"\n    ]\n}"}],"_postman_id":"04a30525-ec73-473f-9280-69aa04366ae6"}],"id":"3e1f2d01-bd3e-460e-b12c-a0422b2a9c8c","event":[{"listen":"prerequest","script":{"id":"86a4eaa4-dbc7-4808-956f-0c75d07fe803","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3cec0b4f-24ed-4e09-8f12-a40d9dcdbef9","type":"text/javascript","exec":[""]}}],"_postman_id":"3e1f2d01-bd3e-460e-b12c-a0422b2a9c8c","description":""},{"name":"Pick Up Order","item":[{"name":"Get pick up order","event":[{"listen":"test","script":{"id":"14547916-55d6-4761-9e2d-f5f462d81fd8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"dff428dc-9e5f-4b65-b9cb-23c6341555c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/pick-up-orders/:pick_up_order_id","description":"<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","pick-up-orders",":pick_up_order_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the in-store pickup order.</p>\n","type":"text/plain"},"type":"any","value":"","key":"pick_up_order_id"}]}},"response":[{"id":"d055afbc-4ff6-4b15-b704-ea2b25d82be6","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/pick-up-orders/:pick_up_order_id","host":["app.multivende.com"],"path":["api","pick-up-orders",":pick_up_order_id"],"variable":[{"key":"pick_up_order_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"heroku-session-affinity=AECDaANoA24IAWZDqqL+//8HYgANiK5iAAaYTGEFbAAAAANtAAAABXdlYi4xbQAAAAV3ZWIuNW0AAAAFd2ViLjRqKS01S1wsttVWHvqDLgQUOtjFbIY_; Version=1; Expires=Thu, 28-Nov-2019 20:35:58 GMT; Max-Age=86400; Domain=www.multivende.com; Path=/"},{"key":"Set-Cookie","value":"connect.sid=s%3A8tcJZRgMSqHBAvjpFIwEN954DMAV-5up.UWZJF6bZNgZCvFze%2Bzohp7rh6nCSMC8hFVb3ZivUhRo; Path=/; HttpOnly"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"517-UL4Jat6H02ly+4iSgxbUScesHOg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 27 Nov 2019 20:35:58 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"code\": \"298787161xxxx\",\n    \"tags\": null,\n    \"cost\": 0,\n    \"estimatedPickUpDateFrom\": null,\n    \"estimatedPickUpDateTo\": null,\n    \"effectivePickUpClosingDate\": null,\n    \"comment\": null,\n    \"pickUpClosingComment\": null,\n    \"status\": \"created\",\n    \"inventoryStatus\": \"_fulfilled_inventory\",\n    \"pickUpStatus\": \"pending\",\n    \"trackingNumber\": null,\n    \"trackingUrl\": null,\n    \"createdAt\": \"2023-08-21T20:59:45.000Z\",\n    \"updatedAt\": \"2023-08-21T20:59:45.000Z\",\n    \"CreatedById\": null,\n    \"UpdatedById\": null,\n    \"AssignedToId\": null,\n    \"ClosedById\": null,\n    \"ClientId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n    \"CheckoutId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n    \"WarehouseId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n    \"PickUpOrderAuthorizationModeId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n    \"PickUpOrderStatusId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n    \"PickUpOrderPickerId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n    \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n    \"Checkout\": {\n        \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"code\": \"621029136xxxx\",\n        \"origin\": \"vtex\",\n        \"net\": 33980,\n        \"tax\": 0,\n        \"gross\": 33980,\n        \"tags\": \"\",\n        \"status\": \"created\",\n        \"verificationStatus\": \"verified\",\n        \"paymentStatus\": \"completed\",\n        \"deliveryStatus\": \"pending\",\n        \"comment\": \"\",\n        \"soldAt\": \"2023-08-21T20:52:52.000Z\",\n        \"isMultiwarehouse\": \"disabled\",\n        \"courierName\": null,\n        \"shippingMode\": null,\n        \"createdAt\": \"2023-08-21T20:59:44.000Z\",\n        \"updatedAt\": \"2023-08-21T20:59:45.000Z\",\n        \"CreatedById\": null,\n        \"UpdatedById\": null,\n        \"OwnerId\": null,\n        \"WarehouseId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"MarketplaceConnectionId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"ProductPriceListId\": null,\n        \"CurrencyId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"ClientId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"ShippingAddressId\": null,\n        \"BillingAddressId\": null,\n        \"DeliveryTypeId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"ScreeningStatusId\": null,\n        \"MarketplaceScreeningStatusId\": null,\n        \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"CheckoutLinks\": [\n            {\n                \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"externalId\": \"135589380xxxx-01\",\n                \"externalOrderNumber\": \"135589380xxxx-01\",\n                \"externalCustomerOrderNumber\": \"135589380xxxx-01\"\n            }\n        ],\n        \"Client\": {\n            \"fullName\": \"Multivende\",\n            \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"name\": \"Multivende\",\n            \"lastName\": \"Multivende\",\n            \"activity\": \"\",\n            \"contactName\": null,\n            \"comune\": \"\",\n            \"city\": \"\",\n            \"documentType\": \"rutCHL\",\n            \"taxId\": \"xxxxxxxxx\",\n            \"birthday\": null,\n            \"code\": null,\n            \"email\": \"Multivende@multivende.com\",\n            \"phoneNumber\": \"+5698244xxxx\",\n            \"comment\": \"\",\n            \"type\": \"person\",\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2023-05-30T01:53:08.000Z\",\n            \"updatedAt\": \"2023-08-21T20:59:44.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\"\n        },\n        \"pickupAddress\": {\n                \"_id\": \"xxxxxx-xxxx-xxxx-xxxx-accaf5681c83\",\n                \"name\": null,\n                \"address_1\": null,\n                \"address_2\": null,\n                \"description\": null,\n                \"indications\": \"\",\n                \"receiverName\": null,\n                \"zipCode\": \"xxxxx\",\n                \"city\": \"xxx xxxxx\",\n                \"state\": \"xxxx\",\n                \"country\": \"xxxx\",\n                \"street\": \"xxxxx xxxx xxxx xxxx xxxx\",\n                \"number\": \"xxxx\",\n                \"neighborhood\": null,\n                \"position\": 0,\n                \"status\": \"created\",\n                \"sensitiveDataEncryptVersion\": null,\n                \"sensitiveDataStatus\": \"visible\",\n                \"importance\": \"not-principal\",\n                \"createdAt\": \"2025-02-17T14:16:08.000Z\",\n                \"updatedAt\": \"2025-02-17T14:16:08.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"ClientId\": \"xxxxxx-xxxx-xxxx-xxxx-7c43199e0d12\",\n                \"MerchantId\": \"xxxxxxx-xxx-xxxx-xxxx-3846423851e8\",\n                \"ShippingAddressReceivers\": null\n            }\n    },\n    \"Warehouse\": {\n        \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"name\": \"Bodega 48 (Vestuario)\",\n        \"code\": null,\n        \"address\": null,\n        \"description\": null,\n        \"type\": \"warehouse\",\n        \"phoneAreaCode\": null,\n        \"phoneNumber\": null,\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"openHours\": null,\n        \"tags\": null,\n        \"position\": 4,\n        \"status\": \"created\",\n        \"createdAt\": \"2020-08-29T03:58:04.000Z\",\n        \"updatedAt\": \"2021-09-07T21:02:37.000Z\",\n        \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"LocationId\": null,\n        \"TimezoneId\": null,\n        \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"SalesGroupId\": null\n    },\n    \"PickUpOrderAuthorizationMode\": {\n        \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n        \"name\": \"PICK_UP_ORDER_AUTHORIZATION_MODES.Legal_identification_required.Name\",\n        \"code\": \"_legal_indentification_required\",\n        \"description\": \"PICK_UP_ORDER_AUTHORIZATION_MODES.Legal_identification_required.Description\",\n        \"position\": 2,\n        \"tags\": \"NULL\",\n        \"status\": \"created\",\n        \"createdAt\": \"2016-12-09T12:19:01.000Z\",\n        \"updatedAt\": \"2016-12-09T12:19:01.000Z\"\n    },\n    \"PickUpOrderCheckoutItems\": [\n        {\n            \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"code\": \"992426012xxxx\",\n            \"unfulfilledAmount\": 0,\n            \"stockAmount\": 1,\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"status\": \"created\",\n            \"createdAt\": \"2023-08-21T20:59:45.000Z\",\n            \"updatedAt\": \"2023-08-21T20:59:45.000Z\",\n            \"CheckoutItemId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"ProductVersionId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"PickUpOrderId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"FulfilledWarehouseId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"CheckoutItem\": {\n                \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"code\": \"3914798\",\n                \"net\": 0,\n                \"tax\": 0,\n                \"gross\": 16990,\n                \"count\": 1,\n                \"tags\": \"\",\n                \"status\": \"created\",\n                \"createdAt\": \"2023-08-21T20:59:44.000Z\",\n                \"updatedAt\": \"2023-08-21T20:59:44.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"CheckoutId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"ProductVersionId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\"\n            },\n            \"FulfilledWarehouse\": {\n                \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"name\": \"Bodega 48 (Vestuario)\",\n                \"code\": null,\n                \"address\": null,\n                \"description\": null,\n                \"type\": \"warehouse\",\n                \"phoneAreaCode\": null,\n                \"phoneNumber\": null,\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"openHours\": null,\n                \"tags\": null,\n                \"position\": 4,\n                \"status\": \"created\",\n                \"createdAt\": \"2020-08-29T03:58:04.000Z\",\n                \"updatedAt\": \"2021-09-07T21:02:37.000Z\",\n                \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"LocationId\": null,\n                \"TimezoneId\": null,\n                \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"SalesGroupId\": null\n            },\n            \"ProductVersion\": {\n                \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"code\": \"3914798\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 1,\n                \"width\": 4.615384615,\n                \"length\": 2.307692308,\n                \"height\": 1.076923077,\n                \"weight\": 0.615384615,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-01-10T19:45:32.000Z\",\n                \"updatedAt\": \"2023-11-06T16:17:06.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"SizeId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"InventoryTypeId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"ProductId\": \"1xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"Product\": {\n                    \"_id\": \"1xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"name\": \"Polerón Hombre Color Block Navy\",\n                    \"alias\": \"Polerón Hombre Color Block Navy\",\n                    \"model\": \"Polerón\",\n                    \"code\": \"3391480200002\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"description\": \"<p><strong>TIPO DE PRODUCTO:</strong></p><p>Polerón</p><p><strong>MEDIDAS MODELO:</strong></p><p>El modelo mide 1.83 cms de altura. Está usando talla M.</p><p><strong>COMPOSICI&Oacute;N:</strong></p><p>JERSEY FLEECE 80% COTTON 20% POLYESTER</p><p><strong>TEMPORADA:</strong></p><p>Primavera - Verano 2024</p><p><strong>GENERO:</strong></p><p>Hombre</p><p><strong>MARCA:</strong></p><p>CORONA</p><p><strong>ORIGEN:</strong></p><p>China</p>\",\n                    \"htmlDescription\": null,\n                    \"shortDescription\": null,\n                    \"htmlShortDescription\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.warning_on_distribution_to_marketplace\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2023-01-10T19:45:32.000Z\",\n                    \"updatedAt\": \"2023-11-06T16:16:44.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"ProductCategoryId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"BrandId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"ProductTypeId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\"\n                },\n                \"Color\": {\n                    \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"name\": \"-\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-08-29T17:37:07.000Z\",\n                    \"updatedAt\": \"2020-08-29T17:37:07.000Z\",\n                    \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\"\n                },\n                \"Size\": {\n                    \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"name\": \"L\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-08-31T21:09:11.000Z\",\n                    \"updatedAt\": \"2020-08-31T21:09:11.000Z\",\n                    \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\"\n                }\n            },\n            \"AvailableStock\": {\n                \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"status\": \"created\",\n                \"amount\": 0,\n                \"createdAt\": \"2023-05-17T10:56:33.000Z\",\n                \"updatedAt\": \"2023-09-11T00:25:09.000Z\",\n                \"WarehouseId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"ProductVersionId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"ProductStockStateId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"ProductStockState\": {\n                    \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"name\": \"PRODUCT_STOCK_STATES.Available_stock.Name\",\n                    \"code\": \"_available_stock\",\n                    \"description\": \"PRODUCT_STOCK_STATES.Available_stock.Description\",\n                    \"position\": 0,\n                    \"tags\": \"NULL\",\n                    \"status\": \"created\",\n                    \"createdAt\": null,\n                    \"updatedAt\": null\n                }\n            }\n        },\n        {\n            \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"code\": \"135610703xxxx\",\n            \"unfulfilledAmount\": 0,\n            \"stockAmount\": 1,\n            \"inventoryStatus\": \"_fulfilled_inventory\",\n            \"status\": \"created\",\n            \"createdAt\": \"2023-08-21T20:59:45.000Z\",\n            \"updatedAt\": \"2023-08-21T20:59:45.000Z\",\n            \"CheckoutItemId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"ProductVersionId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"PickUpOrderId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"FulfilledWarehouseId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"CheckoutItem\": {\n                \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"code\": \"3914784\",\n                \"net\": 0,\n                \"tax\": 0,\n                \"gross\": 16990,\n                \"count\": 1,\n                \"tags\": \"\",\n                \"status\": \"created\",\n                \"createdAt\": \"2023-08-21T20:59:44.000Z\",\n                \"updatedAt\": \"2023-08-21T20:59:44.000Z\",\n                \"CreatedById\": null,\n                \"UpdatedById\": null,\n                \"CheckoutId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"ProductVersionId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\"\n            },\n            \"FulfilledWarehouse\": {\n                \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"name\": \"Bodega 48 (Vestuario)\",\n                \"code\": null,\n                \"address\": null,\n                \"description\": null,\n                \"type\": \"warehouse\",\n                \"phoneAreaCode\": null,\n                \"phoneNumber\": null,\n                \"latitude\": 0,\n                \"longitude\": 0,\n                \"openHours\": null,\n                \"tags\": null,\n                \"position\": 4,\n                \"status\": \"created\",\n                \"createdAt\": \"2020-08-29T03:58:04.000Z\",\n                \"updatedAt\": \"2021-09-07T21:02:37.000Z\",\n                \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"LocationId\": null,\n                \"TimezoneId\": null,\n                \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"SalesGroupId\": null\n            },\n            \"ProductVersion\": {\n                \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"code\": \"3914xxx\",\n                \"internalCode\": null,\n                \"providerCode\": null,\n                \"position\": 3,\n                \"width\": 2.307692308,\n                \"length\": 3.076923077,\n                \"height\": 4.615384615,\n                \"weight\": 0.461538462,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-01-10T19:45:31.000Z\",\n                \"updatedAt\": \"2023-11-06T16:18:06.000Z\",\n                \"CodeTypeId\": null,\n                \"InternalCodeTypeId\": null,\n                \"ColorId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"SizeId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"InventoryTypeId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"ProductId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"Product\": {\n                    \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"name\": \"Polerón Hombre Full Zipper Negro\",\n                    \"alias\": \"Polerón Hombre Full Zipper Negro\",\n                    \"model\": \"Polerón\",\n                    \"code\": \"339147930xxxx\",\n                    \"internalCode\": null,\n                    \"providerCode\": null,\n                    \"description\": null,\n                    \"htmlDescription\": null,\n                    \"shortDescription\": null,\n                    \"htmlShortDescription\": null,\n                    \"synchronizationStatus\": \"PRODUCT_LOG_ENTRY_CODE.warning_on_distribution_to_marketplace\",\n                    \"status\": \"created\",\n                    \"createdAt\": \"2023-01-10T19:45:31.000Z\",\n                    \"updatedAt\": \"2023-11-06T16:16:44.000Z\",\n                    \"CodeTypeId\": null,\n                    \"InternalCodeTypeId\": null,\n                    \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"ProductCategoryId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"BrandId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"BrandTaxonomyItemId\": null,\n                    \"SeasonId\": null,\n                    \"WarrantyId\": null,\n                    \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"ShippingClassId\": null,\n                    \"OfficialStoreId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"ProductTypeId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\"\n                },\n                \"Color\": {\n                    \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"name\": \"Negro\",\n                    \"code\": null,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-08-14T14:51:08.000Z\",\n                    \"updatedAt\": \"2020-08-14T14:51:08.000Z\",\n                    \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\"\n                },\n                \"Size\": {\n                    \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"name\": \"L\",\n                    \"code\": null,\n                    \"position\": 0,\n                    \"tags\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2020-08-31T21:09:11.000Z\",\n                    \"updatedAt\": \"2020-08-31T21:09:11.000Z\",\n                    \"CreatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"UpdatedById\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\"\n                }\n            },\n            \"AvailableStock\": {\n                \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"status\": \"created\",\n                \"amount\": 0,\n                \"createdAt\": \"2023-07-14T11:03:07.000Z\",\n                \"updatedAt\": \"2023-09-25T02:22:50.000Z\",\n                \"WarehouseId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"ProductVersionId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"ProductStockStateId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"ProductStockState\": {\n                    \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                    \"name\": \"PRODUCT_STOCK_STATES.Available_stock.Name\",\n                    \"code\": \"_available_stock\",\n                    \"description\": \"PRODUCT_STOCK_STATES.Available_stock.Description\",\n                    \"position\": 0,\n                    \"tags\": \"NULL\",\n                    \"status\": \"created\",\n                    \"createdAt\": null,\n                    \"updatedAt\": null\n                }\n            }\n        }\n    ],\n    \"PickUpOrderStatusLogs\": [\n        {\n            \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"name\": null,\n            \"code\": null,\n            \"comment\": null,\n            \"status\": \"created\",\n            \"date\": \"2023-08-21T20:54:39.000Z\",\n            \"createdAt\": \"2023-08-21T20:59:45.000Z\",\n            \"updatedAt\": \"2023-08-21T20:59:45.000Z\",\n            \"CreatedById\": null,\n            \"UpdatedById\": null,\n            \"PickUpOrderId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"PickUpOrderStatusId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"MerchantId\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n            \"PickUpOrderStatus\": {\n                \"_id\": \"xxxxx-xxxx-xxxx-xxxx-xxxxxx\",\n                \"name\": \"PICK_UP_ORDER_STATUSES.Pending.Name\",\n                \"description\": \"PICK_UP_ORDER_STATUSES.Pending.Description\",\n                \"code\": \"pick_up_order_status_pending\",\n                \"position\": 0,\n                \"tags\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2017-01-01T00:00:00.000Z\",\n                \"updatedAt\": \"2017-01-01T00:00:00.000Z\"\n            },\n            \"UpdatedBy\": null,\n            \"PickUpOrderChangeStatusLink\": null\n        }\n    ]\n}"}],"_postman_id":"dff428dc-9e5f-4b65-b9cb-23c6341555c8"},{"name":"Get pick up order statuses","event":[{"listen":"test","script":{"id":"14547916-55d6-4761-9e2d-f5f462d81fd8","exec":["","var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"pick_up_order_status_pending_id\", data.entries[0]._id);","postman.setEnvironmentVariable(\"pick_up_order_status_completed_id\", data.entries[1]._id);","postman.setEnvironmentVariable(\"pick_up_order_status_cancelled_id\", data.entries[2]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"93b215ae-061c-48bc-82b2-f1d8eaaf8063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/pick-up-order-statuses","description":"<p>This endpoint will list the available delivery order statuses.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","pick-up-order-statuses"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"e665f690-a98c-455c-bf48-43e0c5e0f8ef","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/pick-up-order-statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"heroku-session-affinity=AECDaANoA24IAWZDqqL+//8HYgANiK5iAAaYTGEFbAAAAANtAAAABXdlYi4xbQAAAAV3ZWIuNW0AAAAFd2ViLjRqKS01S1wsttVWHvqDLgQUOtjFbIY_; Version=1; Expires=Thu, 28-Nov-2019 20:35:58 GMT; Max-Age=86400; Domain=www.multivende.com; Path=/"},{"key":"Set-Cookie","value":"connect.sid=s%3A8tcJZRgMSqHBAvjpFIwEN954DMAV-5up.UWZJF6bZNgZCvFze%2Bzohp7rh6nCSMC8hFVb3ZivUhRo; Path=/; HttpOnly"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"517-UL4Jat6H02ly+4iSgxbUScesHOg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Wed, 27 Nov 2019 20:35:58 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"90d76962-d3ea-11e9-a99d-e4e74934d1f8\",\n            \"name\": \"PICK_UP_ORDER_STATUSES.Pending.Name\",\n            \"description\": \"PICK_UP_ORDER_STATUSES.Pending.Description\",\n            \"code\": \"pick_up_order_status_pending\",\n            \"position\": 0,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2017-01-01T00:00:00.000Z\",\n            \"updatedAt\": \"2017-01-01T00:00:00.000Z\"\n        },\n        {\n            \"_id\": \"b6ab3865-9f58-11ea-b260-0eef0cfca66d\",\n            \"name\": \"PICK_UP_ORDER_STATUSES.Handling.Name\",\n            \"description\": \"PICK_UP_ORDER_STATUSES.Handling.Description\",\n            \"code\": \"pick_up_order_status_handling\",\n            \"position\": 1,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2017-01-01T00:00:00.000Z\",\n            \"updatedAt\": \"2017-01-01T00:00:00.000Z\"\n        },\n        {\n            \"_id\": \"8fcedd69-d63d-11e9-a6b7-e4e74934d1f8\",\n            \"name\": \"PICK_UP_ORDER_STATUSES.Received_by_store.Name\",\n            \"description\": \"PICK_UP_ORDER_STATUSES.Received_by_store.Description\",\n            \"code\": \"pick_up_order_status_received_by_store\",\n            \"position\": 2,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2017-01-01T00:00:00.000Z\",\n            \"updatedAt\": \"2017-01-01T00:00:00.000Z\"\n        },\n        {\n            \"_id\": \"991747c4-6c34-11ee-8005-06623390b47b\",\n            \"name\": \"PICK_UP_ORDER_STATUSES.Shipped.Name\",\n            \"description\": \"PICK_UP_ORDER_STATUSES.Shipped.Description\",\n            \"code\": \"pick_up_order_status_shipped\",\n            \"position\": 3,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2017-01-01T00:00:00.000Z\",\n            \"updatedAt\": \"2017-01-01T00:00:00.000Z\"\n        },\n        {\n            \"_id\": \"9792924e-d3ea-11e9-a99d-e4e74934d1f8\",\n            \"name\": \"PICK_UP_ORDER_STATUSES.Completed.Name\",\n            \"description\": \"PICK_UP_ORDER_STATUSES.Completed.Description\",\n            \"code\": \"pick_up_order_status_completed\",\n            \"position\": 4,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2017-01-01T00:00:00.000Z\",\n            \"updatedAt\": \"2017-01-01T00:00:00.000Z\"\n        },\n        {\n            \"_id\": \"9b1e3b67-d3ea-11e9-a99d-e4e74934d1f8\",\n            \"name\": \"PICK_UP_ORDER_STATUSES.Cancelled.Name\",\n            \"description\": \"PICK_UP_ORDER_STATUSES.Cancelled.Description\",\n            \"code\": \"pick_up_order_status_cancelled\",\n            \"position\": 5,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2017-01-01T00:00:00.000Z\",\n            \"updatedAt\": \"2017-01-01T00:00:00.000Z\"\n        }\n    ],\n    \"pagination\": {\n        \"limit\": 6\n    }\n}"}],"_postman_id":"93b215ae-061c-48bc-82b2-f1d8eaaf8063"},{"name":"Update pick up order status","id":"f15911dc-66c8-48e9-b968-ecb5d18018bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"PickUpOrderStatusId\": \"{{pick_up_order_status_pending_id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/pick-up-orders/:pick_up_order_id/change-delivery-status","description":"<p>This point allows to update the delivery order status.</p>\n<p><strong>Note:</strong> The statuses which code is: \"<em>delivery_order_status_delivered</em>\", \"<em>delivery_order_status_not_delivered</em>\" or \"<em>delivery_order_status_cancelled</em>\", must be final statuses, the status should not be changed once they have any of those three.</p>\n","urlObject":{"path":["api","pick-up-orders",":pick_up_order_id","change-delivery-status"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the in-store pickup order.</p>\n","type":"text/plain"},"type":"any","value":"","key":"pick_up_order_id"}]}},"response":[{"id":"881df991-f84d-4393-be98-64791b0d5d28","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"PickUpOrderStatusId\": \"{{pick_up_order_status_pending_id}}\",\n    \"comment\": \"test comment\",\n    \"pickUpClosingComment\": \"test Pick Up Closing Comment\",\n    \"estimatedPickUpDateFrom\": \"2019-09-08 16:19:06\",\n    \"estimatedPickUpDateTo\": \"2019-09-10 09:19:06\",\n    \"effectivePickUpClosingDate\": \"2019-09-11 16:19:06\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/pick-up-orders/:pick_up_order_id/change-delivery-status","host":["app.multivende.com"],"path":["api","pick-up-orders",":pick_up_order_id","change-delivery-status"],"variable":[{"key":"pick_up_order_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"451"},{"key":"ETag","value":"W/\"1c3-rfRK86z9mHbWGn6A5lGPjd/ioPM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 12 Sep 2019 12:10:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"status\": \"created\",\n    \"date\": \"2019-09-12T12:10:33.000Z\",\n    \"PickUpOrderStatusId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"PickUpOrderId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"updatedAt\": \"2019-09-12T12:10:33.000Z\",\n    \"createdAt\": \"2019-09-12T12:10:33.000Z\"\n}"}],"_postman_id":"f15911dc-66c8-48e9-b968-ecb5d18018bc"}],"id":"44a75b44-bef8-42c3-a4fe-b28da3447836","event":[{"listen":"prerequest","script":{"id":"80fcdd78-f547-464d-8a01-4c71e68604ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2e657ab9-1f32-48f3-b04d-e772d7dc7076","type":"text/javascript","exec":[""]}}],"_postman_id":"44a75b44-bef8-42c3-a4fe-b28da3447836","description":""},{"name":"Product links","item":[{"name":"Get product links with scroll","event":[{"listen":"test","script":{"id":"67d7ee3d-6c3e-41ca-b801-db4a34bd4955","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"scroll_id\", data.pagination.scroll_id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"04c6376a-a48f-4ad5-b7bf-93d9ea285193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/marketplace-connections/:marketplace_connection_id/product-links/limit/:limit?_scroll_id=&_filter_by=&_from=&_to=&_include_external_content=true&_include_extra_data=true&_synchronization_statuses=failed,synchronized_with_warnings","description":"<p>This endpoint will list the product links by Marketplace Connection paginated by scroll.</p>\n<p>It allows filtering by creation date (createdAt) or update date (updatedAt) delivering as input data a range of dates as required.</p>\n<p>The range for the allowed limit is &gt;=50 and &lt;=1000</p>\n<p>Filtering by {{_synchronization_statuses}} is available for status:</p>\n<ul>\n<li><p>'not-synchronized'</p>\n</li>\n<li><p>'synchronized'</p>\n</li>\n<li><p>'synchronized_with_warnings'</p>\n</li>\n<li><p>'synchronizing'</p>\n</li>\n<li><p>'failed'</p>\n</li>\n<li><p>'all'</p>\n</li>\n</ul>\n<p><strong>Scroll pagination usage</strong></p>\n<p>The _scroll_id parameter is used to retrieve the next page of results when using scroll pagination.</p>\n<p><strong>Important</strong>: In the first request, the _scroll_id must not be sent or must be null.</p>\n<p>The API will return a _scroll_id in the response, which must be used in subsequent requests to continue retrieving the next pages of data.</p>\n<p><strong>Flow example:</strong></p>\n<ol>\n<li><p>First request → do not send _scroll_id</p>\n</li>\n<li><p>Response → returns _scroll_id</p>\n</li>\n<li><p>Next request → send the returned _scroll_id</p>\n</li>\n<li><p>Repeat until no more results are returned.</p>\n</li>\n</ol>\n<p><strong>Note:</strong> The <code>marketplace_connection_id</code> can be taken from <a href=\"#c2d7e99b-e900-4189-9ce9-684b3d63fd05\">Get all marketplace connections</a> endpoint.</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752316875917--C%C3%B3mo-crear-productos-en-tu-canal-desde-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","marketplace-connections",":marketplace_connection_id","product-links","limit",":limit"],"host":["app.multivende.com"],"query":[{"description":{"content":"<p>use the scroll_id returned by the query in the pagination field</p>\n","type":"text/plain"},"key":"_scroll_id","value":""},{"description":{"content":"<p>updatedAt || createdAt (optional)</p>\n","type":"text/plain"},"key":"_filter_by","value":""},{"description":{"content":"<p>date from to filter (is required to filter by date created or updated)</p>\n","type":"text/plain"},"key":"_from","value":""},{"description":{"content":"<p>date to to filter (is required to filter by date created or updated)</p>\n","type":"text/plain"},"key":"_to","value":""},{"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"_include_external_content","value":"true"},{"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"_include_extra_data","value":"true"},{"description":{"content":"<p>(optional)</p>\n","type":"text/plain"},"key":"_synchronization_statuses","value":"failed,synchronized_with_warnings"}],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"},{"description":{"content":"<p>Maximum number of results returned per request (typically ranges between 50 and 100 when using scroll).</p>\n","type":"text/plain"},"type":"any","value":"","key":"limit"}]}},"response":[{"id":"19d0939c-ba61-4f6c-92b0-229be6b94398","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/marketplace-connections/:marketplace_connection_id/product-links/limit/:limit?_scroll_id=&_filter_by=&_from=&_to=&_include_external_content=true&_include_extra_data=true&_synchronization_statuses=failed,synchronized_with_warnings","host":["app.multivende.com"],"path":["api","marketplace-connections",":marketplace_connection_id","product-links","limit",":limit"],"query":[{"key":"_scroll_id","value":""},{"key":"_filter_by","value":""},{"key":"_from","value":""},{"key":"_to","value":""},{"key":"_include_external_content","value":"true"},{"key":"_include_extra_data","value":"true"},{"key":"_synchronization_statuses","value":"failed,synchronized_with_warnings"},{"key":"_filter_by_synchronization_statuses","value":"{{filter_by_synchronization_statuses}}","disabled":true}],"variable":[{"key":"marketplace_connection_id","value":""},{"key":"limit","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Jun 2021 22:44:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"99a27-+toyHi0ZlEq2g7NtA2pl6LN2sNw\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC503009158\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-08-29T20:08:14.000Z\",\n            \"updatedAt\": \"2021-06-09T21:42:02.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Camisa Hombre Cool Mesh Beige Royal Robbins \",\n                \"code\": \"R_83523-SOAPSTONE\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:10.000Z\",\n                \"createdAt\": \"2019-08-08T20:05:38.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/s18_72214_cool_mesh_plaid_ls_soapstone_151_1122xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"s18_72214_cool_mesh_plaid_ls_soapstone_151_1122xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/rr_homrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"rr_homrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC503006859\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized_with_warnings\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-08-29T20:49:55.000Z\",\n            \"updatedAt\": \"2021-06-09T22:08:42.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Short Mujer Discovery Rosa Royal Robbins \",\n                \"code\": \"R_01165-ROSE\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:08.000Z\",\n                \"createdAt\": \"2019-08-08T20:04:24.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/33092_574xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"33092_574xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/33092_574bxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"33092_574bxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/rr_talla-bottom-mujerxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"rr_talla-bottom-mujerxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC572202273\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2021-01-04T20:49:33.000Z\",\n            \"updatedAt\": \"2021-06-15T14:05:02.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Mochila Fitz Roy 95 Azul\",\n                \"code\": \"16401-NAVY\",\n                \"alias\": \"\",\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:10.000Z\",\n                \"createdAt\": \"2020-12-02T15:37:53.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16401-mochila-fitz-roy-95-navy-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16401-mochila-fitz-roy-95-navy-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16401-mochila-fitz-roy-95-navy-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16401-mochila-fitz-roy-95-navy-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16401-mochila-fitz-roy-95-navy-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16401-mochila-fitz-roy-95-navy-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16401-mochila-fitz-roy-95-navy-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16401-mochila-fitz-roy-95-navy-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16401-mochila-fitz-roy-95-navy-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16401-mochila-fitz-roy-95-navy-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16401-mochila-fitz-roy-95-navy-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16401-mochila-fitz-roy-95-navy-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16401-mochila-fitz-roy-95-navy-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16401-mochila-fitz-roy-95-navy-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16401-mochila-fitz-roy-95-navy-008xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16401-mochila-fitz-roy-95-navy-008xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 7\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC507647867\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-09-27T16:38:33.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:27.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Botella Oval 500ml Negro\",\n                \"code\": \"09544-Negro\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:09.000Z\",\n                \"createdAt\": \"2019-01-28T20:03:31.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/3589ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"3589ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/3588ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"3588ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/3591ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"3591ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/3590ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"3590ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 2\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC502572729\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-08-26T15:07:16.000Z\",\n            \"updatedAt\": \"2021-06-09T22:08:35.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Sweater Mujer Highland Hoody Gris Royal Robbins \",\n                \"code\": \"R_24690-GREY\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:06.000Z\",\n                \"createdAt\": \"2019-08-08T20:04:59.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/s18_32912_highlands_hoody_slate_htr_669_b_04291xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"s18_32912_highlands_hoody_slate_htr_669_b_04291xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/f18_32912_highlands_hoody_sand_dollar_htr_083_1206xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"f18_32912_highlands_hoody_sand_dollar_htr_083_1206xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/rr_talla-top-mujerxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"rr_talla-top-mujerxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/s18_32912_highlands_hoody_slate_htr_669_04247xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"s18_32912_highlands_hoody_slate_htr_669_04247xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC515391114\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-09-28T14:48:38.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:30.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Carpa Sunterra 2\",\n                \"code\": \"15907-Verde\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:56.000Z\",\n                \"createdAt\": \"2019-01-29T13:17:46.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/1993ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"1993ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/1995ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"1995ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/1992ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"1992ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/1994ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"1994ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/1991ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"1991ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/1990ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"1990ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC489572551\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized_with_warnings\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-04-29T22:40:10.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:31.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Camiseta Primera Capa Hombre Thermoactive Beige Doite \",\n                \"code\": \"70196-TAUPE\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:06.000Z\",\n                \"createdAt\": \"2019-02-13T16:07:41.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/70197_6xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"70197_6xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/70197_3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"70197_3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/top-hombrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"top-hombrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/70197_1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"70197_1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/70197_2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"70197_2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/niveles-de-termicidadxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"niveles-de-termicidadxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 7\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/termicidad1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"termicidad1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/70197_4xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"70197_4xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC503003837\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-08-29T20:18:50.000Z\",\n            \"updatedAt\": \"2021-06-15T14:04:37.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Camisa Hombre Thermotech Drake Azul Royal Robbins \",\n                \"code\": \"R_27755-BLUE\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:08.000Z\",\n                \"createdAt\": \"2019-08-08T20:05:21.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/f18_42390_thermotech_drake_plaid_ls_blue_depths_b_1618xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"f18_42390_thermotech_drake_plaid_ls_blue_depths_b_1618xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/rr_homrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"rr_homrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/f18_42390_thermotech_drake_plaid_ls_blue_depths_1595xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"f18_42390_thermotech_drake_plaid_ls_blue_depths_1595xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/f18_42390_thermotech_drake_plaid_ls_blue_depths_011_0102xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"f18_42390_thermotech_drake_plaid_ls_blue_depths_011_0102xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC491955149\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-06-06T17:18:24.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:31.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Pack 2 Pares Calcetines Hombre Thermal Liner Gris\",\n                \"code\": \"5307-M806-GREY\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:58.000Z\",\n                \"createdAt\": \"2019-05-02T20:13:54.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/0001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"0001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/5307-m806-calcetin-thermal-liner-grey-v3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"5307-m806-calcetin-thermal-liner-grey-v3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/5307-m806-calcetin-thermal-liner-grey-v1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"5307-m806-calcetin-thermal-liner-grey-v1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/5307-m806-calcetin-thermal-liner-grey-v2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"5307-m806-calcetin-thermal-liner-grey-v2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC600745940\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-07-05T21:00:42.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:31.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Camarine Azul\",\n                \"code\": \"05750-Azul\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:56.000Z\",\n                \"createdAt\": \"2019-01-29T13:57:27.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/253ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"253ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC504342165\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-09-06T20:54:14.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:32.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Botiquín Primeros Auxilios Trek II Coghlans\",\n                \"code\": \"9802-Coghlans\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:07:05.000Z\",\n                \"createdAt\": \"2019-09-05T16:43:44.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/91rp6hbfiul_sl1500_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"91rp6hbfiul_sl1500_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/91lku9ahe2l_sl1500_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"91lku9ahe2l_sl1500_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/a1kvrn12z2l_sl1500_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"a1kvrn12z2l_sl1500_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/9802xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"9802xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC518847458\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2020-01-10T17:27:20.000Z\",\n            \"updatedAt\": \"2021-06-15T20:06:29.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Calcetines Hombre Merino Lite  Azul\",\n                \"code\": \"D_12090-DENIM-BLUE\",\n                \"alias\": \"\",\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:09.000Z\",\n                \"createdAt\": \"2019-11-26T15:02:59.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/0001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"0001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/10831_2-merino-lite-charcoal-denim-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"10831_2-merino-lite-charcoal-denim-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/10831_2-merino-lite-charcoal-denim-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"10831_2-merino-lite-charcoal-denim-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/10831_2-merino-lite-charcoal-denim-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"10831_2-merino-lite-charcoal-denim-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/10831_2-merino-lite-charcoal-denim-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"10831_2-merino-lite-charcoal-denim-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC508116123\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-09-30T16:19:46.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:33.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Mochila Torreon 40 Gris\",\n                \"code\": \"16682-MGRAY-BLUE\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-13T20:01:59.000Z\",\n                \"createdAt\": \"2019-08-12T20:35:22.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/zzimg2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"zzimg2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16682-torreon-40-mgrey-bluexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16682-torreon-40-mgrey-bluexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/zzimg1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"zzimg1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/air-cool-balancexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"air-cool-balancexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/4485ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"4485ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC522741560\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2020-03-26T20:51:10.000Z\",\n            \"updatedAt\": \"2021-06-11T16:46:17.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Parka Mujer Australis Negro \",\n                \"code\": \"62261-BLACK\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-18T14:58:35.000Z\",\n                \"createdAt\": \"2020-03-12T21:03:52.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62261_5-australis-ws-black-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62261_5-australis-ws-black-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/technoactive-1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"technoactive-1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 7\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62261_5-australis-ws-black-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62261_5-australis-ws-black-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62261_5-australis-ws-black-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62261_5-australis-ws-black-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62261_5-australis-ws-black-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62261_5-australis-ws-black-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62261_5-australis-ws-black-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62261_5-australis-ws-black-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62261_5-australis-ws-black-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62261_5-australis-ws-black-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/top-mujer-2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"top-mujer-2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC522448110\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2020-03-05T18:02:48.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:34.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Peludo Mujer Dahlia Verde \",\n                \"code\": \"69806-TEAL-EMMERALD\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-18T14:58:35.000Z\",\n                \"createdAt\": \"2019-01-29T14:21:55.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/warmactivexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"warmactivexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/top-mujerxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"top-mujerxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/3116ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"3116ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/3115ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"3115ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC589910667\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"to_republish\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-06-25T20:30:29.000Z\",\n            \"updatedAt\": \"2021-06-15T21:31:01.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Cocinilla New Pragma\",\n                \"code\": \"09130-BLACK\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:07:00.000Z\",\n                \"createdAt\": \"2019-06-24T21:27:29.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/new-pragma-09130-09200xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"new-pragma-09130-09200xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/pragma-01xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"pragma-01xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/pragma-02xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"pragma-02xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/pragma-04xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"pragma-04xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/pragma-03xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"pragma-03xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC574738776\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2021-01-13T17:50:14.000Z\",\n            \"updatedAt\": \"2021-06-14T13:47:31.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Mochila Trail Runner 15\",\n                \"code\": \"16415-BLACK\",\n                \"alias\": \"\",\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:10.000Z\",\n                \"createdAt\": \"2020-09-28T15:37:46.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16415-trail-runner-15-black-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16415-trail-runner-15-black-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16415-trail-runner-15-black-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16415-trail-runner-15-black-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16415-trail-runner-15-black-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16415-trail-runner-15-black-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16415-trail-runner-15-black-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16415-trail-runner-15-black-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16415-trail-runner-15-black-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16415-trail-runner-15-black-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16415-trail-runner-15-black-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16415-trail-runner-15-black-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16415-trail-runner-15-black-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16415-trail-runner-15-black-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC487434717\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-04-26T16:58:11.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:34.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Linterna Frontal Canopus 67 Lumens\",\n                \"code\": \"04650-Azul\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-18T14:58:30.000Z\",\n                \"createdAt\": \"2019-01-28T20:03:19.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": [\n                            {\n                                \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-product-versions-images/978ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproduct-version-imagexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"title\": null,\n                                \"description\": null,\n                                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"ProductVersionId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                                \"fileType\": \"image/jpeg\",\n                                \"provider\": \"s3\",\n                                \"status\": \"created\",\n                                \"storagePath\": null,\n                                \"fileName\": null,\n                                \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-product-versions-images\",\n                                \"fileKey\": \"978ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproduct-version-imagexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                                \"position\": 0\n                            }\n                        ]\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC518849645\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-07-05T21:09:06.000Z\",\n            \"updatedAt\": \"2021-06-15T16:28:54.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Chaqueta Hombre 3 en 1 Trigan Azul\",\n                \"code\": \"69176-NAVY\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-18T14:58:34.000Z\",\n                \"createdAt\": \"2019-05-03T20:01:46.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/top-hombrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"top-hombrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 7\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/69177_3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"69177_3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/69177_6xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"69177_6xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/69177_7xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"69177_7xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/69177_2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"69177_2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/69177_2axxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"69177_2axxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/69177_1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"69177_1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC502572730\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-08-26T15:06:32.000Z\",\n            \"updatedAt\": \"2021-06-09T22:08:57.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Blusa Mujer Cool Mesh Tank Rosa Royal Robbins \",\n                \"code\": \"R_23792-FLAME\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:09.000Z\",\n                \"createdAt\": \"2019-08-08T20:04:56.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/s18_60185_cool_mesh_eco-tank_flame_xd_115_0521xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"s18_60185_cool_mesh_eco-tank_flame_xd_115_0521xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/rr_mujerxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"rr_mujerxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC504917121\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-09-09T20:29:22.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:36.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Llavero Multi Herramienta Perro UST\",\n                \"code\": \"20-02756-UST\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:07.000Z\",\n                \"createdAt\": \"2019-09-05T17:24:33.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/20-02756_toolalongmicro_dog_package_2016-12-12xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"20-02756_toolalongmicro_dog_package_2016-12-12xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/20-02756_toolalongmicro_dog_2016-02-11xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"20-02756_toolalongmicro_dog_2016-02-11xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": null,\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": null,\n            \"createdAt\": \"2021-06-15T21:42:44.000Z\",\n            \"updatedAt\": \"2021-06-15T21:42:44.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Pantalon Mujer Nara Negro\",\n                \"code\": \"61301-BLACK\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:07:12.000Z\",\n                \"createdAt\": \"2019-01-29T14:28:14.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/4037ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"4037ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/4036ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"4036ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC514874401\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-11-22T19:15:24.000Z\",\n            \"updatedAt\": \"2021-06-11T13:46:27.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Saco Emergencia Aluminio Terris\",\n                \"code\": \"09305-Naranjo\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:07:02.000Z\",\n                \"createdAt\": \"2019-09-26T18:18:40.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/terrisxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"terrisxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/terris3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"terris3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC600745844\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-10-06T20:31:34.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:36.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Banano Britt Azul\",\n                \"code\": \"17056-NAVY\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:08.000Z\",\n                \"createdAt\": \"2019-08-12T20:35:27.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/britt-navy-17056-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"britt-navy-17056-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/britt-navy-17056-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"britt-navy-17056-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/britt-navy-17056-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"britt-navy-17056-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/britt-navy-17056-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"britt-navy-17056-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC477345523\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-02-02T01:57:04.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:36.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Carpa Feather 2\",\n                \"code\": \"15975-Rojo\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:10.000Z\",\n                \"createdAt\": \"2019-01-28T20:00:33.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/1289ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"1289ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/1291ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"1291ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/15975xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"15975xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/2172ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"2172ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/1292ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"1292ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/1293ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"1293ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 3\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC600742471\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-09-28T14:48:10.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:38.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Carpa Hi Camper SL 6\",\n                \"code\": \"15994-Gris\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:50.000Z\",\n                \"createdAt\": \"2019-08-27T19:40:54.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/7f-bl48lxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"7f-bl48lxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/hicamper-4-y-6xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"hicamper-4-y-6xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/15994xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"15994xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC518849579\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"to_republish\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-07-05T21:15:51.000Z\",\n            \"updatedAt\": \"2021-06-15T21:32:30.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Guantes Unisex Brunswick Negro\",\n                \"code\": \"12567-BLACK\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:07.000Z\",\n                \"createdAt\": \"2019-01-28T20:05:10.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/brunsxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"brunsxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/73726xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"73726xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC565769083\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2020-12-04T20:45:10.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:38.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Carpa Pro Campus RVN 4\",\n                \"code\": \"05937-Azul\",\n                \"alias\": \"\",\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:05.000Z\",\n                \"createdAt\": \"2020-11-25T16:09:25.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/05937-pro-campus-rvn-4-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"05937-pro-campus-rvn-4-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/05937-pro-campus-rvn-4-017xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"05937-pro-campus-rvn-4-017xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 8\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/05937-pro-campus-rvn-4-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"05937-pro-campus-rvn-4-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/05937-pro-campus-rvn-4-009xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"05937-pro-campus-rvn-4-009xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/05937-pro-campus-rvn-4-011xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"05937-pro-campus-rvn-4-011xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/05937-pro-campus-rvn-4-013xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"05937-pro-campus-rvn-4-013xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 7\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/05937-pro-campus-rvn-4-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"05937-pro-campus-rvn-4-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/05937-pro-campus-rvn-4-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"05937-pro-campus-rvn-4-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/05937-pro-campus-rvn-4-019xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"05937-pro-campus-rvn-4-019xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/05937-pro-campus-rvn-4-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"05937-pro-campus-rvn-4-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 9\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC516925985\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-12-17T20:34:50.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:38.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Mug Hierba Mate Cucao 360ml Azul\",\n                \"code\": \"09622-NAVY\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:09.000Z\",\n                \"createdAt\": \"2019-12-13T19:45:57.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/09622-cucao-navy-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"09622-cucao-navy-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/bombilla-cucao-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"bombilla-cucao-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/09622-cucao-navy-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"09622-cucao-navy-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/bombilla-cucao-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"bombilla-cucao-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/bombilla-cucao-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"bombilla-cucao-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC522938704\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2020-03-30T21:50:46.000Z\",\n            \"updatedAt\": \"2021-06-14T20:01:58.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Chaqueta Pluma Mujer Eboni Stripe Rojo\",\n                \"code\": \"63200-FUCSIA\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-18T14:58:32.000Z\",\n                \"createdAt\": \"2019-01-29T14:17:12.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/68321_5-eboni-stripe-ws-fucsia-syrah-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"68321_5-eboni-stripe-ws-fucsia-syrah-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/top-mujer-2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"top-mujer-2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 8\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/68321_5-eboni-stripe-ws-fucsia-syrah-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"68321_5-eboni-stripe-ws-fucsia-syrah-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/bolso-ebonixxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"bolso-ebonixxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 7\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/68321_5-eboni-stripe-ws-fucsia-syrah-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"68321_5-eboni-stripe-ws-fucsia-syrah-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/68321_5-eboni-stripe-ws-fucsia-syrah-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"68321_5-eboni-stripe-ws-fucsia-syrah-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/68321_5-eboni-stripe-ws-fucsia-syrah-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"68321_5-eboni-stripe-ws-fucsia-syrah-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/68321_5-eboni-stripe-ws-fucsia-syrah-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"68321_5-eboni-stripe-ws-fucsia-syrah-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/68321_5-eboni-stripe-ws-fucsia-syrah-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"68321_5-eboni-stripe-ws-fucsia-syrah-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC600745814\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-10-06T20:34:15.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:39.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Banano Nyx M Azul\",\n                \"code\": \"16751-BLUE\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:45.000Z\",\n                \"createdAt\": \"2019-09-26T18:18:41.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/nyx-m-blue-16751-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"nyx-m-blue-16751-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/nyx-m-blue-16751-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"nyx-m-blue-16751-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/nyx-m-blue-16751-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"nyx-m-blue-16751-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/nyx-m-blue-16751-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"nyx-m-blue-16751-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC502249023\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-08-23T15:53:01.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:39.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Pantalon Hombre Alpine Road Desm Gris Royal Robbins \",\n                \"code\": \"R_18500-CHARCOAL\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:08.000Z\",\n                \"createdAt\": \"2019-08-08T20:04:41.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/f17_44159_alpine_road_convertible_charcoal_018_b_18147xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"f17_44159_alpine_road_convertible_charcoal_018_b_18147xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/rr_talla-bottom-hombrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"rr_talla-bottom-hombrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/f17_44159_alpine_road_convertible_charcoal_018_short_1138xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"f17_44159_alpine_road_convertible_charcoal_018_short_1138xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/f17_44159_alpine_road_convertible_charcoal_018_18113xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"f17_44159_alpine_road_convertible_charcoal_018_18113xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/s17_44159_alpine_road_convertible_charcoal_018_1123xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"s17_44159_alpine_road_convertible_charcoal_018_1123xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC522448118\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2020-03-20T23:14:25.000Z\",\n            \"updatedAt\": \"2021-06-15T16:28:46.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Chaqueta Hombre 3 En 1 Skada Verde \",\n                \"code\": \"61961-TEAL\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-18T14:58:29.000Z\",\n                \"createdAt\": \"2020-03-10T17:31:08.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/61956_0-skada-ws-dk-teal-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"61956_0-skada-ws-dk-teal-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/technoactivexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"technoactivexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 9\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/spinloft-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"spinloft-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 10\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/61956_0-skada-ws-dk-teal-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"61956_0-skada-ws-dk-teal-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/61956_0-skada-ws-dk-teal-009xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"61956_0-skada-ws-dk-teal-009xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/61956_0-skada-ws-dk-teal-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"61956_0-skada-ws-dk-teal-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/skada-men2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"skada-men2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 12\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/61956_0-skada-ws-dk-teal-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"61956_0-skada-ws-dk-teal-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/61956_0-skada-ws-dk-teal-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"61956_0-skada-ws-dk-teal-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/top-hombrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"top-hombrexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 11\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/61956_0-skada-ws-dk-teal-008xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"61956_0-skada-ws-dk-teal-008xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/61956_0-skada-ws-dk-teal-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"61956_0-skada-ws-dk-teal-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 7\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC572202277\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2021-01-04T20:50:55.000Z\",\n            \"updatedAt\": \"2021-06-11T13:46:07.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Mochila Leonera CAD 50 Rojo\",\n                \"code\": \"16417-DRED\",\n                \"alias\": \"\",\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:52.000Z\",\n                \"createdAt\": \"2020-10-07T18:23:45.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16417-leonera-cad-50-dk-red-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16417-leonera-cad-50-dk-red-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16417-leonera-cad-50-dk-red-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16417-leonera-cad-50-dk-red-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16417-leonera-cad-50-dk-red-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16417-leonera-cad-50-dk-red-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16417-leonera-cad-50-dk-red-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16417-leonera-cad-50-dk-red-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16417-leonera-cad-50-dk-red-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16417-leonera-cad-50-dk-red-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16417-leonera-cad-50-dk-red-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16417-leonera-cad-50-dk-red-007xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/16417-leonera-cad-50-dk-red-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"16417-leonera-cad-50-dk-red-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC487438904\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-04-26T17:42:32.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:40.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Bolsa de Hidratación 1.5 Litros\",\n                \"code\": \"09589-1.5L\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:07:01.000Z\",\n                \"createdAt\": \"2019-01-28T19:47:21.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/4171ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"4171ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/4170ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"4170ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC600742505\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-02-04T14:45:34.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:41.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Carpa Yosemite 5\",\n                \"code\": \"05953-Azul\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:08.000Z\",\n                \"createdAt\": \"2019-01-28T19:59:59.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/05953xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"05953xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/2009ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"2009ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC522741562\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2020-03-26T21:18:55.000Z\",\n            \"updatedAt\": \"2021-06-15T14:04:38.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Chaqueta Hombre Tempest Ptx Gris \",\n                \"code\": \"62466-DARKGREY\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-18T14:58:34.000Z\",\n                \"createdAt\": \"2020-03-10T18:58:42.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62466_0-tempest-ms-dark-grey-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62466_0-tempest-ms-dark-grey-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/pertex-shieldxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"pertex-shieldxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62466_0-tempest-ms-dark-grey-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62466_0-tempest-ms-dark-grey-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62466_0-tempest-ms-dark-grey-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62466_0-tempest-ms-dark-grey-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62466_0-tempest-ms-dark-grey-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62466_0-tempest-ms-dark-grey-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62466_0-tempest-ms-dark-grey-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62466_0-tempest-ms-dark-grey-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/62466_0-tesmpest-dark-grey-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"62466_0-tesmpest-dark-grey-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC487757744\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized_with_warnings\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-04-30T00:52:46.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:42.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Polar Hombre Murano Negro\",\n                \"code\": \"70496-BLACK\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:09.000Z\",\n                \"createdAt\": \"2019-01-28T19:49:02.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/70497_5xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"70497_5xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/70497_2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"70497_2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/70497_4xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"70497_4xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/70497_3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"70497_3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/70497_1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"70497_1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": null,\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"not-synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": null,\n            \"createdAt\": \"2021-06-15T21:33:45.000Z\",\n            \"updatedAt\": \"2021-06-15T21:33:45.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Jockey Unisex Corduroy Beige Doite\",\n                \"code\": \"11686-SAND\",\n                \"alias\": \"\",\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:50.000Z\",\n                \"createdAt\": \"2020-01-23T20:06:48.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/11686-jockey-corduroy-beige-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"11686-jockey-corduroy-beige-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/11686-jockey-corduroy-beige-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"11686-jockey-corduroy-beige-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/11686-jockey-corduroy-beige-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"11686-jockey-corduroy-beige-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/11686-jockey-corduroy-beige-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"11686-jockey-corduroy-beige-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC494024841\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-06-24T15:46:31.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:43.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Zapatilla Hombre Linus Gris \",\n                \"code\": \"93213-GREY\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:45.000Z\",\n                \"createdAt\": \"2019-02-13T16:07:25.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/p-93213gre-8xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"p-93213gre-8xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/p-93213gre-2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"p-93213gre-2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/p-93213gre-3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"p-93213gre-3xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/p-93213gre-5xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"p-93213gre-5xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/p-93213gre-9xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"p-93213gre-9xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 8\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/p-93213gre-7xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"p-93213gre-7xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 7\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/p-93213gre-4xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"p-93213gre-4xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/p-93213gre-6xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"p-93213gre-6xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/p-93213gre-1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"p-93213gre-1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC514873940\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-11-22T19:07:38.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:43.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Mochila Zion Pro 45 Negro\",\n                \"code\": \"06320-BLACK\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:55.000Z\",\n                \"createdAt\": \"2019-09-26T18:18:46.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/06320-zionn-pro-45-black-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"06320-zionn-pro-45-black-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/06320-zionn-pro-45-black-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"06320-zionn-pro-45-black-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/06320-zionn-pro-45-black-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"06320-zionn-pro-45-black-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/06320-zionn-pro-45-black-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"06320-zionn-pro-45-black-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/06320-zionn-pro-45-black-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"06320-zionn-pro-45-black-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC600743996\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"to_republish\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-04-26T17:46:56.000Z\",\n            \"updatedAt\": \"2021-06-15T21:38:33.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Mochila Leonera 50 Verde\",\n                \"code\": \"16578-TEAL-TEAL\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:07:05.000Z\",\n                \"createdAt\": \"2019-01-28T19:58:48.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/4656ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"4656ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/dme-vent-systemxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"dme-vent-systemxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/4658ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"4658ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/4657ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"4657ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/zzimg1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"zzimg1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/4660ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"4660ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/zzimg2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"zzimg2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 7\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/4659ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"4659ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 3\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC507647879\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-09-27T16:37:46.000Z\",\n            \"updatedAt\": \"2021-06-12T12:48:31.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Vaso Compactable Cosmo Verde\",\n                \"code\": \"09579-Verde\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:06.000Z\",\n                \"createdAt\": \"2019-01-28T19:44:56.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/825ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"825ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/824ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"824ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC487434709\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-04-26T17:27:39.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:43.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Mochila Athena 60+15 Desmontable Negro\",\n                \"code\": \"16518-BLACK\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:08.000Z\",\n                \"createdAt\": \"2019-01-28T19:46:49.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/3917ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"3917ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/img1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"img1xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/3916ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"3916ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/3915ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"3915ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/3914ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"3914ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/quick-adjust-systemxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"quick-adjust-systemxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/img2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"img2xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC613833386\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2021-05-18T21:24:55.000Z\",\n            \"updatedAt\": \"2021-06-14T13:47:45.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Gorro Unisex Icon Azul\",\n                \"code\": \"11807-NAVY\",\n                \"alias\": \"\",\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:10.000Z\",\n                \"createdAt\": \"2021-03-01T18:14:07.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/11807-icon-navy-red-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"11807-icon-navy-red-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/11807-icon-navy-red-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"11807-icon-navy-red-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/11807-icon-navy-red-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"11807-icon-navy-red-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/11807-icon-navy-red-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"11807-icon-navy-red-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC613833393\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2021-05-18T20:18:06.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:45.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Balaclava Unisex Thermolator Knit Negro\",\n                \"code\": \"13047-BLACK\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:49.000Z\",\n                \"createdAt\": \"2019-01-29T13:19:01.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/2376ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"2376ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesanddeleteoriginalfileonsuccesstruexxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 1\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/2377ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general\",\n                        \"fileKey\": \"2377ws_key7ks1exnnanww9yu4kc9q5jzweyl2xj3landcategoryproducts-imagesxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpeg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC518847455\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2020-01-10T17:34:47.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:45.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Cinturon Hombre Keylock Brown Marrón\",\n                \"code\": \"11745-BROWN\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:53.000Z\",\n                \"createdAt\": \"2019-11-04T16:01:27.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/598sbrnxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"598sbrnxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC518847457\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2020-01-10T17:27:13.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:45.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Calcetines Mujer Merino Lite Rosa\",\n                \"code\": \"D_12100-RASPBERRY\",\n                \"alias\": \"\",\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:06.000Z\",\n                \"createdAt\": \"2019-11-26T15:03:02.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/d_12100_1-merino-lite-raspb-pink-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"d_12100_1-merino-lite-raspb-pink-006xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 5\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/d_12100_1-merino-lite-raspb-pink-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"d_12100_1-merino-lite-raspb-pink-001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/d_12100_1-merino-lite-raspb-pink-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"d_12100_1-merino-lite-raspb-pink-005xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 4\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/0001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"0001xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 6\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/d_12100_1-merino-lite-raspb-pink-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"d_12100_1-merino-lite-raspb-pink-004xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 3\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/d_12100_1-merino-lite-raspb-pink-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"d_12100_1-merino-lite-raspb-pink-003xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/d_12100_1-merino-lite-raspb-pink-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"d_12100_1-merino-lite-raspb-pink-002xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC502572736\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-08-26T15:07:24.000Z\",\n            \"updatedAt\": \"2021-06-09T22:08:30.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Blusa Mujer Tun Expedition Chill Azul Royal Robbins \",\n                \"code\": \"R_24709-BLUE\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-06T15:36:05.000Z\",\n                \"createdAt\": \"2019-08-08T20:04:59.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/rr_mujerxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"rr_mujerxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 2\n                    },\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/s17_32131_expedition_chill_stretch_tunic_navy_728xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"s17_32131_expedition_chill_stretch_tunic_navy_728xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 1\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    },\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        },\n        {\n            \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalId\": \"MLC508384288\",\n            \"status\": \"created\",\n            \"synchronizationStatus\": \"synchronized\",\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n            \"externalContent\": \"\",\n            \"createdAt\": \"2019-10-06T20:37:56.000Z\",\n            \"updatedAt\": \"2021-06-09T15:26:46.000Z\",\n            \"Product\": {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"name\": \"Banano Versátil Azul\",\n                \"code\": \"07205-BLUE\",\n                \"alias\": null,\n                \"BrandId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2021-05-11T17:06:49.000Z\",\n                \"createdAt\": \"2019-08-12T20:35:14.000Z\",\n                \"status\": \"created\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ProductPictures\": [\n                    {\n                        \"url\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images/banano-versatil-azulxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"title\": null,\n                        \"description\": null,\n                        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"fileType\": \"image/jpeg\",\n                        \"provider\": \"s3\",\n                        \"status\": \"created\",\n                        \"storagePath\": null,\n                        \"fileName\": null,\n                        \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-products-images\",\n                        \"fileKey\": \"banano-versatil-azulxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.jpg\",\n                        \"position\": 0\n                    }\n                ],\n                \"ProductVersions\": [\n                    {\n                        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                        \"ProductVersionPictures\": []\n                    }\n                ]\n            }\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 46,\n        \"current_page\": 1,\n        \"next_page\": 2,\n        \"previous_page\": 0,\n        \"total_items\": 2256\n    }\n}"}],"_postman_id":"04c6376a-a48f-4ad5-b7bf-93d9ea285193"},{"name":"Get product links by id","event":[{"listen":"test","script":{"id":"67d7ee3d-6c3e-41ca-b801-db4a34bd4955","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"scroll_id\", data.pagination.scroll_id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a690ae7c-2e97-4e20-b6c4-c1579c1fb70e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/product-links/:product_link_id","description":"<p>This endpoint allows obtaining information from a product link</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752316875917--C%C3%B3mo-crear-productos-en-tu-canal-desde-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","product-links",":product_link_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the product link.</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_link_id"}]}},"response":[{"id":"d3c89235-c97e-463a-a91b-8b511e449db7","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/product-links/:product_link_id","host":["app.multivende.com"],"path":["api","product-links",":product_link_id"],"variable":[{"key":"product_link_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Jun 2021 22:44:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"99a27-+toyHi0ZlEq2g7NtA2pl6LN2sNw\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"externalId\": \"123456\",\n    \"externalContent\": \"details of synchronization\",\n    \"extraData\": \"extra details\",\n    \"synchronizationStatus\": \"synchronized\",\n    \"status\": \"created\",\n    \"externalCreatedAt\": null,\n    \"externalUpdatedAt\": null,\n    \"createdAt\": \"2023-10-11T14:08:27.000Z\",\n    \"updatedAt\": \"2023-10-11T14:28:20.000Z\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"BulkActionsTaskId\": null,\n    \"ProductId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"ProductLinkConfigurationId\": null,\n    \"MarketplaceConnectionConfigurationId\": null,\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"LastProductLinkLogEntryId\": \"6526b10466b461289b1xxxxx\",\n    \"MarketplaceConnection\": {\n        \"_name\": \"marketplace connection name\",\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"name\": \"marketplace connection name\",\n        \"country\": null,\n        \"provider\": \"marketplace_provider\",\n        \"pictureUrl\": \"https://s3-us-west-2.amazonaws.com/im-prod-general/bg-fecdf6f1-0a16-47b0-b011-xxxxxxxxxxxx.jpg\"\n    },\n    \"Product\": {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"name\": \" 15 Snacks  Húmedo Pouch Gatos Esterilizados Pollo \"\n    },\n    \"MarketplaceConnectionConfiguration\": null\n}"}],"_postman_id":"a690ae7c-2e97-4e20-b6c4-c1579c1fb70e"},{"name":"Upsert product link","event":[{"listen":"test","script":{"id":"09d61d7e-0406-4b98-a84a-e3bb6cac76fd","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"product_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ef921161-2b70-443d-b873-04f0e7cd0647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productPairs\": [\n        {\n            \"ProductId\": \"xxxxxx-xxxx-452c-bb04-ef740100e57d\",\n            \"externalId\": \"123456\",\n            \"externalContent\": \"details\",\n            \"extraData\": \"details\",\n            \"synchronizationStatus\": \"synchronized\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/marketplace-connection/:marketplace_connection_id/publish","description":"<p><strong>Notes:</strong> The <code>marketplace_connection_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n<p>This endpoint allows you to create the product links by Marketplace Connection.</p>\n<p>The fields are:</p>\n<ul>\n<li><p>'ProductId': id of the parent product in Multivende (not productVersionId)</p>\n</li>\n<li><p>'externalId': corresponds to the identifier of the product in the channel.</p>\n</li>\n<li><p>'externalContent': is to store the JSON of the product in the channel.</p>\n</li>\n<li><p>'extraData': any relevant extra data.</p>\n</li>\n<li><p>'synchronizationStatus' allows the following states:</p>\n<ul>\n<li><p>'not-synchronized'</p>\n</li>\n<li><p>'synchronized'</p>\n</li>\n<li><p>'synchronized_with_warnings'</p>\n</li>\n<li><p>'synchronizing'</p>\n</li>\n<li><p>'failed'</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752316875917--C%C3%B3mo-crear-productos-en-tu-canal-desde-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","marketplace-connection",":marketplace_connection_id","publish"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"4563b55b-145d-4113-a7ba-83d742672fc0","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"productPairs\": [\n\t\t{\n\t\t\t\"ProductId\": \"00xxxxxx-10d6-45a5-a35e-xxxxxxxxxxxa\",\n\t\t\t\"externalId\": \"xxxxx\",\n\t\t\t\"externalContent\": \"details\",\n\t\t\t\"extraData\": \"details\",\n\t\t\t\"synchronizationStatus\": \"failed\"\n\t\t},\n\t\t{\n\t\t\t\"ProductId\": \"00xxxxxx-5f76-4ae8-9133-xxxxxxxxxx7\",\n\t\t\t\"externalId\": \"xxxxxxxxxx\",\n\t\t\t\"externalContent\": \"details\",\n\t\t\t\"extraData\": \"details\",\n\t\t\t\"synchronizationStatus\": \"synchronized\"\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/marketplace-connection/:marketplace_connection_id/publish","host":["app.multivende.com"],"path":["api","marketplace-connection",":marketplace_connection_id","publish"],"variable":[{"key":"marketplace_connection_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"628-h77RcMAfo3P7nkiwByCZ8xFXcL4\""},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 22 Apr 2021 17:01:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"externalId\": \"xxxxx\",\n        \"externalContent\": \"details\",\n        \"extraData\": \"details\",\n        \"synchronizationStatus\": \"failed\",\n        \"status\": \"deleted\",\n        \"externalCreatedAt\": null,\n        \"externalUpdatedAt\": null,\n        \"createdAt\": \"2021-04-22T16:59:05.000Z\",\n        \"updatedAt\": \"2021-04-22T17:01:22.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionId\": \"fa3972ed-9c9c-4199-acd7-xxxxxxxxxx399\",\n        \"BulkActionsTaskId\": null,\n        \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"ProductLinkConfigurationId\": null,\n        \"MarketplaceConnectionConfigurationId\": null,\n        \"MerchantId\": \"f46458a3-237f-443f-aa3b-xxxxxxxxxxxcb\"\n    },\n    {\n        \"_id\": \"c7387b80-1396-4d4d-97ef-xxxxxxxxxxx07\",\n        \"externalId\": \"xxxxx\",\n        \"externalContent\": \"details\",\n        \"extraData\": \"details\",\n        \"synchronizationStatus\": \"completed\",\n        \"status\": \"deleted\",\n        \"externalCreatedAt\": null,\n        \"externalUpdatedAt\": null,\n        \"createdAt\": \"2021-04-22T16:59:05.000Z\",\n        \"updatedAt\": \"2021-04-22T17:01:22.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionId\": \"fa3972ed-9c9c-4199-acd7-xxxxxxxxxx399\",\n        \"BulkActionsTaskId\": null,\n        \"ProductId\": \"00xxxxxx-5f76-4ae8-9133-xxxxxxxxxx7\",\n        \"ProductLinkConfigurationId\": null,\n        \"MarketplaceConnectionConfigurationId\": null,\n        \"MerchantId\": \"f46458a3-237f-443f-aa3b-xxxxxxxxxxxcb\"\n    }\n]"}],"_postman_id":"ef921161-2b70-443d-b873-04f0e7cd0647"},{"name":"Unpublish product link","event":[{"listen":"test","script":{"id":"f085f633-5132-45bf-b01c-4588cb4ef508","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"product_id\", data.entries[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"798792c0-b6b2-412f-8e2e-ddc76afa4e18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productPairs\": [\n        {\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/marketplace-connection/:marketplace_connection_id/unpublish","description":"<p>This endpoint allows you to remove product links by Marketplace Connection.</p>\n<p><strong>'ProductId'</strong>: id of the parent product in Multivende (not productVersionId)</p>\n<p>When the 'to_unpublish' status is sent, the response returns the 'to_republish' status in the product link synchronizationStatus and 'deleted' to the product status</p>\n<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13752316875917--C%C3%B3mo-crear-productos-en-tu-canal-desde-Multivende\">Help Center.</a></p>\n","urlObject":{"path":["api","marketplace-connection",":marketplace_connection_id","unpublish"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"796318dc-09e6-483b-b8e0-aa0664029877","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productPairs\": [\n        {\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        },\n        {\n            \"ProductId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/marketplace-connection/:marketplace_connection_id/unpublish","host":["app.multivende.com"],"path":["api","marketplace-connection",":marketplace_connection_id","unpublish"],"variable":[{"key":"marketplace_connection_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"X-HTTP-Method-Override, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"546-dZua7HobVIEDERH3n9KydDfZqNQ\""},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 22 Apr 2021 19:13:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"b8xxxxxx5-f806-4bbb-91dc-xxxxxxxxxxxxx14\",\n        \"externalId\": \"xxxxx\",\n        \"externalContent\": \"details\",\n        \"extraData\": \"details\",\n        \"synchronizationStatus\": \"unpublish\",\n        \"status\": \"deleted\",\n        \"externalCreatedAt\": null,\n        \"externalUpdatedAt\": null,\n        \"createdAt\": \"2021-04-22T16:59:05.000Z\",\n        \"updatedAt\": \"2021-04-22T17:01:22.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionId\": \"fa3972ed-9c9c-4199-acd7-xxxxxxxxxx399\",\n        \"BulkActionsTaskId\": null,\n        \"ProductId\": \"00080e2c-10d6-45a5-a35e-xxxxxxxxx7a\",\n        \"ProductLinkConfigurationId\": null,\n        \"MarketplaceConnectionConfigurationId\": null,\n        \"MerchantId\": \"f46458a3-237f-443f-aa3b-xxxxxxxxcb\"\n    },\n    {\n        \"_id\": \"c7387b80-1396-4d4d-97ef-xxxxxxxxe07\",\n        \"externalId\": \"xxxxx\",\n        \"externalContent\": \"details\",\n        \"extraData\": \"details\",\n        \"synchronizationStatus\": \"unpublish\",\n        \"status\": \"deleted\",\n        \"externalCreatedAt\": null,\n        \"externalUpdatedAt\": null,\n        \"createdAt\": \"2021-04-22T16:59:05.000Z\",\n        \"updatedAt\": \"2021-04-22T17:01:22.000Z\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MarketplaceConnectionId\": \"fa3972ed-9c9c-4199-acd7-xxxxxxxxxx399\",\n        \"BulkActionsTaskId\": null,\n        \"ProductId\": \"00xxxxxx-5f76-4ae8-9133-xxxxxxxxxx487\",\n        \"ProductLinkConfigurationId\": null,\n        \"MarketplaceConnectionConfigurationId\": null,\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    }\n]"}],"_postman_id":"798792c0-b6b2-412f-8e2e-ddc76afa4e18"}],"id":"f44e8c21-d0ca-41e6-b858-12c59f5c7e55","_postman_id":"f44e8c21-d0ca-41e6-b858-12c59f5c7e55","description":""},{"name":"Paris","item":[{"name":"Get stock by seller id","id":"d32832a1-0377-44f4-bfa2-f94de5faa026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"skus\": [\n        \"sku\",\n        \"Wk221\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/marketplaces/paris-sellers/:paris_seller_id/product-stocks","description":"<p>The endpoint is enabled to be able to check the stock of one or more products by sku or product id in the channel</p>\n","urlObject":{"path":["api","marketplaces","paris-sellers",":paris_seller_id","product-stocks"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the seller in the Paris marketplace.</p>\n","type":"text/plain"},"type":"any","value":"","key":"paris_seller_id"}]}},"response":[{"id":"8d7942e8-0551-44b2-8cec-0352cd9586bc","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"skus\": [\n        \"sku\",\n        \"Wk221\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/marketplaces/paris-sellers/:paris_seller_id/product-stocks","host":["app.multivende.com"],"path":["api","marketplaces","paris-sellers",":paris_seller_id","product-stocks"],"variable":[{"key":"paris_seller_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"ETag","value":"W/\"53-Uki5F45qna6nBaP1FkXOwL/arJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Nov 2022 18:49:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=122"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"sku\": \"sku\",\n        \"quantity\": 0,\n        \"error\": \"sku not found\"\n    },\n    {\n        \"sku\": \"Wk221\",\n        \"quantity\": 181\n    }\n]"},{"id":"e1120174-1173-474c-8cc2-204576aab0ef","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"skus\": [\n        \"sku\",\n        \"Wk221\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/marketplaces/paris-sellers/:paris_seller_id/product-stocks","host":["app.multivende.com"],"path":["api","marketplaces","paris-sellers",":paris_seller_id","product-stocks"],"variable":[{"key":"paris_seller_id","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"29"},{"key":"ETag","value":"W/\"1d-SIdLlOxePRBZX4JiB12Ja45gJ+Q\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Nov 2022 18:50:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=122"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"seller id not found\"\n}"},{"id":"1b9a2e2a-a67d-42bb-8786-0ffde9a2749b","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/marketplaces/paris-sellers/:paris_seller_id/product-stocks","host":["app.multivende.com"],"path":["api","marketplaces","paris-sellers",":paris_seller_id","product-stocks"],"variable":[{"key":"paris_seller_id","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"ETag","value":"W/\"27-Q69pwgygDWwqZkfpjO+Cg5L/Y3I\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 08 Nov 2022 18:50:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=122"}],"cookie":[],"responseTime":null,"body":"{\n    \"msg\": \"Bad request: body is required\"\n}"}],"_postman_id":"d32832a1-0377-44f4-bfa2-f94de5faa026"}],"id":"081e0ee2-2a32-4062-867f-4a40497cf383","_postman_id":"081e0ee2-2a32-4062-867f-4a40497cf383","description":""},{"name":"Bulk action tasks","item":[{"name":"Generate delivery order ticket","id":"d810b979-6053-41a6-950d-f344b35f0a55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/-connections/:marketplace_connection_id/delivery-order-tickets/generation","description":"<p>The <strong></strong> is name of the marketplace you want to consult.</p>\n<p>For more information regarding the Marketplaces enabled for label generation, please visit the following <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13751937233037--C%C3%B3mo-generar-y-consultar-etiquetas-de-los-Marketplace\">article</a> in the API Integrations Help Center.</p>\n","urlObject":{"path":["api","-connections",":marketplace_connection_id","delivery-order-tickets","generation"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"34fae710-6799-4d38-9a3c-4d1c3611c7da","name":"201 Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"orders\": [\n\t\t\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n\t\t\"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n\t]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/-connections/:marketplace_connection_id/delivery-order-tickets/generation","host":["app.multivende.com"],"path":["api","-connections",":marketplace_connection_id","delivery-order-tickets","generation"],"variable":[{"key":"marketplace_connection_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://app.multivende.com/undefined/undefined\",\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"provider\": \"local\",\n    \"status\": \"created\",\n    \"processStatus\": \"pending\",\n    \"type\": \"fcom-generate-delivery-order-ticket\",\n    \"parameters\": \"{\\\"orders\\\":[\\\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\\\"]}\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"originalServerPath\": \"\",\n    \"originalFileName\": \"\",\n    \"fileType\": \"zip\",\n    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"locale\": \"es\",\n    \"updatedAt\": \"2023-11-27T19:35:51.000Z\",\n    \"createdAt\": \"2023-11-27T19:35:51.000Z\"\n}"}],"_postman_id":"d810b979-6053-41a6-950d-f344b35f0a55"},{"name":"Get bulk action task","id":"a1166555-9acf-4ce7-a38a-66ac61db64b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/bulk-actions-task/:bulk_action_task_id","description":"<p>For more information visit our <a href=\"https://multivendehelp.zendesk.com/hc/es-419/articles/13751937233037--C%C3%B3mo-generar-y-consultar-etiquetas-de-los-Marketplace\">Help Center</a>.</p>\n","urlObject":{"path":["api","bulk-actions-task",":bulk_action_task_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the bulk action task created for label generation or processing.</p>\n","type":"text/plain"},"type":"any","value":"","key":"bulk_action_task_id"}]}},"response":[{"id":"43d3b8b3-bacb-4df9-a8dd-ba614f98130d","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/bulk-actions-task/:bulk_action_task_id","host":["app.multivende.com"],"path":["api","bulk-actions-task",":bulk_action_task_id"],"variable":[{"key":"bulk_action_task_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"4bd-g/vbmPzCvKztzmj11SAYaNnPCTQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 21 Jun 2019 14:48:18 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://s3-us-west-2.amazonaws.com/im-beta-delivery-order-tickets/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx.zip\",\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"type\": \"mercadolibre-generate-delivery-order-ticket\",\n    \"parameters\": \"{\\\"orders\\\":[\\\"multivende_order_id\\\",\\\"other_multivende_order_id\\\"]}\",\n    \"code\": null,\n    \"locale\": \"es\",\n    \"provider\": \"s3\",\n    \"storageUrl\": \"https://s3-us-west-2.amazonaws.com/im-beta-delivery-order-tickets\",\n    \"storagePath\": null,\n    \"fileKey\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx.zip\",\n    \"originalServerPath\": \"\",\n    \"originalFileName\": \"\",\n    \"fileName\": null,\n    \"fileType\": \"application/zip\",\n    \"fileSize\": 6249,\n    \"log\": null,\n    \"errorExtraData\": null,\n    \"output\": \"{\\\"ordersWithAvailableDeliveryOrderTickets\\\":[],\\\"ordersWithUnavailableDeliveryOrderTickets\\\":[],\\\"failedDeliveryOrders\\\":[],\\\"successfulDeliveryOrderDocuments\\\":[],\\\"totalOrderProcessed\\\":0}\",\n    \"status\": \"created\",\n    \"processStatus\": \"completed\",\n    \"originalFileUpdatedAt\": null,\n    \"createdAt\": \"2019-06-21T14:32:33.000Z\",\n    \"updatedAt\": \"2019-06-21T14:32:36.000Z\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\"\n}"}],"_postman_id":"a1166555-9acf-4ce7-a38a-66ac61db64b3"}],"id":"df1cf96b-edc8-42c3-a43e-7a7715431fac","_postman_id":"df1cf96b-edc8-42c3-a43e-7a7715431fac","description":""},{"name":"Payment Gateway","item":[{"name":"Get Payment Gateways","event":[{"listen":"test","script":{"id":"97724994-0173-4b00-8de6-fd1b38309912","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2d32f910-98dc-440c-967a-e5d4d79d0e31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/payment-gateways","description":"<p>This endpoint will list all the payment gateways registered in Multivende</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","payment-gateways"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"2a38af0f-3159-458c-8806-a0ad0636053c","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/payment-gateways"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"0659e590-f0b8-11eb-a4ee-027b754a49f0\",\n        \"code\": \"webpay\",\n        \"name\": \"PAYMENT_GATEWAY.Webpay.Name\",\n        \"description\": \"PAYMENT_GATEWAY.Webpay.Description\",\n        \"position\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-07-29T21:57:53.000Z\",\n        \"updatedAt\": \"2021-07-29T21:57:53.000Z\"\n    },\n    {\n        \"_id\": \"0691413f-f0b8-11eb-a4ee-027b754a49f0\",\n        \"code\": \"webpayplus\",\n        \"name\": \"PAYMENT_GATEWAY.Webpayplus.Name\",\n        \"description\": \"PAYMENT_GATEWAY.Webpayplus.Description\",\n        \"position\": 1,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-07-29T21:57:53.000Z\",\n        \"updatedAt\": \"2021-07-29T21:57:53.000Z\"\n    },\n    {\n        \"_id\": \"067b03e4-f0b8-11eb-a4ee-027b754a49f0\",\n        \"code\": \"mercadopago\",\n        \"name\": \"PAYMENT_GATEWAY.Mercadopago.Name\",\n        \"description\": \"PAYMENT_GATEWAY.Mercadopago.Description\",\n        \"position\": 2,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-07-29T21:57:53.000Z\",\n        \"updatedAt\": \"2021-07-29T21:57:53.000Z\"\n    },\n    {\n        \"_id\": \"064323bf-f0b8-11eb-a4ee-027b754a49f0\",\n        \"code\": \"other\",\n        \"name\": \"PAYMENT_GATEWAY.Other.Name\",\n        \"description\": \"PAYMENT_GATEWAY.Other.Description\",\n        \"position\": 3,\n        \"status\": \"created\",\n        \"createdAt\": \"2021-07-29T21:57:53.000Z\",\n        \"updatedAt\": \"2021-07-29T21:57:53.000Z\"\n    }\n]"}],"_postman_id":"2d32f910-98dc-440c-967a-e5d4d79d0e31"},{"name":"Get Payment Gateways Mapping (Only for Vtex)","event":[{"listen":"test","script":{"id":"71982ca3-4f41-456f-bf8c-7396ab2cb6ce","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"cbfefcf5-1ade-4839-b52c-1db4c8ee6a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"app.multivende.com/api/m/:merchant_id/payment-gateway-mappings/p/:page","description":"<p>This endpoint will list all the payment gateways mapped by the merchant. Where it indicates how the payment gateway sends the channel to Multivende and with which of those registered in Multivende it is related.</p>\n<p><strong>Note:</strong> The <code></code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","m",":merchant_id","payment-gateway-mappings","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"f15196bc-c07e-4b96-91b0-c28ea24c6fed","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/payment-gateway-mappings/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","payment-gateway-mappings","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:21:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"685"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2ad-vkPFuFxncU6XCLdk149TnswIQN8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\",\n        \"externalCode\": \"MercadoPagoV1\",\n        \"status\": \"created\",\n        \"createdAt\": \"2021-07-29T21:59:40.000Z\",\n        \"updatedAt\": \"2021-07-29T21:59:40.000Z\",\n        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\",\n        \"PaymentGatewayId\": \"067b03e4-f0b8-11eb-a4ee-027b754a49f0\",\n        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx\",\n        \"PaymentGateway\": {\n            \"_id\": \"067b03e4-f0b8-11eb-a4ee-027b754a49f0\",\n            \"code\": \"mercadopago\",\n            \"name\": \"PAYMENT_GATEWAY.Mercadopago.Name\",\n            \"description\": \"PAYMENT_GATEWAY.Mercadopago.Description\",\n            \"position\": 2,\n            \"status\": \"created\",\n            \"createdAt\": \"2021-07-29T21:57:53.000Z\",\n            \"updatedAt\": \"2021-07-29T21:57:53.000Z\"\n        }\n    }\n]"}],"_postman_id":"cbfefcf5-1ade-4839-b52c-1db4c8ee6a72"},{"name":"Create payment gateway mapping","event":[{"listen":"test","script":{"id":"ba4e348f-d8c5-4921-a2e8-186e2102110e","exec":["var data = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"merchant_id\", data.Merchants[0]._id);"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"2f862847-f07f-4a73-b75a-aeb66c21c1e8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"de25d695-86c0-4afc-bcad-055c536df949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"externalCode\": \"mercado pago\",\r\n    \"PaymentGatewayId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/payment-gateway-mappings","description":"<p>This endpoint allows you to register the mapping of external channel payment gateways with Multivende for a merchant.</p>\n<p><strong>Note:</strong> The <code>merchant_id</code> can be taken from <a href=\"#efd16b49-bb5d-4e7e-a77c-15d253271302\">Get user information</a> endpoint.</p>\n<p>All the params are optional except <code>{{access token}}</code></p>\n","urlObject":{"path":["api","m",":merchant_id","payment-gateway-mappings"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[],"_postman_id":"de25d695-86c0-4afc-bcad-055c536df949"}],"id":"3c782c29-186d-43cf-9f64-83fc028a5487","_postman_id":"3c782c29-186d-43cf-9f64-83fc028a5487","description":""},{"name":"Configurations","item":[{"name":"Shipping classes","item":[{"name":"Get shipping classes","id":"7bf7808a-f747-466e-a7a9-43c68d587f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/shipping-classes/p/:page","urlObject":{"path":["api","m",":merchant_id","shipping-classes","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"9173a2ea-1a69-4db5-9fa3-81748094f074","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/shipping-classes/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","shipping-classes","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Nov 2022 13:15:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"etag","value":"W/\"785-QHBlERLYOsMuUkJIANb/JXght0c\""},{"key":"vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'self' https://*.myshopify.com"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7676d1d07cea2895-SCL"}],"cookie":[],"responseTime":null,"body":"{\n  \"entries\": [\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"Productos Grandes\",\n          \"code\": null,\n          \"description\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n          \"updatedAt\": \"2022-09-12T19:34:39.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"Productos Medianos\",\n          \"code\": null,\n          \"description\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n          \"updatedAt\": \"2022-09-12T19:34:47.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"Productos Pequeños\",\n          \"code\": null,\n          \"description\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n          \"updatedAt\": \"2022-09-12T19:34:57.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"clase prueba\",\n          \"code\": null,\n          \"description\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2022-08-03T20:46:02.000Z\",\n          \"updatedAt\": \"2022-08-03T20:46:02.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n      },\n      {\n          \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"name\": \"clase prueba2\",\n          \"code\": null,\n          \"description\": null,\n          \"status\": \"created\",\n          \"createdAt\": \"2022-10-18T00:47:54.000Z\",\n          \"updatedAt\": \"2022-10-18T00:47:54.000Z\",\n          \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n          \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n      }\n  ],\n  \"pagination\": {\n      \"offset\": 0,\n      \"limit\": 50,\n      \"total_pages\": 1,\n      \"current_page\": 1,\n      \"next_page\": 0,\n      \"previous_page\": 0,\n      \"total_items\": 5\n  }\n}"}],"_postman_id":"7bf7808a-f747-466e-a7a9-43c68d587f4c"},{"name":"Get shipping class by id","id":"ca883b7f-59e9-4b0e-a96d-bc22ce2dca5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/shipping-classes/:shipping_class_id","urlObject":{"path":["api","shipping-classes",":shipping_class_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the shipping class.</p>\n","type":"text/plain"},"type":"any","value":"","key":"shipping_class_id"}]}},"response":[{"id":"ab3617a1-9d29-48fb-941e-abbf2f4d74a8","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/shipping-classes/:shipping_class_id","host":["app.multivende.com"],"path":["api","shipping-classes",":shipping_class_id"],"variable":[{"key":"shipping_class_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Nov 2022 13:31:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"etag","value":"W/\"163-H8ikhFRIa6gl7so7awebRwSp6To\""},{"key":"vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'self' https://*.myshopify.com"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7676e8feaa2f0dd1-SCL"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n  \"name\": \"clase prueba2\",\n  \"code\": null,\n  \"description\": null,\n  \"status\": \"created\",\n  \"createdAt\": \"2022-10-18T00:47:54.000Z\",\n  \"updatedAt\": \"2022-10-18T00:47:54.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n}"}],"_postman_id":"ca883b7f-59e9-4b0e-a96d-bc22ce2dca5a"},{"name":"Post create shipping classes","event":[{"listen":"test","script":{"id":"6079aaa1-8238-4772-82c2-a6b122420167","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"92517e30-313c-4add-a9d7-cb3a42477671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Clase test 1\",\n    \"name\": \"Class test\"\n\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/shipping-classes","description":"<p>This endpoint create the shipping classes in Multivende</p>\n","urlObject":{"path":["api","m",":merchant_id","shipping-classes"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"cd013287-5927-4b0a-aee9-67592ddb5373","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"test 1\",\n    \"name\": \"Class test\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/shipping-classes/","host":["app.multivende.com"],"path":["api","m",":merchant_id","shipping-classes",""],"variable":[{"key":"merchant_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"status\": \"created\",\n    \"name\": \"Class test\",\n    \"description\": \"test 1\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"updatedAt\": \"2022-11-30T03:06:43.000Z\",\n    \"createdAt\": \"2022-11-30T03:06:43.000Z\"\n}"}],"_postman_id":"92517e30-313c-4add-a9d7-cb3a42477671"},{"name":"Update shipping class","id":"0b052bb8-e02c-4c5b-8d38-51edcb2f7da9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"clase prueba updated\",\n    \"description\": \"updated\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/shipping-classes/:shipping_class_id","urlObject":{"path":["api","shipping-classes",":shipping_class_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the shipping class.</p>\n","type":"text/plain"},"type":"any","value":"","key":"shipping_class_id"}]}},"response":[{"id":"0e906c49-57fe-4064-a7aa-dfbe5a086d16","name":"201 Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"clase prueba updated\",\n    \"description\": \"updated\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/shipping-classes/:shipping_class_id","host":["app.multivende.com"],"path":["api","shipping-classes",":shipping_class_id"],"variable":[{"key":"shipping_class_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Nov 2022 13:39:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"etag","value":"W/\"16f-fqJGU7W6E3VV5nAoHJHieqNntic\""},{"key":"vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'self' https://*.myshopify.com"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7676f3ef2938fdf1-SCL"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n  \"name\": \"clase prueba updated\",\n  \"code\": null,\n  \"description\": \"updated\",\n  \"status\": \"created\",\n  \"createdAt\": \"2022-10-18T00:47:54.000Z\",\n  \"updatedAt\": \"2022-11-09T13:37:39.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n}"}],"_postman_id":"0b052bb8-e02c-4c5b-8d38-51edcb2f7da9"},{"name":"Delete shipping class","id":"7007997b-1774-43a2-ba8d-947dc79d38c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"clase prueba updated\",\n    \"description\": \"updated\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/shipping-classes/:shipping_class_id","urlObject":{"path":["api","shipping-classes",":shipping_class_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the shipping class.</p>\n","type":"text/plain"},"type":"any","value":"","key":"shipping_class_id"}]}},"response":[{"id":"be7c5fc3-0c7e-4e39-b8b5-dc43e594025a","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"clase prueba updated\",\n    \"description\": \"updated\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/shipping-classes/:shipping_class_id","host":["app.multivende.com"],"path":["api","shipping-classes",":shipping_class_id"],"variable":[{"key":"shipping_class_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Nov 2022 13:39:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-im-request-count","value":"1"},{"key":"etag","value":"W/\"16f-fqJGU7W6E3VV5nAoHJHieqNntic\""},{"key":"vary","value":"Accept-Encoding"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-methods","value":"GET, PUT, POST, DELETE, PATCH, OPTIONS"},{"key":"access-control-allow-headers","value":"DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-max-age","value":"1728000"},{"key":"content-security-policy","value":"frame-ancestors 'self' https://*.myshopify.com"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7676f3ef2938fdf1-SCL"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n  \"name\": \"clase prueba updated\",\n  \"code\": null,\n  \"description\": \"updated\",\n  \"status\": \"deleted\",\n  \"createdAt\": \"2022-10-18T00:47:54.000Z\",\n  \"updatedAt\": \"2022-11-09T13:51:00.000Z\",\n  \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n  \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n  \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n}"}],"_postman_id":"7007997b-1774-43a2-ba8d-947dc79d38c8"}],"id":"e1ae9cc0-29f7-47ac-b516-433395acf86f","_postman_id":"e1ae9cc0-29f7-47ac-b516-433395acf86f","description":""},{"name":"Shipping zones","item":[{"name":"Get shipping zones","event":[{"listen":"test","script":{"id":"56819adf-42d8-48e0-aff9-5acc990bcb05","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"55c1d1ab-e0b6-415c-a04b-37f7103d9ac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/shipping-zones/p/:page","description":"<p>This endpoint will list all the shipping classes registered in Multivende</p>\n","urlObject":{"path":["api","m",":merchant_id","shipping-zones","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"a29fdf52-4a51-4bfe-8622-35f40e9b2a4e","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/shipping-zones/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","shipping-zones","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Zone test\",\n            \"code\": null,\n            \"description\": \"test\",\n            \"status\": \"created\",\n            \"createdAt\": \"2022-11-30T03:51:17.000Z\",\n            \"updatedAt\": \"2022-11-30T03:51:17.000Z\",\n            \"CreatedById\": \"54c5ac80-bbd3-4dcf-9d5f-8c2b60a889fb\",\n            \"UpdatedById\": \"54c5ac80-bbd3-4dcf-9d5f-8c2b60a889fb\",\n            \"MerchantId\": \"1e44ac89-c0d3-4da2-a552-c0db185903bc\"\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Zone test\",\n            \"code\": null,\n            \"description\": \"Zone test\",\n            \"status\": \"created\",\n            \"createdAt\": \"2022-11-30T03:53:07.000Z\",\n            \"updatedAt\": \"2022-11-30T03:53:07.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"}],"_postman_id":"55c1d1ab-e0b6-415c-a04b-37f7103d9ac2"},{"name":"Post create shipping zones","event":[{"listen":"test","script":{"id":"a5baa5f4-45dc-4047-980b-1a9b6c5858cb","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2420aff2-41ab-4613-8a8a-a1e7daaf2840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Zone test\",\n    \"name\": \"Zone test\"\n\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/shipping-zones","description":"<p>This endpoint create the shipping zone in Multivende</p>\n","urlObject":{"path":["api","m",":merchant_id","shipping-zones"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"c187efd5-878c-4732-9990-02cf6d002a9f","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"description\": \"Zone test\",\n    \"name\": \"Zone test\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/shipping-zones","host":["app.multivende.com"],"path":["api","m",":merchant_id","shipping-zones"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"status\": \"created\",\n    \"name\": \"Zone test\",\n    \"description\": \"Zone test\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"updatedAt\": \"2022-11-30T03:06:43.000Z\",\n    \"createdAt\": \"2022-11-30T03:06:43.000Z\"\n}"}],"_postman_id":"2420aff2-41ab-4613-8a8a-a1e7daaf2840"},{"name":"Put update shipping zones","event":[{"listen":"test","script":{"id":"16ccd2b1-fac9-48bf-bb47-ada53be4d84c","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"47f3434e-b987-452e-ae28-69f2d01d3b4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Zone update\",\n    \"name\": \"Zone update\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/shipping-zones/:shipping_zones_id","description":"<p>This endpoint update the shipping classes in Multivende</p>\n","urlObject":{"path":["api","shipping-zones",":shipping_zones_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the shipping class.</p>\n","type":"text/plain"},"type":"any","value":"","key":"shipping_zones_id"}]}},"response":[{"id":"caed911f-e825-4cf5-af35-80ab9f40c7b5","name":"201 Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Zone update\",\n     \"name\": \"Zone update\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/shipping-zones/:shipping_zones_id","host":["app.multivende.com"],"path":["api","shipping-zones",":shipping_zones_id"],"variable":[{"key":"shipping_zones_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"name\": \"Zone update\",\n    \"code\": null,\n    \"description\": \"Zone update\",\n    \"status\": \"created\",\n    \"createdAt\": \"2022-11-30T03:53:07.000Z\",\n    \"updatedAt\": \"2022-11-30T04:03:23.000Z\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"}],"_postman_id":"47f3434e-b987-452e-ae28-69f2d01d3b4f"}],"id":"df4d7fb5-a8fc-41fc-8e3b-5a5f3ce53a49","_postman_id":"df4d7fb5-a8fc-41fc-8e3b-5a5f3ce53a49","description":""},{"name":"Shipping methods","item":[{"name":"Get shipping zones methods","event":[{"listen":"test","script":{"id":"7cbb33c7-dd43-41c0-8169-5821dcaaaf50","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"635da40c-3041-456a-9276-9f7994576783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/shipping-zones/:shipping_zones_id/methods","description":"<p>This endpoint will list all the shipping zones methods registered in Multivende</p>\n","urlObject":{"path":["api","shipping-zones",":shipping_zones_id","methods"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the shipping zone.</p>\n","type":"text/plain"},"type":"any","value":"","key":"shipping_zones_id"}]}},"response":[{"id":"7cee7459-c87a-408d-99e9-2b21a8b3bae3","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/shipping-zones/:shipping_zones_id/methods","host":["app.multivende.com"],"path":["api","shipping-zones",":shipping_zones_id","methods"],"variable":[{"key":"shipping_zones_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"test\",\n        \"code\": null,\n        \"description\": null,\n        \"status\": \"created\",\n        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"ShippingZoneId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"ShippingZoneMethodTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"MerchantCourierId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"ShippingZoneMethodType\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n            \"name\": \"SHIPPING.Zone.Method_type.Flat_rate.Name\",\n            \"code\": \"_shipping_zone_methods_flat_rate\",\n            \"description\": \"SHIPPING.Zone.Method_type.Flat_rate.Description\",\n            \"status\": \"created\",\n            \"createdAt\": null,\n            \"updatedAt\": null\n        },\n        \"ShippingZoneMethodClassCosts\": [\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 2000,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"name\": \"Grandes\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                    \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"CLP\",\n                        \"decimalPlaces\": 0\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"10\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx1\",\n                    \"name\": \"Pequeños\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                    \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"MXN\",\n                        \"decimalPlaces\": 2\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"name\": \"Medianos\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                    \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"COP\",\n                        \"decimalPlaces\": 0\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 2000,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"name\": \"Medianos\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                    \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"CLP\",\n                        \"decimalPlaces\": 0\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"5\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"name\": \"Medianos\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                    \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"MXN\",\n                        \"decimalPlaces\": 2\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx9\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx5\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"name\": \"Grandes\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                    \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"COP\",\n                        \"decimalPlaces\": 0\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"name\": \"Grandes\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                    \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"MXN\",\n                        \"decimalPlaces\": 2\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"name\": \"Pequeños\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                    \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                        \"symbol\": \"S/\",\n                        \"code\": \"PEN\",\n                        \"decimalPlaces\": 2\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 2000,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"name\": \"Pequeños\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                    \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"CLP\",\n                        \"decimalPlaces\": 0\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"5\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"name\": \"Medianos\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                    \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                        \"symbol\": \"S/\",\n                        \"code\": \"PEN\",\n                        \"decimalPlaces\": 2\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"name\": \"Grandes\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                    \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                        \"symbol\": \"S/\",\n                        \"code\": \"PEN\",\n                        \"decimalPlaces\": 2\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"code\": null,\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"status\": \"created\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                \"ShippingClass\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"name\": \"Pequeños\",\n                    \"code\": null,\n                    \"description\": null,\n                    \"status\": \"created\",\n                    \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                    \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                },\n                \"Currency\": {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                    \"PlatformCurrency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"COP\",\n                        \"decimalPlaces\": 0\n                    }\n                },\n                \"ShippingZoneMethodClassLimitDeliveries\": [\n                    {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"code\": null,\n                        \"limitDelivery\": \"\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\"\n                    }\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"635da40c-3041-456a-9276-9f7994576783"},{"name":"Get shipping zones methods types","event":[{"listen":"test","script":{"exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","id":"5f7eb270-c5a6-4aa2-baed-967a877555d0"}}],"id":"02d09abf-9657-4759-b068-a9a63ce1c108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/shipping-zone-mothod-types","description":"<p>This endpoint will list all the shipping zones method types registered in Multivende</p>\n","urlObject":{"path":["api","shipping-zone-mothod-types"],"host":["app.multivende.com"],"query":[],"variable":[]}},"response":[{"id":"7d0ba269-fc1f-4d72-9400-98f1d991c9bf","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"app.multivende.com/api/shipping-zone-mothod-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"SHIPPING.Zone.Method_type.Free.Name\",\n        \"code\": \"_shipping_zone_methods_free\",\n        \"description\": \"SHIPPING.Zone.Method_type.Free.Description\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"SHIPPING.Zone.Method_type.Flat_rate.Name\",\n        \"code\": \"_shipping_zone_methods_flat_rate\",\n        \"description\": \"SHIPPING.Zone.Method_type.Flat_rate.Description\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n    },\n    {\n        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n        \"name\": \"SHIPPING.Zone.Method_type.Local_pickup.Name\",\n        \"code\": \"_shipping_zone_methods_local_pick_up\",\n        \"description\": \"SHIPPING.Zone.Method_type.Local_pickup.Description\",\n        \"status\": \"created\",\n        \"createdAt\": null,\n        \"updatedAt\": null\n    }\n]"}],"_postman_id":"02d09abf-9657-4759-b068-a9a63ce1c108"},{"name":"Post create shipping zones methods","event":[{"listen":"test","script":{"id":"07f57253-7eeb-406e-a05a-e2d181192294","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5cb57bb5-6239-44c4-a26c-509e91ac9eb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipping_zone_methods\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"name\": \"test\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"pending-to-update\",\n            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ShippingZoneId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ShippingZoneMethodTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"MerchantCourierId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ShippingZoneMethodType\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"name\": \"SHIPPING.Zone.Method_type.Flat_rate.Name\",\n                \"code\": \"_shipping_zone_methods_flat_rate\",\n                \"description\": \"SHIPPING.Zone.Method_type.Flat_rate.Description\",\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            },\n            \"ShippingZoneMethodClassCosts\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 2000,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"CLP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"10\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"MXN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"COP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 2000,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"CLP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"5\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"MXN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"COP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"MXN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                            \"symbol\": \"S/\",\n                            \"code\": \"PEN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx9\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 2000,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"CLP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"5\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                            \"symbol\": \"S/\",\n                            \"code\": \"PEN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                            \"symbol\": \"S/\",\n                            \"code\": \"PEN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx3\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"COP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 1200,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"CLP\",\n                        \"decimalPlaces\": 0\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"USD\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"USD\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"USD\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"USD\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"COP\",\n                        \"decimalPlaces\": 0\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                        \"symbol\": \"S/\",\n                        \"code\": \"PEN\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"ARS\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"ARS\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"ARS\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"ARS\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"MXN\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                }\n            ],\n            \"shippingZoneClassCostsByCurrency\": {\n                \"afac3f3f-b1eb-496e-a9de-82c6ff7008d5\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 1200,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"CLP\",\n                            \"decimalPlaces\": 0\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 2000,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"CLP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"10\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 2000,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"CLP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"5\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 2000,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"CLP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"5\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    }\n                ],\n                \"16a78777-8ee7-43fb-a8cc-5ecc4bdf18b5\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"USD\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"USD\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"USD\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"USD\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    }\n                ],\n                \"e49ced69-75a7-4a82-a22a-6111ff1cbef8\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"COP\",\n                            \"decimalPlaces\": 0\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"54c5ac80-bbd3-4dcf-9d5f-8c2b60a889fb\",\n                        \"UpdatedById\": \"54c5ac80-bbd3-4dcf-9d5f-8c2b60a889fb\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"COP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"COP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"COP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    }\n                ],\n                \"d9613dbb-6497-47a6-968d-bb1281b1e6c5\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                            \"symbol\": \"S/\",\n                            \"code\": \"PEN\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                                \"symbol\": \"S/\",\n                                \"code\": \"PEN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"4438233d-e967-41e3-b9c8-cfea3e9c5468\",\n                                \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                                \"symbol\": \"S/\",\n                                \"code\": \"PEN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                                \"symbol\": \"S/\",\n                                \"code\": \"PEN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    }\n                ],\n                \"041463e1-c00e-403b-8db7-28f819085db1\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"0xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"ARS\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"5xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"bxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"ARS\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"ARS\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"7xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"ARS\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    }\n                ],\n                \"510a44fc-cd85-47f2-ba30-bcdd676f3808\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"MXN\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"MXN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"MXN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"71f64ae2-170a-432d-8cea-c4e25e0cbb49\",\n                                \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"MXN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/shipping-zones/:shipping_zone_id/methods","description":"<p>This endpoint create the shipping zone method in Multivende.</p>\n<p>The field \"status\" in the ShippingZoneMethodClassCosts must be 'pending-to-create' or 'pending-to-update' to do an update.</p>\n","urlObject":{"path":["api","m","shipping-zones",":shipping_zone_id","methods"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the shipping zone.</p>\n","type":"text/plain"},"type":"any","value":"","key":"shipping_zone_id"}]}},"response":[{"id":"44dd041d-acf7-4d84-a447-bca09741a126","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shipping_zone_methods\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"name\": \"test\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"pending-to-update\",\n            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ShippingZoneId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ShippingZoneMethodTypeId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"MerchantCourierId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n            \"ShippingZoneMethodType\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                \"name\": \"SHIPPING.Zone.Method_type.Flat_rate.Name\",\n                \"code\": \"_shipping_zone_methods_flat_rate\",\n                \"description\": \"SHIPPING.Zone.Method_type.Flat_rate.Description\",\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            },\n            \"ShippingZoneMethodClassCosts\": [\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 2000,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"CLP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"10\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"MXN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"COP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 2000,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"CLP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"5\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"MXN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"COP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"MXN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                            \"symbol\": \"S/\",\n                            \"code\": \"PEN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx9\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 2000,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"CLP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"5\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                            \"symbol\": \"S/\",\n                            \"code\": \"PEN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                            \"symbol\": \"S/\",\n                            \"code\": \"PEN\",\n                            \"decimalPlaces\": 2\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx3\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"code\": null,\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"status\": \"pending-to-update\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"PlatformCurrency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"COP\",\n                            \"decimalPlaces\": 0\n                        }\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"code\": null,\n                            \"limitDelivery\": \"\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        }\n                    ]\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 1200,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"CLP\",\n                        \"decimalPlaces\": 0\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"USD\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"USD\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"USD\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"USD\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"COP\",\n                        \"decimalPlaces\": 0\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                        \"symbol\": \"S/\",\n                        \"code\": \"PEN\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"ARS\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"ARS\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Grandes\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                        \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"ARS\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Medianos\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"ARS\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Pequeños\",\n                        \"code\": null,\n                        \"description\": null,\n                        \"status\": \"created\",\n                        \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                        \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                },\n                {\n                    \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"cost\": 0,\n                    \"minimumWeight\": 0,\n                    \"maximumWeight\": 0,\n                    \"valueExcess\": 0,\n                    \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                    \"Currency\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                        \"symbol\": \"$\",\n                        \"code\": \"MXN\",\n                        \"decimalPlaces\": 2\n                    },\n                    \"ShippingClass\": {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"name\": \"Class test\",\n                        \"code\": null,\n                        \"description\": \"Clase test 1\",\n                        \"status\": \"created\",\n                        \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                    },\n                    \"ShippingZoneMethodClassLimitDeliveries\": [\n                        {\n                            \"ShippingZoneMethodClassCostId\": \"\",\n                            \"limitDelivery\": \"\"\n                        }\n                    ],\n                    \"status\": \"pending-to-create\"\n                }\n            ],\n            \"shippingZoneClassCostsByCurrency\": {\n                \"afac3f3f-b1eb-496e-a9de-82c6ff7008d5\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 1200,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"CLP\",\n                            \"decimalPlaces\": 0\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 2000,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"CLP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"10\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 2000,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"CLP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"5\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 2000,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Chilean_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"CLP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"5\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T16:12:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    }\n                ],\n                \"16a78777-8ee7-43fb-a8cc-5ecc4bdf18b5\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"USD\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"USD\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"USD\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.United_states_dollar.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"USD\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    }\n                ],\n                \"e49ced69-75a7-4a82-a22a-6111ff1cbef8\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"COP\",\n                            \"decimalPlaces\": 0\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"54c5ac80-bbd3-4dcf-9d5f-8c2b60a889fb\",\n                        \"UpdatedById\": \"54c5ac80-bbd3-4dcf-9d5f-8c2b60a889fb\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"COP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"COP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"COP\",\n                                \"decimalPlaces\": 0\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    }\n                ],\n                \"d9613dbb-6497-47a6-968d-bb1281b1e6c5\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                            \"symbol\": \"S/\",\n                            \"code\": \"PEN\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                                \"symbol\": \"S/\",\n                                \"code\": \"PEN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"4438233d-e967-41e3-b9c8-cfea3e9c5468\",\n                                \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                                \"symbol\": \"S/\",\n                                \"code\": \"PEN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Peruvian_sol.Name\",\n                                \"symbol\": \"S/\",\n                                \"code\": \"PEN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    }\n                ],\n                \"041463e1-c00e-403b-8db7-28f819085db1\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"0xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"ARS\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"5xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"bxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"ARS\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"ARS\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"7xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Argentine_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"ARS\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    }\n                ],\n                \"510a44fc-cd85-47f2-ba30-bcdd676f3808\": [\n                    {\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                            \"symbol\": \"$\",\n                            \"code\": \"MXN\",\n                            \"decimalPlaces\": 2\n                        },\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Class test\",\n                            \"code\": null,\n                            \"description\": \"Clase test 1\",\n                            \"status\": \"created\",\n                            \"createdAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"updatedAt\": \"2023-02-13T14:11:48.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"ShippingZoneMethodClassCostId\": \"\",\n                                \"limitDelivery\": \"\"\n                            }\n                        ],\n                        \"status\": \"pending-to-create\"\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Grandes\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:39.000Z\",\n                            \"updatedAt\": \"2023-01-24T15:08:33.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"MXN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Medianos\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:47.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:50.000Z\",\n                            \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"MXN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    },\n                    {\n                        \"_id\": \"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"code\": null,\n                        \"cost\": 0,\n                        \"minimumWeight\": 0,\n                        \"maximumWeight\": 0,\n                        \"valueExcess\": 0,\n                        \"status\": \"pending-to-update\",\n                        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                        \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"CurrencyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                        \"ShippingClass\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"name\": \"Pequeños\",\n                            \"code\": null,\n                            \"description\": null,\n                            \"status\": \"created\",\n                            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n                            \"updatedAt\": \"2023-01-05T20:53:56.000Z\",\n                            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                        },\n                        \"Currency\": {\n                            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                            \"PlatformCurrency\": {\n                                \"_id\": \"71f64ae2-170a-432d-8cea-c4e25e0cbb49\",\n                                \"name\": \"CURRENCIES.Mexican_peso.Name\",\n                                \"symbol\": \"$\",\n                                \"code\": \"MXN\",\n                                \"decimalPlaces\": 2\n                            }\n                        },\n                        \"ShippingZoneMethodClassLimitDeliveries\": [\n                            {\n                                \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"code\": null,\n                                \"limitDelivery\": \"\",\n                                \"status\": \"created\",\n                                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                                \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\",\n                                \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/shipping-zones/:shipping_zone_id/methods","host":["app.multivende.com"],"path":["api","m","shipping-zones",":shipping_zone_id","methods"],"variable":[{"key":"shipping_zone_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"ShippingZoneMethodTypeId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"status\": \"created\",\n        \"name\": \"test\",\n        \"MerchantCourierId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"ShippingZoneId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n        \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n        \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n        \"ShippingZoneMethodClassCosts\": [\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 2000,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"10\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            },\n            {\n                \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"ShippingClassId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"cost\": 0,\n                \"minimumWeight\": 0,\n                \"maximumWeight\": 0,\n                \"valueExcess\": 0,\n                \"CurrencyId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"status\": \"created\",\n                \"ShippingZoneMethodId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                \"createdAt\": \"2023-02-03T14:01:29.000Z\",\n                \"ShippingZoneMethodClassLimitDeliveries\": {\n                    \"_id\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"limitDelivery\": \"\",\n                    \"status\": \"created\",\n                    \"UpdatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"MerchantId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"CreatedById\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n                    \"updatedAt\": \"2023-02-03T14:01:29.000Z\",\n                    \"createdAt\": \"2023-02-03T14:01:29.000Z\"\n                }\n            }\n        ]\n    }\n]"}],"_postman_id":"5cb57bb5-6239-44c4-a26c-509e91ac9eb4"}],"id":"f0fe8101-d27f-4d54-aa22-0a5165258ffb","_postman_id":"f0fe8101-d27f-4d54-aa22-0a5165258ffb","description":""},{"name":"Merchant couriers","item":[{"name":"Get merchant couriers","event":[{"listen":"test","script":{"id":"d9c51d74-bf0c-4fb8-b7a3-725c174dc1bc","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"20de54eb-9008-4103-ab7b-f7fa84de3ac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/m/:merchant_id/merchant-couriers/p/:page","description":"<p>This endpoint will list all the merchant couriers registered in Multivende</p>\n","urlObject":{"path":["api","m",":merchant_id","merchant-couriers","p",":page"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"},{"description":{"content":"<p>Page number used for pagination.</p>\n","type":"text/plain"},"type":"any","value":"","key":"page"}]}},"response":[{"id":"f668ca77-4fc8-4ba7-9366-a5bb894167d3","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/m/:merchant_id/merchant-couriers/p/:page","host":["app.multivende.com"],"path":["api","m",":merchant_id","merchant-couriers","p",":page"],"variable":[{"key":"merchant_id","value":""},{"key":"page","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"entries\": [\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Courier test\",\n            \"description\": \"Test\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2022-11-30T04:07:11.000Z\",\n            \"updatedAt\": \"2022-11-30T04:07:11.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"DeveloperAppId\": null\n        },\n        {\n            \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"Courier test 1\",\n            \"description\": \"Courier test\",\n            \"code\": null,\n            \"tags\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2022-11-30T04:07:39.000Z\",\n            \"updatedAt\": \"2022-11-30T04:07:39.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"DeveloperAppId\": null\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 0,\n        \"limit\": 50,\n        \"total_pages\": 1,\n        \"current_page\": 1,\n        \"next_page\": 0,\n        \"previous_page\": 0,\n        \"total_items\": 2\n    }\n}"}],"_postman_id":"20de54eb-9008-4103-ab7b-f7fa84de3ac6"},{"name":"Post create merchant couriers","event":[{"listen":"test","script":{"id":"40848e32-2af7-46a5-8880-76dccb5ce3f8","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"784c3087-6d9a-4e9d-970e-2d9504cdf76e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Courier test\",\n    \"name\": \"Courier test\"\n\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/m/:merchant_id/merchant-couriers","description":"<p>This endpoint create the merchant courier in Multivende</p>\n","urlObject":{"path":["api","m",":merchant_id","merchant-couriers"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the merchant account within Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchant_id"}]}},"response":[{"id":"669e18b2-99ae-46ed-bd3e-172c6a5b7f17","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"description\": \"Courier test\",\n    \"name\": \"Courier test\"\n\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/m/:merchant_id/merchant-couriers","host":["app.multivende.com"],"path":["api","m",":merchant_id","merchant-couriers"],"variable":[{"key":"merchant_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxxx-xxxxxxxxxx\",\n    \"status\": \"created\",\n    \"name\": \"Courier test\",\n    \"description\": \"Courier test\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxxx-xxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxxx-xxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxxx-xxxxxxxxxx\",\n    \"updatedAt\": \"2022-11-30T04:26:17.000Z\",\n    \"createdAt\": \"2022-11-30T04:26:17.000Z\"\n}"}],"_postman_id":"784c3087-6d9a-4e9d-970e-2d9504cdf76e"},{"name":"Put update merchant couriers","event":[{"listen":"test","script":{"id":"91f42cf0-133b-4b28-a67b-89c4e8ae66bf","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"89ba0644-3a64-4b5b-91fa-48837c817bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Courier update\",\n    \"name\": \"Courier update\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/merchant-couriers/:merchatn_couriers_id","description":"<p>This endpoint update the merchant courier in Multivende</p>\n","urlObject":{"path":["api","merchant-couriers",":merchatn_couriers_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the courier configured for the merchant.</p>\n","type":"text/plain"},"type":"any","value":"","key":"merchatn_couriers_id"}]}},"response":[{"id":"edd05d33-bba4-4529-a570-c7bfbc538436","name":"201 Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Courier update\",\n    \"name\": \"Courier update\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/merchant-couriers/:merchant_couriers_id","host":["app.multivende.com"],"path":["api","merchant-couriers",":merchant_couriers_id"],"variable":[{"key":"merchant_couriers_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"name\": \"Courier update\",\n    \"description\": \"Courier update\",\n    \"code\": null,\n    \"tags\": null,\n    \"status\": \"created\",\n    \"createdAt\": \"2022-11-30T04:26:17.000Z\",\n    \"updatedAt\": \"2022-11-30T04:33:12.000Z\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"DeveloperAppId\": null\n}"}],"_postman_id":"89ba0644-3a64-4b5b-91fa-48837c817bff"}],"id":"5b455ed7-8d2e-46e8-a86f-cf96872d8d70","_postman_id":"5b455ed7-8d2e-46e8-a86f-cf96872d8d70","description":""},{"name":"Regions by country","item":[{"name":"Get regions by country","event":[{"listen":"test","script":{"id":"12d18190-9679-4e9b-b226-a626ad483bcc","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"386eaccb-4bec-4458-874e-0b866f78b045","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/mercadolibre/:marketplace_connection_id/regions-by-country","description":"<p>This endpoint will list all the regions by country registered in Multivende</p>\n","urlObject":{"path":["api","mercadolibre",":marketplace_connection_id","regions-by-country"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"4090a3aa-1b66-4183-ad2b-4ce4c9b9a949","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{app.multivende.com/api/mercadolibre/:marketplace_connection_id/regions-by-country","host":["{app.multivende.com"],"path":["api","mercadolibre",":marketplace_connection_id","regions-by-country"],"variable":[{"key":"marketplace_connection_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"TUxDQ0FZUzFmMDFk\",\n        \"name\": \"Aysén/Aysén\"\n    },\n    {\n        \"id\": \"TUxDQ0NISTJmMzI1\",\n        \"name\": \"Aysén/Chile Chico\"\n    },\n    {\n        \"id\": \"TUxDQ0NJU2ZiOGM\",\n        \"name\": \"Aysén/Cisnes\"\n    },\n    {\n        \"id\": \"TUxDQ0NPQ2RmMjk0\",\n        \"name\": \"Aysén/Cochrane\"\n    },\n    {\n        \"id\": \"TUxDQ0NPWTdjMzE0\",\n        \"name\": \"Aysén/Coihaique\"\n    },\n    {\n        \"id\": \"TUxDQ0dVQWEzMmVi\",\n        \"name\": \"Aysén/Guaitecas\"\n    },\n    {\n        \"id\": \"TUxDQ0xBRzM0MDMx\",\n        \"name\": \"Aysén/Lago Verde\"\n    },\n    {\n        \"id\": \"TUxDQ09hSDU0ZDEy\",\n        \"name\": \"Aysén/O'Higgins\"\n    },\n    {\n        \"id\": \"TUxDQ1LNT2MyZjQ0\",\n        \"name\": \"Aysén/Río Ibánez\"\n    },\n    {\n        \"id\": \"TUxDQ1RPUjhkN2Nl\",\n        \"name\": \"Aysén/Tortel\"\n    },\n    {\n        \"id\": \"TUxDQ0FOVDc1YzM\",\n        \"name\": \"Antofagasta/Antofagasta\"\n    },\n    {\n        \"id\": \"TUxDQ0NBTDc0NjQx\",\n        \"name\": \"Antofagasta/Calama\"\n    },\n    {\n        \"id\": \"TUxDQ01BUjk2YzE\",\n        \"name\": \"Antofagasta/María Elena\"\n    },\n    {\n        \"id\": \"TUxDQ01FSjM1MTVl\",\n        \"name\": \"Antofagasta/Mejillones\"\n    },\n    {\n        \"id\": \"TUxDQ09MTGUwMTVm\",\n        \"name\": \"Antofagasta/Ollagüe\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjgyOTEx\",\n        \"name\": \"Antofagasta/San Pedro De Atacama\"\n    },\n    {\n        \"id\": \"TUxDQ1NJRTE2ZTEz\",\n        \"name\": \"Antofagasta/Sierra Gorda\"\n    },\n    {\n        \"id\": \"TUxDQ1RBTDYwZTFh\",\n        \"name\": \"Antofagasta/Taltal\"\n    },\n    {\n        \"id\": \"TUxDQ1RPQzgyMTdi\",\n        \"name\": \"Antofagasta/Tocopilla\"\n    },\n    {\n        \"id\": \"TUxDQ0FSSWF4ZDI5\",\n        \"name\": \"Arica y Parinacota/Arica\"\n    },\n    {\n        \"id\": \"TUxDQ0NNUmFiYzI5\",\n        \"name\": \"Arica y Parinacota/Camarones\"\n    },\n    {\n        \"id\": \"TUxDQ0dOTGF1bzc1\",\n        \"name\": \"Arica y Parinacota/General Lagos\"\n    },\n    {\n        \"id\": \"TUxDQ1BVVDZiNGRk\",\n        \"name\": \"Arica y Parinacota/Putre\"\n    },\n    {\n        \"id\": \"TUxDQ0FMVDdjMWM\",\n        \"name\": \"Atacama/Alto Del Carmen\"\n    },\n    {\n        \"id\": \"TUxDQ0NBTGRjZDEx\",\n        \"name\": \"Atacama/Caldera\"\n    },\n    {\n        \"id\": \"TUxDQ0NIQWUwZjQ0\",\n        \"name\": \"Atacama/Chañaral\"\n    },\n    {\n        \"id\": \"TUxDQ0NPUGRmNjhl\",\n        \"name\": \"Atacama/Copiapó\"\n    },\n    {\n        \"id\": \"TUxDQ0RJRWYzOTkx\",\n        \"name\": \"Atacama/Diego De Almagro\"\n    },\n    {\n        \"id\": \"TUxDQ0ZSRWQxOTcz\",\n        \"name\": \"Atacama/Freirina\"\n    },\n    {\n        \"id\": \"TUxDQ0hVQWEwZmMy\",\n        \"name\": \"Atacama/Huasco\"\n    },\n    {\n        \"id\": \"TUxDQ1RJRTI3NjU3\",\n        \"name\": \"Atacama/Tierra Amarilla\"\n    },\n    {\n        \"id\": \"TUxDQ1ZBTGQyYTI4\",\n        \"name\": \"Atacama/Vallenar\"\n    },\n    {\n        \"id\": \"TUxDQ0FMVGRkOGI\",\n        \"name\": \"Biobío/Alto Bíobío\"\n    },\n    {\n        \"id\": \"TUxDQ0FOVGQ5MTY2\",\n        \"name\": \"Biobío/Antuco\"\n    },\n    {\n        \"id\": \"TUxDQ0FSQTgyM2Mz\",\n        \"name\": \"Biobío/Arauco\"\n    },\n    {\n        \"id\": \"TUxDQ0NBQmJlMWUw\",\n        \"name\": \"Biobío/Cabrero\"\n    },\n    {\n        \"id\": \"TUxDQ0NB0TQ0YWIx\",\n        \"name\": \"Biobío/Cañete\"\n    },\n    {\n        \"id\": \"TUxDQ0NISTEzZDY3\",\n        \"name\": \"Biobío/Chiguayante\"\n    },\n    {\n        \"id\": \"TUxDQ0NPTjYwZTdk\",\n        \"name\": \"Biobío/Concepción\"\n    },\n    {\n        \"id\": \"TUxDQ0NPTmM3ZjU3\",\n        \"name\": \"Biobío/Contulmo\"\n    },\n    {\n        \"id\": \"TUxDQ0NPUmIwNDg4\",\n        \"name\": \"Biobío/Coronel\"\n    },\n    {\n        \"id\": \"TUxDQ0NVUjQ2YmFk\",\n        \"name\": \"Biobío/Curanilahue\"\n    },\n    {\n        \"id\": \"TUxDQ0ZMT2Q3ODI5\",\n        \"name\": \"Biobío/Florida\"\n    },\n    {\n        \"id\": \"TUxDQ0hVQTNmYjcy\",\n        \"name\": \"Biobío/Hualpén\"\n    },\n    {\n        \"id\": \"TUxDQ0hVQTY5MmQ5\",\n        \"name\": \"Biobío/Hualqui\"\n    },\n    {\n        \"id\": \"TUxDQ0xBSjk0NzM4\",\n        \"name\": \"Biobío/Laja\"\n    },\n    {\n        \"id\": \"TUxDQ0xFQjFmN2U4\",\n        \"name\": \"Biobío/Lebu\"\n    },\n    {\n        \"id\": \"TUxDQ0xPU2FiZjU3\",\n        \"name\": \"Biobío/Los Álamos\"\n    },\n    {\n        \"id\": \"TUxDQ0xPUzUzNWNi\",\n        \"name\": \"Biobío/Los Ángeles\"\n    },\n    {\n        \"id\": \"TUxDQ0xPVDE3MGJj\",\n        \"name\": \"Biobío/Lota\"\n    },\n    {\n        \"id\": \"TUxDQ01VTDg1NWJl\",\n        \"name\": \"Biobío/Mulchén\"\n    },\n    {\n        \"id\": \"TUxDQ05BQzY0MzNi\",\n        \"name\": \"Biobío/Nacimiento\"\n    },\n    {\n        \"id\": \"TUxDQ05FRzdlMWEw\",\n        \"name\": \"Biobío/Negrete\"\n    },\n    {\n        \"id\": \"TUxDQ1BFTjM4ZGNh\",\n        \"name\": \"Biobío/Penco\"\n    },\n    {\n        \"id\": \"TUxDQ1FVSTYyNGE5\",\n        \"name\": \"Biobío/Quilaco\"\n    },\n    {\n        \"id\": \"TUxDQ1FVSWM2NDg4\",\n        \"name\": \"Biobío/Quilleco\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjRkN2Rh\",\n        \"name\": \"Biobío/San Pedro De La Paz\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjJhMGQ2\",\n        \"name\": \"Biobío/San Rosendo\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTmVkYTg2\",\n        \"name\": \"Biobío/Santa Bárbara\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTmM1MzYy\",\n        \"name\": \"Biobío/Santa Juana\"\n    },\n    {\n        \"id\": \"TUxDQ1RBTGExM2Rj\",\n        \"name\": \"Biobío/Talcahuano\"\n    },\n    {\n        \"id\": \"TUxDQ1RJUmNkMWI1\",\n        \"name\": \"Biobío/Tirúa\"\n    },\n    {\n        \"id\": \"TUxDQ1RPTTllMTdm\",\n        \"name\": \"Biobío/Tomé\"\n    },\n    {\n        \"id\": \"TUxDQ1RVQzM5ZDdj\",\n        \"name\": \"Biobío/Tucapel\"\n    },\n    {\n        \"id\": \"TUxDQ1lVTTgwYjlj\",\n        \"name\": \"Biobío/Yumbel\"\n    },\n    {\n        \"id\": \"TUxDQ0NISTJjbDM\",\n        \"name\": \"China/Canton\"\n    },\n    {\n        \"id\": \"TUxDQ0FORDFkNTM5\",\n        \"name\": \"Coquimbo/Andacollo\"\n    },\n    {\n        \"id\": \"TUxDQ0NBTjg1MTUxMA\",\n        \"name\": \"Coquimbo/Canela\"\n    },\n    {\n        \"id\": \"TUxDQ0NPTWNiNzZj\",\n        \"name\": \"Coquimbo/Combarbalá\"\n    },\n    {\n        \"id\": \"TUxDQ0NPUWMzY2Y\",\n        \"name\": \"Coquimbo/Coquimbo\"\n    },\n    {\n        \"id\": \"TUxDQ0lMTDFiOTUz\",\n        \"name\": \"Coquimbo/Illapel\"\n    },\n    {\n        \"id\": \"TUxDQ0xBWjg4MzE4\",\n        \"name\": \"Coquimbo/La Higuera\"\n    },\n    {\n        \"id\": \"TUxDQ0xBWmU1OGVm\",\n        \"name\": \"Coquimbo/La Serena\"\n    },\n    {\n        \"id\": \"TUxDQ0xPU2YzMzlm\",\n        \"name\": \"Coquimbo/Los Vilos \"\n    },\n    {\n        \"id\": \"TUxDQ01PTmFmMjI4\",\n        \"name\": \"Coquimbo/Monte Patria\"\n    },\n    {\n        \"id\": \"TUxDQ09WQTU4MTk\",\n        \"name\": \"Coquimbo/Ovalle\"\n    },\n    {\n        \"id\": \"TUxDQ1BBSTIwYWI\",\n        \"name\": \"Coquimbo/Paiguano\"\n    },\n    {\n        \"id\": \"TUxDQ1BVTjM2NGZh\",\n        \"name\": \"Coquimbo/Punitaqui\"\n    },\n    {\n        \"id\": \"TUxDQ1LNTzcwOTQwMg\",\n        \"name\": \"Coquimbo/Río Hurtado\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTDRmZWJk\",\n        \"name\": \"Coquimbo/Salamanca\"\n    },\n    {\n        \"id\": \"TUxDQ1ZJQzE5NjAz\",\n        \"name\": \"Coquimbo/Vicuña\"\n    },\n    {\n        \"id\": \"TUxDQ0lORzJjbDM\",\n        \"name\": \"Inglaterra/Londres\"\n    },\n    {\n        \"id\": \"TUxDQ0FOR2YxYzNi\",\n        \"name\": \"La Araucanía/Angol\"\n    },\n    {\n        \"id\": \"TUxDQ0NBUjI2YzMx\",\n        \"name\": \"La Araucanía/Carahue\"\n    },\n    {\n        \"id\": \"TUxDQ0NITzgzNTc4\",\n        \"name\": \"La Araucanía/Cholchol\"\n    },\n    {\n        \"id\": \"TUxDQ0NPTGJiZGI1\",\n        \"name\": \"La Araucanía/Collipulli\"\n    },\n    {\n        \"id\": \"TUxDQ0NVTmEwNmI0\",\n        \"name\": \"La Araucanía/Cunco\"\n    },\n    {\n        \"id\": \"TUxDQ0NVUmM3MWU3\",\n        \"name\": \"La Araucanía/Curacautín\"\n    },\n    {\n        \"id\": \"TUxDQ0NVUjkwYzI4\",\n        \"name\": \"La Araucanía/Curarrehue\"\n    },\n    {\n        \"id\": \"TUxDQ0VSQ2UzZGVl\",\n        \"name\": \"La Araucanía/Ercilla\"\n    },\n    {\n        \"id\": \"TUxDQ0ZSRTQwNDg0MA\",\n        \"name\": \"La Araucanía/Freire\"\n    },\n    {\n        \"id\": \"TUxDQ0dBTDU3MmI5\",\n        \"name\": \"La Araucanía/Galvarino\"\n    },\n    {\n        \"id\": \"TUxDQ0dPUjVlNzg4\",\n        \"name\": \"La Araucanía/Gorbea\"\n    },\n    {\n        \"id\": \"TUxDQ0xBVTE2YTUy\",\n        \"name\": \"La Araucanía/Lautaro\"\n    },\n    {\n        \"id\": \"TUxDQ0xPTjM4MTUz\",\n        \"name\": \"La Araucanía/Loncoche\"\n    },\n    {\n        \"id\": \"TUxDQ0xPTjcwY2Y\",\n        \"name\": \"La Araucanía/Lonquimay\"\n    },\n    {\n        \"id\": \"TUxDQ0xPUzQ4N2My\",\n        \"name\": \"La Araucanía/Los Sauces\"\n    },\n    {\n        \"id\": \"TUxDQ0xVTTc4YjJk\",\n        \"name\": \"La Araucanía/Lumaco\"\n    },\n    {\n        \"id\": \"TUxDQ01FTDg4NjY1\",\n        \"name\": \"La Araucanía/Melipeuco\"\n    },\n    {\n        \"id\": \"TUxDQ05VRThmNThh\",\n        \"name\": \"La Araucanía/Nueva Imperial\"\n    },\n    {\n        \"id\": \"TUxDQ1BBRDI3OTY0Ng\",\n        \"name\": \"La Araucanía/Padre las Casas\"\n    },\n    {\n        \"id\": \"TUxDQ1BFUmMwN2Jh\",\n        \"name\": \"La Araucanía/Perquenco\"\n    },\n    {\n        \"id\": \"TUxDQ1BJVDQ3NmM3\",\n        \"name\": \"La Araucanía/Pitrufquén\"\n    },\n    {\n        \"id\": \"TUxDQ1BVQzU2NDFm\",\n        \"name\": \"La Araucanía/Pucón\"\n    },\n    {\n        \"id\": \"TUxDQ1BVUmIxZWRh\",\n        \"name\": \"La Araucanía/Purén\"\n    },\n    {\n        \"id\": \"TUxDQ1JFTmQ5MDRk\",\n        \"name\": \"La Araucanía/Renaico\"\n    },\n    {\n        \"id\": \"TUxDQ1NBQTM1NzEwMA\",\n        \"name\": \"La Araucanía/Saavedra\"\n    },\n    {\n        \"id\": \"TUxDQ1RFTWE1MDk3\",\n        \"name\": \"La Araucanía/Temuco\"\n    },\n    {\n        \"id\": \"TUxDQ1RFTzUyNjRl\",\n        \"name\": \"La Araucanía/Teodoro Schmidt\"\n    },\n    {\n        \"id\": \"TUxDQ1RPTDMxNTQ5Nw\",\n        \"name\": \"La Araucanía/Toltén\"\n    },\n    {\n        \"id\": \"TUxDQ1RSQTc4MzFm\",\n        \"name\": \"La Araucanía/Traiguén\"\n    },\n    {\n        \"id\": \"TUxDQ1ZJQ2IwYzQz\",\n        \"name\": \"La Araucanía/Victoria\"\n    },\n    {\n        \"id\": \"TUxDQ1ZJTDY3Njc1Ng\",\n        \"name\": \"La Araucanía/Vilcún\"\n    },\n    {\n        \"id\": \"TUxDQ1ZJTGMyNWU3\",\n        \"name\": \"La Araucanía/Villarrica\"\n    },\n    {\n        \"id\": \"TUxDQ0JVQzZlZGEw\",\n        \"name\": \"Libertador B. O'Higgins/Bucalemu\"\n    },\n    {\n        \"id\": \"TUxDQ0NISWI5NDdm\",\n        \"name\": \"Libertador B. O'Higgins/Chimbarongo\"\n    },\n    {\n        \"id\": \"TUxDQ0NIRWIzYjg1\",\n        \"name\": \"Libertador B. O'Higgins/Chépica\"\n    },\n    {\n        \"id\": \"TUxDQ0NPRDQ5ZDk0\",\n        \"name\": \"Libertador B. O'Higgins/Codegua\"\n    },\n    {\n        \"id\": \"TUxDQ0NPSWUwMDE1\",\n        \"name\": \"Libertador B. O'Higgins/Coinco\"\n    },\n    {\n        \"id\": \"TUxDQ0NPTGU0MDll\",\n        \"name\": \"Libertador B. O'Higgins/Coltauco\"\n    },\n    {\n        \"id\": \"TUxDQ0RP0WI1MmMz\",\n        \"name\": \"Libertador B. O'Higgins/Doñihue\"\n    },\n    {\n        \"id\": \"TUxDQ0dSQTNmN2E5\",\n        \"name\": \"Libertador B. O'Higgins/Graneros\"\n    },\n    {\n        \"id\": \"TUxDQ0xBWmE0Y2Zm\",\n        \"name\": \"Libertador B. O'Higgins/La Estrella\"\n    },\n    {\n        \"id\": \"TUxDQ0xBUzk3Yjcw\",\n        \"name\": \"Libertador B. O'Higgins/Las Cabras\"\n    },\n    {\n        \"id\": \"TUxDQ0xJVGM1YWM3\",\n        \"name\": \"Libertador B. O'Higgins/Litueche\"\n    },\n    {\n        \"id\": \"TUxDQ0xPTDM0NWVj\",\n        \"name\": \"Libertador B. O'Higgins/Lolol\"\n    },\n    {\n        \"id\": \"TUxDQ01BQzI3MWQz\",\n        \"name\": \"Libertador B. O'Higgins/Machalí\"\n    },\n    {\n        \"id\": \"TUxDQ01BTDRjNTM0\",\n        \"name\": \"Libertador B. O'Higgins/Malloa\"\n    },\n    {\n        \"id\": \"TUxDQ01BUjg4NDgx\",\n        \"name\": \"Libertador B. O'Higgins/Marchihue\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTmRkMTM0\",\n        \"name\": \"Libertador B. O'Higgins/Mostazal\"\n    },\n    {\n        \"id\": \"TUxDQ05BTjljOTI4\",\n        \"name\": \"Libertador B. O'Higgins/Nancagua\"\n    },\n    {\n        \"id\": \"TUxDQ05BVjMwNTA3Nw\",\n        \"name\": \"Libertador B. O'Higgins/Navidad\"\n    },\n    {\n        \"id\": \"TUxDQ09MSTc0MTk3NQ\",\n        \"name\": \"Libertador B. O'Higgins/Olivar\"\n    },\n    {\n        \"id\": \"TUxDQ1BBTGRhNjk4\",\n        \"name\": \"Libertador B. O'Higgins/Palmilla\"\n    },\n    {\n        \"id\": \"TUxDQ1BBUmRiNDVi\",\n        \"name\": \"Libertador B. O'Higgins/Paredones\"\n    },\n    {\n        \"id\": \"TUxDQ1BFUjJjMWU0\",\n        \"name\": \"Libertador B. O'Higgins/Peralillo\"\n    },\n    {\n        \"id\": \"TUxDQ1BFVWM3YWIw\",\n        \"name\": \"Libertador B. O'Higgins/Peumo\"\n    },\n    {\n        \"id\": \"TUxDQ1BJQ2U2NTZi\",\n        \"name\": \"Libertador B. O'Higgins/Pichidegua\"\n    },\n    {\n        \"id\": \"TUxDQ1BJQzRjOWE2\",\n        \"name\": \"Libertador B. O'Higgins/Pichilemu\"\n    },\n    {\n        \"id\": \"TUxDQ1BMQTVlMDA0\",\n        \"name\": \"Libertador B. O'Higgins/Placilla\"\n    },\n    {\n        \"id\": \"TUxDQ1BVTWFiZTNh\",\n        \"name\": \"Libertador B. O'Higgins/Pumanque\"\n    },\n    {\n        \"id\": \"TUxDQ1FVSWJhMWU4\",\n        \"name\": \"Libertador B. O'Higgins/Quinta De Tilcoco\"\n    },\n    {\n        \"id\": \"TUxDQ1JBTjVhNGE0\",\n        \"name\": \"Libertador B. O'Higgins/Rancagua\"\n    },\n    {\n        \"id\": \"TUxDQ1JFTmI0Y2Qx\",\n        \"name\": \"Libertador B. O'Higgins/Rengo\"\n    },\n    {\n        \"id\": \"TUxDQ1JFUTI2NDY0\",\n        \"name\": \"Libertador B. O'Higgins/Requínoa\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTmQ4OTAx\",\n        \"name\": \"Libertador B. O'Higgins/San Fernando\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjVjMmM4\",\n        \"name\": \"Libertador B. O'Higgins/San Vicente\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjI2M2Nj\",\n        \"name\": \"Libertador B. O'Higgins/Santa Amelia\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjI2Y2Q1\",\n        \"name\": \"Libertador B. O'Higgins/Santa Cruz\"\n    },\n    {\n        \"id\": \"TUxDQ0FOQ2QyNTJh\",\n        \"name\": \"Los Lagos/Ancud\"\n    },\n    {\n        \"id\": \"TUxDQ0NBTDRjZDgy\",\n        \"name\": \"Los Lagos/Calbuco\"\n    },\n    {\n        \"id\": \"TUxDQ0NBU2I3ZDZk\",\n        \"name\": \"Los Lagos/Castro\"\n    },\n    {\n        \"id\": \"TUxDQ0NIQWQ1MDgx\",\n        \"name\": \"Los Lagos/Chaitén\"\n    },\n    {\n        \"id\": \"TUxDQ0NITzcyNDRm\",\n        \"name\": \"Los Lagos/Chonchi\"\n    },\n    {\n        \"id\": \"TUxDQ0NPQzdkOTVk\",\n        \"name\": \"Los Lagos/Cochamó\"\n    },\n    {\n        \"id\": \"TUxDQ0NVUjMxMGY3\",\n        \"name\": \"Los Lagos/Curaco de Vélez\"\n    },\n    {\n        \"id\": \"TUxDQ0RBTDcyMmJj\",\n        \"name\": \"Los Lagos/Dalcahue\"\n    },\n    {\n        \"id\": \"TUxDQ0ZSRWNlZGJk\",\n        \"name\": \"Los Lagos/Fresia\"\n    },\n    {\n        \"id\": \"TUxDQ0ZSVWIyOTgw\",\n        \"name\": \"Los Lagos/Frutillar\"\n    },\n    {\n        \"id\": \"TUxDQ0ZVVDhkMjIw\",\n        \"name\": \"Los Lagos/Futaleufú\"\n    },\n    {\n        \"id\": \"TUxDQ0hVQTc4MTYzNQ\",\n        \"name\": \"Los Lagos/Hualaihué\"\n    },\n    {\n        \"id\": \"TUxDQ0xBRzE3ODE5\",\n        \"name\": \"Los Lagos/Lago Ranco\"\n    },\n    {\n        \"id\": \"TUxDQ0xMQTYxOTMx\",\n        \"name\": \"Los Lagos/Llanquihue\"\n    },\n    {\n        \"id\": \"TUxDQ0xPU2E4MGZk\",\n        \"name\": \"Los Lagos/Los Muermos\"\n    },\n    {\n        \"id\": \"TUxDQ01BVTJkYmQ3\",\n        \"name\": \"Los Lagos/Maullín\"\n    },\n    {\n        \"id\": \"TUxDQ09TT2M0Mzc5\",\n        \"name\": \"Los Lagos/Osorno\"\n    },\n    {\n        \"id\": \"TUxDQ1BBTGJkNjZl\",\n        \"name\": \"Los Lagos/Palena\"\n    },\n    {\n        \"id\": \"TUxDQ1BVRWRiYjBh\",\n        \"name\": \"Los Lagos/Puerto Montt\"\n    },\n    {\n        \"id\": \"TUxDQ1BVRTE0Y2Vh\",\n        \"name\": \"Los Lagos/Puerto Octay\"\n    },\n    {\n        \"id\": \"TUxDQ1BVRTE5NDc3\",\n        \"name\": \"Los Lagos/Puerto Varas\"\n    },\n    {\n        \"id\": \"TUxDQ1BVUWIxM2E0\",\n        \"name\": \"Los Lagos/Puqueldón\"\n    },\n    {\n        \"id\": \"TUxDQ1BVUjYyODgw\",\n        \"name\": \"Los Lagos/Purranque\"\n    },\n    {\n        \"id\": \"TUxDQ1BVWTU4ODA1OQ\",\n        \"name\": \"Los Lagos/Puyehue\"\n    },\n    {\n        \"id\": \"TUxDQ1FVRWYyMTgy\",\n        \"name\": \"Los Lagos/Queilén\"\n    },\n    {\n        \"id\": \"TUxDQ1FVRWQyNjcx\",\n        \"name\": \"Los Lagos/Quellón\"\n    },\n    {\n        \"id\": \"TUxDQ1FVRTQ1MjE3\",\n        \"name\": \"Los Lagos/Quemchi\"\n    },\n    {\n        \"id\": \"TUxDQ1FVSTQ0MjYzMQ\",\n        \"name\": \"Los Lagos/Quinchao\"\n    },\n    {\n        \"id\": \"TUxDQ1JJTzE2NmVh\",\n        \"name\": \"Los Lagos/Río Negro\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjk3Njc1NQ\",\n        \"name\": \"Los Lagos/San Juan de la Costa\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjIwZDg1\",\n        \"name\": \"Los Lagos/San Pablo\"\n    },\n    {\n        \"id\": \"TUxDQ0NPUjg0MTE5\",\n        \"name\": \"Los Ríos/Corral\"\n    },\n    {\n        \"id\": \"TUxDQ0ZVVGQ0Njg5\",\n        \"name\": \"Los Ríos/Futrono\"\n    },\n    {\n        \"id\": \"TUxDQ0xBWmQwMjM5\",\n        \"name\": \"Los Ríos/La Unión\"\n    },\n    {\n        \"id\": \"TUxDQ0xBRzY3MjkwNA\",\n        \"name\": \"Los Ríos/Lago Ranco\"\n    },\n    {\n        \"id\": \"TUxDQ0xBTjhiNDQ5\",\n        \"name\": \"Los Ríos/Lanco\"\n    },\n    {\n        \"id\": \"TUxDQ0xPU2U5MTk\",\n        \"name\": \"Los Ríos/Los Lagos\"\n    },\n    {\n        \"id\": \"TUxDQ01SUXVpNDU5\",\n        \"name\": \"Los Ríos/Mariquina\"\n    },\n    {\n        \"id\": \"TUxDQ01BRmQ3OTI5\",\n        \"name\": \"Los Ríos/Máfil\"\n    },\n    {\n        \"id\": \"TUxDQ1BBSWJjNzM5\",\n        \"name\": \"Los Ríos/Paillaco\"\n    },\n    {\n        \"id\": \"TUxDQ1BBTmIwZTk5\",\n        \"name\": \"Los Ríos/Panguipulli\"\n    },\n    {\n        \"id\": \"TUxDQ1JJT2NkYzk\",\n        \"name\": \"Los Ríos/Río Bueno\"\n    },\n    {\n        \"id\": \"TUxDQ1ZBTDQ0NDY5\",\n        \"name\": \"Los Ríos/Valdivia\"\n    },\n    {\n        \"id\": \"TUxDQ0FOVDkwNDMwMA\",\n        \"name\": \"Magallanes/Antártica\"\n    },\n    {\n        \"id\": \"TUxDQ0NBQjkwMjA1MA\",\n        \"name\": \"Magallanes/Cabo de Hornos\"\n    },\n    {\n        \"id\": \"TUxDQ0xBRzU3NzcxMA\",\n        \"name\": \"Magallanes/Laguna Blanca\"\n    },\n    {\n        \"id\": \"TUxDQ05BVDQyMDAxNQ\",\n        \"name\": \"Magallanes/Natales\"\n    },\n    {\n        \"id\": \"TUxDQ1BPUjc0ZDk2\",\n        \"name\": \"Magallanes/Porvenir\"\n    },\n    {\n        \"id\": \"TUxDQ1BSSTkyNjk3Ng\",\n        \"name\": \"Magallanes/Primavera\"\n    },\n    {\n        \"id\": \"TUxDQ1BVTjg1OTk1\",\n        \"name\": \"Magallanes/Punta Arenas\"\n    },\n    {\n        \"id\": \"TUxDQ1LNTzE4Mzk0MA\",\n        \"name\": \"Magallanes/Río Verde\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjI3MDU4MA\",\n        \"name\": \"Magallanes/San Gregorio\"\n    },\n    {\n        \"id\": \"TUxDQ1RJTTk0MzY2NQ\",\n        \"name\": \"Magallanes/Timaukel\"\n    },\n    {\n        \"id\": \"TUxDQ1RPUjNkZDU4\",\n        \"name\": \"Magallanes/Torres Del Paine\"\n    },\n    {\n        \"id\": \"TUxDQ0NBVWQ3MTA5\",\n        \"name\": \"Maule/Cauquenes\"\n    },\n    {\n        \"id\": \"TUxDQ0NIQTZjYWVi\",\n        \"name\": \"Maule/Chanco\"\n    },\n    {\n        \"id\": \"TUxDQ0NPTGMyNjMy\",\n        \"name\": \"Maule/Colbún\"\n    },\n    {\n        \"id\": \"TUxDQ0NPTjRmZmZk\",\n        \"name\": \"Maule/Constitución\"\n    },\n    {\n        \"id\": \"TUxDQ0NVUmU2YmRk\",\n        \"name\": \"Maule/Curepto\"\n    },\n    {\n        \"id\": \"TUxDQ0NVUmM4M2Y0\",\n        \"name\": \"Maule/Curicó\"\n    },\n    {\n        \"id\": \"TUxDQ0VNUDliNzg\",\n        \"name\": \"Maule/Empedrado\"\n    },\n    {\n        \"id\": \"TUxDQ0hVQTUxNjJj\",\n        \"name\": \"Maule/Hualañé\"\n    },\n    {\n        \"id\": \"TUxDQ0xJQ2I1OWEx\",\n        \"name\": \"Maule/Licantén\"\n    },\n    {\n        \"id\": \"TUxDQ0xJTmQ4NzU5\",\n        \"name\": \"Maule/Linares\"\n    },\n    {\n        \"id\": \"TUxDQ0xPTjI5ZTcx\",\n        \"name\": \"Maule/Longaví\"\n    },\n    {\n        \"id\": \"TUxDQ01BVWM0OTE\",\n        \"name\": \"Maule/Maule\"\n    },\n    {\n        \"id\": \"TUxDQ01PTDIwZmE5\",\n        \"name\": \"Maule/Molina\"\n    },\n    {\n        \"id\": \"TUxDQ1BBUjk2NDhk\",\n        \"name\": \"Maule/Parral\"\n    },\n    {\n        \"id\": \"TUxDQ1BFTDVkOTZi\",\n        \"name\": \"Maule/Pelarco\"\n    },\n    {\n        \"id\": \"TUxDQ1BFTGRkYzUx\",\n        \"name\": \"Maule/Pelluhue\"\n    },\n    {\n        \"id\": \"TUxDQ1BFTjMwNGU4\",\n        \"name\": \"Maule/Pencahue\"\n    },\n    {\n        \"id\": \"TUxDQ1JBVTRkYWM5\",\n        \"name\": \"Maule/Rauco\"\n    },\n    {\n        \"id\": \"TUxDQ1JFVDIwOWM\",\n        \"name\": \"Maule/Retiro\"\n    },\n    {\n        \"id\": \"TUxDQ1JPTTgxNzFm\",\n        \"name\": \"Maule/Romeral\"\n    },\n    {\n        \"id\": \"TUxDQ1LNTzQ2ODMyNA\",\n        \"name\": \"Maule/Río Claro\"\n    },\n    {\n        \"id\": \"TUxDQ1NBRzE4NGY3\",\n        \"name\": \"Maule/Sagrada Familia\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjgzN2U\",\n        \"name\": \"Maule/San Clemente\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTmJhZWQy\",\n        \"name\": \"Maule/San Javier\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjJiODk4\",\n        \"name\": \"Maule/San Rafael\"\n    },\n    {\n        \"id\": \"TUxDQ1RBTGYxZTU0\",\n        \"name\": \"Maule/Talca\"\n    },\n    {\n        \"id\": \"TUxDQ1RFTmQxOTA5\",\n        \"name\": \"Maule/Teno\"\n    },\n    {\n        \"id\": \"TUxDQ1ZJQ2RmZDIx\",\n        \"name\": \"Maule/Vichuquén\"\n    },\n    {\n        \"id\": \"TUxDQ1ZJTDVkYmM5\",\n        \"name\": \"Maule/Villa Alegre\"\n    },\n    {\n        \"id\": \"TUxDQ1lFUjc2MDg5\",\n        \"name\": \"Maule/Yerbas Buenas\"\n    },\n    {\n        \"id\": \"TUxDQ0FMSDY5ZGY1\",\n        \"name\": \"RM (Metropolitana)/Alhué\"\n    },\n    {\n        \"id\": \"TUxDQ0JVSTc4MWEw\",\n        \"name\": \"RM (Metropolitana)/Buin\"\n    },\n    {\n        \"id\": \"TUxDQ0NBTDc5N2Rm\",\n        \"name\": \"RM (Metropolitana)/Calera De Tango\"\n    },\n    {\n        \"id\": \"TUxDQ0NFUjFjYjRk\",\n        \"name\": \"RM (Metropolitana)/Cerrillos\"\n    },\n    {\n        \"id\": \"TUxDQ0NFUmQxZWJk\",\n        \"name\": \"RM (Metropolitana)/Cerro Navia\"\n    },\n    {\n        \"id\": \"TUxDQ0NPTGNkMWZj\",\n        \"name\": \"RM (Metropolitana)/Colina\"\n    },\n    {\n        \"id\": \"TUxDQ0NPTjFkMmI2\",\n        \"name\": \"RM (Metropolitana)/Conchalí\"\n    },\n    {\n        \"id\": \"TUxDQ0NVUmFiMWU2\",\n        \"name\": \"RM (Metropolitana)/Curacaví\"\n    },\n    {\n        \"id\": \"TUxDQ0VMIDU0OTE\",\n        \"name\": \"RM (Metropolitana)/El Bosque\"\n    },\n    {\n        \"id\": \"TUxDQ0VMWjYzYzc0\",\n        \"name\": \"RM (Metropolitana)/El Monte\"\n    },\n    {\n        \"id\": \"TUxDQ0VTVDY1ODUw\",\n        \"name\": \"RM (Metropolitana)/Estación Central\"\n    },\n    {\n        \"id\": \"TUxDQ0hVRTdmZjlm\",\n        \"name\": \"RM (Metropolitana)/Huechuraba\"\n    },\n    {\n        \"id\": \"TUxDQ0lORDIxMmU0\",\n        \"name\": \"RM (Metropolitana)/Independencia\"\n    },\n    {\n        \"id\": \"TUxDQ0lTTDYwZGEy\",\n        \"name\": \"RM (Metropolitana)/Isla De Maipo\"\n    },\n    {\n        \"id\": \"TUxDQ0xBIGFhMjBk\",\n        \"name\": \"RM (Metropolitana)/La Cisterna\"\n    },\n    {\n        \"id\": \"TUxDQ0xBIGM5NzMz\",\n        \"name\": \"RM (Metropolitana)/La Florida\"\n    },\n    {\n        \"id\": \"TUxDQ0xBIGZjNGI\",\n        \"name\": \"RM (Metropolitana)/La Granja\"\n    },\n    {\n        \"id\": \"TUxDQ0xBIDIxOWE1\",\n        \"name\": \"RM (Metropolitana)/La Pintana\"\n    },\n    {\n        \"id\": \"TUxDQ0xBIDZlMWI5\",\n        \"name\": \"RM (Metropolitana)/La Reina\"\n    },\n    {\n        \"id\": \"TUxDQ0xBTTk2M2Rj\",\n        \"name\": \"RM (Metropolitana)/Lampa\"\n    },\n    {\n        \"id\": \"TUxDQ0xBUzU2MTEz\",\n        \"name\": \"RM (Metropolitana)/Las Condes\"\n    },\n    {\n        \"id\": \"TUxDQ0xPIGUzZDM3\",\n        \"name\": \"RM (Metropolitana)/Lo Barnechea\"\n    },\n    {\n        \"id\": \"TUxDQ0xPIDcwY2Ew\",\n        \"name\": \"RM (Metropolitana)/Lo Espejo\"\n    },\n    {\n        \"id\": \"TUxDQ0xPIGFkMzA4\",\n        \"name\": \"RM (Metropolitana)/Lo Prado\"\n    },\n    {\n        \"id\": \"TUxDQ01BQzY4NTYx\",\n        \"name\": \"RM (Metropolitana)/Macul\"\n    },\n    {\n        \"id\": \"TUxDQ01BSWI5Y2M2\",\n        \"name\": \"RM (Metropolitana)/Maipú\"\n    },\n    {\n        \"id\": \"TUxDQ01BUmE1MmIy\",\n        \"name\": \"RM (Metropolitana)/María Pinto\"\n    },\n    {\n        \"id\": \"TUxDQ01FTGI4Yzli\",\n        \"name\": \"RM (Metropolitana)/Melipilla\"\n    },\n    {\n        \"id\": \"TUxDQ1BBRDhkYzM1\",\n        \"name\": \"RM (Metropolitana)/Padre Hurtado\"\n    },\n    {\n        \"id\": \"TUxDQ1BBSWRiMWE5\",\n        \"name\": \"RM (Metropolitana)/Paine\"\n    },\n    {\n        \"id\": \"TUxDQ1BFRGVjZDNm\",\n        \"name\": \"RM (Metropolitana)/Pedro Aguirre Cerda\"\n    },\n    {\n        \"id\": \"TUxDQ1BF0TkzM2Fh\",\n        \"name\": \"RM (Metropolitana)/Peñaflor\"\n    },\n    {\n        \"id\": \"TUxDQ1BF0TRkNzFj\",\n        \"name\": \"RM (Metropolitana)/Peñalolén\"\n    },\n    {\n        \"id\": \"TUxDQ1BJUmQ2MTQz\",\n        \"name\": \"RM (Metropolitana)/Pirque\"\n    },\n    {\n        \"id\": \"TUxDQ1BST2NhYjU3\",\n        \"name\": \"RM (Metropolitana)/Providencia\"\n    },\n    {\n        \"id\": \"TUxDQ1BVRDg4OWIx\",\n        \"name\": \"RM (Metropolitana)/Pudahuel\"\n    },\n    {\n        \"id\": \"TUxDQ1BVRTZmOGZl\",\n        \"name\": \"RM (Metropolitana)/Puente Alto\"\n    },\n    {\n        \"id\": \"TUxDQ1FVSTY5YTdl\",\n        \"name\": \"RM (Metropolitana)/Quilicura\"\n    },\n    {\n        \"id\": \"TUxDQ1FVSTlmODc0\",\n        \"name\": \"RM (Metropolitana)/Quinta Normal\"\n    },\n    {\n        \"id\": \"TUxDQ1JFQzY4YjIw\",\n        \"name\": \"RM (Metropolitana)/Recoleta\"\n    },\n    {\n        \"id\": \"TUxDQ1JFTjI5MWQ0\",\n        \"name\": \"RM (Metropolitana)/Renca\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTmIyZDBh\",\n        \"name\": \"RM (Metropolitana)/San Bernardo\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjk2NjA0\",\n        \"name\": \"RM (Metropolitana)/San Joaquín\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjE3Y2Zh\",\n        \"name\": \"RM (Metropolitana)/San José de Maipo\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTmI2YzA1\",\n        \"name\": \"RM (Metropolitana)/San José de Melipilla\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjcwNDU0\",\n        \"name\": \"RM (Metropolitana)/San Miguel\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjgyMWE3\",\n        \"name\": \"RM (Metropolitana)/San Pedro\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjk1ZmNj\",\n        \"name\": \"RM (Metropolitana)/San Ramón\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjk4M2M\",\n        \"name\": \"RM (Metropolitana)/Santiago\"\n    },\n    {\n        \"id\": \"TUxDQ1RBTDgxMDU1\",\n        \"name\": \"RM (Metropolitana)/Talagante\"\n    },\n    {\n        \"id\": \"TUxDQ1RJTGUyOWI3\",\n        \"name\": \"RM (Metropolitana)/Tiltil\"\n    },\n    {\n        \"id\": \"TUxDQ1ZJVDM2MjFj\",\n        \"name\": \"RM (Metropolitana)/Vitacura\"\n    },\n    {\n        \"id\": \"TUxDQ9FV0WU0MmM2\",\n        \"name\": \"RM (Metropolitana)/Ñuñoa\"\n    },\n    {\n        \"id\": \"TUxDQ0FMVDM3MDk2Ng\",\n        \"name\": \"Tarapacá/Alto Hospicio\"\n    },\n    {\n        \"id\": \"TUxDQ0NBTTg1YjBi\",\n        \"name\": \"Tarapacá/Camiña\"\n    },\n    {\n        \"id\": \"TUxDQ0NPTDg4Y2M\",\n        \"name\": \"Tarapacá/Colchane\"\n    },\n    {\n        \"id\": \"TUxDQ0hVQThjY2E0\",\n        \"name\": \"Tarapacá/Huara\"\n    },\n    {\n        \"id\": \"TUxDQ0lRVTQ4ODQ2\",\n        \"name\": \"Tarapacá/Iquique\"\n    },\n    {\n        \"id\": \"TUxDQ1BJQzE0MDg4\",\n        \"name\": \"Tarapacá/Pica\"\n    },\n    {\n        \"id\": \"TUxDQ1BPWmE0ZjU5\",\n        \"name\": \"Tarapacá/Pozo Almonte\"\n    },\n    {\n        \"id\": \"TUxDQ0ZMTzJjbDM\",\n        \"name\": \"USA/Florida\"\n    },\n    {\n        \"id\": \"TUxDQ0FMRzcxNGFk\",\n        \"name\": \"Valparaíso/Algarrobo\"\n    },\n    {\n        \"id\": \"TUxDQ0NBQjNiY2U\",\n        \"name\": \"Valparaíso/Cabildo\"\n    },\n    {\n        \"id\": \"TUxDQ0xBWmQ2NWFk\",\n        \"name\": \"Valparaíso/Calera\"\n    },\n    {\n        \"id\": \"TUxDQ0NBTDI0MDI4OQ\",\n        \"name\": \"Valparaíso/Calle Larga\"\n    },\n    {\n        \"id\": \"TUxDQ0NBUjQzMjEwMA\",\n        \"name\": \"Valparaíso/Cartagena\"\n    },\n    {\n        \"id\": \"TUxDQ0NBU2Q0NTIz\",\n        \"name\": \"Valparaíso/Casablanca\"\n    },\n    {\n        \"id\": \"TUxDQ0NBVGQ2YmFk\",\n        \"name\": \"Valparaíso/Catemu\"\n    },\n    {\n        \"id\": \"TUxDQ0NPTjkxMzZk\",\n        \"name\": \"Valparaíso/Concón\"\n    },\n    {\n        \"id\": \"TUxDQ0VMUTM2ODY5MQ\",\n        \"name\": \"Valparaíso/El Quisco\"\n    },\n    {\n        \"id\": \"TUxDQ0VMWjM4OWFm\",\n        \"name\": \"Valparaíso/El Tabo\"\n    },\n    {\n        \"id\": \"TUxDQ0hJSjViMDQx\",\n        \"name\": \"Valparaíso/Hijuelas\"\n    },\n    {\n        \"id\": \"TUxDQ0lTTDQ1NjI3\",\n        \"name\": \"Valparaíso/Isla De Pascua\"\n    },\n    {\n        \"id\": \"TUxDQ0lTTDk3ZWRh\",\n        \"name\": \"Valparaíso/Isla Negra\"\n    },\n    {\n        \"id\": \"TUxDQ0pVQTI4Njk2NQ\",\n        \"name\": \"Valparaíso/Juan Fernández\"\n    },\n    {\n        \"id\": \"TUxDQ0xBQzgxMTkwNA\",\n        \"name\": \"Valparaíso/La Cruz\"\n    },\n    {\n        \"id\": \"TUxDQ0xBWjgwYjk5\",\n        \"name\": \"Valparaíso/La Ligua\"\n    },\n    {\n        \"id\": \"TUxDQ0xJTTM2N2Q1\",\n        \"name\": \"Valparaíso/Limache\"\n    },\n    {\n        \"id\": \"TUxDQ0xMQWNjMDA5\",\n        \"name\": \"Valparaíso/Llaillay\"\n    },\n    {\n        \"id\": \"TUxDQ0xPU2M1Y2Vm\",\n        \"name\": \"Valparaíso/Los Andes\"\n    },\n    {\n        \"id\": \"TUxDQ05PRzRmNWE1\",\n        \"name\": \"Valparaíso/Nogales\"\n    },\n    {\n        \"id\": \"TUxDQ09MTWE5ZDI0\",\n        \"name\": \"Valparaíso/Olmué\"\n    },\n    {\n        \"id\": \"TUxDQ1BBTjJlMmQw\",\n        \"name\": \"Valparaíso/Panquehue\"\n    },\n    {\n        \"id\": \"TUxDQ1BBUGEwOWQ\",\n        \"name\": \"Valparaíso/Papudo\"\n    },\n    {\n        \"id\": \"TUxDQ1BFVDU0NjQ0\",\n        \"name\": \"Valparaíso/Petorca\"\n    },\n    {\n        \"id\": \"TUxDQ1BVQzkxMzUw\",\n        \"name\": \"Valparaíso/Puchuncaví\"\n    },\n    {\n        \"id\": \"TUxDQ1BVVGNmYTI\",\n        \"name\": \"Valparaíso/Putaendo\"\n    },\n    {\n        \"id\": \"TUxDQ1FVSWQ2NmVk\",\n        \"name\": \"Valparaíso/Quillota\"\n    },\n    {\n        \"id\": \"TUxDQ1FVSTk2Y2Vi\",\n        \"name\": \"Valparaíso/Quilpué\"\n    },\n    {\n        \"id\": \"TUxDQ1FVSTVmNjZk\",\n        \"name\": \"Valparaíso/Quintero\"\n    },\n    {\n        \"id\": \"TUxDQ1JJTjg4OTU0NA\",\n        \"name\": \"Valparaíso/Rinconada\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjYxMjk4\",\n        \"name\": \"Valparaíso/San Antonio\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjIyMDMxNw\",\n        \"name\": \"Valparaíso/San Esteban\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjE0YjUz\",\n        \"name\": \"Valparaíso/San Felipe\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTmFkNzNm\",\n        \"name\": \"Valparaíso/Santa María\"\n    },\n    {\n        \"id\": \"TUxDQ1NBTjI0NDMxNQ\",\n        \"name\": \"Valparaíso/Santo Domingo\"\n    },\n    {\n        \"id\": \"TUxDQ1ZBTDczNTIw\",\n        \"name\": \"Valparaíso/Valparaíso\"\n    },\n    {\n        \"id\": \"TUxDQ1ZJTGIwZWI\",\n        \"name\": \"Valparaíso/Villa Alemana\"\n    },\n    {\n        \"id\": \"TUxDQ1ZJ0WQ3ZGU4\",\n        \"name\": \"Valparaíso/Viña Del Mar\"\n    },\n    {\n        \"id\": \"TUxDQ1pBUGVlYzVi\",\n        \"name\": \"Valparaíso/Zapallar\"\n    },\n    {\n        \"id\": \"TVhYQnVsbmVzVFV4RFVFUkZURXhOVUJMRQ\",\n        \"name\": \"Ñuble/Bulnes\"\n    },\n    {\n        \"id\": \"TVhYQ2hpbGzDoW5UVXhEVUVSRlRFeE5VQkxF\",\n        \"name\": \"Ñuble/Chillán\"\n    },\n    {\n        \"id\": \"TVhYQ2hpbGzDoW4gVmllam9UVXhEVUVSRlRFe\",\n        \"name\": \"Ñuble/Chillán Viejo\"\n    },\n    {\n        \"id\": \"TVhYQ29icXVlY3VyYVRVeERVRVJGVEV4TlVCT\",\n        \"name\": \"Ñuble/Cobquecura\"\n    },\n    {\n        \"id\": \"TVhYQ29lbGVtdVRVeERVRVJGVEV4TlVCTEU\",\n        \"name\": \"Ñuble/Coelemu\"\n    },\n    {\n        \"id\": \"TVhYQ29paHVlY29UVXhEVUVSRlRFeE5VQkxF\",\n        \"name\": \"Ñuble/Coihueco\"\n    },\n    {\n        \"id\": \"TVhYRWwgQ2FybWVuVFV4RFVFUkZURXhOVUJMR\",\n        \"name\": \"Ñuble/El Carmen\"\n    },\n    {\n        \"id\": \"TVhYTmluaHVlVFV4RFVFUkZURXhOVUJMRQ\",\n        \"name\": \"Ñuble/Ninhue\"\n    },\n    {\n        \"id\": \"TVhYUGVtdWNvVFV4RFVFUkZURXhOVUJMRQ\",\n        \"name\": \"Ñuble/Pemuco\"\n    },\n    {\n        \"id\": \"TVhYUGludG9UVXhEVUVSRlRFeE5VQkxF\",\n        \"name\": \"Ñuble/Pinto\"\n    },\n    {\n        \"id\": \"TVhYUG9ydGV6dWVsb1RVeERVRVJGVEV4TlVCT\",\n        \"name\": \"Ñuble/Portezuelo\"\n    },\n    {\n        \"id\": \"TVhYUXVpbGzDs25UVXhEVUVSRlRFeE5VQkxF\",\n        \"name\": \"Ñuble/Quillón\"\n    },\n    {\n        \"id\": \"TVhYUXVpcmlodWVUVXhEVUVSRlRFeE5VQkxF\",\n        \"name\": \"Ñuble/Quirihue\"\n    },\n    {\n        \"id\": \"TVhYUsOhbnF1aWxUVXhEVUVSRlRFeE5VQkxF\",\n        \"name\": \"Ñuble/Ránquil\"\n    },\n    {\n        \"id\": \"TVhYU2FuIENhcmxvc1RVeERVRVJGVEV4TlVCT\",\n        \"name\": \"Ñuble/San Carlos\"\n    },\n    {\n        \"id\": \"TVhYU2FuIEZhYmnDoW5UVXhEVUVSRlRFeE5VQ\",\n        \"name\": \"Ñuble/San Fabián\"\n    },\n    {\n        \"id\": \"TVhYU2FuIElnbmFjaW9UVXhEVUVSRlRFeE5VQ\",\n        \"name\": \"Ñuble/San Ignacio\"\n    },\n    {\n        \"id\": \"TVhYU2FuIE5pY29sw6FzVFV4RFVFUkZURXhOV\",\n        \"name\": \"Ñuble/San Nicolás\"\n    },\n    {\n        \"id\": \"TVhYVHJlZ3VhY29UVXhEVUVSRlRFeE5VQkxF\",\n        \"name\": \"Ñuble/Treguaco\"\n    },\n    {\n        \"id\": \"TVhYWXVuZ2F5VFV4RFVFUkZURXhOVUJMRQ\",\n        \"name\": \"Ñuble/Yungay\"\n    },\n    {\n        \"id\": \"TVhYw5FpcXXDqW5UVXhEVUVSRlRFeE5VQkxF\",\n        \"name\": \"Ñuble/Ñiquén\"\n    }\n]"}],"_postman_id":"386eaccb-4bec-4458-874e-0b866f78b045"}],"id":"48173533-cbc5-4c81-abd3-2c30f3a8d897","_postman_id":"48173533-cbc5-4c81-abd3-2c30f3a8d897","description":""},{"name":"Shipping cost mapping","item":[{"name":"Get Shipping Cost Mappings","event":[{"listen":"test","script":{"id":"2f2f56dd-5747-471f-9537-7c90c17eb92a","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"41f73298-591b-4682-abb4-e6e610f8da26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"GET","header":[],"url":"app.multivende.com/api/marketplace-connection/:marketplace_connection_id/shipping-cost-mappings","description":"<p>This endpoint will list all the shipping cost mapping values registered in Multivende</p>\n","urlObject":{"path":["api","marketplace-connection",":marketplace_connection_id","shipping-cost-mappings"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"7cdfe6ff-a8ea-48b8-9707-e32163758992","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"app.multivende.com/api/marketplace-connection/:marketplace_connection_id/shipping-cost-mappings","host":["app.multivende.com"],"path":["api","marketplace-connection",":marketplace_connection_id","shipping-cost-mappings"],"variable":[{"key":"marketplace_connection_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"xxxxxxxx-4e8b-xxxxx-8994-eedda8cb2f79\",\n        \"code\": null,\n        \"cost\": 0,\n        \"minimumWeight\": 0,\n        \"maximumWeight\": 0,\n        \"valueExcess\": 0,\n        \"status\": \"created\",\n        \"createdAt\": \"2022-10-05T16:38:08.000Z\",\n        \"updatedAt\": \"2022-10-05T16:38:08.000Z\",\n        \"CreatedById\": \"xxxxxxxx-xxxx-xxxxx-8e1b-abf24fa8c6d2\",\n        \"UpdatedById\": \"xxxxxxxx-xxxx-xxxxx-8e1b-abf24fa8c6d2\",\n        \"ShippingZoneMethodId\": \"xxxxxxxx-xxxx-xxxxx-b75f-0643925b34b8\",\n        \"ShippingClassId\": \"xxxxxxxx-xxxx-xxxxx-a1d8-ff36efb94f91\",\n        \"CurrencyId\": \"xxxxxxxx-xxxx-xxxxx-a22a-6111ff1cbef8\",\n        \"MerchantId\": \"xxxxxxxx-xxxx-xxxxx-9476-643633009049\",\n        \"ShippingClass\": {\n            \"_id\": \"2xxxxxxxx-xxxx-xxxxx-a1d8-ff36efb94f91\",\n            \"name\": \"Productos Pequeños\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2022-09-12T19:34:57.000Z\",\n            \"updatedAt\": \"2022-09-12T19:34:57.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxxx-a2e0-0c77a51d8df3\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxxx-a2e0-0c77a51d8df3\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxxx-9476-643633009049\"\n        },\n        \"Currency\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxxx-a22a-6111ff1cbef8\",\n            \"status\": \"created\",\n            \"createdAt\": \"2021-01-20T16:18:39.000Z\",\n            \"updatedAt\": \"2021-03-17T16:26:25.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxxx-9a25-b318c0d1ca2e\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxxx-92ab-972f8906d969\",\n            \"PlatformCurrencyId\": \"xxxxxxxx-xxxx-xxxxx-a084-eddc33fc5078\",\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxxx-9476-643633009049\",\n            \"PlatformCurrency\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxxx-a084-eddc33fc5078\",\n                \"symbol\": \"$\",\n                \"name\": \"CURRENCIES.Colombian_peso.Name\",\n                \"code\": \"COP\",\n                \"decimalPlaces\": 0,\n                \"position\": 4,\n                \"description\": \"NULL\",\n                \"status\": \"created\",\n                \"createdAt\": \"2017-07-14T22:09:44.000Z\",\n                \"updatedAt\": \"2017-07-14T22:09:44.000Z\"\n            }\n        },\n        \"ShippingZoneMethod\": {\n            \"_id\": \"xxxxxxxx-xxxx-xxxxx-b75f-0643925b34b8\",\n            \"name\": \"Isla\",\n            \"code\": null,\n            \"description\": null,\n            \"status\": \"created\",\n            \"createdAt\": \"2022-10-05T16:38:07.000Z\",\n            \"updatedAt\": \"2022-10-05T16:38:07.000Z\",\n            \"CreatedById\": \"xxxxxxxx-xxxx-xxxxx-8e1b-abf24fa8c6d2\",\n            \"UpdatedById\": \"xxxxxxxx-xxxx-xxxxx-8e1b-abf24fa8c6d2\",\n            \"ShippingZoneId\": \"xxxxxxxx-xxxx-xxxxx-98bc-5b288cf73193\",\n            \"ShippingZoneMethodTypeId\": \"xxxxxxxx-xxxx-xxxxx-11e7-8410-2c56dc130c0d\",\n            \"MerchantCourierId\": null,\n            \"MerchantId\": \"xxxxxxxx-xxxx-xxxxx-9476-643633009049\",\n            \"ShippingZoneMethodType\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxxx-8410-2c56dc130c0d\",\n                \"name\": \"SHIPPING.Zone.Method_type.Flat_rate.Name\",\n                \"code\": \"_shipping_zone_methods_flat_rate\",\n                \"description\": \"SHIPPING.Zone.Method_type.Flat_rate.Description\",\n                \"status\": \"created\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            },\n            \"ShippingZone\": {\n                \"_id\": \"xxxxxxxx-xxxx-xxxxx-98bc-5b288cf73193\",\n                \"name\": \"aPrueba\",\n                \"code\": null,\n                \"description\": null,\n                \"status\": \"created\",\n                \"createdAt\": \"2022-10-05T15:58:11.000Z\",\n                \"updatedAt\": \"2022-10-05T15:58:11.000Z\",\n                \"CreatedById\": \"xxxxxxxx-xxxx-xxxxx-8e1b-abf24fa8c6d2\",\n                \"UpdatedById\": \"xxxxxxxx-xxxx-xxxxx-8e1b-abf24fa8c6d2\",\n                \"MerchantId\": \"xxxxxxxx-xxxx-xxxxx-9476-643633009049\"\n            },\n            \"MerchantCourier\": null\n        },\n        \"MarketplaceConnectionShippingCostMapping\": {}\n    }\n]"}],"_postman_id":"41f73298-591b-4682-abb4-e6e610f8da26"},{"name":"Post Shipping Cost Mapping","event":[{"listen":"test","script":{"id":"e52e15a0-1902-4df7-91ab-dc356703bd34","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4806cc3d-ccd6-4ad7-b1c5-4e6612364db8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ShippingZoneMethodClassCostId\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\",\n    \"name\": \"aPrueba - Isla / Productos Pequeños - $ 1000\",\n    \"zipCode\": \"Aysén/Aysén\"\n}","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/marketplace-connection/:marketplace_connection_id/shipping-cost-mappings","description":"<p>This endpoint do the register of the shipping cost mapping values</p>\n","urlObject":{"path":["api","marketplace-connection",":marketplace_connection_id","shipping-cost-mappings"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Unique identifier of the marketplace connection in Multivende.</p>\n","type":"text/plain"},"type":"any","value":"","key":"marketplace_connection_id"}]}},"response":[{"id":"9e49f8d0-8a11-4702-a7f4-906e894733e1","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-8878-26ce6a7837f1\",\n    \"name\": \"aPrueba - Isla / Productos Pequeños - $ 1000\",\n    \"zipCode\": \"Aysén/Aysén\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{app.multivende.com/api/marketplace-connection/:marketplace_connection_id/shipping-cost-mapping","host":["{app.multivende.com"],"path":["api","marketplace-connection",":marketplace_connection_id","shipping-cost-mapping"],"variable":[{"key":"marketplace_connection_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxx-xxxx-xxxx-a0a6-f7ad663aba1f\",\n    \"attributeGroupId\": null,\n    \"id\": null,\n    \"name\": \"aPrueba - Isla / Productos Pequeños - $ 1000\",\n    \"zipCode\": \"Aysén/Aysén\",\n    \"status\": \"created\",\n    \"createdAt\": \"2022-11-30T15:11:23.000Z\",\n    \"updatedAt\": \"2022-12-06T13:47:24.000Z\",\n    \"CreatedById\": \"xxxxxxx-xxxx-xxxx-9d5f-8c2b60a889fb\",\n    \"UpdatedById\": \"xxxxxxx-xxxx-xxxx-9d5f-8c2b60a889fb\",\n    \"MarketplaceConnectionId\": \"xxxxxxx-xxxx-xxxx-8e3e-ff936eb6fb66\",\n    \"ShippingZoneMethodClassCostId\": \"xxxxxxx-xxxx-xxxx-8878-26ce6a7837f1\",\n    \"WarehouseId\": null,\n    \"MerchantId\": \"xxxxxxx-xxxx-xxxx-9476-643633009049\"\n}"}],"_postman_id":"4806cc3d-ccd6-4ad7-b1c5-4e6612364db8"},{"name":"Delete Shipping Cost Mapping Copy","event":[{"listen":"test","script":{"id":"b8bb1ffa-1da6-4dad-8530-54dd99e89eae","exec":["var data = JSON.parse(responseBody);",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9c68097a-b461-44b2-9f90-c4d20abd54db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"app.multivende.com/api/shipping-cost-mapping/:shipping_cost_mapping_id","description":"<p>This endpoint deleted the shipping cost mapping registered in Multivende</p>\n","urlObject":{"path":["api","shipping-cost-mapping",":shipping_cost_mapping_id"],"host":["app.multivende.com"],"query":[],"variable":[{"description":{"content":"<p>Identifier of the shipping cost mapping configuration.</p>\n","type":"text/plain"},"type":"any","value":"","key":"shipping_cost_mapping_id"}]}},"response":[{"id":"10cbb99c-9cb7-48fe-acb4-9dc7e31fec12","name":"201 Created","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"app.multivende.com/api/shipping-cost-mapping/:shipping_cost_mapping_id","host":["app.multivende.com"],"path":["api","shipping-cost-mapping",":shipping_cost_mapping_id"],"variable":[{"key":"shipping_cost_mapping_id","value":""}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 21:15:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-DNS-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"42d-eZ5DgVOlgh52Ggg3hOKT0lqju3U\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"Access-Control-Allow-Credentials","value":"true"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"xxxxxxxx-xxxx-xxxx-9b14-b5b591109198\",\n    \"attributeGroupId\": null,\n    \"id\": null,\n    \"name\": \"RM - Santiago / Productos Medianos - $ 1000\",\n    \"zipCode\": \"Aysén/Chile Chico\",\n    \"status\": \"deleted\",\n    \"createdAt\": \"2022-12-01T15:21:37.000Z\",\n    \"updatedAt\": \"2022-12-06T14:18:44.000Z\",\n    \"CreatedById\": \"xxxxxxxx-xxxx-xxxx-9d5f-8c2b60a889fb\",\n    \"UpdatedById\": \"xxxxxxxx-xxxx-xxxx-9d5f-8c2b60a889fb\",\n    \"MarketplaceConnectionId\": \"xxxxxxxx-xxxx-xxxx-8e3e-ff936eb6fb66\",\n    \"ShippingZoneMethodClassCostId\": \"xxxxxxxx-xxxx-xxxx-86a4-259f4d5d6826\",\n    \"WarehouseId\": null,\n    \"MerchantId\": \"xxxxxxxx-xxxx-xxxx-9476-643633009049\"\n}"}],"_postman_id":"9c68097a-b461-44b2-9f90-c4d20abd54db"}],"id":"4213d3c0-c67a-4825-8243-483f8d8fc892","_postman_id":"4213d3c0-c67a-4825-8243-483f8d8fc892","description":""}],"id":"4aa101e6-a525-42f7-976c-95311fc6790b","_postman_id":"4aa101e6-a525-42f7-976c-95311fc6790b","description":""}],"event":[{"listen":"prerequest","script":{"id":"e98e95f8-29cb-43b3-8408-daa95b93e785","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"266fa4db-0eaa-4d32-afee-7d0eebb7851d","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"app.multivende.com"},{"key":"product_id","value":""},{"key":"merchant_id","value":""},{"key":"limit","value":""},{"key":"scroll_id","value":""},{"key":"filter_by","value":""},{"key":"from","value":""},{"key":"to","value":""},{"key":"brand_id","value":""},{"key":"page","value":""},{"key":"access_token","value":""},{"key":"shipping_classes_id","value":""},{"key":"color_id","value":""},{"key":"size_id","value":""},{"key":"season_id","value":""},{"key":"product_category_id","value":""},{"key":"product_image_id","value":""},{"key":"product_pictures_set_id","value":""},{"key":"product_versions_image_id","value":""},{"key":"product_version_id","value":""},{"key":"attribute_set_scope","value":""},{"key":"custom_attribute_set_id","value":""},{"key":"custom_attribute_id","value":""},{"key":"tag_id","value":""},{"key":"warranties_id","value":""},{"key":"official_store_id","value":""},{"key":"product_group_id","value":""},{"key":"warehouse_id","value":""},{"key":"sku_child","value":""},{"key":"marketplace_connection_id","value":""},{"key":"product_price_list_id","value":""},{"key":"client_id","value":""},{"key":"checkout_id","value":""},{"key":"delivery_order_id","value":""},{"key":"electronic_billing_document_emitter_id","value":""},{"key":"checkout_payment_id","value":""},{"key":"pick_up_order_id","value":""},{"key":"product_link_id","value":""},{"key":"paris_seller_id","value":""},{"key":"bulk_action_task_id","value":""},{"key":"shipping_class_id","value":""},{"key":"shipping_zones_id","value":""},{"key":"merchatn_couriers_id","value":""},{"key":"shipping_cost_mapping_id","value":""},{"key":"country","value":""},{"key":"channel","value":""},{"key":"category_id","value":""},{"key":"channel-connnections","value":""},{"key":"position","value":"","type":"default"},{"key":"merchant_couriers_id","value":"","type":"default"}]}